diff --git a/python-pytools.changes b/python-pytools.changes index 64174c1..c55d9a5 100644 --- a/python-pytools.changes +++ b/python-pytools.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Apr 19 02:01:33 UTC 2021 - Steve Kowalik + +- Update to 2021.2.3: + * Support pytools.tag in persistent_dict + * Add a backport of pkgutil.resolve_name + * Add persistent_dict.KeyBuilder.new_hash for hash alg customization + * Use unordered_hash in KeyBuilder hashing frozenset + * Drop dependency on, included obsolete copy of 'decorator' pypi module + * make obj_array_vectorize work on class methods +- Don't build for Python 3.6, due to no NumPy. +- Remove decorator from {Build,}Requires + ------------------------------------------------------------------- Sat Jan 23 01:10:24 UTC 2021 - Dirk Müller diff --git a/python-pytools.spec b/python-pytools.spec index b4110fd..e9396d8 100644 --- a/python-pytools.spec +++ b/python-pytools.spec @@ -18,17 +18,16 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 +%define skip_python36 1 Name: python-pytools -Version: 2021.1 +Version: 2021.2.3 Release: 0 Summary: A collection of tools for Python License: MIT -Group: Development/Languages/Python URL: https://pypi.python.org/pypi/pytools Source0: https://files.pythonhosted.org/packages/source/p/pytools/pytools-%{version}.tar.gz BuildRequires: %{python_module appdirs >= 1.4.0} BuildRequires: %{python_module base} -BuildRequires: %{python_module decorator >= 3.2.0} BuildRequires: %{python_module numpy >= 1.6.0} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} @@ -37,7 +36,6 @@ BuildRequires: python-rpm-macros BuildRequires: ( python3-dataclasses >= 0.7 if python3-base <= 3.6 ) BuildRequires: ( python36-dataclasses >= 0.7 if python36-base ) Requires: python-appdirs >= 1.4.0 -Requires: python-decorator >= 3.2.0 Requires: python-numpy >= 1.6.0 %if %{python_version_nodots} <= 36 Requires: python-dataclasses >= 0.7 diff --git a/pytools-2021.1.tar.gz b/pytools-2021.1.tar.gz deleted file mode 100644 index 6a13bf2..0000000 --- a/pytools-2021.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:073ae22a0ae946e2db97164f2eb24a599cd3a51430384aa40859dffd73056c40 -size 62003 diff --git a/pytools-2021.2.3.tar.gz b/pytools-2021.2.3.tar.gz new file mode 100644 index 0000000..5a67ee3 --- /dev/null +++ b/pytools-2021.2.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f953063afe8218ef42d71dd461ce8f9587899ea561db19c64f2701a08eee57e +size 63283