Commit Graph

27611 Commits

Author SHA1 Message Date
Derek Straka
48913b2ff9 python3-redis: update version 5.0.0 -> 5.0.1
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-27 12:05:45 -07:00
Derek Straka
a9140b705e python3-pyproject-api: update version 1.5.1 -> 1.6.1
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-27 12:05:45 -07:00
Derek Straka
433956f6d3 python3-pyproj: update version 3.6.0 -> 3.6.1
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-27 12:05:45 -07:00
Khem Raj
7c3e425b8d python3-pynetlinux: Fix patch upstream-status
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-27 12:05:45 -07:00
Khem Raj
91ef75cfea python3-pybluez: Fix patch upstream-status
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-27 12:05:45 -07:00
Samantha Jalabert
41d6c0f7fc Remove python3-isodate
python3-isodate recipe is moved to openembedded-core.

Signed-off-by: Marta Rybczynska <mrybczynska@syslinbit.com>
Signed-off-by: Samantha Jalabert <samantha.jalabert@syslinbit.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-26 21:16:03 -07:00
Samantha Jalabert
6f1261a66d Remove python3-click
python3-click recipe is moved to openembedded-core.

Signed-off-by: Marta Rybczynska <mrybczynska@syslinbit.com>
Signed-off-by: Samantha Jalabert <samantha.jalabert@syslinbit.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-26 21:16:03 -07:00
Samantha Jalabert
1beedf1eb7 Remove python3-booleanpy
python3-booleanpy recipe is moved to openembedded-core.

Signed-off-by: Marta Rybczynska <mrybczynska@syslinbit.com>
Signed-off-by: Samantha Jalabert <samantha.jalabert@syslinbit.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-26 21:16:02 -07:00
Samantha Jalabert
1fba08c2f7 Remove python3-xmltodict
python3-xmltodict recipe is moved to openembedded-core.

Signed-off-by: Marta Rybczynska <mrybczynska@syslinbit.com>
Signed-off-by: Samantha Jalabert <samantha.jalabert@syslinbit.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-26 21:16:02 -07:00
Samantha Jalabert
df9dc7b8e3 Remove python3-license-expression
python3-license-expression recipe is moved to openembedded-core.

Signed-off-by: Marta Rybczynska <mrybczynska@syslinbit.com>
Signed-off-by: Samantha Jalabert <samantha.jalabert@syslinbit.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-26 21:16:02 -07:00
Samantha Jalabert
b2c2e9e600 Remove python3-rdflib
python3-rdflib recipe is moved to openembedded-core.

Signed-off-by: Marta Rybczynska <mrybczynska@syslinbit.com>
Signed-off-by: Samantha Jalabert <samantha.jalabert@syslinbit.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-26 21:16:02 -07:00
Derek Straka
908729c9ca python3-pymysql: update verion 1.0.2 -> 1.1.0
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-26 21:16:02 -07:00
Derek Straka
a6e462e3b1 python3-pymysql: Fix upstream check by specifying the UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-26 21:16:02 -07:00
Derek Straka
f6712591f6 python-pyiface: Update version from git -> 0.0.11
Reorganize recipe to follow recipe style guide
Migrate to release version (No functional change from latest git version)

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-26 20:52:58 -07:00
Derek Straka
55d0a7396e python3-pyasn1-modules: Update version 0.2.8 -> 0.3.0
Verified license is still BSD and updated the checksum for spacing change

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-26 20:44:03 -07:00
Derek Straka
0c6c135017 python3-pyhamcrest: Fix upstream check by specifying the UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-26 20:41:08 -07:00
Derek Straka
4570e4aa47 python3-pydantic: Update version 1.10.7 -> 2.4.1
Update build to use hatchling
Add dependency for README generation
Verify the license terms and update the checksum

Note from upstream
=======
Pydantic V2 is a ground-up rewrite that offers many new features, performance improvements, and some breaking changes compared to Pydantic V1.

