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