Sync from SUSE:SLFO:Main python-looseversion revision 6465418d74ce1c6120e82330cca96563

This commit is contained in:
Adrian Schröter 2024-12-13 11:43:56 +01:00
parent 46502ac308
commit 9e37191f8b
4 changed files with 27 additions and 12 deletions

BIN
1.1.2.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
1.3.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,4 +1,19 @@
-------------------------------------------------------------------
Fri Sep 6 10:43:33 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
- Add %{?sle15_python_module_pythons}
-------------------------------------------------------------------
Thu Dec 7 22:42:07 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <pablo.suarezhernandez@suse.com>
- Initial package: looseversion 1.1.2
- Initial package: looseversion 1.1.2

View File

@ -1,7 +1,7 @@
#
# spec file for package python-looseversion
#
# Copyright (c) 2023 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2024 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,18 @@
# 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/
#
%{?sle15_python_module_pythons}
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 +31,7 @@ BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
BuildArch: noarch
%python_subpackages
@ -61,4 +62,3 @@ If you are simply comparing versions of Python packages, consider moving to pack
%{python_sitelib}/looseversion-*
%changelog