aboutsummaryrefslogtreecommitdiff
path: root/lang/python
Commit message (Collapse)AuthorAge
* python-pysocks: add new packageJan Pavlinec2021-03-10
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* python3-libsemanage: update to 3.2Rosen Penev2021-03-09
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* python3-libselinux: update to 3.2Rosen Penev2021-03-09
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #15047 from commodo/pillowJosef Schlehofer2021-03-08
|\ | | | | pillow: bump to version 8.1.2
| * pillow: bump to version 8.1.2Alexandru Ardelean2021-03-08
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python-zipp: update to version 3.4.1Jan Pavlinec2021-03-08
|/ | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* Merge pull request #14873 from neheb/cxxRosen Penev2021-03-06
|\ | | | | treewide: remove uClibc++ support
| * treewide: remove uClibc++ supportRosen Penev2021-03-05
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | python3-libselinux: fix musl 1.2.x compilation.Rosen Penev2021-03-04
|/ | | | | | Backported upstream patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* python-typing-extensions: add new packageJan Pavlinec2021-03-02
| | | | | | | Note: Dependency for python3-aiohttp Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* python-aiohttp: update to version 3.7.4Jan Pavlinec2021-03-02
| | | | | | | | Note: Fixes CVE-2021-21330 Add new required dependecy python3-typing-extensions Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* django: bump to version 3.1.7Alexandru Ardelean2021-02-24
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmai.com>
* Merge pull request #14782 from dddaniel/masterRosen Penev2021-02-23
|\ | | | | python-psycopg2: Add new package
| * python-psycopg2: Add new packageDaniel Danzberger2021-02-23
| | | | | | | | | | | | | | | | | | | | | | | | 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: c37b15e1c49cf27de8f34f43e93a7a5c184be9e0 Version 2.8.6 used in this package now supports pyhton3 Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com>
* | Merge pull request #14838 from ja-pa/python-packaging-20.9Rosen Penev2021-02-23
|\ \ | | | | | | python-packaging: update to version 20.9
| * | python-packaging: update to version 20.9Jan Pavlinec2021-02-22
| | | | | | | | | | | | | | | | | | | | | Changes: - add python-urllib dependency Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | Merge pull request #14841 from ja-pa/python-py-1.10.0-upRosen Penev2021-02-23
|\ \ \ | | | | | | | | python-py: update to version 1.10.0
| * | | python-py: update to version 1.10.0Jan Pavlinec2021-02-23
| |/ / | | | | | | | | | | | | | | | Fixes CVE-2020-29651 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | Merge pull request #14846 from ja-pa/pytho-pytest-xdist-2.2.1Rosen Penev2021-02-23
|\ \ \ | | | | | | | | python-pytest-xdist: update to version 2.2.1
| * | | python-pytest-xdist: update to version 2.2.1Jan Pavlinec2021-02-22
| |/ / | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | Merge pull request #14844 from ja-pa/python-more-itertools-8.7.0Josef Schlehofer2021-02-22
|\ \ \ | | | | | | | | python-more-itertools: update to version 8.7.0
| * | | python-more-itertools: update to version 8.7.0Jan Pavlinec2021-02-22
| |/ / | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* / / python3: Update to 3.9.2, refresh patchesJeffery To2021-02-22
|/ / | | | | | | | | | | | | | | | | 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>
* | treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | | | | | | | | | | 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>
* | python-docker: Update to 4.4.3Javier Marcet2021-02-19
| | | | | | | | | | | | | | | | Bugfixes: - Fix SSH port parsing when shelling out to the ssh client Signed-off-by: Javier Marcet <javier@marcet.info>
* | Merge pull request #14750 from neheb/pyreqRosen Penev2021-02-18
|\ \ | |/ |/| python-requests: split up patches into two files
| * python-requests: split up patches into two filesRosen Penev2021-02-15
| | | | | | | | | | | | | | | | 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>
* | python3: Fix target python-config when building on macOSJeffery To2021-02-17
|/ | | | | | | | | | | | | | | | | | | | 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>
* python-docker: Update to 4.4.2Javier Marcet2021-02-15
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* Merge pull request #14743 from jefferyto/python-cffi-1.14.5Rosen Penev2021-02-15
|\ | | | | python-cffi: Update to 1.14.5
| * python-cffi: Update to 1.14.5Jeffery To2021-02-15
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | Merge pull request #14753 from commodo/python-updates1Rosen Penev2021-02-15
|\ \ | | | | | | python-pytz,numpy: bump versions
| * | numpy: bump to version 1.20.1Alexandru Ardelean2021-02-15
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | python-pytz: bump to version 2021.1Alexandru Ardelean2021-02-15
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Merge pull request #14744 from jefferyto/python-cryptography-3.3.2Rosen Penev2021-02-15
|\ \ \ | |/ / |/| | python-cryptography: Update to 3.3.2
| * | python-cryptography: Update to 3.3.2Jeffery To2021-02-15
| |/ | | | | | | | | | | | | This fixes CVE-2020-36242 (buffer overflows caused by integer overflow in OpenSSL). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | Merge pull request #14722 from BKPepe/sqlalchemyRosen Penev2021-02-14
|\ \ | |/ |/| python-sqlalchemy: update to version 1.3.23
| * python-sqlalchemy: update to version 1.3.23Josef Schlehofer2021-02-12
| | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | Merge pull request #14689 from peter-stadler/djangoRosen Penev2021-02-09
|\ \ | | | | | | django: update to 3.1.6 (fixing CVE-2021-3281)
| * | django: update to 3.1.6Peter Stadler2021-02-09
| | | | | | | | | | | | | | | | | | fix for CVE-2021-3281 Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | | python-ubus: add packageErik Larsson2021-02-09
| | | | | | | | | | | | | | | | | | Python bindings for ubus. Signed-off-by: Erik Larsson <who+github@cnackers.org>
* | | python-hyperlink: Update to 21.0.0, refresh patchJeffery To2021-02-08
|/ / | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | numpy: bump to version 1.20.0Alexandru Ardelean2021-02-02
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python-execnet: update to version 1.8.0Jan Pavlinec2021-02-01
| | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | python-uci: add packageErik Larsson2021-01-31
| | | | | | | | | | | | | | 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>
* | python-pytest: update to version 6.2.2Jan Pavlinec2021-01-27
| | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | python-pytest-xdist: update to version 2.2.0Jan Pavlinec2021-01-27
| | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | python-psutil: update to version 5.8.0Jan Pavlinec2021-01-27
|/ | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* python-flask-seasurf: update to version 0.3.0Josef Schlehofer2021-01-24
| | | | | | - Update copyright Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* python-evdev: bump to version 1.4.0Alexandru Ardelean2021-01-20
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>