Scrollablecontainers

Latest version: v2.2.3

Safety actively analyzes 682404 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

2.0.4

What's Changed
* Human certification by tfpf in https://github.com/tfpf/ScrollableContainers/pull/10
* Human certification in readme by tfpf in https://github.com/tfpf/ScrollableContainers/pull/11


**Full Changelog**: https://github.com/tfpf/ScrollableContainers/compare/v2.0.3...v2.0.4

SHA-256 Sums

f10f5bd9f874597e5ae311989311f08b6b5038ec9a7c0db5c5ab11f31973261d scrollablecontainers-2.0.4.tar.gz
e2a166f3089a604726d4054419b995616638a643d8c6f7ff146d2406a673e8b7 scrollablecontainers-2.0.4-py3-none-any.whl

2.0.3

What's Changed
* Added Hatch badge to the readme. by tfpf in https://github.com/tfpf/ScrollableContainers/pull/7
* Removed unused import by tfpf in https://github.com/tfpf/ScrollableContainers/pull/8
* Type hints and other minor fixes by tfpf in https://github.com/tfpf/ScrollableContainers/pull/9


**Full Changelog**: https://github.com/tfpf/ScrollableContainers/compare/v2.0.2...v2.0.3

SHA-256 Sums

f8431c7e1979843baf9737efefd9885040d4650e0ebbea853f742719afe13ef3 scrollablecontainers-2.0.3.tar.gz
b1b1b1ae03fad829bd2746d6977376eed7a519030d49cd2f7299ebdca91a1ac2 scrollablecontainers-2.0.3-py3-none-any.whl

2.0.2

No code changes. Just formatted the PyGTK example in `README.md` as Ruff would. Except for the imports. The way PyGTK has to be imported is inherently incompatible with the recommendation specified in PEP8 (the Python style guide).

SHA-256 Sums


8f9be8b948cfb207639f2bb85d04471aa071f4784f91cda345ce5b9430099ecc scrollablecontainers-2.0.2.tar.gz
19ff8e29daecdefccf975ad2dbd180f8334c5b03ce1e6f3ec40d0ee08c7be97c scrollablecontainers-2.0.2-py3-none-any.whl

2.0.1

This release makes some breaking (backwards-incompatible) changes.

* The minimum supported Python version is 3.10.
* The submodules must be imported directly from `ScrollableContainers`.
* Check the example programs in the GitHub repository in case of any confusion.

The remaining changes do not affect the user experience.

* Setuptools is replaced with Hatch.
* Hatch supports building packages and publishing to PyPI, so `Makefile` is removed.
* Virtual environment management is done using Hatch.
* Each example program uses the Python interpreter of the environment rather than the default one of the system.
* Code is formatted using Ruff (via Hatch).
* GitHub Actions workflows are added.
* PyQt5, PyQt6 and wxPython are specified as optional dependencies.

SHA256 Sums


f5b5e41487ea83490890c5e063e5c6e51dc2dff0ed1daa6f8bc9b309e944b3d0 scrollablecontainers-2.0.1.tar.gz
52fcc65a60e03119d9c3060ac45cb6f36af4af1ee34758d2b26558121d196268 scrollablecontainers-2.0.1-py3-none-any.whl

2.0.1a0

Alpha version of the coming release, which makes breaking (backwards-compatible) changes.

SHA256 Sums


856256cb6b0016cf2acfb886f915c44669f566d29f7c38e86adc893d8d528fc6 scrollablecontainers-2.0.1a0.tar.gz
06d299280514b8d91cb2aac19a2de90442229e9570173ec7ca168a9d7398ac28 scrollablecontainers-2.0.1a0-py3-none-any.whl


Release notes will be added in the next stable release.

1.1.2

In [v1.1.1](https://github.com/tfpf/ScrollableContainers/releases/tag/v1.1.1), `import ScrollableContainers` would fail if all four libraries (PyQt5, PyQt6, Tkinter and wxPython) were not installed. Prior to that release, this was not true. This releases fixes the regression by restoring the prior behaviour: `import ScrollableContainers` will not raise any exceptions. Obviously, only the classes corresponding to available libraries are accessible. For instance, if you don't have PyQt6 installed,

python
from ScrollableContainers import ScrollableAreaQt6


or

python
import ScrollableContainers; ScrollableContainers.ScrollableAreaQt6


will throw an exception.

SHA256 Sums


187325a0d6c142d6faac6aa0311d6dd12ce170d53c0d495934a1181647b6aca3 ScrollableContainers-1.1.2.tar.gz
087723d0e0d56dd9baffb168ee40740131c9e8c7c215e7a149336b0888449e5b ScrollableContainers-1.1.2-py3-none-any.whl

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.