Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
d4829a38be |
BIN
jaraco.collections-4.3.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
jaraco.collections-4.3.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
jaraco.collections-5.0.1.tar.gz
(Stored with Git LFS)
BIN
jaraco.collections-5.0.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
@@ -1,17 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
Mon Oct 9 06:57:30 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-jaraco.collections
|
# spec file for package python-jaraco.collections
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-jaraco.collections
|
Name: python-jaraco.collections
|
||||||
Version: 5.0.1
|
Version: 4.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tools to work with collections
|
Summary: Tools to work with collections
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -60,7 +60,10 @@ 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