forked from pool/python-jaraco.collections
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:
BIN
jaraco.collections-4.3.0.tar.gz
(Stored with Git LFS)
BIN
jaraco.collections-4.3.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
jaraco.collections-5.0.0.tar.gz
Normal file
3
jaraco.collections-5.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1680e8d09f295f625c7ba926880175a26fdbe7092b4c76d198e30476b21cfe68
|
||||||
|
size 17852
|
||||||
@@ -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>
|
Mon Oct 9 06:57:30 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-jaraco.collections
|
Name: python-jaraco.collections
|
||||||
Version: 4.3.0
|
Version: 5.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tools to work with collections
|
Summary: Tools to work with collections
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -60,10 +60,7 @@ Models and classes to supplement the stdlib ‘collections’ module.
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc docs/*.rst README.rst NEWS.rst
|
%doc docs/*.rst README.rst NEWS.rst
|
||||||
|
%{python_sitelib}/jaraco/collections
|
||||||
%{python_sitelib}/jaraco.collections-%{version}*-info
|
%{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
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user