aboutsummaryrefslogtreecommitdiff
path: root/lang/python
Commit message (Collapse)AuthorAge
* django: bump version 4.1.3Peter Stadler2022-12-08
| | | | | | fix CVE-2022-41323 Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* borgbackup: add package for 1.2.2Julien Malik2022-11-26
| | | | Signed-off-by: Julien Malik <julien.malik@paraiso.me>
* python-pyfuse3: add package for 3.2.2Julien Malik2022-11-26
| | | | Signed-off-by: Julien Malik <julien.malik@paraiso.me>
* python-trio: add package for 0.22.0Julien Malik2022-11-26
| | | | Signed-off-by: Julien Malik <julien.malik@paraiso.me>
* python-sniffio: add package for 1.3.0Julien Malik2022-11-26
| | | | Signed-off-by: Julien Malik <julien.malik@paraiso.me>
* python-outcome: add package for 1.2.0Julien Malik2022-11-26
| | | | Signed-off-by: Julien Malik <julien.malik@paraiso.me>
* python-async-generator: add package for 1.10Julien Malik2022-11-26
| | | | Signed-off-by: Julien Malik <julien.malik@paraiso.me>
* python-exceptiongroup: add package for 1.0.4Julien Malik2022-11-26
| | | | Signed-off-by: Julien Malik <julien.malik@paraiso.me>
* python-sortedcontainers: add package for 2.4.0Julien Malik2022-11-26
| | | | Signed-off-by: Julien Malik <julien.malik@paraiso.me>
* python3-pytz: bump to version 2022.5Alexandru Ardelean2022-10-30
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* pillow: bump to version 9.3.0Alexandru Ardelean2022-10-30
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-certifi: bump to 2022.9.24Eneas U de Queiroz2022-10-21
| | | | | | This version updates the CA bundle, and needs urllib as dependency. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* python-docutils: bump to version 0.19Eneas U de Queiroz2022-10-21
| | | | | | | Package does not currently build because of distutil dependency. Fix this by updating to the latest version. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* django-restframework: bump to version 3.14.0Alexandru Ardelean2022-10-11
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python3: update to 3.10.7Michal Vasilek2022-10-10
| | | | | | | | * fixes CVE-2021-28861 * adjust pip and setuptools versions * refresh patches Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* Merge pull request #19554 from commodo/numpyAlexandru Ardelean2022-10-09
|\ | | | | numpy: bump to version 1.23.3
| * numpy: bump to version 1.23.3Alexandru Ardelean2022-10-07
| | | | | | | | | | | | | | | | | | | | | | Also bump Cython version to 0.29.32 And yeeeey: zip -> tar.gz And they fixed the Intel AVX extension stuff/detection. Which is why I deferred updating it until now. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | Merge pull request #19552 from commodo/python-pytzAlexandru Ardelean2022-10-09
|\ \ | | | | | | python3-pytz: bump to version 2022.4
| * | python3-pytz: bump to version 2022.4Alexandru Ardelean2022-10-07
| |/ | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python-pycrate: add packageDavid Bauer2022-10-06
| | | | | | | | Signed-off-by: David Bauer <mail@david-bauer.net>
* | python-crcmod: add packageDavid Bauer2022-10-06
|/ | | | Signed-off-by: David Bauer <mail@david-bauer.net>
* django: bump to version 4.1.1Alexandru Ardelean2022-10-06
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-stem: update to v1.8.1Javier Marcet2022-10-03
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* python3: use tools/expat for host buildRosen Penev2022-09-28
| | | | | | Oversight from when the expat host build was removed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* python-jsonschema: Update to 4.16.0Javier Marcet2022-09-17
| | | | | | | | | | | - Improve the base URI behavior when resolving a $ref to a resolution URI which is different from the resolved schema's declared $id. - Accessing jsonschema.draftN_format_checker is deprecated. Instead, if you want access to the format checker itself, it is exposed as jsonschema.validators.DraftNValidator.FORMAT_CHECKER on any jsonschema.protocols.Validator. Signed-off-by: Javier Marcet <javier@marcet.info>
* python-jsonschema: Update to 4.15.0, broken since 4.6.0Javier Marcet2022-09-17
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* python-flask-socketio: update to 5.3.1Michal Vasilek2022-09-16
| | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* python3-iperf3: add iperf3 python wrapperNick Hainke2022-09-14
| | | | | | This wrapper gives us an easy to use api for using iperf3 in python. Signed-off-by: Nick Hainke <vincent@systemli.org>
* python3-flent: add flent packageNick Hainke2022-09-14
| | | | | | | | | | As described on GitHub page [0]: Flent is a Python wrapper to run multiple simultaneous netperf/iperf/ping instances and aggregate the results. [0] - https://github.com/tohojo/flent Signed-off-by: Nick Hainke <vincent@systemli.org>
* python3: backport and fix target musl libc detectionŠimon Bořek2022-09-12
| | | | | | | | | | | | | | | | | | | Patch 030: Backported from Python main branch[^1] for Python to distinguish between glibc and musl libc SOABI. Patch 131: Changes PLATFORM_TRIPLET -gnu/-musl suffix detection (performed by the backported patch) to be based on the target OS instead of the building OS. See included patches for more detailed descriptions. Specifically this fixes cross-compilation for mpc8548 CPUs with SPE instructions[^2] enabled. [^1]: merged to python:main as https://github.com/python/cpython/pull/24502 'bpo-43112: detect musl as a separate SOABI' [^2]: https://www.nxp.com/docs/en/reference-manual/SPEPEM.pdf Co-authored-by: Pali Rohár <pali@kernel.org> Signed-off-by: Šimon Bořek <simon.borek@nic.cz>
* python-websocket-client: update to 1.4.1Javier Marcet2022-09-09
| | | | | | | | | | - Fix stack growth bug when `run_forever` reconnects - Add doctest CI for sphinx docs code examples (d150099) - General docs improvements - Fix automatic reconnect with `run_forever` - Allow a timeout to be set when using a proxy Signed-off-by: Javier Marcet <javier@marcet.info>
* python-dotenv: update to v0.21.0Javier Marcet2022-09-09
| | | | | | | | | | | | | | | | | | | Added: - CLI: add support for invocations via 'python -m'. - load_dotenv function now returns False. - CLI: add --format= option to list command. Fixed: - Drop Python 3.5 and 3.6 and upgrade GA - Use open instead of io.open. - Improve documentation for variables without a value - Add parse_it to Related Projects - Update README.md - Improve documentation with direct use of MkDocs Signed-off-by: Javier Marcet <javier@marcet.info>
* python-docker: Update to 6.0.0Javier Marcet2022-09-09
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* Merge pull request #19238 from dynasticorpheus/pycaresAlexandru Ardelean2022-08-28
|\ | | | | python-pycares: add new package
| * python-pycares: add new packageFabian Lipken2022-08-25
| | | | | | | | Signed-off-by: Fabian Lipken <dynasticorpheus@gmail.com>
* | Merge pull request #19253 from turris-cz/pyuciJosef Schlehofer2022-08-26
|\ \ | | | | | | python-uci: update to version 0.9.0
| * | python-uci: update to version 0.9.0Josef Schlehofer2022-08-25
| |/ | | | | | | | | | | | | | | - Release notes: https://gitlab.nic.cz/turris/pyuci/-/tags/v0.9.0 - Update copyright while at it. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | python-pytz: bump to version 2022.2.1Alexandru Ardelean2022-08-22
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | django: bump to 4.1Alexandru Ardelean2022-08-22
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python-evdev: bump to 1.6.0Alexandru Ardelean2022-08-22
|/ | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* Merge pull request #19192 from turris-cz/cython-pip-requirementsAlexandru Ardelean2022-08-19
|\ | | | | host-pip-requirements: update Cython to version 0.29.28
| * host-pip-requirements: update Cython to version 0.29.28Josef Schlehofer2022-08-17
| | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | python3-simplejson: drop packageAlexandru Ardelean2022-08-16
| | | | | | | | | | | | | | | | Was only used by Bigclown. The project (Bigclown) has accepted the switch from simplejson to it's built-in json lib, and we can now drop this lib. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python-websockets: update to version 10.3Josef Schlehofer2022-08-12
|/ | | | | | - Update copyright Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* python-paho-mqtt: add missing dependencyJan Hoffmann2022-08-03
| | | | | | | The uuid module has been split out into a separate package with the update to Python 3.10. Signed-off-by: Jan Hoffmann <jan@3e8.eu>
* python-jsonschema: Update to 4.9.0Javier Marcet2022-08-02
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* python3: update patches for libressl v3.5Andre Heider2022-07-23
| | | | | | | | | | | | Based upon patches from OpenBSD[0] and Gentoo[1]. Switched to the LibreSSL provided LIBRESSL_VERSION_NUMBER macro, which makes OPENWRT_HOST_BUILD redundant. [0] https://github.com/openbsd/ports/tree/master/lang/python/3.10/patches [1] https://github.com/gentoo/libressl/tree/master/dev-lang/python/files Signed-off-by: Andre Heider <a.heider@gmail.com>
* django: bump to version 4.0.6Alexandru Ardelean2022-07-18
| | | | | | Fixes https://nvd.nist.gov/vuln/detail/CVE-2022-34265 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-requests: bump to version 2.28.1Alexandru Ardelean2022-07-07
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-lxml: bump to version 4.9.1Alexandru Ardelean2022-07-07
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>