aboutsummaryrefslogtreecommitdiff
path: root/lang/python
Commit message (Collapse)AuthorAge
...
* | 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
| * python3-package.mk: fix syntax error in FindStdlibDependsMichal Vasilek2021-09-30
| | | | | | | | | | | | | | | | When running FindStdlib and running DependsCheckHostPipVersionMatch at the same time, both commands were joined together resulting in a syntax error. Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
| * python-websockets: new packageMichal Vasilek2021-09-30
| | | | | | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | pillow: add webp supportAlexandru Ardelean2021-09-30
| | | | | | | | | | | | Requested via: https://github.com/openwrt/packages/pull/16732 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | openpyxl: bump to version 3.0.9Alexandru Ardelean2021-09-30
|/ | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python3: enable bluetooth support by defaultAlexandru Ardelean2021-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bluetooth support requires bluez-libs present, but they are only required for the build, and don't seem to be needed to be present on the target. There isn't any linking required to libbluetooth. It's only the bluetooth.h header that is required for building BT support into Python. For testing, this snippet was used from `Lib/test/test_socket.py` (inside cpython): ``` def _have_socket_bluetooth(): """Check whether AF_BLUETOOTH sockets are supported on this host.""" try: # RFCOMM is supported by all platforms with bluetooth support. Windows # does not support omitting the protocol. s = socket.socket(socket.AF_BLUETOOTH, socket.SOCK_STREAM, socket.BTPROTO_RFCOMM) except (AttributeError, OSError): return False else: s.close() return True ``` Fixes: https://github.com/openwrt/packages/issues/16544 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python3-texttable: update to version 1.6.4Javier Marcet2021-09-20
| | | | | | - Fix alignment bug when deco is modified Signed-off-by: Javier Marcet <javier@marcet.info>
* python-dotenv: update to v0.19.0Javier Marcet2021-09-20
| | | | | | | | | | | | | | | | | | | | Changed: - Require Python 3.5 or a later version. Python 2 and 3.4 are no longer supported - Raise ValueError if quote_mode isn't one of always, auto or never in set_key - When writing a value to a .env file with set_key or dotenv set <key> <value> Added: - The dotenv_path argument of set_key and unset_key now has a type of Union[str, os.PathLike] instead of just os.PathLike Signed-off-by: Javier Marcet <javier@marcet.info>
* python-docker: Update to 5.0.2Javier Marcet2021-09-20
| | | | | | | | | | | | | | | | | | | | Bugfixes: - Fix disable_buffering regression - Bring back support for ssh identity file - Cleanup remaining python-2 dependencies - Fix image save example in docs Miscellaneous: - Bump urllib3 to 1.26.5 - Bump requests to 2.26.0 Signed-off-by: Javier Marcet <javier@marcet.info>
* python3-speedtest-cli: update to 2.1.3Matt Merhar2021-09-18
| | | | | | This includes a fix for a breaking change in the Speedtest API. Signed-off-by: Matt Merhar <mattmerhar@protonmail.com>