14
0

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
This commit is contained in:
2023-12-17 20:29:01 +00:00
committed by Git OBS Bridge
4 changed files with 15 additions and 10 deletions

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

Binary file not shown.

View File

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

View File

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

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-jaraco.collections
Version: 4.3.0
Version: 5.0.0
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