Rosen Penev
f2d5c861bd
python3: update to 3.11.10
...
Just a security bugfix.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2024-11-10 10:42:14 -08:00
Sean Khan
49e3c330d4
python3: Bump version 3.11 to 3.11.9
...
Also bumps setuptools to version 24.0
Run tested: aarch64, Dynalink DL-WRX36, Master Branch
Maintainer: Jeffery To <jeffery.to@gmail.com >
Signed-off-by: Sean Khan <datapronix@protonmail.com >
2024-11-07 15:06:56 -08:00
Christian Marangi
86602b5f3a
micropython: bump to 1.23.0 release
...
Bump micropython to 1.23.0. This is done to fix support for MbedTLS 3.0
Lots changed between 1.21 and 1.23 for the library side.
Mainly the barkeley-db library was moved to micropython own fork and the
cdef patch required lots of changes. (we have to manually include a copy
of cdef.h as it was dropped by them)
Also a new patch is required to mute some compilarion error that are
false-positive. (variable not initialized but that are ALWAYS
initialized)
Also refresh the extmod patch with new files included.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com >
2024-10-27 15:09:50 -07:00
Alexandru Ardelean
ddc619dc61
numpy: bump to version 2.1.0
...
Re-applied:
003-without-vendored-meson.patch
Added:
004-workaround-for-multiple-top-level-packages-discovered.patch
Suggestion found here:
https://stackoverflow.com/questions/72294299/multiple-top-level-packages-discovered-in-a-flat-layout
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro >
2024-08-26 15:43:02 +03:00
Alexandru Ardelean
031a4968b5
django: bump to 5.1
...
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro >
2024-08-26 15:43:02 +03:00
Alexandru Ardelean
32b033868d
django-restframework: bump to version 3.15.2
...
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro >
2024-07-18 16:20:33 +03:00
Alexandru Ardelean
f9dbdeaa03
django: bump to version 5.0.7
...
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro >
2024-07-18 16:20:33 +03:00
Rosen Penev
d257ffe609
python3: use pkgconfig to find readline
...
When searching for readline, ncurses is needed, which can be ncursesw or
ncurses. Use pkgconfig to avoid the whole situation and simplify.
Also add readline/host as the OS one may be unusable.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2024-07-12 13:10:49 -07:00
Rosen Penev
434cdf4a75
python3: remove rpath from host python
...
Everything relevant to python is now built statically. No need for
rpath.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2024-07-12 13:10:49 -07:00
Rosen Penev
8aac7a78a9
python3: replace e2fsprogs includes
...
libuuid is provided by util-linux now.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2024-07-12 13:10:49 -07:00
Alexandru Ardelean
41486a7df7
Merge pull request #24314 from commodo/python-updates1
...
django,python-{requests,evdev,lxml}: bump versions
2024-06-09 12:50:19 +03:00
W. Michael Petullo
b560ea218e
python-networkx: update to 3.3
...
Signed-off-by: W. Michael Petullo <mike@flyn.org >
2024-06-07 03:23:18 +08:00
Alexandru Ardelean
76c07f6432
django: bump to version 5.0.6
...
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro >
2024-06-03 09:42:38 +03:00
Alexandru Ardelean
bcebcf13fb
python-requests: bump to version 2.32.3
...
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro >
2024-06-03 09:41:21 +03:00
Alexandru Ardelean
78500aa922
python-lxml: bump to version 5.2.2
...
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro >
2024-06-03 09:40:04 +03:00
Alexandru Ardelean
e33c78b092
python-evdev: bump to version 1.7.1
...
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro >
2024-06-03 09:37:54 +03:00
W. Michael Petullo
18963ff373
python-selinux: update to 3.6
...
Signed-off-by: W. Michael Petullo <mike@flyn.org >
2024-05-29 18:47:42 -07:00
Javier Marcet
356f8347de
python-jsonschema: Update to 4.22.0
...
Release notes:
https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst#v4220
Signed-off-by: Javier Marcet <javier@marcet.info >
2024-05-11 21:56:34 +08:00
Alexandru Ardelean
f5f0a4e868
python-lxml: bump to version 5.2.1
...
Also added python-cython/host as a build dependency.
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro >
2024-04-21 13:46:24 -07:00
Alexandru Ardelean
c789bcefb1
Merge pull request #23939 from commodo/python-updates1
...
django,django-restframework: bump versions
2024-04-19 12:32:13 +03:00
Josef Schlehofer
4e20600abf
Merge pull request #23953 from commodo/cython-update1
...
python-cython: bump to version 3.0.10
2024-04-18 19:38:19 +02:00
Marcus Folkesson
eb35a3be13
python-jinja2: create /host target
...
Make the python-jinja2/host target available for the build environment
to be used with e.g. the PKG_BUILD_DEPENDS list.
This is needed for an upcoming package (libcamera).
Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com >
2024-04-18 16:29:34 +02:00
Marcus Folkesson
436e462c64
python-yaml: create /host target
...
Make the python-yaml/host target available for the build environment
to be used with e.g. the PKG_BUILD_DEPENDS list.
This is needed for an upcoming package (libcamera).
Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com >
2024-04-18 16:28:59 +02:00
Alexandru Ardelean
e3ed196f20
python-cython: bump to version 3.0.10
...
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro >
2024-04-17 11:31:26 +03:00
Alexandru Ardelean
0592f27d99
django-restframework: bump to version 3.15.1
...
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro >
2024-04-16 14:13:23 +03:00
Alexandru Ardelean
1a51bd18ac
django: bump to version 5.0.4
...
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro >
2024-04-16 14:12:52 +03:00
krant
96ee052fba
numpy: update to 1.26.4
...
- Refresh patches
Signed-off-by: krant <aleksey.vasilenko@gmail.com >
2024-04-07 17:04:37 +03:00
Robert Marko
272f55e87f
treewide: refresh hashes after move to use ZSTD as default
...
With the recent move to using ZSTD as the default compression format
for packaging git repo clones we must refresh all of the hashes for
the packages feed as well.
Signed-off-by: Robert Marko <robimarko@gmail.com >
2024-04-07 12:06:34 +02:00
Timothy M. Ace
6500758805
python-orjson: update to version 3.10.0
...
Relevant changes since previous 3.9.13:
- FIXED: Fix crash serializing str introduced in 3.9.11
- FIXED: Implement recursion limit of 1024 on orjson.loads()
- FIXED: Use byte-exact read on str formatting SIMD path to avoid crash
- Build now depends on Rust 1.72 or later
- Support serializing numpy.float16 (numpy.half)
- sdist uses metadata 2.3 instead of 2.1
- Improve Windows PyPI builds
Signed-off-by: Timothy M. Ace <openwrt@timothyace.com >
2024-04-03 18:21:50 -07:00
Alexandru Ardelean
ee33d30785
django: bump to version 5.0.3
...
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro >
2024-03-14 16:04:24 +02:00
Alexandru Ardelean
637b440b8f
python-evdev: bump to version 1.7.0
...
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro >
2024-03-14 16:04:24 +02:00
Alexandru Ardelean
321a71e25c
python-dateutil: bump to version 2.9.0.post0
...
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro >
2024-03-14 16:04:24 +02:00
Alexandru Ardelean
faccd9214a
python-pytz: bump to version 2024.1
...
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro >
2024-03-14 16:04:24 +02:00
Fabian Lipken
21c721440c
python-bcrypt: Update to 4.1.2
...
Signed-off-by: Fabian Lipken <dynasticorpheus@gmail.com >
2024-03-02 19:29:59 +01:00
krant
bd84d97be6
python-yaml: fix build with Cython 3
...
Signed-off-by: krant <aleksey.vasilenko@gmail.com >
2024-02-24 12:20:49 -08:00
Oskari Rauta
b6e8be2389
micropython: disable mold
...
package fails to build with mold linker due to unregocnized flag.
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com >
2024-02-22 16:05:05 -08:00
Rosen Penev
648e566361
python-aiohttp: update to 3.9.3
...
Fixes CVE-2023-47627
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2024-02-14 12:58:00 -08:00
Alexandru Ardelean
62e42c9a97
python-lxml: bump to version 5.1.0
...
Also add a quick test.sh file.
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro >
2024-02-08 09:40:01 -08:00
Alexandru Ardelean
641dfa1695
django: bump to version 5.0.1
...
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro >
2024-02-08 09:40:01 -08:00
Alexandru Ardelean
a66e68e2bb
numpy: bump to version 1.26.3
...
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro >
2024-02-08 09:40:01 -08:00
Eneas U de Queiroz
ce92b017a3
python-certifi: Update to 2024.2.2
...
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com >
2024-02-05 15:25:45 -03:00
Timothy M. Ace
868a469ccc
python-orjson: update to version 3.9.13
...
Relevant changes since 3.9.12:
- FIXED: Serialization str escape uses only 128-bit SIMD.
- FIXED: Fix compatibility with CPython 3.13 alpha 3.
- Publish musllinux_1_2 instead of musllinux_1_1 wheels.
- Serialization uses small integer optimization in CPython 3.12 or later.
Signed-off-by: Timothy M. Ace <openwrt@timothyace.com >
2024-02-05 15:17:40 +01:00
Fabrice Fontaine
94734c4bf9
lang/python/python-yaml: fix PKG_CPE_ID
...
There is not a single CVE linked to pyyaml_project:pyyaml so use
pyyaml:pyyaml instead:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:pyyaml:pyyaml
Fixes: c06a04c754 (python-yaml: update to version 5.1)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
2024-02-05 00:14:47 -08:00
Fabrice Fontaine
5afe5c9031
treewide: assign PKG_CPE_ID
...
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
2024-02-04 16:16:10 -08:00
Fabrice Fontaine
acad8ffb5f
lang/python/python-pip: fix PKG_CPE_ID
...
There is not a single CVE linked to python:pip so use pypa:pip instead:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:pypa:pip
Moreover, CPE_ID missed PKG_ prefix
Fixes: eee273507b (python3: Split pip into separate source package)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
2024-02-04 16:03:49 -08:00
Fabrice Fontaine
3380427f29
lang/python/python-paho-mqtt: fix license
...
python-paho-mqtt is licensed under EPL-2.0, not EPL-1.0, since version
1.6.0 and
fabe7500fb
While at it, add LICENSE.txt to PKG_LICENSE_FILES
Fixes: 784f2a519b (python-paho-mqtt: bump to version 1.6.1)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
2024-02-04 15:59:21 -08:00
Fabrice Fontaine
c0aec8bc08
lang/python/python-requests: fix PKG_CPE_ID
...
There is not a single CVE linked to python-requests:requests so use
python:requests instead:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:python:requests
Fixes: ceadbcbb64 (treewide: add PKG_CPE_ID for cvescanner)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
2024-02-04 15:56:56 -08:00
Fabrice Fontaine
d369edb571
lang/python/python-urllib3: fix PKG_CPE_ID
...
There is not a single CVE linked to urllib3_project:urllib3 so use
python:urllib3 instead:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:python:urllib3
Fixes: 6dcaa769d8 (python-urllib3: update to version 1.25)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
2024-02-04 15:56:22 -08:00
Fabrice Fontaine
8b9965fcb3
lang/python/python-aiohttp: fix PKG_CPE_ID
...
aiohttp:aiohttp is a better CPE ID than aio-libs_projet:aiohttp as this
CPE ID has the latest CVEs (whereas aio-libs_project:aiohttp only has
one CVE from 2018):
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:aiohttp:aiohttp
Fixes: 2edf5034f1 (python-aiohttp: add a new package)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
2024-02-04 13:15:41 +01:00
Fabrice Fontaine
820fcc5fb9
treewide: fix licence typos
...
- PKG_LICENCE -> PKG_LICENSE
- PKC_LICENSE_FILES -> PKG_LICENSE_FILES
- BSD 3-Clause -> BSD-3-Clause
- BSD-3-clause -> BSD-3-Clause
- BSD-2-clause -> BSD-2-Clause
- Public Domain -> Public-Domain
- PublicDomain -> Public-Domain
- Drop unneeded ',' in PKG_LICENSE or PKG_LICENSE_FILES
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
2024-01-31 16:00:10 -08:00