Sync from SUSE:SLFO:Main python-jaraco.collections revision b4cfe56c4e650e9d410e515d33a077a9

This commit is contained in:
Adrian Schröter 2024-12-13 11:36:41 +01:00
parent a0237f7aa2
commit c244dd4d21
4 changed files with 22 additions and 11 deletions

BIN
jaraco.collections-4.3.0.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
jaraco.collections-5.0.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sat Apr 20 21:00:51 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 5.0.1:
* Delinting and package refresh.
-------------------------------------------------------------------
Sat Dec 16 20:57:00 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 5.0.0:
* Moved collections into a package and declared as typed.
* Deprecations and Removals
* Removed DictFilter.
-------------------------------------------------------------------
Mon Oct 9 06:57:30 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
@ -32,13 +46,13 @@ Sun Mar 5 18:56:10 UTC 2023 - Hans-Peter Jansen <hpj@urpla.net>
-------------------------------------------------------------------
Fri Dec 2 18:07:12 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 3.8.0
- Update to 3.8.0
* Made DictStack mutable.
-------------------------------------------------------------------
Tue Nov 8 17:12:30 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 3.7.0:
- Update to 3.7.0:
* Added RangeMap.left.
-------------------------------------------------------------------

View File

@ -1,7 +1,7 @@
#
# spec file for package python-jaraco.collections
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-jaraco.collections
Version: 4.3.0
Version: 5.0.1
Release: 0
Summary: Tools to work with collections
License: MIT
@ -60,10 +60,7 @@ Models and classes to supplement the stdlib collections module.
%files %{python_files}
%license LICENSE
%doc docs/*.rst README.rst NEWS.rst
%{python_sitelib}/jaraco/collections
%{python_sitelib}/jaraco.collections-%{version}*-info
%dir %{python_sitelib}/jaraco
%{python_sitelib}/jaraco/collections.py*
%pycache_only %dir %{python_sitelib}/jaraco/__pycache__
%pycache_only %{python_sitelib}/jaraco/__pycache__/collections*.py*
%changelog