aboutsummaryrefslogtreecommitdiff
path: root/lang/python
Commit message (Collapse)AuthorAge
* Merge pull request #6784 from neheb/patch-21Dirk Brenken2018-08-20
|\ | | | | python-pyasn1: Update to 0.4.4
| * python-pyasn1: Update to 0.4.4Rosen Penev2018-08-17
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | python-urllib3: Update to 1.23Rosen Penev2018-08-19
|/ | | | | | Use a better URL. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #6726 from neheb/patch-27Daniel Golle2018-08-16
|\ | | | | python-gnupg: Update to 0.4.3
| * python-gnupg: Update to 0.4.3Rosen Penev2018-08-09
| | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | python/twisted: switch to libtirpcAndy Walsh2018-08-13
|/ | | | Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* python-mysql: include nls.mk, remove hackSebastian Kemper2018-07-13
| | | | | | | mariadb was sorted out to include nls.mk. Update python-mysql to do the same and remove the hack. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* python3: fix libuuid missing dependency for python3-lightKarol Wrona2018-07-13
| | | | Signed-off-by: Karol Wrona <wrona.vy@gmail.com>
* Merge pull request #6411 from crza/update-pythonHannu Nyman2018-07-12
|\ | | | | python3: update to python 3.7.0
| * python3: add override for uuid.h header checkMartin Strobel2018-07-11
| | | | | | | | Signed-off-by: Martin Strobel <arctus@crza.de>
| * python3: update to python 3.7.0Martin Strobel2018-07-11
| | | | | | | | | | | | | | | | Fixes python3 host SSL build -> host-pip can use https:// urls again. Updates Pip to 10.0.1 rebased patches Signed-off-by: Martin Strobel <arctus@crza.de>
* | python-mysql: fix uclibc build failureSebastian Kemper2018-07-08
| | | | | | | | | | | | | | | | libmariadb 10.2.x needs to be linked in together with iconv. On uclibc iconv is not included in libc and libiconv-full needs to be used. This commit helps python-mysql find the shared library. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | python-mysql: fix download URLSebastian Kemper2018-07-08
|/ | | | | | | During a previous pull request the PKG_NAME was first changed and then reverted back. But the download URL was not changed accordingly. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* Merge pull request #6202 from cotequeiroz/seafile_openssl-1.1Hannu Nyman2018-07-07
|\ | | | | seafile: upgrade to 6.3.0
| * pyjwt: add new packageEneas U de Queiroz2018-06-23
| | | | | | | | | | | | | | | | JSON Web Token implementation in Python. This package is a direct dependency of python-requests-oauthlib, a dependency of seafile-seahub. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * python-oauthlib: add new packageEneas U de Queiroz2018-06-23
| | | | | | | | | | | | | | | | | | A generic, spec-compliant, thorough implementation of the OAuth request-signing logic. This package is a direct dependency of python-requests-oauthlib, a dependency of seafile-seahub. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * python-requests-oauthlib: add new packageEneas U de Queiroz2018-06-23
| | | | | | | | | | | | | | OAuthlib authentication support for Requests. This package is a direct dependency of seafile-seahub. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * python-certifi: add new packageEneas U de Queiroz2018-06-23
| | | | | | | | | | | | | | | | Python package for providing Mozilla's CA Bundle. This package is a direct dependency of python-requests, a dependency of seafile-seahub. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * python-requests: add new packageEneas U de Queiroz2018-06-23
| | | | | | | | | | | | | | HTTP library for Python. This package is a direct dependency of seafile-seahub. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * python-qrcode: add new packageEneas U de Queiroz2018-06-23
| | | | | | | | | | | | | | QR Code image generator. This package is a direct dependency of seafile-seahub. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * django-webpack-loader: add new packageEneas U de Queiroz2018-06-23
| | | | | | | | | | | | | | Transparently use webpack with django. This package is a direct dependency of seafile-seahub. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * django-ranged-response: add new packageEneas U de Queiroz2018-06-23
| | | | | | | | | | | | | | | | Modified Django FileResponse that adds Content-Range headers. This package is a direct dependency of django-simple-captcha, a dependency of seafile-seahub. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * django-simple-captcha: add new packageEneas U de Queiroz2018-06-23
| | | | | | | | | | | | | | A very simple, yet powerful, Django captcha application. This package is a direct dependency of seafile-seahub. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * django-formtools: add new packageEneas U de Queiroz2018-06-23
| | | | | | | | | | | | | | A set of high-level abstractions for Django forms. This package is a direct dependency of seafile-seahub. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | Merge pull request #6332 from micmac1/mysql-python-upHannu Nyman2018-07-06
|\ \ | | | | | | python-mysql: upgrade to 1.3.12
| * | python-mysql: upgrade to 1.3.12Sebastian Kemper2018-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - change source from MySQL-python to mysqlclient, which is a fork of the former. The former project hasn't seen any updates in years. - this is also in anticipation of the upgrade of MariaDB from 10.1.x to 10.2.x. With the latter python-mysql does not compile - mysqlclient does. - the patch is dropped as libmaria is threadsafe anyway. - add variant for Python3. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | twisted: update to 18.4.0, refresh patchesJeffery To2018-06-25
| | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | python-zope-interface: update to 4.5.0Jeffery To2018-06-25
| | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | python-pyasn1: update to 0.4.3Jeffery To2018-06-25
| | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | python-ply: update to 3.11Jeffery To2018-06-25
| | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | python-ipaddress: update to 1.0.22Jeffery To2018-06-25
| | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | python-hyperlink: update to 18.0.0Jeffery To2018-06-25
| | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | python-automat: update to 0.7.0, refresh patchesJeffery To2018-06-25
| | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | python-attrs: update to 18.1.0Jeffery To2018-06-25
|/ / | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | python-cryptography: bump to version 2.2.2Alexandru Ardelean2018-06-11
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python-idna: bump to version 2.7Alexandru Ardelean2018-06-11
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python-cffi: bump to version 1.11.5Alexandru Ardelean2018-06-11
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python-lxml: bump to version 4.2.1Alexandru Ardelean2018-06-11
| | | | | | | | Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
* | python-asn1crypto: bump to version 0.24.0Alexandru Ardelean2018-06-11
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python-pyopenssl: bump to version 18.0.0Alexandru Ardelean2018-06-11
|/ | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* Merge pull request #5620 from kvuorine/python-pyserialHannu Nyman2018-06-06
|\ | | | | python-pyserial: Update to version 3.4
| * python-pyserial: Update to version 3.4Kimmo Vuorinen2018-02-16
| | | | | | | | | | | | | | | | Update to version 3.4 Add build for python3 Add source packages Signed-off-by: Kimmo Vuorinen <kimmo.vuorinen@gmail.com>
* | python-curl: Fix compilation error after upgrade to 7.43.0.2Waldemar Konik2018-06-05
| | | | | | | | Signed-off-by: Waldemar Konik <informatyk74@interia.pl>
* | python-curl: update to 7.43.0.2Waldemar Konik2018-06-04
| | | | | | | | Signed-off-by: Waldemar Konik <informatyk74@interia.pl>
* | python,python3: remove `--ignore-installed` flag for host packagesAlexandru Ardelean2018-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was copied over from python-packages, when support for installing packages host-side (via pip) was added. Based on the discussion on this commit: https://github.com/openwrt/packages/commit/612c53fc6c3d9ba2a57f7329baf055f1d59a9246 it was mentioned that removing this may add more benefit in terms of reducing build time, because packages won't get reinstalled every time. I'm not entirely sure about any potential side-effects of this, but it's worth trying it out. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python3: update to version 3.6.5Alexandru Ardelean2018-05-03
| | | | | | | | | | | | | | Add PKG_RELEASE for setuptools and pip. Refresh all patches. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python: update to version 2.7.15Alexandru Ardelean2018-05-03
| | | | | | | | | | | | | | | | | | | | | | This also updates pip and setuptools. With this occasion, they also get PKG_RELEASEs of their own. Dropped patch 011-remove-setupterm-definition.patch Manually re-applied 005-fix-bluetooth-support.patch Ran make package/python/refresh to refresh other patches. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python/python3: remove zlib/host dependencyHauke Mehrtens2018-04-28
| | | | | | | | | | | | | | | | zlib is now a host tool and the zlib/host package was removed. this dependency is not needed any more as there will always be a zlib host library. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | python,python3: remove `--with-system-ffi=no` config argAlexandru Ardelean2018-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Report https://github.com/openwrt/packages/issues/5638 It was mentioned that this causes build failures on Mac OS X. The default behavior [in the setup.py script] is to check whether `--with-system-ffi` is present in the CONFIG_ARGS env var. However that back-fires a bit when `--with-system-ffi=no`, because the condition `not '--with-system-ffi' in sysconfig.get_config_var("CONFIG_ARGS")` evaluates to true. This is a small bug in the `setup.py` script, but it looks like the easiest/cleanest way to address it on our end is to just remove it entirely from the HOST_CONFIGURE_ARGS. At least that's how it looks like when testing on a Linux machine. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python,python3: limit underlinking behavior to linux platformsAlexandru Ardelean2018-03-14
| | | | | | | | | | | | | | | | | | | | | | | | This change was introduced in commit 1c54e2b0fbe2e9a7d to address build issues on Ubuntu 12.04. However it was reported to cause issues on Mac OS X. Report: https://github.com/openwrt/packages/issues/5310 It was also reported that removing this on MacOS X fixes the issue. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>