Compare commits

1 Commits
main ... 1.1

4 changed files with 12 additions and 27 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@@ -1,19 +1,4 @@
-------------------------------------------------------------------
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) 2024 SUSE LLC
# Copyright (c) 2023 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +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 https://bugs.opensuse.org/
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%{?sle15_python_module_pythons}
Name: python-looseversion
Version: 1.3.0
Version: 1.1.2
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}
@@ -31,7 +30,7 @@ BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
BuildArch: noarch
%python_subpackages
@@ -62,3 +61,4 @@ If you are simply comparing versions of Python packages, consider moving to pack
%{python_sitelib}/looseversion-*
%changelog