aboutsummaryrefslogtreecommitdiff
path: root/lang/python
Commit message (Collapse)AuthorAge
* python-lxml: update to version 4.7.1Alexandru Ardelean2021-12-20
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python3-networkx: update to 2.6.3W. Michael Petullo2021-12-14
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* python3-libselinux: update to 3.3W. Michael Petullo2021-12-14
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* python-rcssmin: bump to version 1.1.0Eneas U de Queiroz2021-11-30
| | | | | | | | | | | | | | | Relevant changes: * quoted data urls which are not base64 encoded keep their spaces now * accept bytes and text as input. All other types now raise a TypeError * update python & gcc support * python version will only accept the C implementation if the versions match exactly. This should prevent using older installed C versions. Along with the version bump: - update maintainer email address - use $(AUTORELEASE) Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* Merge pull request #17206 from cotequeiroz/seafile-brokenAlexandru Ardelean2021-11-29
|\ | | | | treewide: mark django1 and dependents BROKEN
| * treewide: mark django1 and dependents BROKENEneas U de Queiroz2021-11-27
| | | | | | | | | | | | | | | | | | | | Django 1.x is not compatible with python 3.10. Mark the package as BROKEN. Since its dependent packages will also select it, they will need to be marked BROKEN as well to avoid recursive dependencies--packages not marked as BROKEN will be able to select the broken package. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | python-dotenv: update to v0.19.2Javier Marcet2021-11-29
|/ | | | | | | | | | | What's Changed: Fixed: - Add missing trailing newline before adding new entry with set_key by @bbc2 in #361 Signed-off-by: Javier Marcet <javier@marcet.info>
* Merge pull request #17154 from jefferyto/python-pycparser-2.21Alexandru Ardelean2021-11-23
|\ | | | | python-pycparser: Update to 2.21, update patch
| * python-pycparser: Update to 2.21, update patchJeffery To2021-11-19
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | python-packages: remove myself as maintainerAlexandru Ardelean2021-11-23
| | | | | | | | | | | | | | | | | | | | There's been a bit of overlapping opinions on some of these packages. The best thing to do here is to reduce ownership and relinquish my control. This patch does that. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | Merge pull request #17142 from commodo/python-yamlAlexandru Ardelean2021-11-22
|\ \ | | | | | | python-yaml: bump to version 6.0
| * | python-yaml: bump to version 6.0Alexandru Ardelean2021-11-21
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | python3: bump to version 3.10.0Alexandru Ardelean2021-11-19
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Manually re-applied: 008-distutils-use-python-sysroot.patch 016-adjust-config-paths.patch Drop patch: 003-do-not-run-distutils-tests.patch There is now a configure option '--disable-test-modules' And seems we left the '_ctypes_test' around for quite some time. Dropped now. Refs: https://bugs.python.org/issue27640 https://bugs.python.org/issue43282 Drop patch: 013-getbuildinfo-date-time-source-date-epoch.patch Python build honors SOURCE_DATE_EPOCH pretty well now. Drop setuptools patches. Setuptools should be reproducible with Python 3.6+ according to a mention here: https://github.com/pypa/setuptools/pull/1690#issuecomment-536517456 It's time to let upstream fix Setuptools reproduce-ability. Drop patch: 010-do-not-add-rt-lib-dirs-when-cross-compiling.patch I can't seem to fully remember why it's there. And it seem to build fine without it. Drop patch: 015-abort-on-failed-modules.patch Python build supports a similar PYTHONSTRICTEXTENSIONBUILD=1 env-var option. Add patch: 026-openssl-feature-flags.patch We need to keep this in our tree for a while. See: https://bugs.python.org/issue45627 Backport patch: 027-bpo-43158-Use-configure-values-for-building-_uuid-ex.patch Link: https://github.com/python/cpython/pull/29353 Fixes the build for uuid C module. Add patch: 028-host-python-support-ssl-with-libressl.patch We need the _ssl module working on the host-side with LibreSSL for pip to work to download from https://pypi.org Refs: https://github.com/openwrt/openwrt/pull/4749 Add patch: 029-disable-deprecation-warning.patch Fixes apparmor build. The warning causes a configure error. Refreshed the rest of patches. Some old build-flags were removed. They don't seem to be necessary anymore. Split python3-uuid from python3-light. To better manage the libuuid library (if needed). Also, fixing the uuid C module build. Seems this was failing, and was falling back to using hashlib. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | Merge pull request #17143 from commodo/py-greenletAlexandru Ardelean2021-11-19
|\ \ | |/ |/| python-greenlet: bump to version 1.1.2
| * python-greenlet: bump to version 1.1.2Alexandru Ardelean2021-11-17
| | | | | | | | | | | | The older version won't build with Python 3.10.0 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | Merge pull request #17123 from commodo/python-updates1Alexandru Ardelean2021-11-17
|\ \ | | | | | | python-lxml,django,numpy: bump versions
| * | django: bump to version 3.2.9Alexandru Ardelean2021-11-14
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | numpy: bump to version 1.21.4Alexandru Ardelean2021-11-14
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | python-lxml: bump to 4.6.4Alexandru Ardelean2021-11-14
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | ruamel-yaml: bump to version 0.17.17Alexandru Ardelean2021-11-17
| |/ |/| | | | | | | | | The older one won't build with Python 3.10.0 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | Flask: update to version 2.0.2Daniel Golle2021-11-15
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Werkzeug: update to version 2.0.2Daniel Golle2021-11-15
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Jinja2: update to version 3.0.3Daniel Golle2021-11-15
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | click: update to version 8.0.3Daniel Golle2021-11-15
|/ | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* python-six: remove host-buildAlexandru Ardelean2021-11-10
| | | | | | | There are no more users left in this tree. So, remove it. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* nginx, python3-{asgiref,django-cors-headers,drf-nested-routers,sqlparse}: ↵Peter Stadler2021-10-30
| | | | | | | | bump versions Update to the newest versions and switch to $(AUTORELEASE) for the python3 packages (where I am the maintainer). Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* python-paho-mqtt: bump to version 1.6.1Alexandru Ardelean2021-10-27
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* numpy: bump to version 1.21.3Alexandru Ardelean2021-10-27
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* django: bump to version 3.2.8Alexandru Ardelean2021-10-19
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-cffi: bump to version 1.15.0Alexandru Ardelean2021-10-19
| | | | | | And use AUTORELEASE for PKG_RELEASE. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-idna: bump to version 3.3Alexandru Ardelean2021-10-19
| | | | | | And use AUTORELEASE for PKG_RELEASE. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* pillow: bump to version 8.4.0Alexandru Ardelean2021-10-19
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* expat: don't build host libsRosen Penev2021-10-19
| | | | | | | tools/expat is actually what's used by the various packages that supposedly depend on expat/host. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* python-qrcode: bump to 7.3.1Eneas U de Queiroz2021-10-13
| | | | | | | | This is a major update, which drops support for python < 3.6, among other changes, better seen at: https://github.com/lincolnloop/python-qrcode/blob/v7.3.1/CHANGES.rst Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* django-formtools: bump to 2.2.0Eneas U de Queiroz2021-10-13
| | | | | | | This is the highest version supported by seafile-seahub, because of the django1 requirement. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* django-webpack-loader: bump to 0.7.0Eneas U de Queiroz2021-10-13
| | | | | | This is the highest version that works with seafile-seahub 7.1.5. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* python-oauthlib: bump to 3.1.1Eneas U de Queiroz2021-10-13
| | | | | | | This is a minor update, which officially supports Python 3.8, and removes Python 2 code, among several bugfixes. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* pyjwt: update to 2.2.0Eneas U de Queiroz2021-10-13
| | | | | | | | | This is a major update to the latest version. There are many changes, better seen at https://github.com/jpadilla/pyjwt/blob/2.2.0/CHANGELOG.rst Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* defusedxml: bump to v. 0.7.0Eneas U de Queiroz2021-10-13
| | | | | | This release adds support for Python 3.9. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* python-docker: Update to 5.0.3Javier Marcet2021-10-13
| | | | | | | | | | | | | | | | Features: - Add cap_add and cap_drop parameters to service create and ContainerSpec - Add templating parameter to config create Bugfixes: - Fix getting a read timeout for logs/attach with a tty and slow output Miscellaneous: - Fix documentation examples Signed-off-by: Javier Marcet <javier@marcet.info>
* python-dotenv: update to v0.19.1Javier Marcet2021-10-13
| | | | | | | | | What's Changed - CHANGELOG.md: Fix typos discovered by codespell by @cclauss in #350 - Add Python 3.10 support by @theskumar in #359 Signed-off-by: Javier Marcet <javier@marcet.info>
* python3-paramiko: update to version 2.8.0Javier Marcet2021-10-13
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* python-certifi: bump to 2021.11.8Eneas U de Queiroz2021-10-13
| | | | | | Latest bundle form mozilla.org. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* Merge pull request #16856 from jefferyto/python-pyopenssl-21.0.0Alexandru Ardelean2021-10-12
|\ | | | | python-pyopenssl: Update to 21.0.0
| * python-pyopenssl: Update to 21.0.0Jeffery To2021-10-11
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | pynacl: fix build with updated sodium-minimal patchDaniel Golle2021-10-10
|/ | | | | | | | | Commit 3da874371 ("libsodium: include ed25519_core in minimal build") broke the build of PyNaCl. Add patch to always include all ed25519 functions which are now always covered even if libsodium is built with the MINIMAL option. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* pyodbc: update to version 4.0.32Daniel Golle2021-10-09
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* python-pytz: bump to version 2021.3Alexandru Ardelean2021-10-08
| | | | | | And switch to AUTORELEASE for PKG_RELEASE. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* Mako: add python markup libraryDaniel Golle2021-10-07
| | | | | | Mako is needed for some packages to build. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Merge pull request #16752 from paper42/python-websocketAlexandru Ardelean2021-10-01
|\ | | | | python-websockets: new package