19
0

7 Commits

Author SHA256 Message Date
4549dfb096 Accepting request 1295066 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1295066
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.collections?expand=0&rev=17
2025-07-23 14:32:51 +00:00
b165187119 Accepting request 1294377 from home:fstegmeier:branches:devel:languages:python
- update to 5.2.1
  * Fixed issue when the defaults included the key 'target'.

OBS-URL: https://build.opensuse.org/request/show/1294377
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.collections?expand=0&rev=37
2025-07-22 11:24:38 +00:00
5451d20c63 Accepting request 1266227 from devel:languages:python
- Make it compatible with older setuptools

- Normalize metadata directory name.

OBS-URL: https://build.opensuse.org/request/show/1266227
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.collections?expand=0&rev=16
2025-04-11 14:45:04 +00:00
c58025d2fe - Make it compatible with older setuptools
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.collections?expand=0&rev=35
2025-04-01 15:38:05 +00:00
99d5194ad0 - Normalize metadata directory name.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.collections?expand=0&rev=34
2025-03-26 05:49:48 +00:00
a206dc1db5 Accepting request 1218896 from devel:languages:python
- update to 5.1.0:
  * Fully typed RangeMap and avoid complete iterations to find
    matches

OBS-URL: https://build.opensuse.org/request/show/1218896
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.collections?expand=0&rev=15
2024-10-30 16:29:51 +00:00
c6cd4badde - update to 5.1.0:
* Fully typed RangeMap and avoid complete iterations to find
    matches

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.collections?expand=0&rev=32
2024-10-28 23:18:29 +00:00
4 changed files with 11 additions and 6 deletions

Binary file not shown.

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dab81970bad6f0ab53b20745f1b01da37926e4c0fcd425046aa45e0d8efa18ed
size 19729

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
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>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-jaraco.collections Name: python-jaraco.collections
Version: 5.1.0 Version: 5.2.1
Release: 0 Release: 0
Summary: Tools to work with collections Summary: Tools to work with collections
License: MIT License: MIT
@@ -26,7 +26,6 @@ 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}
@@ -35,7 +34,6 @@ 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