aboutsummaryrefslogtreecommitdiff
path: root/lang/python
Commit message (Collapse)AuthorAge
...
* | | Merge pull request #9402 from BKPepe/sentrysdkRosen Penev2019-07-05
|\ \ \ | | | | | | | | python-sentry-sdk: add package with version 0.9.0
| * | | python-sentry-sdk: add package with version 0.9.5Josef Schlehofer2019-07-05
| | |/ | |/| | | | | | | Signed-off-by: Josef Schlehofer <josef.schlehofer@nic.cz>
* / | python3-bottle: update to version 0.12.17Josef Schlehofer2019-07-05
|/ / | | | | | | | | | | | | | | | | Shorter TITLE - The longer one was not shown in make menuconfig. Reodered stuff in Makefile Removed PKG_UNPACK and change PKG_BUILD_DIR Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | Merge pull request #9380 from BKPepe/yaml-updateRosen Penev2019-07-04
|\ \ | | | | | | python-yaml: update to version 5.1.1
| * | python-yaml: update to version 5.1.1Josef Schlehofer2019-07-03
| | | | | | | | | | | | | | | | | | Reorder one thing in Makefile and add two spaces in description Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | Merge pull request #9379 from BKPepe/unidecode-updateRosen Penev2019-07-04
|\ \ \ | |_|/ |/| | python3-unidecode: update to version 1.1.1
| * | python3-unidecode: update to version 1.1.1Josef Schlehofer2019-07-03
| |/ | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | Merge pull request #9372 from neheb/pytRosen Penev2019-07-03
|\ \ | |/ |/| python-cryptography: Remove NPN
| * python-cryptography: Remove NPNRosen Penev2019-07-02
| | | | | | | | | | | | | | | | | | Upstream backport. It seems the holdup is on python-twisted. Without this, it fails with SSL_get0_next_proto_negotiated: symbol not found Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | django-restframework: update packaging format + add python3 variantAlexandru Ardelean2019-07-02
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | django-postoffice: update packaging format + add python3 variantAlexandru Ardelean2019-07-02
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | django-picklefield: update packaging format + add python3 variantAlexandru Ardelean2019-07-02
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | django-jsonfield: update packaging format + add python3 variantAlexandru Ardelean2019-07-02
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | django-formtools: update packaging format + add python3 variantAlexandru Ardelean2019-07-02
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | django-compressor: update packaging format + add python3 variantAlexandru Ardelean2019-07-02
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | django-appconf: update packaging format + add python3 variantAlexandru Ardelean2019-07-02
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python-curl: add ssl locking support to wolfsslEneas U de Queiroz2019-07-02
| | | | | | | | | | | | Patch was merged upstream. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | python-curl: fix compilation with libcurl-wolfsslEneas U de Queiroz2019-07-02
|/ | | | | | | This allows compilation when libcurl is build with wolfssl as its SSL backend. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* python-schedule: Add a new packageJosef Schlehofer2019-07-02
| | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* Merge pull request #9262 from BKPepe/unidecode_updateJosef Schlehofer2019-06-30
|\ | | | | python3-unidecode: Update to version 1.1.0
| * python3-unidecode: Update to version 1.1.0Josef Schlehofer2019-06-18
| | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | Merge pull request #9161 from BKPepe/clickJosef Schlehofer2019-06-30
|\ \ | | | | | | click: update to version 7.0
| * | click: update to version 7.0Josef Schlehofer2019-06-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Change URL of the website and for PKG_SOURCE_URL - Change TITLE and description - Remove PKG_BUILD_DEPENDS, PKG_UNPACK as they are not necessary - Add src package Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | python3: use _python_sysroot for cross-compilationEneas U de Queiroz2019-06-26
| | | | | | | | | | | | | | | | | | | | | This patch, taken from buildroot, avoids the use of host paths when compiling third-party extensions. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | Merge pull request #9261 from BKPepe/flupJosef Schlehofer2019-06-26
|\ \ \ | | | | | | | | flup: migrate to Python3 and add src package
| * | | flup: add Python3 variant and src packageJosef Schlehofer2019-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add PKG_LICENSE_FILES - Reorder things in Makefile - Add dependency python3-logging otherwise I cannot import flup.server.ajp flup.server.scgi Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | Merge pull request #9223 from BKPepe/itsdangerousRosen Penev2019-06-25
|\ \ \ \ | |/ / / |/| | | itsdangerous: Makefile polishing
| * | | itsdangerous: Makefile polishingJosef Schlehofer2019-06-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Change Website URL - Add src package Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | Merge pull request #9264 from cotequeiroz/bcryptRosen Penev2019-06-19
|\ \ \ \ | | | | | | | | | | bcrypt: add python-cffi/host build dependency
| * | | | bcrypt: add python-cffi/host build dependencyEneas U de Queiroz2019-06-18
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | python: Clarify README for Python 2-only librariesJeffery To2019-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This clarifies that Python 2-only libraries will have a Python 3 version added, instead of being replaced by a Python 3 version (before the 2020 mass removal). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | Merge pull request #9224 from BKPepe/markdownJosef Schlehofer2019-06-19
|\ \ \ \ | | | | | | | | | | python-markdown: add a new package
| * | | | python-markdown: add a new packageKarel Kočí2019-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Karel Kočí <karel.koci@nic.cz> [Add me as maintainer] Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | Merge pull request #9256 from BKPepe/pycurlRosen Penev2019-06-18
|\ \ \ \ \ | |_|/ / / |/| | | | python-curl: update to version 7.43.0.3
| * | | | python-curl: update to version 7.43.0.3Josef Schlehofer2019-06-18
| |/ / / | | | | | | | | | | | | | | | | | | | | Patch was accepted. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | django-constance: convert to python pkg format + add python3 variantAlexandru Ardelean2019-06-18
| | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | django: convert to python pkg format + add python3 variantAlexandru Ardelean2019-06-18
| | | | | | | | | | | | | | | | | | | | | | | | This also updates all dependencies to use the new `python-django` package. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | python-pytz: remove host-buildAlexandru Ardelean2019-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | seafile-seahub was the only user of this. Remove this from the build. Having it here is a bit messy. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | python-certifi: bump to 2019.6.16Eneas U de Queiroz2019-06-17
|/ / / | | | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | Merge pull request #9208 from BKPepe/zeroconfRosen Penev2019-06-10
|\ \ \ | | | | | | | | zeroconf: update to version 0.23.0
| * | | zeroconf: update to version 0.23.0Josef Schlehofer2019-06-10
| | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | Merge pull request #9207 from BKPepe/ruamelRosen Penev2019-06-10
|\ \ \ \ | | | | | | | | | | ruamel-yaml: update to version 0.15.97
| * | | | ruamel-yaml: update to version 0.15.97Josef Schlehofer2019-06-09
| |/ / / | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | Merge pull request #9199 from jefferyto/python-config-staging-dir-hostRosen Penev2019-06-10
|\ \ \ \ | | | | | | | | | | python,python3: Move python-config to $(STAGING_DIR)/host
| * | | | python,python3: Move python-config to $(STAGING_DIR)/hostJeffery To2019-06-10
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build/InstallDev is passed a second argument, a path where host binaries should be placed (ultimately $(STAGING_DIR)/host). This change moves python[3]-config to that directory. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | Merge pull request #9213 from ja-pa/python3-flask-loginRosen Penev2019-06-10
|\ \ \ \ | | | | | | | | | | python3-flask-login: add new package
| * | | | python3-flask-login: add new packageJan Pavlinec2019-06-10
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | Merge pull request #9214 from jefferyto/python-twisted-19.2.1Rosen Penev2019-06-10
|\ \ \ \ | | | | | | | | | | python-twisted: Update to 19.2.1
| * | | | python-twisted: Update to 19.2.1Jeffery To2019-06-10
| | |/ / | |/| | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | Merge pull request #9169 from ja-pa/flask-1.0.3Daniel Golle2019-06-10
|\ \ \ \ | | | | | | | | | | python3-flask: update to version 1.0.3