aboutsummaryrefslogtreecommitdiff
path: root/lang/python
Commit message (Collapse)AuthorAge
...
* 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>
* | pipx: Add new packageJeffery To2023-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | From the README: pipx is a tool to help you install and run end-user applications written in Python. It's roughly similar to macOS's brew, JavaScript's npx, and Linux's apt. It's closely related to pip. In fact, it uses pip, but is focused on installing and managing Python packages that can be run from the command line directly as applications. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | python-userpath: Add new packageJeffery To2023-11-16
| | | | | | | | | | | | | | | | | | | | | | | | The patches have been submitted upstream in https://github.com/ofek/userpath/pull/52 and https://github.com/ofek/userpath/pull/53. From the README: This is a tool for modifying a user's PATH. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | python-argcomplete: Add new packageJeffery To2023-11-16
| | | | | | | | | | | | | | | | | | From the README: Argcomplete provides easy, extensible command line tab completion of arguments for your Python application. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | python-twisted: Update to 23.10.0, refresh patchesJeffery To2023-11-16
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | python-wheel: Update to 0.41.3Jeffery To2023-11-16
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | python-poetry-core: Update to 1.8.1Jeffery To2023-11-16
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | python-trove-classifiers: Update to 2023.11.9Jeffery To2023-11-16
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | python-mako: Update to 1.3.0Jeffery To2023-11-16
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | python-hatch-vcs: Update to 0.4.0Jeffery To2023-11-16
|/ | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* micropython-lib: Update to latest version, remove patchJeffery To2023-11-06
| | | | | | | Remove 004-unix-ffi-re-convert-to-PCRE2.patch as it has been merged in this version. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-pyopenssl: Update to 23.3.0Jeffery To2023-11-02
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>