diff --git a/jaraco.collections-4.3.0.tar.gz b/jaraco.collections-4.3.0.tar.gz deleted file mode 100644 index e4b4d67..0000000 --- a/jaraco.collections-4.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74ffc23fccfee4de0a2ebf556a33675b6a3c003d6335947d3122a0bc8822c8e4 -size 17862 diff --git a/jaraco.collections-5.0.1.tar.gz b/jaraco.collections-5.0.1.tar.gz new file mode 100644 index 0000000..eb573ac --- /dev/null +++ b/jaraco.collections-5.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:808631b174b84a4e2a592490d62f62dfc15d8047a0f715726098dc43b81a6cfa +size 17990 diff --git a/python-jaraco.collections.changes b/python-jaraco.collections.changes index b66858f..11fde37 100644 --- a/python-jaraco.collections.changes +++ b/python-jaraco.collections.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sat Apr 20 21:00:51 UTC 2024 - Dirk Müller + +- update to 5.0.1: + * Delinting and package refresh. + +------------------------------------------------------------------- +Sat Dec 16 20:57:00 UTC 2023 - Dirk Müller + +- 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 @@ -32,13 +46,13 @@ Sun Mar 5 18:56:10 UTC 2023 - Hans-Peter Jansen ------------------------------------------------------------------- Fri Dec 2 18:07:12 UTC 2022 - Yogalakshmi Arunachalam -- Update to 3.8.0 +- Update to 3.8.0 * Made DictStack mutable. ------------------------------------------------------------------- Tue Nov 8 17:12:30 UTC 2022 - Yogalakshmi Arunachalam -- Update to 3.7.0: +- Update to 3.7.0: * Added RangeMap.left. ------------------------------------------------------------------- diff --git a/python-jaraco.collections.spec b/python-jaraco.collections.spec index 5b50d68..3e3d5f2 100644 --- a/python-jaraco.collections.spec +++ b/python-jaraco.collections.spec @@ -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