From 351559da5c8762457c4a58fc169ab74cc55f2f0d Mon Sep 17 00:00:00 2001 From: Thomas Staudinger Date: Fri, 29 Nov 2024 13:09:48 +0100 Subject: [PATCH 1/5] python-packaging: Update to v24.2 **Summary** Release notes available [here](https://github.com/pypa/packaging/releases/tag/24.2) Signed-off-by: Thomas Staudinger --- packages/py/python-packaging/package.yml | 6 ++-- packages/py/python-packaging/pspec_x86_64.xml | 32 +++++++++++-------- 2 files changed, 22 insertions(+), 16 deletions(-) diff --git a/packages/py/python-packaging/package.yml b/packages/py/python-packaging/package.yml index 922779fafe3..963af94b4ff 100644 --- a/packages/py/python-packaging/package.yml +++ b/packages/py/python-packaging/package.yml @@ -1,8 +1,8 @@ name : python-packaging -version : '24.1' -release : 22 +version : '24.2' +release : 23 source : - - https://pypi.debian.net/packaging/packaging-24.1.tar.gz : 026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002 + - https://pypi.debian.net/packaging/packaging-24.2.tar.gz : c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f homepage : https://packaging.pypa.io/ license : Apache-2.0 component : programming.python diff --git a/packages/py/python-packaging/pspec_x86_64.xml b/packages/py/python-packaging/pspec_x86_64.xml index 1d70c56a4f3..b87fbbb524c 100644 --- a/packages/py/python-packaging/pspec_x86_64.xml +++ b/packages/py/python-packaging/pspec_x86_64.xml @@ -3,8 +3,8 @@ python-packaging https://packaging.pypa.io/ - Joey Riches - josephriches@gmail.com + Thomas Staudinger + Staudi.Kaos@gmail.com Apache-2.0 programming.python @@ -20,12 +20,12 @@ programming.python - /usr/lib/python3.11/site-packages/packaging-24.1.dist-info/LICENSE - /usr/lib/python3.11/site-packages/packaging-24.1.dist-info/LICENSE.APACHE - /usr/lib/python3.11/site-packages/packaging-24.1.dist-info/LICENSE.BSD - /usr/lib/python3.11/site-packages/packaging-24.1.dist-info/METADATA - /usr/lib/python3.11/site-packages/packaging-24.1.dist-info/RECORD - /usr/lib/python3.11/site-packages/packaging-24.1.dist-info/WHEEL + /usr/lib/python3.11/site-packages/packaging-24.2.dist-info/LICENSE + /usr/lib/python3.11/site-packages/packaging-24.2.dist-info/LICENSE.APACHE + /usr/lib/python3.11/site-packages/packaging-24.2.dist-info/LICENSE.BSD + /usr/lib/python3.11/site-packages/packaging-24.2.dist-info/METADATA + /usr/lib/python3.11/site-packages/packaging-24.2.dist-info/RECORD + /usr/lib/python3.11/site-packages/packaging-24.2.dist-info/WHEEL /usr/lib/python3.11/site-packages/packaging/__init__.py /usr/lib/python3.11/site-packages/packaging/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/packaging/__pycache__/__init__.cpython-311.pyc @@ -61,6 +61,12 @@ /usr/lib/python3.11/site-packages/packaging/_parser.py /usr/lib/python3.11/site-packages/packaging/_structures.py /usr/lib/python3.11/site-packages/packaging/_tokenizer.py + /usr/lib/python3.11/site-packages/packaging/licenses/__init__.py + /usr/lib/python3.11/site-packages/packaging/licenses/__pycache__/__init__.cpython-311.opt-1.pyc + /usr/lib/python3.11/site-packages/packaging/licenses/__pycache__/__init__.cpython-311.pyc + /usr/lib/python3.11/site-packages/packaging/licenses/__pycache__/_spdx.cpython-311.opt-1.pyc + /usr/lib/python3.11/site-packages/packaging/licenses/__pycache__/_spdx.cpython-311.pyc + /usr/lib/python3.11/site-packages/packaging/licenses/_spdx.py /usr/lib/python3.11/site-packages/packaging/markers.py /usr/lib/python3.11/site-packages/packaging/metadata.py /usr/lib/python3.11/site-packages/packaging/py.typed @@ -72,12 +78,12 @@ - - 2024-09-18 - 24.1 + + 2024-11-29 + 24.2 Packaging update - Joey Riches - josephriches@gmail.com + Thomas Staudinger + Staudi.Kaos@gmail.com \ No newline at end of file From 8c4a68d976feb4489e1ec979200eb1b307ff8e0f Mon Sep 17 00:00:00 2001 From: Thomas Staudinger Date: Fri, 29 Nov 2024 13:10:48 +0100 Subject: [PATCH 2/5] python-hatchling: Update to v1.26.3 **Summary** Release notes: - [1.26.0](https://github.com/pypa/hatch/releases/tag/hatchling-v1.26.0) - [1.26.1](https://github.com/pypa/hatch/releases/tag/hatchling-v1.26.1) - [1.26.2](https://github.com/pypa/hatch/releases/tag/hatchling-v1.26.2) - [1.26.3](https://github.com/pypa/hatch/releases/tag/hatchling-v1.26.3) Signed-off-by: Thomas Staudinger --- packages/py/python-hatchling/package.yml | 6 ++-- packages/py/python-hatchling/pspec_x86_64.xml | 30 +++++++++---------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/packages/py/python-hatchling/package.yml b/packages/py/python-hatchling/package.yml index 3165e9712ad..f09bf5dad73 100644 --- a/packages/py/python-hatchling/package.yml +++ b/packages/py/python-hatchling/package.yml @@ -1,8 +1,8 @@ name : python-hatchling -version : 1.25.0 -release : 8 +version : 1.26.3 +release : 9 source : - - https://files.pythonhosted.org/packages/source/h/hatchling/hatchling-1.25.0.tar.gz : 7064631a512610b52250a4d3ff1bd81551d6d1431c4eb7b72e734df6c74f4262 + - https://files.pythonhosted.org/packages/source/h/hatchling/hatchling-1.26.3.tar.gz : b672a9c36a601a06c4e88a1abb1330639ee8e721e0535a37536e546a667efc7a homepage : https://github.com/pypa/hatch license : MIT component : programming.python diff --git a/packages/py/python-hatchling/pspec_x86_64.xml b/packages/py/python-hatchling/pspec_x86_64.xml index 077c1de6d2e..55094c324cd 100644 --- a/packages/py/python-hatchling/pspec_x86_64.xml +++ b/packages/py/python-hatchling/pspec_x86_64.xml @@ -3,8 +3,8 @@ python-hatchling https://github.com/pypa/hatch - Algent Albrahimi - algent@protonmail.com + Thomas Staudinger + Staudi.Kaos@gmail.com MIT programming.python @@ -21,11 +21,11 @@ programming.python /usr/bin/hatchling - /usr/lib/python3.11/site-packages/hatchling-1.25.0.dist-info/METADATA - /usr/lib/python3.11/site-packages/hatchling-1.25.0.dist-info/RECORD - /usr/lib/python3.11/site-packages/hatchling-1.25.0.dist-info/WHEEL - /usr/lib/python3.11/site-packages/hatchling-1.25.0.dist-info/entry_points.txt - /usr/lib/python3.11/site-packages/hatchling-1.25.0.dist-info/licenses/LICENSE.txt + /usr/lib/python3.11/site-packages/hatchling-1.26.3.dist-info/METADATA + /usr/lib/python3.11/site-packages/hatchling-1.26.3.dist-info/RECORD + /usr/lib/python3.11/site-packages/hatchling-1.26.3.dist-info/WHEEL + /usr/lib/python3.11/site-packages/hatchling-1.26.3.dist-info/entry_points.txt + /usr/lib/python3.11/site-packages/hatchling-1.26.3.dist-info/licenses/LICENSE.txt /usr/lib/python3.11/site-packages/hatchling/__about__.py /usr/lib/python3.11/site-packages/hatchling/__init__.py /usr/lib/python3.11/site-packages/hatchling/__main__.py @@ -112,6 +112,9 @@ /usr/lib/python3.11/site-packages/hatchling/cli/dep/__init__.py /usr/lib/python3.11/site-packages/hatchling/cli/dep/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/hatchling/cli/dep/__pycache__/__init__.cpython-311.pyc + /usr/lib/python3.11/site-packages/hatchling/cli/dep/__pycache__/core.cpython-311.opt-1.pyc + /usr/lib/python3.11/site-packages/hatchling/cli/dep/__pycache__/core.cpython-311.pyc + /usr/lib/python3.11/site-packages/hatchling/cli/dep/core.py /usr/lib/python3.11/site-packages/hatchling/cli/metadata/__init__.py /usr/lib/python3.11/site-packages/hatchling/cli/metadata/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/hatchling/cli/metadata/__pycache__/__init__.cpython-311.pyc @@ -127,11 +130,8 @@ /usr/lib/python3.11/site-packages/hatchling/licenses/__init__.py /usr/lib/python3.11/site-packages/hatchling/licenses/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/hatchling/licenses/__pycache__/__init__.cpython-311.pyc - /usr/lib/python3.11/site-packages/hatchling/licenses/__pycache__/parse.cpython-311.opt-1.pyc - /usr/lib/python3.11/site-packages/hatchling/licenses/__pycache__/parse.cpython-311.pyc /usr/lib/python3.11/site-packages/hatchling/licenses/__pycache__/supported.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/hatchling/licenses/__pycache__/supported.cpython-311.pyc - /usr/lib/python3.11/site-packages/hatchling/licenses/parse.py /usr/lib/python3.11/site-packages/hatchling/licenses/supported.py /usr/lib/python3.11/site-packages/hatchling/metadata/__init__.py /usr/lib/python3.11/site-packages/hatchling/metadata/__pycache__/__init__.cpython-311.opt-1.pyc @@ -231,12 +231,12 @@ - - 2024-09-02 - 1.25.0 + + 2024-11-29 + 1.26.3 Packaging update - Algent Albrahimi - algent@protonmail.com + Thomas Staudinger + Staudi.Kaos@gmail.com \ No newline at end of file From e5593c8715786e56fa1518f9140e99b40eb4a2a1 Mon Sep 17 00:00:00 2001 From: Thomas Staudinger Date: Fri, 29 Nov 2024 13:20:23 +0100 Subject: [PATCH 3/5] python-trove-classifiers: Update to v2024.10.21.16 **Summary** Release notes: - [2024.9.12](https://github.com/pypa/trove-classifiers/releases/tag/2024.9.12) - [2024.10.11](https://github.com/pypa/trove-classifiers/releases/tag/2024.10.11) - [2024.10.12](https://github.com/pypa/trove-classifiers/releases/tag/2024.10.12) - [2024.10.13](https://github.com/pypa/trove-classifiers/releases/tag/2024.10.13) - [2024.10.14](https://github.com/pypa/trove-classifiers/releases/tag/2024.10.14) - [2024.10.21.16](https://github.com/pypa/trove-classifiers/releases/tag/2024.10.21.16) Signed-off-by: Thomas Staudinger --- packages/py/python-trove-classifiers/package.yml | 6 +++--- .../py/python-trove-classifiers/pspec_x86_64.xml | 14 +++++++------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/py/python-trove-classifiers/package.yml b/packages/py/python-trove-classifiers/package.yml index 49f75a5df57..f7ab1f84513 100644 --- a/packages/py/python-trove-classifiers/package.yml +++ b/packages/py/python-trove-classifiers/package.yml @@ -1,8 +1,8 @@ name : python-trove-classifiers -version : 2023.7.6 -release : 3 +version : 2024.10.21.16 +release : 4 source : - - https://files.pythonhosted.org/packages/source/t/trove-classifiers/trove-classifiers-2023.7.6.tar.gz : 8a8e168b51d20fed607043831d37632bb50919d1c80a64e0f1393744691a8b22 + - https://files.pythonhosted.org/packages/source/t/trove-classifiers/trove_classifiers-2024.10.21.16.tar.gz : 17cbd055d67d5e9d9de63293a8732943fabc21574e4c7b74edf112b4928cf5f3 homepage : https://github.com/pypa/trove-classifiers license : Apache-2.0 component : programming.python diff --git a/packages/py/python-trove-classifiers/pspec_x86_64.xml b/packages/py/python-trove-classifiers/pspec_x86_64.xml index 2dffdc5158b..fcb21990c7d 100644 --- a/packages/py/python-trove-classifiers/pspec_x86_64.xml +++ b/packages/py/python-trove-classifiers/pspec_x86_64.xml @@ -20,10 +20,10 @@ programming.python - /usr/lib/python3.11/site-packages/trove_classifiers-2023.7.6-py3.11.egg-info/PKG-INFO - /usr/lib/python3.11/site-packages/trove_classifiers-2023.7.6-py3.11.egg-info/SOURCES.txt - /usr/lib/python3.11/site-packages/trove_classifiers-2023.7.6-py3.11.egg-info/dependency_links.txt - /usr/lib/python3.11/site-packages/trove_classifiers-2023.7.6-py3.11.egg-info/top_level.txt + /usr/lib/python3.11/site-packages/trove_classifiers-2024.10.21.16-py3.11.egg-info/PKG-INFO + /usr/lib/python3.11/site-packages/trove_classifiers-2024.10.21.16-py3.11.egg-info/SOURCES.txt + /usr/lib/python3.11/site-packages/trove_classifiers-2024.10.21.16-py3.11.egg-info/dependency_links.txt + /usr/lib/python3.11/site-packages/trove_classifiers-2024.10.21.16-py3.11.egg-info/top_level.txt /usr/lib/python3.11/site-packages/trove_classifiers/__init__.py /usr/lib/python3.11/site-packages/trove_classifiers/__main__.py /usr/lib/python3.11/site-packages/trove_classifiers/__pycache__/__init__.cpython-311.pyc @@ -32,9 +32,9 @@ - - 2024-02-27 - 2023.7.6 + + 2024-11-29 + 2024.10.21.16 Packaging update Thomas Staudinger Staudi.Kaos@gmail.com From d9ebf3dacb9726c5dd4a3f4ebe01f835937ba656 Mon Sep 17 00:00:00 2001 From: Thomas Staudinger Date: Fri, 29 Nov 2024 13:23:40 +0100 Subject: [PATCH 4/5] python3-pylast: Update to v5.3.0 and add monitoring.yml **Summary** Changes: - Add support for Python 3.13 - Add type annotations to methods that take timestamp parameter - Double read timeout to fix 'The read operation timed out' - Fix incorrect docstrings Signed-off-by: Thomas Staudinger --- packages/py/python3-pylast/monitoring.yml | 6 ++++++ packages/py/python3-pylast/package.yml | 6 +++--- packages/py/python3-pylast/pspec_x86_64.xml | 24 ++++++++++----------- 3 files changed, 21 insertions(+), 15 deletions(-) create mode 100644 packages/py/python3-pylast/monitoring.yml diff --git a/packages/py/python3-pylast/monitoring.yml b/packages/py/python3-pylast/monitoring.yml new file mode 100644 index 00000000000..ac4b611b9c8 --- /dev/null +++ b/packages/py/python3-pylast/monitoring.yml @@ -0,0 +1,6 @@ +releases: + id: 8146 + rss: https://github.com/pylast/pylast/releases.atom +# No known CPE, checked 2024-11-29 +security: + cpe: ~ diff --git a/packages/py/python3-pylast/package.yml b/packages/py/python3-pylast/package.yml index 9e1f245bb0c..a94501bec3b 100644 --- a/packages/py/python3-pylast/package.yml +++ b/packages/py/python3-pylast/package.yml @@ -1,8 +1,8 @@ name : python3-pylast -version : 5.2.0 -release : 12 +version : 5.3.0 +release : 13 source : - - https://pypi.io/packages/source/p/pylast/pylast-5.2.0.tar.gz : bb046804ef56a0c18072c750d61a282d47ac102a3b0b9c44a023eaf5b0934b0a + - https://pypi.io/packages/source/p/pylast/pylast-5.3.0.tar.gz : 637943b1b0e6045dd85ed7389db6071a1fea45cc7ff90dc6126fd509ca6fae2f homepage : https://github.com/pylast/pylast license : Apache-2.0 component : programming.python diff --git a/packages/py/python3-pylast/pspec_x86_64.xml b/packages/py/python3-pylast/pspec_x86_64.xml index 22f53f5b3e4..f89a0861595 100644 --- a/packages/py/python3-pylast/pspec_x86_64.xml +++ b/packages/py/python3-pylast/pspec_x86_64.xml @@ -3,8 +3,8 @@ python3-pylast https://github.com/pylast/pylast - Joey Riches - josephriches@gmail.com + Thomas Staudinger + Staudi.Kaos@gmail.com Apache-2.0 programming.python @@ -20,23 +20,23 @@ programming.python - /usr/lib/python3.11/site-packages/pylast-5.2.0.dist-info/METADATA - /usr/lib/python3.11/site-packages/pylast-5.2.0.dist-info/RECORD - /usr/lib/python3.11/site-packages/pylast-5.2.0.dist-info/WHEEL - /usr/lib/python3.11/site-packages/pylast-5.2.0.dist-info/licenses/COPYING - /usr/lib/python3.11/site-packages/pylast-5.2.0.dist-info/licenses/LICENSE.txt + /usr/lib/python3.11/site-packages/pylast-5.3.0.dist-info/METADATA + /usr/lib/python3.11/site-packages/pylast-5.3.0.dist-info/RECORD + /usr/lib/python3.11/site-packages/pylast-5.3.0.dist-info/WHEEL + /usr/lib/python3.11/site-packages/pylast-5.3.0.dist-info/licenses/COPYING + /usr/lib/python3.11/site-packages/pylast-5.3.0.dist-info/licenses/LICENSE.txt /usr/lib/python3.11/site-packages/pylast/__init__.py /usr/lib/python3.11/site-packages/pylast/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pylast/__pycache__/__init__.cpython-311.pyc - - 2024-02-14 - 5.2.0 + + 2024-11-29 + 5.3.0 Packaging update - Joey Riches - josephriches@gmail.com + Thomas Staudinger + Staudi.Kaos@gmail.com \ No newline at end of file From f1bd5cbf0d12bd750bbc0617320f4fdb77146973 Mon Sep 17 00:00:00 2001 From: Thomas Staudinger Date: Wed, 4 Dec 2024 13:33:12 +0100 Subject: [PATCH 5/5] yt-dlp: yt-dlp: Remove trove-classifiers workaround **Summary** No longer needed after `python-trove-classifier` update Signed-off-by: Thomas Staudinger --- packages/y/yt-dlp/package.yml | 4 +--- packages/y/yt-dlp/pspec_x86_64.xml | 10 +++++----- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/packages/y/yt-dlp/package.yml b/packages/y/yt-dlp/package.yml index 4c51111dcb4..eea0d4568ef 100644 --- a/packages/y/yt-dlp/package.yml +++ b/packages/y/yt-dlp/package.yml @@ -1,6 +1,6 @@ name : yt-dlp version : 2024.12.03 -release : 231 +release : 232 source : - https://github.com/yt-dlp/yt-dlp/archive/refs/tags/2024.12.03.tar.gz : 444165351fee6f1f7f248b82b8adfeefaecc0d6e0bb9a7dea64dd5758e899737 license : Unlicense @@ -24,8 +24,6 @@ rundeps : - python-websockets - python3 - python3-pycryptodome -setup : | - sed -i "/Programming Language :: Python :: 3.13/d" pyproject.toml build : | %make PREFIX=$installdir/usr yt-dlp.1 completion-bash completion-fish completion-zsh python3 -m build --wheel --no-isolation diff --git a/packages/y/yt-dlp/pspec_x86_64.xml b/packages/y/yt-dlp/pspec_x86_64.xml index 2b3577d5c20..31f084d4263 100644 --- a/packages/y/yt-dlp/pspec_x86_64.xml +++ b/packages/y/yt-dlp/pspec_x86_64.xml @@ -3,8 +3,8 @@ yt-dlp https://github.com/yt-dlp/yt-dlp - Troy Harvey - harveydevel@gmail.com + Thomas Staudinger + Staudi.Kaos@gmail.com Unlicense network.download @@ -3285,12 +3285,12 @@ - + 2024-12-04 2024.12.03 Packaging update - Troy Harvey - harveydevel@gmail.com + Thomas Staudinger + Staudi.Kaos@gmail.com \ No newline at end of file