aboutsummaryrefslogtreecommitdiff
path: root/lang/python
Commit message (Collapse)AuthorAge
* python-gevent: add python-geventAndy Syam2024-01-02
| | | | | | | | | | | https://pypi.org/project/gevent/ https://www.gevent.org/development/installing_from_source.html source code https://github.com/gevent/gevent Signed-off-by: Andy Syam <privasisource@gmail.com>
* numpy: update to version 1.26.2Andy Syam2024-01-02
| | | | | | | | | | | | https://github.com/numpy/numpy/releases NumPy 1.26.2 Release Notes NumPy 1.26.2 is a maintenance release that fixes bugs and regressions discovered after the 1.26.1 release. The 1.26.release series is the last planned minor release series before NumPy 2.0. The Python versions supported by this release are 3.9-3.12. Signed-off-by: Andy Syam <privasisource@gmail.com>
* python-zeroconf: update version 0.131.0Andy Syam2024-01-02
| | | | Signed-off-by: Andy Syam <privasisource@gmail.com>
* python-msgpack: update version 1.0.7Andy Syam2024-01-02
| | | | Signed-off-by: Andy Syam <privasisource@gmail.com>
* python3-bleak: add missing python3-typing-extensions dependencyQuintin Hill2024-01-02
| | | | | | | | | | | | Dependency introduced by https://github.com/hbldh/bleak/commit/21094e67cf5d238b911352ba8c45a33d72f47d80 and https://github.com/hbldh/bleak/commit/3c1fac9773e13acf52cebfe4e9df5c60bffaf76b (And only for python versions below 3.12.) Fixes: 64fa106 (python3-bleak: bump version to 0.21.1) Signed-off-by: Quintin Hill <stuff@quintin.me.uk>
* python3-distro: update to version 1.9.0Javier Marcet2024-01-02
| | | | | | | | | | | | | | | | | | | | | - ENHANCEMENTS: - Refactor distro.info() method to return an InfoDict - Ignore the file '/etc/board-release' - Ignore the file '/etc/ec2_version' - RELEASE: - Run Python 3.6 on Ubuntu 20.04 for CI and bump isort - TESTS: - Test on modern versions of CPython and PyPy and macOS - Add support for ALT Linux Server 10.1 distribution - Add Debian Testing to the tests - Update archlinux resource for tests Signed-off-by: Javier Marcet <javier@marcet.info>
* python-docker: Update to 7.0.0Javier Marcet2024-01-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade Notes: - Removed SSL version (ssl_version) and explicit hostname check (assert_hostname) options - assert_hostname has not been used since Python 3.6 and was removed in 3.12 - Python 3.7+ supports TLSv1.3 by default - Websocket support is no longer included by default - By default, docker-py hijacks the TCP connection and does not use Websockets - Websocket client is only required to use attach_socket(container, ws=True) - Python 3.7 no longer officially supported (reached end-of-life June 2023) Features: - Python 3.12 support - Full networking_config support for containers.create() - Replaces network_driver_opt (added in 6.1.0) - Add health() property to container that returns status (e.g. unhealthy) - Add pause option to container.commit() - Add support for bind mount propagation (e.g. rshared, private) - Add filters, keep_storage, and all parameters to prune_builds() (requires API v1.39+) Bugfixes: - Consistently return docker.errors.NotFound on 404 responses - Validate tag format before image push Miscellaneous: - Upgraded urllib3 version in requirements.txt (used for development/tests) - Documentation typo fixes & formatting improvements - Fixed integration test compatibility for newer Moby engine versions - Switch to ruff for linting Signed-off-by: Javier Marcet <javier@marcet.info>
* pyproject-metadata: add pyproject-metadataAndy Syam2024-01-02
| | | | | | | | | | | https://pypi.org/project/pyproject-metadata/ source code https://github.com/FFY00/python-pyproject-metadata add the pyproject-metadata package that numpy requires Signed-off-by: Andy Syam <privasisource@gmail.com>
* python-cython: update to version 3.0.7Andy Syam2024-01-02
| | | | Signed-off-by: Andy Syam <privasisource@gmail.com>
* python-zope-event: add python-zope-eventAndy Syam2024-01-02
| | | | | | | | | https://pypi.org/project/zope.event/ source code https://github.com/zopefoundation/zope.event Signed-off-by: Andy Syam <privasisource@gmail.com>
* python-dbus-fast: update version 2.21.0Andy Syam2024-01-02
| | | | Signed-off-by: Andy Syam <privasisource@gmail.com>
* python-sqlalchemy: update version 2.0.23Andy Syam2024-01-02
| | | | Signed-off-by: Andy Syam <privasisource@gmail.com>
* python-greenlet: update version 3.0.2Andy Syam2024-01-02
| | | | Signed-off-by: Andy Syam <privasisource@gmail.com>
* python-websocket-client: update to 1.7.0Javier Marcet2024-01-02
| | | | | | | | | | | | | - Renamed `mask` variable in ABNF to prevent name collision with `mask()` function (9b51f73) - Fixed old http import of HTTPStatus in _handshake.py (9b51f73) - Add `send_text()` and `send_bytes()` to _app.py - Improved typehint support (9b51f73, 8b73d00) - General readability improvements, made all string concatenations use f-strings (780584f, 3eabc6e) - Applied black formatting style to code (da7f286) Signed-off-by: Javier Marcet <javier@marcet.info>
* python-networkx: update to 3.2.1W. Michael Petullo2024-01-02
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* django: bump to version 5.0Alexandru Ardelean2023-12-27
| | | | Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* Merge pull request #22879 from QuintinHill/ble2mqtt-0.2.1Jeffery To2023-12-16
|\ | | | | Python3-Ble2mqtt: update to 0.2.1 and bump dependencies
| * python3-ble2mqtt: bump version to 0.2.1Quintin Hill2023-12-11
| | | | | | | | Signed-off-by: Quintin Hill <stuff@quintin.me.uk>
| * python3-bleak: bump version to 0.21.1Quintin Hill2023-12-11
| | | | | | | | Signed-off-by: Quintin Hill <stuff@quintin.me.uk>
| * python3-dbus-fast: bump version to 2.20.0Quintin Hill2023-12-11
| | | | | | | | Signed-off-by: Quintin Hill <stuff@quintin.me.uk>
* | pipx: Update to 1.3.3Jeffery To2023-12-13
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | python-typing-extensions: Update to 4.9.0Jeffery To2023-12-13
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | python-referencing: Update to 0.32.0Jeffery To2023-12-13
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | python-platformdirs: Update to 4.1.0Jeffery To2023-12-13
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | python-pathspec: Update to 0.12.1Jeffery To2023-12-13
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | python-argcomplete: Update to 3.2.1Jeffery To2023-12-13
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | python3: Update to 3.11.7, refresh patchesJeffery To2023-12-13
|/ | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-jsonschema-specifications: Update to 2023.11.2Jeffery To2023-12-08
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-referencing: Update to 0.31.1Jeffery To2023-12-07
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-jsonschema: Update to 4.20.0Jeffery To2023-12-07
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-cryptography: Update to 41.0.7Jeffery To2023-12-07
| | | | | | | 41.0.6 included a fix for CVE-2023-49083 (loading certificates from a PKCS#7 bundle could lead to a null-pointer-dereference and segfault). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-bcrypt: Update to 4.1.1Jeffery To2023-12-07
| | | | | | This also updates the test.sh script to use an assert. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* pipx: Update to 1.3.2, add new dependenciesJeffery To2023-12-07
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-platformdirs: Add new packageJeffery To2023-12-07
| | | | | | | | | | | | | | | This also includes a test.sh script for the packages feed CI. From the README: When writing desktop application, finding the right location to store user data and configuration varies per platform. Even for single-platform apps, there may by plenty of nuances in figuring out the right location. This kind of thing is what the platformdirs package is for. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-trove-classifiers: Update to 2023.11.29Jeffery To2023-12-04
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-wheel: Update to 0.42.0Jeffery To2023-11-30
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-setuptools: Update to 69.0.2Jeffery To2023-11-30
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-pyasn1: Update to 0.5.1Jeffery To2023-11-30
| | | | | | This also adds a test.sh script for the packages feed CI. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-idna: Update to 3.6Jeffery To2023-11-30
| | | | | | This also adds a test.sh script for the packages feed CI. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-jsonschema: Update to 4.19.1, update list of dependenciesJeffery To2023-11-30
| | | | | | This also adds a test.sh script for the packages feed CI. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-jsonschema-specifications: Add new packageJeffery To2023-11-30
| | | | | | | | | | From the README: JSON support files from the JSON Schema Specifications (metaschemas, vocabularies, etc.), packaged for runtime access from Python as a referencing-based Schema Registry. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-referencing: Add new packageJeffery To2023-11-30
| | | | | | | | From the README: An implementation-agnostic implementation of JSON reference resolution. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-rpds-py: Add new packageJeffery To2023-11-30
| | | | | | | | From the README: Python bindings to the Rust rpds crate for persistent data structures. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-trove-classifiers: Update to 2023.11.14Jeffery To2023-11-24
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-argcomplete: Update to 3.1.6Jeffery To2023-11-24
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* Merge pull request #22625 from ecammit/python_requirements_for_homeassistantJeffery To2023-11-21
|\ | | | | Added python-fnv-hash-fast, python-lru-dict, and python-orjson
| * python-orjson: Added for v3.9.10Timothy M. Ace2023-11-20
| | | | | | | | Signed-off-by: Timothy M. Ace <openwrt@timothyace.com>
| * python-lru-dict: Added for v1.3.0Timothy M. Ace2023-11-20
| | | | | | | | Signed-off-by: Timothy M. Ace <openwrt@timothyace.com>
| * python-fnv-hash-fast: Added for v0.5.0Timothy M. Ace2023-11-16
| | | | | | | | Signed-off-by: Timothy M. Ace <openwrt@timothyace.com>
| * python-fnvhash: Added for v0.1.0Timothy M. Ace2023-11-16
| | | | | | | | Signed-off-by: Timothy M. Ace <openwrt@timothyace.com>