Josef Schlehofer
76874c1f62
python-voluptuous-serialize: add package for Python3
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
6 years ago
Josef Schlehofer
2edf5034f1
python-aiohttp: add a new package
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
6 years ago
Josef Schlehofer
680eaeb05d
python-yarl: add a new package
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
6 years ago
Josef Schlehofer
46db45fd40
async-timeout: add a new package
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
6 years ago
Josef Schlehofer
60c8c13969
python-pyotp: add new package for Python3
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
6 years ago
Josef Schlehofer
5b2b6029c7
python-multidict: add a new package
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
6 years ago
Josef Schlehofer
d90516182b
python-slugify: add Python3 package
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
6 years ago
Jeffery To
c23bea8dc8
python,python3: Fix CVE-2019-9636 - urlsplit missing NFKC normalization
These patches address issue:
CVE-2019-9636: urlsplit does not handle NFKC normalization
Link to Python issue:
https://bugs.python.org/issue36216
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
6 years ago
Karel Kočí
4b9a0ff6b6
python-astral: add new package
Signed-off-by: Karel Kočí <cynerd@email.cz>
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
6 years ago
Josef Schlehofer
5f24ab841b
python-voluptuous: add a new package
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
6 years ago
Josef Schlehofer
e08b0a877d
ruamel-yaml: add package
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
6 years ago
Josef Schlehofer
2002e47732
text-unidecode: add new package
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
6 years ago
Jeffery To
e436e73f1c
python,python3: Use only target package data for Build/InstallDev
This changes Build/InstallDev for both Python 2 and 3 to only copy files
from target Python, not from host Python, since InstallDev files are
used for target packages to link to other target packages.
In particular, usr/lib/python{2.7,3.7}/_sysconfigdata.py holds system
configuration data generated at build time, and is different for target
Python and host Python.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
6 years ago
Jeffery To
52167d7f2c
python-cffi: Update to latest version
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
6 years ago
Jeffery To
6b15619ef7
python-attrs: Update to latest version
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
6 years ago
Karel Kočí
b8106eb291
python-influxdb: update to 5.2.2
Signed-off-by: Karel Kočí <karel.koci@nic.cz>
6 years ago
Alexandru Ardelean
b485a90aa3
python3: remove OpenSSL deprecated API patch
Fixes: https://github.com/openwrt/packages/issues/8399
These 2 patches cause some breakage for other packages.
For now, we drop them and wait for upstream to finalize a fix.
We can live with deprecated SSL APIs for a while. No need to hurry, since
this doesn't seem to help.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
6 years ago
Eneas U de Queiroz
ad001446d5
python-requests-oauthlib: update to 1.2.0
This version adds compatibility with OAuthlib 3.0.0 and above.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
6 years ago
Eneas U de Queiroz
ef59c595d4
python-oauthlib: update to 3.0.1
This is a major update with bufixes, new features and API changes.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
6 years ago
Josef Schlehofer
98c704d3f0
python3-bottle: update to version 0.12.16
Add LICENSE file
Add CPE ID
Remove current maintainer and add me as maintainer
Signed-off-by: Josef Schlehofer <josef.schlehofer@nic.cz>
6 years ago
Stepan Henek
2aa66b0a6f
python3-bottle: use Py3Package for installation
Signed-off-by: Stepan Henek <stepan.henek@nic.cz>
6 years ago
Eneas U de Queiroz
9429b83840
click-log: fix circular dependency
Removing python3 conditional DEPENDS to avoid a circular dependency.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
6 years ago
Eneas U de Queiroz
8061b28ea0
python-chardet: fix Makefile typo
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
6 years ago
Eneas U de Queiroz
d8de24183f
python-requests: fix circular dependency
Removing python3 conditional DEPENDS to avoid a circular dependency.
Fixes a typo in Makefile.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
6 years ago
Eneas U de Queiroz
1bf60e9b58
python-ply: fix circular dependency
Removing python3 conditional DEPENDS to avoid a circular dependency.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
6 years ago
Eneas U de Queiroz
5590cda91b
python-simplejson: fix circular dependency
Removing python2 conditional DEPENDS to avoid a circular dependency.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
6 years ago
Rosen Penev
3b935060e8
python3: Fix compilation with deprecated OpenSSL APIs
Also refreshed patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Rosen Penev
1d04e54651
python: Add PKG_CPE_ID for proper CVE tracking
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Hannu Nyman
9e5a4bf4fb
python-requests: adjust to chardet rename
Adjust to the rename of chardet to python-chardet
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
6 years ago
Karel Kočí
37633c97d7
python-influxdb: add package
Signed-off-by: Karel Kočí <karel.koci@nic.cz>
6 years ago
Karel Kočí
83e76672d7
python-paho-mqtt: add package
Signed-off-by: Karel Kočí <cynerd@email.cz>
6 years ago
Karel Kočí
82b47309d8
python-appdirs: add package
Signed-off-by: Karel Kočí <cynerd@email.cz>
6 years ago
Karel Kočí
091d93d2a5
python-schema: add package
Signed-off-by: Karel Kočí <karel.koci@nic.cz>
6 years ago
Karel Kočí
c9f70feec3
python-contextlib2: add package
Signed-off-by: Karel Kočí <cynerd@email.cz>
6 years ago
Karel Kočí
1418f401b5
python-jsonpath-ng: add package
Signed-off-by: Karel Kočí <karel.koci@nic.cz>
6 years ago
Karel Kočí
0361b39628
python-decorator: add package
Signed-off-by: Karel Kočí <karel.koci@nic.cz>
6 years ago
Karel Kočí
d0e3345aca
click-log: add package
Signed-off-by: Karel Kočí <karel.koci@nic.cz>
6 years ago
Eneas U de Queiroz
c0e4ecac3a
python-certifi: Update to 2019.3.9
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
6 years ago
Jeffery To
450891679b
python-pyopenssl,python-service-identity: Update package data
This updates the Python 2 and 3 versions of each package to share the
same title field.
This also updates the package title, url and source urls.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
6 years ago
Eneas U de Queiroz
9c4d764b27
python-qrcode: bump to 6.1, fix dependencies
The package was missing dependencies on pillow and python-setuptools.
The Makefile was simplified.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
6 years ago
Karel Kočí
3e1f90967e
python-pytz: add Python3 version
Signed-off-by: Karel Kočí <cynerd@email.cz>
6 years ago
Karel Kočí
e47c03c7d5
python-requests: add Python3 version
Signed-off-by: Karel Kočí <cynerd@email.cz>
6 years ago
Karel Kočí
82565d1e73
python-simplejson: add Python3 specific package
Package is rewritten to be current type of python package with variants
but for backward compatibility the simplejson package name was left as
is and new Python3 specific package was named correctly as
python3-simplejson.
Signed-off-by: Karel Kočí <cynerd@email.cz>
6 years ago
Karel Kočí
f80fd7e44d
python-chardet: add Python3 variant
Signed-off-by: Karel Kočí <karel.koci@nic.cz>
6 years ago
Rosen Penev
5d4f817865
python: Refresh patches
git is intollerant when it comes to fuzz. this fixes it.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Alexandru Ardelean
8e493eb19d
python: bump to version 2.7.16
This change updates Python to version 2.7.16, which is a bugfix release
in the Python 2.7 series.
This also removes patches back-ported from upstream.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
6 years ago
Daniel Golle
17835f4b04
Flask: now depends on python3-setuptools
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
6 years ago
Karel Kočí
35c7bcc85e
Jinja2: add missing dependency on markupsafe
Signed-off-by: Karel Kočí <karel.koci@nic.cz>
6 years ago
Rosen Penev
39f763f0ee
pyodbc: Added ability to compile with uclibc++
Allows a smaller size.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Josef Schlehofer
ae9cfe503b
python-dns: Add Python3 variant, update to 1.16.0
As it was suggested in PR from the current package maintainer, I have become a new maintainer.
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
6 years ago