From 69713788d292eed272158882f16530b8e26d5363dc5771d33f699cc7689e8197 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 9 Dec 2024 08:57:24 +0000 Subject: [PATCH] - Update to version 0.32.0 * Support Python 3.12 and remove Python 3.7 * Bump hacking and flake8-import-order versions * Update min version of tox and remove constraints for pycodestyle * fix: use --random_generator=tausworthe64 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hardware?expand=0&rev=6 --- hardware-0.32.0.tar.gz | 3 +++ python-hardware.changes | 9 +++++++++ python-hardware.spec | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 hardware-0.32.0.tar.gz diff --git a/hardware-0.32.0.tar.gz b/hardware-0.32.0.tar.gz new file mode 100644 index 0000000..5934f86 --- /dev/null +++ b/hardware-0.32.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abb8f3d869a88094cb6804a7a685e9024916e17b9a9c7125c20bd6c2d4e1b947 +size 163925 diff --git a/python-hardware.changes b/python-hardware.changes index fd8630c..3479b16 100644 --- a/python-hardware.changes +++ b/python-hardware.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Dec 9 08:19:05 UTC 2024 - John Paul Adrian Glaubitz + +- Update to version 0.32.0 + * Support Python 3.12 and remove Python 3.7 + * Bump hacking and flake8-import-order versions + * Update min version of tox and remove constraints for pycodestyle + * fix: use --random_generator=tausworthe64 + ------------------------------------------------------------------- Thu Jan 4 22:37:12 UTC 2024 - Dirk Müller diff --git a/python-hardware.spec b/python-hardware.spec index 74a7320..e9d48a8 100644 --- a/python-hardware.spec +++ b/python-hardware.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-hardware -Version: 0.31.0 +Version: 0.32.0 Release: 0 Summary: Hardware detection and classification utilities License: Apache-2.0