Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from buildroot:master #404

Merged
merged 3 commits into from
Dec 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package/dt-utils/dt-utils.hash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Locally computed
sha256 a6988b889418737324ed3db3785d3a9692e802c1dff4a2323c962008b7b646b1 dt-utils-2023.08.0.tar.xz
sha256 5a1ace759b37c4b5138738ae0fa03574b1f55da01a0faa88aaff0417d275cc0e dt-utils-2023.11.0.tar.xz
sha256 a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499 LICENSES/CC0-1.0.txt
sha256 2c9d733cadb50e33cc83f05f1fe7cc4b6c5ff7260fd9eea1b839151c7fa64742 LICENSES/GPL-2.0-only.txt
sha256 d6e37cb7eff6ef15ae3c4082cf40eae80a94cd59b636991d1149d4a5c9dc3537 LICENSES/GPL-2.0-or-later.txt
Expand Down
2 changes: 1 addition & 1 deletion package/dt-utils/dt-utils.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

DT_UTILS_VERSION = 2023.08.0
DT_UTILS_VERSION = 2023.11.0
DT_UTILS_SOURCE = dt-utils-$(DT_UTILS_VERSION).tar.xz
DT_UTILS_SITE = https://git.pengutronix.de/cgit/tools/dt-utils/snapshot
DT_UTILS_LICENSE = CC0-1.0, GPL-2.0, GPL-2.0+, Zlib
Expand Down
4 changes: 2 additions & 2 deletions package/python-pytest-asyncio/python-pytest-asyncio.hash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/pytest-asyncio/json
md5 510ca6136236bba0f0581aa46060ae03 pytest_asyncio-0.24.0.tar.gz
sha256 d081d828e576d85f875399194281e92bf8a68d60d72d1a2faf2feddb6c46b276 pytest_asyncio-0.24.0.tar.gz
md5 cfec568101379ff7188b152e2f88a4c1 pytest_asyncio-0.25.0.tar.gz
sha256 8c0610303c9e0442a5db8604505fc0f545456ba1528824842b37b4a626cbf609 pytest_asyncio-0.25.0.tar.gz
# Locally computed sha256 checksums
sha256 a8ad31b1c3f40dca5a84119351b8fa8ddc868edd77fad8a8ebf6d8f2d16fa4ae LICENSE
4 changes: 2 additions & 2 deletions package/python-pytest-asyncio/python-pytest-asyncio.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
################################################################################

PYTHON_PYTEST_ASYNCIO_VERSION = 0.24.0
PYTHON_PYTEST_ASYNCIO_VERSION = 0.25.0
PYTHON_PYTEST_ASYNCIO_SOURCE = pytest_asyncio-$(PYTHON_PYTEST_ASYNCIO_VERSION).tar.gz
PYTHON_PYTEST_ASYNCIO_SITE = https://files.pythonhosted.org/packages/52/6d/c6cf50ce320cf8611df7a1254d86233b3df7cc07f9b5f5cbcb82e08aa534
PYTHON_PYTEST_ASYNCIO_SITE = https://files.pythonhosted.org/packages/94/18/82fcb4ee47d66d99f6cd1efc0b11b2a25029f303c599a5afda7c1bca4254
PYTHON_PYTEST_ASYNCIO_SETUP_TYPE = setuptools
PYTHON_PYTEST_ASYNCIO_LICENSE = Apache-2.0
PYTHON_PYTEST_ASYNCIO_LICENSE_FILES = LICENSE
Expand Down
4 changes: 2 additions & 2 deletions package/python-pytest/python-pytest.hash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/pytest/json
md5 71466867181a5a7aefdb298b7146bcad pytest-8.3.3.tar.gz
sha256 70b98107bd648308a7952b06e6ca9a50bc660be218d53c257cc1fc94fda10181 pytest-8.3.3.tar.gz
md5 542c4e802eeac1d196482e90a36533ed pytest-8.3.4.tar.gz
sha256 965370d062bce11e73868e0335abac31b4d3de0e82f4007408d242b4f8610761 pytest-8.3.4.tar.gz
# Locally computed sha256 checksums
sha256 ca836a5f9ecca3b2f350230faa20a48fb8b145653b5568d784862df864706b9b LICENSE
4 changes: 2 additions & 2 deletions package/python-pytest/python-pytest.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
################################################################################

PYTHON_PYTEST_VERSION = 8.3.3
PYTHON_PYTEST_VERSION = 8.3.4
PYTHON_PYTEST_SOURCE = pytest-$(PYTHON_PYTEST_VERSION).tar.gz
PYTHON_PYTEST_SITE = https://files.pythonhosted.org/packages/8b/6c/62bbd536103af674e227c41a8f3dcd022d591f6eed5facb5a0f31ee33bbc
PYTHON_PYTEST_SITE = https://files.pythonhosted.org/packages/05/35/30e0d83068951d90a01852cb1cef56e5d8a09d20c7f511634cc2f7e0372a
PYTHON_PYTEST_SETUP_TYPE = setuptools
PYTHON_PYTEST_LICENSE = MIT
PYTHON_PYTEST_LICENSE_FILES = LICENSE
Expand Down