If you're using Pydantic V1 you may want to look at the pydantic V1.10 Documentation or, 1.10.X-fixes git branch. Pydantic V2 also ships with the latest version of Pydantic V1 built in so that you can incrementally upgrade your code base and projects: from pydantic import v1 as pydantic_v1.

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-26 20:41:08 -07:00
Derek Straka
8a79a7519c python3-async-timeout: remove old version of the library
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-26 14:20:21 -07:00
Derek Straka
b5ea5fd497 python3-argh: Update version 0.29.3 -> 0.29.4
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-26 14:20:21 -07:00
Derek Straka
cb621ee258 python3-apiflask: Update version 2.0.1 -> 2.0.2
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-26 14:20:21 -07:00
Khem Raj
9626784f46 cpp-netlib: Fix buildpaths in generated cmake files
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-26 14:20:21 -07:00
Khem Raj
0e3c482192 cpp-netlib: Fix build with boost 1.80+
Update to latest on 0.13.0 release branch
Set PR to 0.13.0
Drop unused SRC_URI checksum

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-26 12:44:12 -07:00
Martin Jansa
15c8096177 gupnp: fix build with meson-1.2.0
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-26 12:44:12 -07:00
Michał Iwanicki
ad176afadc python3-pyu2f: add recipe
Signed-off-by: Michał Iwanicki <michal.iwanicki@3mdeb.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-26 12:44:12 -07:00
Ross Burton
6985b3d6a9 webkitgtk3: reduce size of -dbg package
Unless DEBUG_BUILD is enabled, pass -g1 to massively reduce the size of
the debug symbols

  Level 1 produces minimal information, enough for making backtraces in
  parts of the program that you don't plan to debug. This includes
  descriptions of functions and external variables, and line number
  tables, but no information about local variables.

This makes the sstate objects a lot more manageable, and packaging
faster.

