15
0

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
This commit is contained in:
2025-06-09 08:14:21 +00:00
committed by Git OBS Bridge
parent 0e36b6906d
commit d3e82d243d
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2879a146f0602512addfcfba227956a3f1d23b99e9f938ff91b2085a170519ba
size 34493

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4350eba873975939dc65bd6a64b1ad885418ff58d9c6693435507382d42a22f3
size 18494

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Jun 6 11:23:06 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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á <mmachova@suse.com>

View File

@@ -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