forked from pool/python-jaraco.collections
Compare commits
5 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 3a6119d338 | |||
| 62110b89bd | |||
| 3ce069ab0b | |||
| 9479e6f76c | |||
| d17bb9191a |
BIN
jaraco.collections-5.0.1.tar.gz
LFS
BIN
jaraco.collections-5.0.1.tar.gz
LFS
Binary file not shown.
BIN
jaraco_collections-5.1.0.tar.gz
LFS
Normal file
BIN
jaraco_collections-5.1.0.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 15:34:16 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Make it compatible with older setuptools
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 26 05:48:32 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Normalize metadata directory name.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 23:15:28 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 5.1.0:
|
||||
* Fully typed RangeMap and avoid complete iterations to find
|
||||
matches
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 20 21:00:51 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-jaraco.collections
|
||||
#
|
||||
# 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,13 +18,13 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-jaraco.collections
|
||||
Version: 5.0.1
|
||||
Version: 5.1.0
|
||||
Release: 0
|
||||
Summary: Tools to work with collections
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/jaraco/jaraco.collections
|
||||
Source0: https://files.pythonhosted.org/packages/source/j/jaraco.collections/jaraco.collections-%{version}.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/source/j/jaraco.collections/jaraco_collections-%{version}.tar.gz
|
||||
BuildRequires: %{python_module base >= 3.8}
|
||||
BuildRequires: %{python_module jaraco.classes}
|
||||
BuildRequires: %{python_module jaraco.text}
|
||||
@@ -45,7 +45,7 @@ jaraco.collections Tools for working with collections.
|
||||
Models and classes to supplement the stdlib ‘collections’ module.
|
||||
|
||||
%prep
|
||||
%setup -q -n jaraco.collections-%{version}
|
||||
%setup -q -n jaraco_collections-%{version}
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
@@ -61,6 +61,6 @@ Models and classes to supplement the stdlib ‘collections’ module.
|
||||
%license LICENSE
|
||||
%doc docs/*.rst README.rst NEWS.rst
|
||||
%{python_sitelib}/jaraco/collections
|
||||
%{python_sitelib}/jaraco.collections-%{version}*-info
|
||||
%{python_sitelib}/jaraco[_.]collections-%{version}.dist-info
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user