Alexandru Ardelean
bde027188a
python-greenlet: support MIPS architecture
...
Fixes: https://github.com/openwrt/packages/issues/15370
This is inspired from:
330bc94dcc/lang/python-greenlet/Makefile
The `PKG_USE_MIPS16:=0` is not taken into consideration when building
Python modules. That's because the sysconfig is used.
This is only an issue with greenlet (on MIPS) so far.
One option is to do `PKG_USE_MIPS16:=0` in the core Python package.
But, since we know that the `wlanslovenija` group has successfully used
greenlet on MIPS with this construct, we might as well adopt it until GCC10
becomes the main compiler.
As noted here:
https://github.com/openwrt/packages/issues/15370#issuecomment-817015484
GCC10 doesn't have this problem.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-04-14 00:17:09 -07:00
Alexandru Ardelean
c01d0f16cf
django: bump to version 3.2
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-04-12 17:51:54 -07:00
Josef Schlehofer
f4a231cdf5
Merge pull request #15396 from BKPepe/update-bottle
...
python3-bottle: update to version 0.12.19
2021-04-12 11:14:49 +02:00
Josef Schlehofer
8770f64816
Merge pull request #15398 from BKPepe/babel-update
...
python-babel: update to version 2.9.0
2021-04-12 11:14:38 +02:00
Javier Marcet
75fbd91d66
python-docker: Update to 5.0.0
...
Breaking changes:
- Remove support for Python 2.7
- Make Python 3.6 the minimum version supported
Features:
- Add limit parameter to image search endpoint
Bugfixes:
- Fix KeyError exception on secret create
- Verify TLS keys loaded from docker contexts
- Update PORT_SPEC regex to allow square brackets for IPv6 addresses
- Fix containers and images documentation examples
Signed-off-by: Javier Marcet <javier@marcet.info>
2021-04-11 20:30:25 -07:00
Josef Schlehofer
a31dc44d2d
python-babel: update to version 2.9.0
...
Update copyright
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-04-12 01:05:36 +02:00
Josef Schlehofer
1a4b2b41fb
python3-bottle: update to version 0.12.19
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-04-12 00:47:57 +02:00
Jan Pavlinec
4e979ceb6b
python-pytest: update to version 6.2.3
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-04-07 10:16:56 +03:00
Josef Schlehofer
757b0ea647
zeroconf: update to version 0.29.0
...
Update copyright in Makefile
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-04-06 22:48:19 +02:00
Alexandru Ardelean
afdcfb525c
pillow: bump to version 8.2.0
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-04-05 15:11:48 -07:00
Alexandru Ardelean
156e2e354e
python3: bump to version 3.9.4
...
For some reason Python3 jumped from 3.9.2 to 3.9.4 in about a week.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-04-05 19:32:00 +03:00
Javier Marcet
0a754f2ec1
python-dotenv: update to v0.17.0
...
Signed-off-by: Javier Marcet <javier@marcet.info>
2021-04-05 00:42:01 +02:00
Rosen Penev
79f62459b3
Merge pull request #15074 from ja-pa/python-greenlet
...
python-eventlet & python-greenlet: add new packages
2021-04-03 18:46:39 -07:00
Rosen Penev
bb181a18c1
Merge pull request #15025 from ja-pa/python-flask-socketio
...
python-flask-socketio: add new package
2021-04-03 18:45:21 -07:00
Rosen Penev
752d357231
Merge pull request #15080 from ja-pa/python-pysocks
...
python-pysocks: add new package
2021-04-03 18:43:17 -07:00
Jan Pavlinec
6c9627b45d
python-flask-httpauth: add new package
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-04-03 18:40:04 -07:00
Martin Matějek
df4b1ae24e
python3-pyroute2: update to version 0.5.16
...
Signed-off-by: Martin Matějek <martin.matejek@gmx.com>
2021-03-30 20:00:53 +02:00
Alexandru Ardelean
731bb0265d
numpy: bump to version 1.20.2
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-03-29 09:51:56 +03:00
Alexandru Ardelean
89a6254b0a
python-lxml: bump to version 4.6.3
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-03-29 09:49:47 +03:00
Alexandru Ardelean
5d00d670b2
gunicorn: bump to version 20.1.0
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-03-29 09:47:07 +03:00
Alexandru Ardelean
0f9b0223cc
django-restframework: bump to version 3.12.4
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-03-29 09:46:09 +03:00
Jan Pavlinec
d303bd6aac
python-eventlet: add new package
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-03-23 13:57:46 +01:00
Jan Pavlinec
837f1b5924
python-greenlet: add new package
...
Notes:
Build is disabled for arc and mips because
greenlet isn't ported for these platforms
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-03-23 13:57:45 +01:00
Jan Pavlinec
8133922a02
python-flask-socketio: add new package
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-03-23 10:55:10 +01:00
Jan Pavlinec
ae0556e6a5
python-bidict: add new package
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-03-23 10:55:09 +01:00
Jan Pavlinec
decbd7b43a
python-socketio: add new package
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-03-23 10:55:08 +01:00
Jan Pavlinec
9e011b2fc8
python-engineio: add new package
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-03-23 10:55:08 +01:00
Alexandru Ardelean
b0e3dedda8
openpyxl: bump to version 3.0.7
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-03-15 20:49:20 +02:00
Rosen Penev
6de752e5f2
Merge pull request #15083 from jmarcet/python_websocket_client_update
...
python3-websocket-client: update to 0.58.0
2021-03-10 12:09:58 -08:00
Rosen Penev
0917ea3ef4
Merge pull request #15082 from jmarcet/python_docker_update
...
python-docker: Update to 4.4.4
2021-03-10 12:09:31 -08:00
Jan Pavlinec
780fc502d2
python-pysocks: add new package
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-03-10 12:07:47 +01:00
Rosen Penev
acb72e7452
python3-libsemanage: update to 3.2
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-09 16:39:56 -08:00
Rosen Penev
0d05ca4a09
python3-libselinux: update to 3.2
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-09 16:39:56 -08:00
Javier Marcet
d58c921c9a
python3-websocket-client: update to 0.58.0
...
Signed-off-by: Javier Marcet <javier@marcet.info>
2021-03-09 23:52:14 +00:00
Javier Marcet
22b1ca6326
python-docker: Update to 4.4.4
...
Bugfixes:
- Remove LD_LIBRARY_PATH and SSL_CERT_FILE environment variables when
shelling out to the ssh client.
Signed-off-by: Javier Marcet <javier@marcet.info>
2021-03-09 17:41:18 +00:00
Josef Schlehofer
8c01d5010c
Merge pull request #15047 from commodo/pillow
...
pillow: bump to version 8.1.2
2021-03-08 20:54:19 +01:00
Jan Pavlinec
7f85073979
python-zipp: update to version 3.4.1
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-03-08 15:23:57 +01:00
Alexandru Ardelean
c6f8536efa
pillow: bump to version 8.1.2
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-03-08 09:38:06 +02:00
Rosen Penev
45dcec32ce
Merge pull request #14873 from neheb/cxx
...
treewide: remove uClibc++ support
2021-03-06 14:00:32 -08:00
Rosen Penev
39bc254663
treewide: remove uClibc++ support
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-05 15:07:46 -08:00
Rosen Penev
22eec6ee26
python3-libselinux: fix musl 1.2.x compilation.
...
Backported upstream patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-04 23:42:37 -08:00
Jan Pavlinec
034cba33c6
python-typing-extensions: add new package
...
Note:
Dependency for python3-aiohttp
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-03-02 17:07:25 +01:00
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>
2021-03-02 13:42:52 +01:00
Alexandru Ardelean
dd58d24699
django: bump to version 3.1.7
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmai.com>
2021-02-24 20:09:57 +02:00
Rosen Penev
6420152225
Merge pull request #14782 from dddaniel/master
...
python-psycopg2: Add new package
2021-02-23 12:00:38 -08:00
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>
2021-02-23 16:03:51 +01:00
Rosen Penev
c7b0f0b720
Merge pull request #14838 from ja-pa/python-packaging-20.9
...
python-packaging: update to version 20.9
2021-02-23 05:13:20 -08:00
Rosen Penev
4facaab318
Merge pull request #14841 from ja-pa/python-py-1.10.0-up
...
python-py: update to version 1.10.0
2021-02-23 05:10:06 -08:00
Rosen Penev
8fd9239c67
Merge pull request #14846 from ja-pa/pytho-pytest-xdist-2.2.1
...
python-pytest-xdist: update to version 2.2.1
2021-02-23 05:09:45 -08:00
Jan Pavlinec
ca15ab33cf
python-py: update to version 1.10.0
...
Fixes CVE-2020-29651
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-02-23 10:17:09 +01:00