diff --git a/javaproperties-0.8.1.tar.gz b/javaproperties-0.8.1.tar.gz deleted file mode 100644 index 6995ce7..0000000 --- a/javaproperties-0.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9dcba389effe67d3f906bbdcc64b8ef2ee8eac00072406784ea636bb6ba56061 -size 43881 diff --git a/javaproperties-0.8.2.tar.gz b/javaproperties-0.8.2.tar.gz new file mode 100644 index 0000000..79afe9d --- /dev/null +++ b/javaproperties-0.8.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f780d17ca12d57da58519dcf9d821cbcdb6f98a8b5af661013e31a5050c59a0f +size 40602 diff --git a/python-javaproperties.changes b/python-javaproperties.changes index 33620f7..7387748 100644 --- a/python-javaproperties.changes +++ b/python-javaproperties.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Feb 24 14:27:18 UTC 2025 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-javaproperties.spec b/python-javaproperties.spec index 055dec1..3871ff6 100644 --- a/python-javaproperties.spec +++ b/python-javaproperties.spec @@ -1,7 +1,7 @@ # # spec file for package python-javaproperties # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,19 +18,18 @@ %{?sle15_python_module_pythons} Name: python-javaproperties -Version: 0.8.1 +Version: 0.8.2 Release: 0 Summary: Read & Write Java Properties Files License: MIT Group: Development/Languages/Python URL: https://github.com/jwodder/javaproperties Source: https://files.pythonhosted.org/packages/source/j/javaproperties/javaproperties-%{version}.tar.gz +BuildRequires: %{python_module hatchling} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest-mock >= 2.0} BuildRequires: %{python_module pytest} BuildRequires: %{python_module python-dateutil >= 2.6} -BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch