diff --git a/1.1.2.tar.gz b/1.1.2.tar.gz deleted file mode 100644 index 5a39f57..0000000 --- a/1.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be60ab09f9b6e021900b467ec599e1d2b823fa8012c93cde64bc9defcb115ad1 -size 8941 diff --git a/1.3.0.tar.gz b/1.3.0.tar.gz new file mode 100644 index 0000000..de6a240 --- /dev/null +++ b/1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:862cb6c1649de54237a6a72c154252141a626ed83f826a9ae833c643ff9d5a1b +size 9214 diff --git a/python-looseversion.changes b/python-looseversion.changes index 04f746a..94e5563 100644 --- a/python-looseversion.changes +++ b/python-looseversion.changes @@ -1,4 +1,14 @@ +------------------------------------------------------------------- +Thu Dec 7 22:42:07 UTC 2023 - Dirk Müller + +- update to 1.3.0: + * Restore Python 3 semantics for `LooseVersion`, creating + `LooseVersion2` to restore Python 2 semantics. + * Test on Python 3.12 + * Enable installation on Python 2+ + * Ensure consistent semantics between Python 2 and 3 + ------------------------------------------------------------------- Fri Mar 17 16:08:00 UTC 2023 - Pablo Suárez Hernández -- Initial package: looseversion 1.1.2 +- Initial package: looseversion 1.1.2 diff --git a/python-looseversion.spec b/python-looseversion.spec index 7df670c..52eb686 100644 --- a/python-looseversion.spec +++ b/python-looseversion.spec @@ -1,7 +1,7 @@ # # spec file for package python-looseversion # -# Copyright (c) 2023 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,17 +12,17 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: python-looseversion -Version: 1.1.2 +Version: 1.3.0 Release: 0 Summary: A backwards/forwards-compatible fork of distutils.version.LooseVersion -License: PSF-2.0 -Group: Development/Languages/Python -Url: https://github.com/effigies/looseversion +License: PSF-2.0 +Group: Development/Languages/Python +URL: https://github.com/effigies/looseversion Source: https://github.com/effigies/looseversion/archive/refs/tags/%{version}.tar.gz BuildRequires: %{python_module base > 3} BuildRequires: %{python_module hatchling} @@ -30,7 +30,7 @@ BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildArch: noarch +BuildArch: noarch %python_subpackages @@ -61,4 +61,3 @@ If you are simply comparing versions of Python packages, consider moving to pack %{python_sitelib}/looseversion-* %changelog -