aboutsummaryrefslogtreecommitdiff
path: root/lang/python
Commit message (Collapse)AuthorAge
* Merge pull request #9887 from BKPepe/sqlalchemyRosen Penev2019-09-03
|\ | | | | python-sqlalchemy: Update to version 1.3.7
| * python-sqlalchemy: Update to version 1.3.7Josef Schlehofer2019-09-01
| | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | Merge pull request #9895 from BKPepe/sentryRosen Penev2019-09-03
|\ \ | | | | | | python-sentry-sdk: Update to version 0.11.2
| * | python-sentry-sdk: Update to version 0.11.2Josef Schlehofer2019-09-01
| |/ | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | Merge pull request #9888 from BKPepe/slugifyDaniel Engberg2019-09-03
|\ \ | | | | | | python-slugify: Update to version 3.0.3
| * | python-slugify: Update to version 3.0.3Josef Schlehofer2019-09-01
| |/ | | | | | | | | | | Change indentation in dependencies and as well in description Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | python-pyasn1: Update to 0.4.7Jeffery To2019-09-03
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | python-yaml: Update to version 5.1.2Josef Schlehofer2019-09-01
|/ | | | | | PKG_NAME should match the name of the folder Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* python-oauthlib: bump to 3.1.0Eneas U de Queiroz2019-08-22
| | | | | | | This is a feature release including improvement to OIDC and security enhancements, as well as bugfixes. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* python-sentry-sdk: Update to version 0.11.1Josef Schlehofer2019-08-21
| | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* ruamel-yaml: Update to version 0.15.100Josef Schlehofer2019-08-21
| | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* Merge pull request #9757 from BKPepe/sentrysdkRosen Penev2019-08-17
|\ | | | | python-sentry-sdk: Update to version 0.10.2
| * python-sentry-sdk: Update to version 0.10.2Josef Schlehofer2019-08-16
| | | | | | | | Signed-off-by: Josef Schlehofer <josef.schlehofer@nic.cz>
* | python,python3: Fix host Python compilation for macOSJeffery To2019-08-17
|/ | | | | | | | | | | | | | | | | | | | | | | | | | * Remove $$$$(pkg-config --static --libs libcrypto libssl) from HOST_LDFLAGS Having this leads to an "unknown type name 'u_int'" error on Mac. Removing it doesn't appear to affect Python's ability to find buildroot LibreSSL. * Change -Wl,-rpath=... to -Wl,-rpath,... in HOST_LDFLAGS The equals sign version is not supported by the Mac linker (appears to be an GNU extension). The comma version is supported; -rpath and its argument will be separated by a space when passed to the linker. * Add ac_cv_header_libintl_h=no to HOST_CONFIGURE_VARS for Mac Python on Mac doesn't expect to use libintl, but if gettext-full is compiled for host, it will try, leading to undefined symbol errors during compilation. This prevents configure from finding libintl.h. Fixes #7171. Fixes #9621. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-twisted: Update to 19.7.0, refresh patchesJeffery To2019-08-14
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* django-simple-captcha: bump to 0.5.12Eneas U de Queiroz2019-08-14
| | | | | | | This is a bugfix release. Relevant to openwrt, it removes the binary flag while opening the dictionary file. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* Merge pull request #9698 from commodo/python-ver-bumpsHannu Nyman2019-08-12
|\ | | | | pytz,lxml,dateutil: bump package versions
| * python-dateutil: bump to version 2.8.0Alexandru Ardelean2019-08-12
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * python-lxml: bump to version 4.4.1Alexandru Ardelean2019-08-12
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * python-pytz: bump to version 2019.2Alexandru Ardelean2019-08-12
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | Merge pull request #9696 from commodo/python-srcHannu Nyman2019-08-12
|\ \ | | | | | | python-{asn1crypto,evdev,lxml}: add -src packages
| * | python-{asn1crypto,evdev,lxml}: add -src packagesAlexandru Ardelean2019-08-12
| |/ | | | | | | | | | | | | They seem to have become popular, so adding src packages for these as well. Not bumping PKG_RELEASE intentionally, since these packages are new. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* / django: move django* packages under django submenuEneas U de Queiroz2019-08-12
|/ | | | | | | | | | | This changes the python[3]-django dependencies in packages to be non-selecting, and adds an MDEPENDS line so that the *-src packages get placed inside the django menu as well. Added MENU:= to the src-package definitions in python[3]-package.mk, so it does not import that setting from the binary package. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* Merge pull request #9648 from jefferyto/python-pyasn1-0.4.6Rosen Penev2019-08-04
|\ | | | | python-pyasn1: Update to 0.4.6
| * python-pyasn1: Update to 0.4.6Jeffery To2019-08-05
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | python-pyasn1-modules: Update to 0.2.6Jeffery To2019-08-05
|/ | | | | | Requires python-pyasn1 0.4.6 (#9648). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python: Replace utime with utimesRosen Penev2019-07-30
| | | | | | | | Optionally fixes compilation with uClibc-ng. Based on the surrounding code, this looks like an oversight. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #9454 from BKPepe/markupsafeRosen Penev2019-07-25
|\ | | | | MarkupSafe: Makefile polishing and add src package
| * MarkupSafe: Makefile polishing and add src packageJosef Schlehofer2019-07-11
| | | | | | | | | | | | | | | | - Improve TITLE and Description - Remove PKG_UNPACK as it is not necessary - Correct LICENSE file Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | Merge pull request #9489 from BKPepe/egenixRosen Penev2019-07-25
|\ \ | | | | | | python-egenix-mx-base: Makefile polishing
| * | python-egenix-mx-base: Makefile polishingJosef Schlehofer2019-07-17
| | | | | | | | | | | | | | | | | | Correct SPDX License Identifier Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | Merge pull request #9521 from shenek/feature_python-cachelibJosef Schlehofer2019-07-22
|\ \ \ | | | | | | | | python: cachelib package added
| * | | python-cachelib: package addedStepan Henek2019-07-21
| |/ / | | | | | | | | | | | | Signed-off-by: Stepan Henek <stepan.henek@nic.cz> Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | Merge pull request #9532 from jefferyto/python-musl-find_libraryJosef Schlehofer2019-07-22
|\ \ \ | | | | | | | | python,python3: Fix ctypes.util.find_library()
| * | | python,python3: Fix ctypes.util.find_library()Jeffery To2019-07-22
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Python's ctypes.util.find_library() function currently doesn't work for musl libraries/systems[1]. This adds a patch to fix this function, based on a patch from Alpine Linux[2]. Fixes #9448. [1]: https://bugs.python.org/issue21622 [2]: https://git.alpinelinux.org/aports/tree/main/python2/musl-find_library.patch Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* / / python: add patch for CVE-2018-20852Josef Schlehofer2019-07-22
|/ / | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | python-pyrsistent: add a new packageJosef Schlehofer2019-07-16
| | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | python-cachetools: add a new packageJosef Schlehofer2019-07-16
| | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | python-egenix-mx-base: Clean up MakefileRosen Penev2019-07-15
|/ | | | | | | | The librt depends are not needed. EGLIBC is not even in the tree. Rearranged some stuff for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #9436 from cotequeiroz/oauthlibRosen Penev2019-07-11
|\ | | | | python-oauthlib: update to 3.0.2 (bugfix release)
| * python-oauthlib: update to 3.0.2 (bugfix release)Eneas U de Queiroz2019-07-10
| | | | | | | | Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | django-webpack-loader: update packaging format + add python3 variantAlexandru Ardelean2019-07-11
| | | | | | | | | | | | | | This change also updates the maintainer email to cotequeiroz@gmail.com, as requested on a different change. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | django-statici18n: update packaging format + add python3 variantAlexandru Ardelean2019-07-11
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | django-simple-captcha: update packaging format + add python3 variantAlexandru Ardelean2019-07-11
| | | | | | | | | | | | | | | | | | | | This change also updates the maintainer email to cotequeiroz@gmail.com, as requested on a different change. Also, changing here is the download URL to github's codeload, since that one offers .tar.gz archives. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | django-ranged-response: update packaging format + add python3 variantAlexandru Ardelean2019-07-11
| | | | | | | | | | | | | | | | | | | | This change also updates the maintainer email to cotequeiroz@gmail.com, as requested on a different change. Not updating deps here, since that will be done in the next changeset that will convert packages to the Python[3] packaging format. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python-qrcode: update Eneas' email as per prev requestAlexandru Ardelean2019-07-11
| | | | | | | | | | | | | | | | The email change was part of a previous request from a different PR series. In this series, the change is the only thing left to do (from what the original changeset intended to do). Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | Merge pull request #8337 from BKPepe/python-qrJosef Schlehofer2019-07-11
|\ \ | | | | | | python-qrcode: add Python3
| * | python-qrcode: add Python3Josef Schlehofer2019-07-05
| | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | Merge pull request #8715 from BKPepe/pillowJosef Schlehofer2019-07-11
|\ \ \ | | | | | | | | pillow: update to version 6.0.0, add Python3 variant
| * | | pillow: add Python3 variant and update to 6.1.0Josef Schlehofer2019-07-09
| | |/ | |/| | | | | | | | | | | | | | | | - Add @commodo as maintainer Co-Authored-By: Jeffery To <jeffery.to@gmail.com> Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>