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.0.tar.gz b/jaraco.collections-5.0.0.tar.gz new file mode 100644 index 0000000..08b4663 --- /dev/null +++ b/jaraco.collections-5.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1680e8d09f295f625c7ba926880175a26fdbe7092b4c76d198e30476b21cfe68 +size 17852 diff --git a/python-jaraco.collections.changes b/python-jaraco.collections.changes index b66858f..5ba413d 100644 --- a/python-jaraco.collections.changes +++ b/python-jaraco.collections.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +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 +40,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..235bc5e 100644 --- a/python-jaraco.collections.spec +++ b/python-jaraco.collections.spec @@ -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