aboutsummaryrefslogtreecommitdiff
path: root/lang/python
Commit message (Collapse)AuthorAge
...
* | | Merge pull request #9060 from jefferyto/python-setuptools-reproducibleRosen Penev2019-05-25
|\ \ \ | | | | | | | | python-setuptools: Add reproducibility patches from Debian
| * | | python-setuptools: Add reproducibility patches from DebianJeffery To2019-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds the ability to patch setuptools (and pip), and adds 3 reproducibility patches from Debian[1]. (003-PKG-INFO-output-reproducible.patch addresses the issue identified in #9039.) The patching is not perfect, in that the patches are applied to setuptools and pip after they have been installed, since they are installed from wheels which are already "precompiled". Also, patching for the host install cannot be updated in place, for example if a patch is added or removed. [1]: https://sources.debian.org/patches/python-setuptools/40.8.0-1/ Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | python-chardet: Rename Python 3 scriptJeffery To2019-05-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Python 2 and 3 versions of chardet both install a script with the same name (/usr/bin/chardetect). This is the issue identified in #9006 (https://github.com/openwrt/packages/pull/9006#issuecomment-493709812). This renames the Python 3 script to chardetect3. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | python-requests-oauthlib: add python3, clean depsEneas U de Queiroz2019-05-24
|/ / / | | | | | | | | | | | | | | | | | | | | | Added a python3 variant, and removed python-cryptography, and pyjwt from the dependencies. They are required only to run one test, that is not even being installed. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | Merge pull request #9047 from cotequeiroz/python-licenseRosen Penev2019-05-21
|\ \ \ | | | | | | | | python-{pip,setuptools}: add LICENSE, CPE information
| * | | python-python3-pip: add LICENSE informationEneas U de Queiroz2019-05-21
| | | | | | | | | | | | | | | | | | | | | | | | CVE id was left commented out as it is not handled by uscan. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | python-python3-setuptools: add LICENSE informationEneas U de Queiroz2019-05-21
| | | | | | | | | | | | | | | | | | | | | | | | CVE id was left commented out as it is not handled by uscan. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | openpyxl: bump to 2.6.2, add python3, fix dependsEneas U de Queiroz2019-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current package does not work, due to missing dependencies, so they are being added now, along with python3 support. This versions brings many bugfixes, and the option to use defusedxml if available, protecting against many xml exploits. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | python-et_xmlfile: restore & update removed packageEneas U de Queiroz2019-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a dependency of the openpyxl package. The package Makefile was reworked, and a python3 variant was added. Maintainer was changed to Alexandru Ardelean & Eneas U de Queiroz. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | python-jdcal: restore & update removed packageEneas U de Queiroz2019-05-21
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | This is a dependency of the openpyxl package. The package Makefile was reworked, and a python3 variant was added. Maintainer was changed to Alexandru Ardelean & Eneas U de Queiroz. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | Merge pull request #8993 from cotequeiroz/rcssminRosen Penev2019-05-21
|\ \ \ | | | | | | | | python-rcssmin: restore & update removed package, add depend to django-compressor
| * | | django-compressor: add missing dependencies.Eneas U de Queiroz2019-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added python-rcssmin, and django-appconfig as dependencies, and a note in the package help text about not having a rjsmin package, so the jsmin (javascript) filter will not work. Adjusted the Makefile to conform to current python-package style, and to display the package title correctly in menuconfig. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | python-rcssmin: restore & update removed packageEneas U de Queiroz2019-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a dependency of django-compressor. The package Makefile was reworked, and a python3 variant was added. Maintainer was changed to Alexandru Ardelean & Eneas U de Queiroz. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | Merge pull request #9040 from cotequeiroz/python-licenseRosen Penev2019-05-21
|\ \ \ \ | | | | | | | | | | Python/python3: refresh license information
| * | | | python3: refresh LICENSE informationEneas U de Queiroz2019-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed PKG_LICENSE to reflect spdx license tag, and PKG_LICENSE_FILES to include all lincense-related files applicable to the parts of the code we are actually using to build and/or distributing. The Windows-only files, and the python-bundled Tools we're not using have been left out. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | python: refresh LICENSE informationEneas U de Queiroz2019-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed PKG_LICENSE to reflect spdx license tag, and PKG_LICENSE_FILES to include all lincense-related files applicable to the parts of the code we are actually using to build and/or distributing. The Windows-only files, and the python-bundled Tools we're not using have been left out. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | Merge pull request #9039 from cotequeiroz/python_conditionalRosen Penev2019-05-21
|\ \ \ \ \ | |/ / / / |/| | | | treewide: add PACKAGE_* DEPENDS conditionals to python packages building both variants, update README.md
| * | | | treewide: Add PACKAGE_* conds to python packagesEneas U de Queiroz2019-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a package builds python & python3 variants, then the respective PACKAGE-python* conditional DEPENDS were added, since circular dependencies should all be resolved now. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | python: README.md: adjust recursive dep text, miscEneas U de Queiroz2019-05-20
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding the conditionals to DEPENDS should not cause circular dependencies any more. This adjusts the text to point out that it used to be a problem, and if it happens again, one should open an issue. Also, some spotted trivial errors were fixed. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | python-qrcode: adjust Makefile styleEneas U de Queiroz2019-05-17
| | | | | | | | | | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | python-oauthlib: adjust Makefile styleEneas U de Queiroz2019-05-17
| | | | | | | | | | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | python-defusedxml: adjust Makefile styleEneas U de Queiroz2019-05-17
| | | | | | | | | | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | python-certifi: adjust Makefile styleEneas U de Queiroz2019-05-17
| | | | | | | | | | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | pyjwt: adjust Makefile styleEneas U de Queiroz2019-05-17
| | | | | | | | | | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | django-webpack-loader: adjust Makefile styleEneas U de Queiroz2019-05-17
| | | | | | | | | | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | django-simple-captcha: adjust Makefile styleEneas U de Queiroz2019-05-17
| | | | | | | | | | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | django-ranged-response: adjust Makefile styleEneas U de Queiroz2019-05-17
| | | | | | | | | | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | django-formtools: adjust Makefile styleEneas U de Queiroz2019-05-17
|/ / / | | | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | / python-requests: update to version 2.22.0Josef Schlehofer2019-05-16
| |/ |/| | | | | | | | | Remove patch, which is included in this release Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | python-defusedxml: add new packageEneas U de Queiroz2019-05-16
|/ | | | | | | | | | | | The defusedxml package contains several Python-only workarounds and fixes for denial of service and other vulnerabilities in Python's XML libraries. In order to benefit from the protection you just have to import and use the listed functions / classes from the right defusedxml module instead of the original module. Currently, openpyxl detects, and uses defusedxml, if installed. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* python-pyasn1-modules: Update to 0.2.5Jeffery To2019-05-13
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* Merge pull request #8807 from BKPepe/requestsJosef Schlehofer2019-05-13
|\ | | | | python-requests: allow urllib3 1.25.x
| * python-requests: polishing MakefileJosef Schlehofer2019-05-08
| | | | | | | | | | | | | | | | Add PKG_CPE_ID, PKG_LICENSE_FILES Reorder things in Makefile Update URL Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
| * python-requests: allow urllib3 1.25.xJosef Schlehofer2019-05-08
| | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | Merge pull request #8933 from commodo/readme-ext-feedsRosen Penev2019-05-11
|\ \ | | | | | | lang/python/README.md: add note about use in other packages feeds
| * | lang/python/README.md: add note about use in other packages feedsAlexandru Ardelean2019-05-08
| | | | | | | | | | | | | | | | | | | | | By popular demand, via: https://github.com/openwrt/packages/issues/8892#issuecomment-489992926 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Werkzeug: update to version 0.15.2Daniel Golle2019-05-10
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | python-packages: strip quotes around index-urlYousong Zhou2019-05-10
| | | | | | | | | | | | | | | | | | | | | With pip3.7, `--index-url ""` is different from absence of --index-url argument. Apply the same for python3 variant Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | python3-packages: port from python-packagesYousong Zhou2019-05-10
| |/ |/| | | | | | | | | | | | | This is largely done by suffixing "python" or "py" with "3". The README.md file is also copied here and we intend to maintain it independently from its python2 counterpart. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | Merge pull request #8806 from BKPepe/python-urllib3Josef Schlehofer2019-05-08
|\ \ | | | | | | python-urllib3: update to version 1.25.2
| * | python-urllib3: update to version 1.25.2Josef Schlehofer2019-04-29
| | | | | | | | | | | | | | | | | | Add me as maintainer Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | Merge pull request #8831 from BKPepe/zeroconfJosef Schlehofer2019-05-08
|\ \ \ | | | | | | | | python-zeroconf: update to version 0.22.0
| * | | python-zeroconf: update to version 0.22.0Josef Schlehofer2019-04-28
| | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | Merge pull request #8802 from dddaniel/masterJosef Schlehofer2019-05-08
|\ \ \ \ | |_|_|/ |/| | | python-boto3: Add new package
| * | | python-boto3: Add new packageDaniel Danzberger2019-05-06
| |/ / | | | | | | | | | Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com>
* | | django-simple-captcha: bump to 0.5.11Eneas U de Queiroz2019-05-05
| | | | | | | | | | | | | | | | | | | | | This is a bugfix release. Made some cosmetic changes to the Makefile. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | Merge pull request #8840 from cotequeiroz/django_pytzRosen Penev2019-05-03
|\ \ \ | | | | | | | | django: Add pytz dependency
| * | | django: Add pytz dependencyEneas U de Queiroz2019-04-30
| | | | | | | | | | | | | | | | | | | | | | | | pytz is a run-time dependency of django. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | Merge pull request #8786 from commodo/readme-encodings-updateRosen Penev2019-05-03
|\ \ \ \ | | | | | | | | | | python/README.md: fix note about python[3]-codecs
| * | | | python/README.md: fix note about python[3]-codecsAlexandru Ardelean2019-05-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The note was note correct when mentioning encodings vs python[3]-codecs. This change fixes this confusion. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>