Based on - https://patchwork.yoctoproject.org/project/oe-core/patch/20230925113508.1087898-1-ross.burton@arm.com/

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-26 12:44:12 -07:00
Gianfranco Costamagna
79088766c8 mosquitto: upgrade 2.0.17 -> 2.0.18
Add two patches from Debian, pull requests proposed upstream as 2894 and 2895
to make it start only when board is online, and to fix dynamic websockets link failure

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-26 12:44:12 -07:00
Khem Raj
ee100d192d mozjs-115: Apply autoconf tuple mismatch fix
Fixes
DEBUG: | Invalid configuration `riscv64gc-yoe-linux-gnu': machine `riscv64gc-yoe' not recognized

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-25 16:16:31 -07:00
Markus Volk
5804b39df5 udisks2: Upgrade 2.9.4 -> 2.10.1
- add a patch to fix reproducibility issues

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-24 21:29:26 -07:00
Markus Volk
dc28f172aa libblockdev: Upgrade 2.28 -> 3.03
- delete removed configure options
- add dependency on libnvme

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-24 21:29:26 -07:00
Markus Volk
77cc7d45b2 tepl: Upgrade 6.4.0 -> 6.8.0
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-24 09:25:24 -07:00
Markus Volk
cddc20f9c6 gedit: Upgrade 44.2 -> 46.1
- add recipes for libedit-amtk and libgedit-gtksourceview
- drop deprecated amtk recipe
- update dependencies
- fix reproducibility issue

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-24 09:25:24 -07:00
Markus Volk
c40aebd422 Nautilus: Upgrade 44.2.1 -> 45.0
- remove the patch to fix reproducibility. It was partly committed
  upstream but theres still one include with buildpath left in
  src/nautilus-enum-types.c and @basename@ instead of @filename@
  doesn't work here -> use sed to remove

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-23 19:53:00 -07:00
Khem Raj
8d34444c74 xscreensaver: Add osuosl backup MIRROR
old tarballs disappear from main location, use a backup location to
fetch it in such cases.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-23 12:20:13 -07:00
Derek Straka
0b4f790d6e python3-web3: Update version 6.9.0 -> 6.10.0
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-22 23:57:50 -07:00
Derek Straka
f5d9e9400a python3-websocket-client: Update version 1.5.3 -> 1.6.3
Verified license remains the same and updated the checksum

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-22 23:57:50 -07:00
Markus Volk
5a45535ee0 evince: Upgrade 44.2 -> 45.0
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-22 23:57:50 -07:00
Markus Volk
2c8ea3f049 mozjs: add recipe for v115
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-22 23:57:50 -07:00
Markus Volk
d60a6a4c8f gjs: Upgrade 1.76.1 -> 1.78.0
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-22 23:57:50 -07:00
Markus Volk
85b0b10bb1 gexiv: Upgrade 0.14.0 -> 0.14.2
- enable vapi build
- delete removed meson option

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-22 23:57:50 -07:00
Markus Volk
26321acb6e exiv2: Upgrade 0.27.6 -> 0.28.0
- add required dependencies on brotli and libinih

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-22 23:57:50 -07:00
Derek Straka
f14681d981 python3-posix-ipc: Update version 1.0.5 -> 1.1.1
Verified LICENSE remains BSD-3-Clause (Copyright year updated)

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-22 15:41:08 -07:00
Derek Straka
392729b2e7 python3-langtable: Update version 0.0.63 -> 0.0.64
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-22 15:41:08 -07:00
Derek Straka
7ef3f81654 python3-gevent: Update version 23.7.0 -> 23.9.1
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-22 15:41:08 -07:00
Derek Straka
f52decfaa6 python3-protobuf: Update version 4.24.2 -> 4.24.3
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-22 15:41:08 -07:00
Derek Straka
df45d439dc python3-msgpack: Update version 1.0.5 -> 1.0.6
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-22 15:41:08 -07:00
Derek Straka
48f171875c python3-netaddr: Update version 0.8.0 -> 0.9.0
Changelog
=========
Added:
Add hash capabilities to OUI (#225, amitmi704)

Fixed:
Backwards incompatible: Handle RFC 6164 IPv6 addresses (don't reserve first IP
address in point-to-point subnets) ($267, Damien Claisse)
Technically backwards incompatible: Fix for is_loopback behaviour – consider
IPNetwork('::1/128') to be loopback (#222, #223, niels)
Include tutorials in source distributions (#215, Louis Sautier)
Fix a documentation typo (#242, Wouter)
Fix print syntax in the documentation to be Python 3 compatible (#221, François Magimel)
Fix the Sphinx syntax in the documentation (#220, François Magimel)

Other:
Update the databases (#266, Jakub Stasiak)
Deprecate Python 3.6 (#263, Jakub Stasiak)
Eliminate unnecessary evals (#228, KOLANICH)

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-22 14:06:22 -07:00
Derek Straka
02378518a8 python3-sqlalchemy: Upgrade 2.0.20 -> 2.0.21
Changelog
=========

Full changelog available here - https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.21

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-22 14:06:22 -07:00
Martin Jansa
4377cea9dd mongodb: Fix build on 32bit
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-22 07:36:16 -07:00
Martin Jansa
9d4964c709 mongodb: add and fix Upstream-Status
* add 'Upstream-Status: Pending' where it was missing and fix malformatted one
  in 1296.patch

* fixes:
  ERROR: lib32-mongodb-4.4.24-r0 do_patch: QA Issue: Malformed Upstream-Status in patch
  meta-oe/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/1296.patch
  Please correct according to https://docs.yoctoproject.org/contributor-guide/recipe-style-guide.html#patch-upstream-status :
  Upstream-Status: submitted https://github.com/mongodb/mongo/pull/1296 [patch-status]
  ERROR: lib32-mongodb-4.4.24-r0 do_patch: QA Issue: Missing Upstream-Status in patch
  meta-oe/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/0001-free_mon-Include-missing-cstdint.patch
  Please add according to https://docs.yoctoproject.org/contributor-guide/recipe-style-guide.html#patch-upstream-status . [patch-status]
  ...

Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-22 07:36:16 -07:00
Jonas Gorski
6f1d32a9bf frr: upgrade 8.4.4 -> 9.0.1
Upgrade FRR to 9.0.1:

* drop all existing patches since they are included in 9.0.1
* add a patch fixing (harmless) error messages in log
* license files moved to doc/licenses
* protobuf-c-native (for protoc) and protobuf-c are now needed

Changelogs:
https://github.com/FRRouting/frr/releases/tag/frr-9.0.1
31ed3dd753
https://github.com/FRRouting/frr/releases/tag/frr-9.0
2863e7efbc

Signed-off-by: Jonas Gorski <jonas.gorski@bisdn.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-22 07:36:16 -07:00