Jan Pavlinec
c99a19f614
python-aiohttp: update to version 3.7.4
Note:
Fixes CVE-2021-21330
Add new required dependecy python3-typing-extensions
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years ago
Alexandru Ardelean
dd58d24699
django: bump to version 3.1.7
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmai.com>
4 years ago
Daniel Danzberger
7cfb9a04af
python-psycopg2: Add new package
Psycopg is the most popular PostgreSQL adapter for the Python programming language
It's used by the python-sqlalchemy for postgresql
This package was removed by this commit for lacking python3 support:
c37b15e1c4
Version 2.8.6 used in this package now supports pyhton3
Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com>
4 years ago
Jan Pavlinec
ca15ab33cf
python-py: update to version 1.10.0
Fixes CVE-2020-29651
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years ago
Jeffery To
6d9005d5ac
python3: Update to 3.9.2, refresh patches
Includes fixes for:
* CVE-2021-3177 - ctypes: Buffer overflow in PyCArg_repr
* CVE-2021-23336 - urllib parse_qsl(): Web cache poisoning - semicolon
as a query args separator
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years ago
Jan Pavlinec
9192928373
python-pytest-xdist: update to version 2.2.1
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years ago
Jan Pavlinec
fb7e81861f
python-more-itertools: update to version 8.7.0
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years ago
Jan Pavlinec
6a43812fef
python-packaging: update to version 20.9
Changes:
- add python-urllib dependency
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years ago
Ilya Lipnitskiy
5d8d4fbbcb
treewide: Run refresh on all packages
The crude loop I wrote to come up with this changeset:
find -L package/feeds/packages/ -name patches | \
sed 's/patches$/refresh/' | sort | xargs make
Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
4 years ago
Javier Marcet
cce8b3ab31
python-docker: Update to 4.4.3
Bugfixes:
- Fix SSH port parsing when shelling out to the ssh client
Signed-off-by: Javier Marcet <javier@marcet.info>
4 years ago
Jeffery To
18330902a0
python3: Fix target python-config when building on macOS
The Python version of python-config is installed when building on macOS,
rather than the shell script version when building on Linux. When run on
macOS, the Python version of python-config will return values with
Mac-specific customizations.
This patches the python-config install recipe so that which version is
installed can be controlled by the package makefile. When building on
macOS, this installs the Python version for host Python and the shell
script version for target Python.
This also updates Host/Compile and Host/Install to use the default host
build recipes, so that the various HOST_* variables are taken into
account automatically.
Fixes https://github.com/openwrt/packages/issues/14652
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years ago
Rosen Penev
b360f25d6c
python-requests: split up patches into two files
quilt cannot handle two patches in one file. It ends up merging them
and removing the description from the second. To avoid this, split into
two.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years ago
Javier Marcet
6d07d26a42
python-docker: Update to 4.4.2
Signed-off-by: Javier Marcet <javier@marcet.info>
4 years ago
Alexandru Ardelean
09214dec38
numpy: bump to version 1.20.1
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
4 years ago
Alexandru Ardelean
ca45446f16
python-pytz: bump to version 2021.1
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
4 years ago
Jeffery To
b86890b899
python-cryptography: Update to 3.3.2
This fixes CVE-2020-36242 (buffer overflows caused by integer overflow
in OpenSSL).
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years ago
Jeffery To
4aba039a2d
python-cffi: Update to 1.14.5
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years ago
Josef Schlehofer
eef638f587
python-sqlalchemy: update to version 1.3.23
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
4 years ago
Peter Stadler
18e696fedc
django: update to 3.1.6
fix for CVE-2021-3281
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
4 years ago
Erik Larsson
f8e15596fc
python-ubus: add package
Python bindings for ubus.
Signed-off-by: Erik Larsson <who+github@cnackers.org>
4 years ago
Jeffery To
0101070676
python-hyperlink: Update to 21.0.0, refresh patch
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years ago
Alexandru Ardelean
005e77c7cb
numpy: bump to version 1.20.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
4 years ago
Jan Pavlinec
42b50c1da0
python-execnet: update to version 1.8.0
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years ago
Erik Larsson
b6a85b9272
python-uci: add package
Python bindings for libuci, useful for writing ansible modules to manage OpenWRT systems.
Reused Makefile from upstream: https://gitlab.nic.cz/turris/turris-os-packages/-/blob/develop/lang/python-uci/Makefile
Signed-off-by: Erik Larsson <who+github@cnackers.org>
4 years ago
Jan Pavlinec
7adb6d2599
python-pytest: update to version 6.2.2
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years ago
Jan Pavlinec
b38bf0bd97
python-pytest-xdist: update to version 2.2.0
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years ago
Jan Pavlinec
edf63727c3
python-psutil: update to version 5.8.0
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years ago
Josef Schlehofer
f9ecc43442
python-flask-seasurf: update to version 0.3.0
- Update copyright
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
4 years ago
Alexandru Ardelean
0f21ed774c
python-evdev: bump to version 1.4.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
4 years ago
Alexandru Ardelean
deea2815a0
openpyxl: bump to version 3.0.6
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
4 years ago
Javier Marcet
bd49d48123
python-docker: Update to 4.4.1
Signed-off-by: Javier Marcet <javier@marcet.info>
4 years ago
Alexandru Ardelean
cfd1af10ff
django-restframework: bump to version 3.12.2
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
4 years ago
Alexandru Ardelean
8362abc270
pymysql: bump to version 1.0.2
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
4 years ago
Alexandru Ardelean
c72c3b60f0
django: bump to version 3.1.5
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
4 years ago
Alexandru Ardelean
56390073fa
numpy: bump to version 1.19.5
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
4 years ago
Jan Pavlinec
42a0f8bdf2
python-msgpack: update to version 1.0.2
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years ago
Josef Schlehofer
8aa4461788
python-requests: add patch to solve idna conflict
Fixes:
pkg_resources.ContextualVersionConflict: (idna 3.0 (/usr/lib/python3.9/site-packages), Requirement.parse('idna<3,>=2.5'), {'requests'})
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
4 years ago
Josef Schlehofer
2f6694cbd0
python-aiohttp: update to version 3.7.1
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
4 years ago
Josef Schlehofer
5fbd256b86
python-slugify: update to version 4.0.1
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
4 years ago
Josef Schlehofer
0b7e74c90b
python-voluptuous-serialize: update to version 2.4.0
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
4 years ago
Josef Schlehofer
37c307b933
python-voluptuous: update to version 0.12.1
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
4 years ago
Alexandru Ardelean
7b4c118752
pillow: bump to version 8.1.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
4 years ago
Alexandru Ardelean
633e372688
python-idna: bump to version 3.1
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
4 years ago
Alexandru Ardelean
6482a32926
python-pyopenssl: bump to version 20.0.1
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
4 years ago
Alexandru Ardelean
1b17319051
python-requests: bump to version 2.25.1
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
4 years ago
Alexandru Ardelean
e4303a3d28
python-cryptography: bump to version 3.3.1
Regenerated patches from:
https://github.com/pyca/cryptography/pull/4920
The patch names were kept as generated via 'git format-patch 3.3.1..'
And ran through quilt.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
4 years ago
Alexandru Ardelean
a03ce5bc72
python-chardet: bump to version 4.0.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
4 years ago
Alexandru Ardelean
571dd8e40a
python3: bump to version 3.9.1
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
4 years ago
Jan Pavlinec
519dd79c73
python-augeas: add new package
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Co-authored-by: Jeffery To <jeffery.to@gmail.com>
5 years ago
Alexandru Ardelean
85dd701f8c
django: bump to version 3.1.4
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
4 years ago