From d3e82d243dbf034f77a1cae76ed5aa60822144cf105d493d5187b507c34dbe2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 9 Jun 2025 08:14:21 +0000 Subject: [PATCH] Accepting request 1283631 from home:glaubitz:branches:devel:languages:python - Update to 0.4.1 * Drop support for Python 3.8/3.9 * Add support for Python 3.12/3.13 * Replace deprecated `abstractproperty` * Modify to use `setuptools_scm` and `pypa/build` for package build * Add GitHub Actions workflow for building and publishing to PyPI - Use Python 3.11 on SLE-15 by default OBS-URL: https://build.opensuse.org/request/show/1283631 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-humanreadable?expand=0&rev=9 --- humanreadable-0.4.0.tar.gz | 3 --- humanreadable-0.4.1.tar.gz | 3 +++ python-humanreadable.changes | 11 +++++++++++ python-humanreadable.spec | 3 ++- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 humanreadable-0.4.0.tar.gz create mode 100644 humanreadable-0.4.1.tar.gz diff --git a/humanreadable-0.4.0.tar.gz b/humanreadable-0.4.0.tar.gz deleted file mode 100644 index 7d39652..0000000 --- a/humanreadable-0.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2879a146f0602512addfcfba227956a3f1d23b99e9f938ff91b2085a170519ba -size 34493 diff --git a/humanreadable-0.4.1.tar.gz b/humanreadable-0.4.1.tar.gz new file mode 100644 index 0000000..373aece --- /dev/null +++ b/humanreadable-0.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4350eba873975939dc65bd6a64b1ad885418ff58d9c6693435507382d42a22f3 +size 18494 diff --git a/python-humanreadable.changes b/python-humanreadable.changes index f183018..3e0fd0c 100644 --- a/python-humanreadable.changes +++ b/python-humanreadable.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Jun 6 11:23:06 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 0.4.1 + * Drop support for Python 3.8/3.9 + * Add support for Python 3.12/3.13 + * Replace deprecated `abstractproperty` + * Modify to use `setuptools_scm` and `pypa/build` for package build + * Add GitHub Actions workflow for building and publishing to PyPI +- Use Python 3.11 on SLE-15 by default + ------------------------------------------------------------------- Wed May 28 11:37:23 UTC 2025 - Markéta Machová diff --git a/python-humanreadable.spec b/python-humanreadable.spec index 0381967..1329da1 100644 --- a/python-humanreadable.spec +++ b/python-humanreadable.spec @@ -16,8 +16,9 @@ # +%{?sle15_python_module_pythons} Name: python-humanreadable -Version: 0.4.0 +Version: 0.4.1 Release: 0 Summary: A Python library to convert from human-readable values to Python values License: MIT