aboutsummaryrefslogtreecommitdiff
path: root/lang/python
Commit message (Collapse)AuthorAge
...
* | | Merge pull request #9103 from ↵Hannu Nyman2019-05-30
|\ \ \ | | | | | | | | | | | | | | | | jefferyto/python-host-patch-upgraded-setuptools-pip python,python3: Allow upgraded host setuptools/pip to be patched
| * | | python,python3: Allow upgraded host setuptools/pip to be patchedJeffery To2019-05-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds the current setuptools/pip version numbers to the indicator files' names, which should allow upgraded versions to be patched. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | Merge pull request #9101 from jefferyto/python-setuptools-pip-installHannu Nyman2019-05-30
|\ \ \ \ | | | | | | | | | | python-setuptools,python-pip: Installation changes
| * | | | python3-setuptools,python3-pip: Use more predictable pycache cleanupJeffery To2019-05-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This uses two find commands to delete __pycache__ contents then the __pycache__ directories, rather than a for loop. The second command omits a -empty test, so that if the first command doesn't remove all directory contents for some reason, the second command will return an error (find will not delete a non-empty directory). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | python-setuptools,python-pip: Change prefix to /usrJeffery To2019-05-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes the --prefix option, passed to host pip when "installing" target setuptools and pip, to /usr, in case the prefix is recorded in the packages. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | python-setuptools,python-pip: Set pip cache dir, disable version checkJeffery To2019-05-29
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds --cache-dir and --disable-pip-version-check options for host pip, when "installing" target setuptools and pip. This also changes the pip command to use $(HOST_PYTHON[3]_PIP) from python[3]-host.mk. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | Merge pull request #9102 from jefferyto/python-cffi-cryptography-build-dependsHannu Nyman2019-05-30
|\ \ \ \ | |_|/ / |/| | | python-cffi,python-cryptography: Fix build depends
| * | | python-cffi,python-cryptography: Fix build dependsJeffery To2019-05-29
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python-cryptography's build depends (host cffi, libffi) were transferred to python-cffi at some point; this corrects the situation. python-cryptography's host Python build depends is copied from its setup.py[1]. [1]: https://github.com/pyca/cryptography/blob/2.6.1/setup.py#L47 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Merge pull request #8979 from val-kulkov/python-curlHannu Nyman2019-05-29
|\ \ \ | | | | | | | | python-curl: remove hardcoded dependency on mbedtls
| * | | python-curl: remove hardcoded dependency on mbedtlsVal Kulkov2019-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes issue #8978. If libcurl's SSL library is set to an SSL library other than libmbedtls, compilation fails. This patch configures python-curl to use the currently selected SSL library for libcurl. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* | | | Merge pull request #9093 from jefferyto/python-host-ensurepip-upgrade-uninstallHannu Nyman2019-05-29
|\ \ \ \ | | | | | | | | | | python,python3: Use ensurepip=upgrade for host Python
| * | | | python,python3: Use ensurepip=upgrade for host PythonJeffery To2019-05-28
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | This changes --with-ensurepip=install to upgrade, to upgrade host versions of setuptools and pip to the Python-bundled versions. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | Merge pull request #9085 from commodo/readme-multi-package-feedsHannu Nyman2019-05-29
|\ \ \ \ | | | | | | | | | | lang: python: readme: document mechanism for corner-case python[3]-package.mk location
| * | | | lang: python: readme: document mechanism for corner-case ↵Alexandru Ardelean2019-05-28
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python[3]-package.mk location After some thinking over this, documenting this behavior makes sense versus adding some functionst to handle this. There is some validity/use-cases where some users may want to reference a python[3]-package.mk from some other location as well as have the flexibility to change it (locally). One example can be when the local `packages` is renamed to something else. This does not fall on the responsibility of the Python maintainers, but it can be documented. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* / / / python,python3: Clear more fields for src packagesJeffery To2019-05-28
|/ / / | | | | | | | | | | | | | | | | | | This clears the CONFLICTS, PROVIDES, EXTRA_DEPENDS, and USERID fields for -src packages. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | 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