diff --git a/python-sortedcollections.changes b/python-sortedcollections.changes index 01a2ff3..87aa3cc 100644 --- a/python-sortedcollections.changes +++ b/python-sortedcollections.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Sat Jan 30 05:20:31 UTC 2021 - John Vandenberg + +- Update to v2.1.0 + * Add NearestDict + * Update for Python 3 + * Fixes for doctest support + * Add NearestDict implementation + * Update docs to reference NearestDict + * Use Python3 defaults for inheritance + * Use f-strings +- from v2.0.0 + * Remove shims for Python 2 + * Add support for mypy + * Drop need for "gj" from requirements + * Load version from __init__.py rather than by import + * Add __all__ to __init__.py for flake8 + * Small fixes/changes for linters/formatters/type-checkers +- from v1.2.3 + * Add support for "blue" formatter + * Fixes for doctest support +- from v1.2.2 + * Add pickle support for IndexableSet + ------------------------------------------------------------------- Wed Jul 22 15:04:59 UTC 2020 - Matej Cepl diff --git a/python-sortedcollections.spec b/python-sortedcollections.spec index fc08767..8435a38 100644 --- a/python-sortedcollections.spec +++ b/python-sortedcollections.spec @@ -1,7 +1,7 @@ # # spec file for package python-sortedcollections # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,8 +17,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-sortedcollections -Version: 1.2.1 +Version: 2.1.0 Release: 0 Summary: Python Sorted Collections License: Apache-2.0 @@ -53,7 +54,7 @@ Features %prep %setup -q -n python-sortedcollections-%{version} -%autopatch -p1 +rm tox.ini %build %python_build diff --git a/v1.2.1.tar.gz b/v1.2.1.tar.gz deleted file mode 100644 index 1ce5c0c..0000000 --- a/v1.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3fc97afa299d34e4738c43f345ad85a4aec22f1350b11497fd956eb8a69aa5a1 -size 46440 diff --git a/v2.1.0.tar.gz b/v2.1.0.tar.gz new file mode 100644 index 0000000..1ae769c --- /dev/null +++ b/v2.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a70235d04737268feaed645e11c4aa25d165f0c69114f92d71e84ecb3e99ccf +size 48563