aboutsummaryrefslogtreecommitdiff
path: root/lang/python
Commit message (Collapse)AuthorAge
...
* | | | | Merge pull request #8516 from jefferyto/python-configRosen Penev2019-04-04
|\ \ \ \ \ | |/ / / / |/| | | | python,python3: Include python-config for target Python in InstallDev
| * | | | python,python3: Include python-config for target Python in InstallDevJeffery To2019-03-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This installs python{2.7,3.7}-config in $(STAGING_DIR)/usr/bin as part of Build/InstallDev, to be used by other packages to get build configuration for target Python. The treatment for Python 2 and 3 are a bit different: * For Python 2, python-config is a Python script that is expected to be run with, and return data for, the installed Python interpreter. This installs a modified version of this script, to be run using host Python, and read/return data for target Python. * Python 3 includes a shell script version of python-config (expected to be used in cross-compilation scenarios). This simply installs the script into the right place. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #8550 from jefferyto/python-fix-bin-symlinksJosef Schlehofer2019-04-03
|\ \ \ \ \ | | | | | | | | | | | | python,python3: Fix overridden usr/bin symlinks
| * | | | | python,python3: Fix overridden usr/bin symlinksJeffery To2019-04-03
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, all files in usr/bin (presumably all Python scripts) are run through sed to replace the shebang; sed will overwrite the file whether or not a match is found. This causes symlinks to be overridden and made into copies of their targets. python[3]-base and python[3]-dev are affected by this. This adds the --follow-symlinks flag to sed, in addition to using $(SED), so that symlinks are not overridden. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #8526 from BKPepe/voluptuous-serializeJosef Schlehofer2019-04-01
|\ \ \ \ \ | | | | | | | | | | | | python-voluptuous-serialize: add package for Python3
| * | | | | python-voluptuous-serialize: add package for Python3Josef Schlehofer2019-04-01
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | Merge pull request #8485 from BKPepe/aiohttpJosef Schlehofer2019-04-01
|\ \ \ \ \ | | | | | | | | | | | | python-aiohttp: add a new package
| * | | | | python-aiohttp: add a new packageJosef Schlehofer2019-04-01
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | Merge pull request #8551 from BKPepe/pyotpJosef Schlehofer2019-04-01
|\ \ \ \ \ | | | | | | | | | | | | python-pyotp: add new package for Python3
| * | | | | python-pyotp: add new package for Python3Josef Schlehofer2019-04-01
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | Merge pull request #8481 from BKPepe/yarlJosef Schlehofer2019-04-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | python-yarl: add a new package
| * | | | | | python-yarl: add a new packageJosef Schlehofer2019-04-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | Merge pull request #8484 from BKPepe/async_timeoutJosef Schlehofer2019-04-01
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | async-timeout: add a new package
| * | | | | | | async-timeout: add a new packageJosef Schlehofer2019-04-01
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | Merge pull request #8515 from BKPepe/python-slugifyJosef Schlehofer2019-04-01
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | python-slugify: add new package for Python3
| * | | | | | | python-slugify: add Python3 packageJosef Schlehofer2019-04-01
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | Merge pull request #8503 from BKPepe/voluptuousJosef Schlehofer2019-04-01
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | python-voluptuous: add a new package
| * | | | | | | python-voluptuous: add a new packageJosef Schlehofer2019-03-28
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | Merge pull request #8480 from BKPepe/multidictJosef Schlehofer2019-04-01
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | python-multidict: add a new package
| * | | | | | | python-multidict: add a new packageJosef Schlehofer2019-04-01
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | Merge pull request #8478 from BKPepe/python_astralJosef Schlehofer2019-03-31
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | python-astral: add new package
| * | | | | | | python-astral: add new packageKarel Kočí2019-03-28
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Karel Kočí <cynerd@email.cz> Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | Merge pull request #8511 from BKPepe/ruamel-yamlRosen Penev2019-03-31
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | ruamel-yaml: add package
| * | | | | | ruamel-yaml: add packageJosef Schlehofer2019-03-28
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | Merge pull request #8514 from BKPepe/text-unidecodeRosen Penev2019-03-31
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | text-unidecode: add new package
| * | | | | text-unidecode: add new packageJosef Schlehofer2019-03-28
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | / / python,python3: Fix CVE-2019-9636 - urlsplit missing NFKC normalizationJeffery To2019-03-31
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | python,python3: Use only target package data for Build/InstallDevJeffery To2019-03-27
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #8474 from jefferyto/python-cffi-1.12.2Hannu Nyman2019-03-22
|\ \ \ | | | | | | | | python-cffi: Update to latest version
| * | | python-cffi: Update to latest versionJeffery To2019-03-22
| | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | python-attrs: Update to latest versionJeffery To2019-03-22
|/ / / | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Merge pull request #8445 from cotequeiroz/python-requests-oauthlib_1.2.0Hannu Nyman2019-03-21
|\ \ \ | | | | | | | | python-requests-oauthlib: update to 1.2.0; python-oauthlib: update to 3.0.1
| * | | python-requests-oauthlib: update to 1.2.0Eneas U de Queiroz2019-03-18
| | | | | | | | | | | | | | | | | | | | | | | | This version adds compatibility with OAuthlib 3.0.0 and above. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | python-oauthlib: update to 3.0.1Eneas U de Queiroz2019-03-18
| | | | | | | | | | | | | | | | | | | | | | | | This is a major update with bufixes, new features and API changes. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | python-influxdb: update to 5.2.2Karel Kočí2019-03-20
| | | | | | | | | | | | | | | | Signed-off-by: Karel Kočí <karel.koci@nic.cz>
* | | | Merge pull request #8446 from cotequeiroz/python-qrcode_6.1Hannu Nyman2019-03-19
|\ \ \ \ | | | | | | | | | | python-qrcode: bump to 6.1, fix dependencies
| * | | | python-qrcode: bump to 6.1, fix dependenciesEneas U de Queiroz2019-03-11
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | python3: remove OpenSSL deprecated API patchAlexandru Ardelean2019-03-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Merge pull request #8381 from cotequeiroz/python-certifi_2019.3.9Hannu Nyman2019-03-17
|\ \ \ \ | | | | | | | | | | python-certifi: Update to 2019.3.9
| * | | | python-certifi: Update to 2019.3.9Eneas U de Queiroz2019-03-11
| |/ / / | | | | | | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | Merge pull request #8376 from jefferyto/python-package-data-2Hannu Nyman2019-03-16
|\ \ \ \ | | | | | | | | | | python-pyopenssl,python-service-identity: Update package data
| * | | | python-pyopenssl,python-service-identity: Update package dataJeffery To2019-03-11
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Merge pull request #8404 from BKPepe/bottleHannu Nyman2019-03-15
|\ \ \ \ | | | | | | | | | | python3-bottle: update to version 0.12.16
| * | | | python3-bottle: update to version 0.12.16Josef Schlehofer2019-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add LICENSE file Add CPE ID Remove current maintainer and add me as maintainer Signed-off-by: Josef Schlehofer <josef.schlehofer@nic.cz>
| * | | | python3-bottle: use Py3Package for installationStepan Henek2019-03-13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Stepan Henek <stepan.henek@nic.cz>
* | | | | click-log: fix circular dependencyEneas U de Queiroz2019-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removing python3 conditional DEPENDS to avoid a circular dependency. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | python-chardet: fix Makefile typoEneas U de Queiroz2019-03-13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | python-requests: fix circular dependencyEneas U de Queiroz2019-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | python-ply: fix circular dependencyEneas U de Queiroz2019-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removing python3 conditional DEPENDS to avoid a circular dependency. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | python-simplejson: fix circular dependencyEneas U de Queiroz2019-03-13
|/ / / / | | | | | | | | | | | | | | | | | | | | Removing python2 conditional DEPENDS to avoid a circular dependency. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>