forked from pool/python-jaraco.collections
Compare commits
5 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 3a6119d338 | |||
| 62110b89bd | |||
| 3ce069ab0b | |||
| 9479e6f76c | |||
| d17bb9191a |
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 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dab81970bad6f0ab53b20745f1b01da37926e4c0fcd425046aa45e0d8efa18ed
|
|
||||||
size 19729
|
|
||||||
@@ -1,10 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Fri Jul 18 12:26:24 UTC 2025 - Felix Stegmeier <felix.stegmeier@suse.com>
|
|
||||||
|
|
||||||
- update to 5.2.1
|
|
||||||
* Fixed issue when the defaults included the key 'target'.
|
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 1 15:34:16 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
Tue Apr 1 15:34:16 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-jaraco.collections
|
Name: python-jaraco.collections
|
||||||
Version: 5.2.1
|
Version: 5.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tools to work with collections
|
Summary: Tools to work with collections
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -26,6 +26,7 @@ Group: Development/Languages/Python
|
|||||||
URL: https://github.com/jaraco/jaraco.collections
|
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 base >= 3.8}
|
||||||
|
BuildRequires: %{python_module jaraco.classes}
|
||||||
BuildRequires: %{python_module jaraco.text}
|
BuildRequires: %{python_module jaraco.text}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
@@ -34,6 +35,7 @@ BuildRequires: %{python_module setuptools_scm >= 3.4.1}
|
|||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
Requires: python-jaraco.classes
|
||||||
Requires: python-jaraco.text
|
Requires: python-jaraco.text
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|||||||
Reference in New Issue
Block a user