14
0

Accepting request 1248168 from home:glaubitz:branches:devel:languages:python

- Update to 0.8.2
  * Drop support for Python 3.6 and 3.7
  * Support Python 3.11, 3.12, and 3.13
  * Migrated from setuptools to hatch
- Update BuildRequires from pyproject.toml

OBS-URL: https://build.opensuse.org/request/show/1248168
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-javaproperties?expand=0&rev=9
This commit is contained in:
2025-02-24 14:31:46 +00:00
committed by Git OBS Bridge
parent ee72da3581
commit 13033179f2
4 changed files with 15 additions and 7 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Feb 24 14:27:18 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.8.2
* Drop support for Python 3.6 and 3.7
* Support Python 3.11, 3.12, and 3.13
* Migrated from setuptools to hatch
- Update BuildRequires from pyproject.toml
-------------------------------------------------------------------
Wed Mar 6 14:31:15 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>