aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
...
* 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>
* luasec: update to 1.3.2W. Michael Petullo2024-01-02
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* vala: update to 0.56.14W. Michael Petullo2024-01-02
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* php8-pecl-mcrypt: update to 1.0.7W. Michael Petullo2024-01-01
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* rust: Update to 1.75.0Tianling Shen2024-01-01
| | | | | | | | Changelog: https://blog.rust-lang.org/2023/12/28/Rust-1.75.0.html Refreshed patches. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* rust: unexport host sccache env variableTianling Shen2024-01-01
| | | | | | | | | Users might configure their own env variables on the host, and sometimes it can lead build failure or unexpected behavior. Fixes: #22889 Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* Merge pull request #23007 from mhei/php8-update-to-8.3.1Michael Heimpold2023-12-30
|\ | | | | php8: update to 8.3.1
| * php8: update to 8.3.1Michael Heimpold2023-12-27
| | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | django: bump to version 5.0Alexandru Ardelean2023-12-27
|/ | | | Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* lua-eco: update to 3.2.0Jianhui Zhao2023-12-26
| | | | | | | Some code refactoring has been done since 3.2.0 that bufio.lua no longer exists, libeco.so and bufio.so have been added. Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* perl: Net::DNS: update to version 1.41Daniel Golle2023-12-20
| | | | | | For details see http://www.net-dns.org/svn/net-dns/release/1.40/Changes Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* php8-pecl-xdebug: update to 3.3.1Michael Heimpold2023-12-17
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* php8: update to 8.3.0Michael Heimpold2023-12-17
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* lua-eco: update to 3.1.2Jianhui Zhao2023-12-16
| | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* 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>
* golang: Update to 1.21.5Jeffery To2023-12-11
| | | | | | Includes fix for CVE-2023-39326 (net/http: limit chunked data overhead). 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>
* perl: update to version 5.38.2Andy Syam2023-12-01
| | | | | | | | | | removed one that no longer exists in perl-5.38.2 updated one patch fixed missing builtin.pm Signed-off-by: Andy Syam <privasisource@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>
* node: upgrade to v20.10.0Hirokazu MORIKAWA2023-11-30
| | | | | | | | | | | Notable Changes * --experimental-default-type flag to flip module defaults * Detect ESM syntax in ambiguous JavaScript * New flush option in file system functions * Experimental WebSocket client * vm: fix V8 compilation cache support for vm.Script Signed-off-by: Hirokazu MORIKAWA <morikw2@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>
* luajit2: update to v2.1-20231117Javier Marcet2023-11-26
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>