1
0

20 Commits

Author SHA256 Message Date
a47d7f60c7 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
820e0398d9 - update to 5.2.1
* Fixed issue when the defaults included the key 'target'.

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
3a6119d338 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
62110b89bd - 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
3ce069ab0b - 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
9479e6f76c 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
d17bb9191a - 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
c7670eb857 Accepting request 1169419 from devel:languages:python
- update to 5.0.1:
  * Delinting and package refresh.

OBS-URL: https://build.opensuse.org/request/show/1169419
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.collections?expand=0&rev=14
2024-04-23 16:54:55 +00:00
f356d360b3 Accepting request 1133653 from devel:languages:python
- update to 5.0.0:
  * Moved collections into a package and declared as typed.
  * Deprecations and Removals
  * Removed DictFilter.

- Update to 3.8.0
- Update to 3.7.0:

OBS-URL: https://build.opensuse.org/request/show/1133653
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.collections?expand=0&rev=13
2023-12-17 20:29:01 +00:00
0a6c3b9932 Accepting request 1116435 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1116435
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.collections?expand=0&rev=12
2023-10-11 21:53:36 +00:00
49d16d3528 Accepting request 1087121 from devel:languages:python
- update to 4.1.0:
  * ``Projection`` now accepts an iterable or callable or pattern
    for matching keys.  ``Projection`` now retains order of keys
    from the underlying mapping.
  * ``DictFilter`` is now deprecated in favor of ``Projection``.
  * ``DictFilter`` no longer accepts ``include_keys`` and
    requires ``include_pattern`` as a keyword argument.
  * In ``DictFilter``, deprecated ``include_keys`` parameter and
    usage without ``include_pattern``. Future versions will honor
    ``include_pattern`` as a required keyword argument. All other
    uses are deprecated. For uses that currently rely on
    ``include_keys``, use ``Projection`` instead/in addition.
  * ``DictFilter.__len__`` no longer relies on the iterable.
    Improves efficiency and fixes ``RecursionError`` on PyPy (#12).

OBS-URL: https://build.opensuse.org/request/show/1087121
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.collections?expand=0&rev=11
2023-05-15 14:54:02 +00:00
4a100e6fab Accepting request 1069981 from devel:languages:python
- prepare test environment: correctly provide jaraco modules locally
  %{python3_sitelib} might not be available

OBS-URL: https://build.opensuse.org/request/show/1069981
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.collections?expand=0&rev=10
2023-03-09 16:44:35 +00:00
6c1d14258e Accepting request 1039668 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1039668
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.collections?expand=0&rev=9
2022-12-04 13:57:35 +00:00
3a4e44544f Accepting request 1034615 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1034615
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.collections?expand=0&rev=8
2022-11-10 13:21:24 +00:00
31b2602f07 Accepting request 1031198 from devel:languages:python
- Upgrade to 3.6.0:
  - Revised DictFilter:
    - Fixed issue where DictFilter.__contains__ would raise a
      KeyError.
    - Relies heavily now on collections.abc.Mapping base class.
- Remove conditional definition of python_module.

OBS-URL: https://build.opensuse.org/request/show/1031198
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.collections?expand=0&rev=7
2022-10-27 11:52:12 +00:00
7a9cf44cb6 Accepting request 1000110 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1000110
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.collections?expand=0&rev=6
2022-08-31 16:08:29 +00:00
02657a100a Accepting request 853440 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/853440
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.collections?expand=0&rev=5
2020-12-12 19:28:48 +00:00
8ffdf5b04a Accepting request 784207 from devel:languages:python
Staging:I

OBS-URL: https://build.opensuse.org/request/show/784207
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.collections?expand=0&rev=4
2020-04-19 19:39:30 +00:00
5b4913e3ae Accepting request 764935 from devel:languages:python
- Update to 2.1:
  * Added pop_all function.

OBS-URL: https://build.opensuse.org/request/show/764935
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.collections?expand=0&rev=3
2020-01-16 17:17:07 +00:00
a8ecb792c5 Accepting request 679746 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/679746
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.collections?expand=0&rev=2
2019-03-04 08:21:32 +00:00
4 changed files with 32 additions and 10 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,27 @@
-------------------------------------------------------------------
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>
- 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>

View File

@@ -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,15 +18,14 @@
%{?sle15_python_module_pythons}
Name: python-jaraco.collections
Version: 5.0.1
Version: 5.2.1
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}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
@@ -35,7 +34,6 @@ BuildRequires: %{python_module setuptools_scm >= 3.4.1}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-jaraco.classes
Requires: python-jaraco.text
BuildArch: noarch
%python_subpackages
@@ -45,7 +43,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 +59,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