diff --git a/python-pytools.changes b/python-pytools.changes index c55d9a5..8b7a4a5 100644 --- a/python-pytools.changes +++ b/python-pytools.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Feb 15 09:04:36 UTC 2022 - Dirk Müller + +- update to 2022.1: + * use platformdirs + * add typing to memoize_in + * type annotations + ------------------------------------------------------------------- Mon Apr 19 02:01:33 UTC 2021 - Steve Kowalik diff --git a/python-pytools.spec b/python-pytools.spec index e9396d8..52de3a5 100644 --- a/python-pytools.spec +++ b/python-pytools.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytools # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,23 +20,23 @@ %define skip_python2 1 %define skip_python36 1 Name: python-pytools -Version: 2021.2.3 +Version: 2022.1 Release: 0 Summary: A collection of tools for Python License: MIT 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 numpy >= 1.6.0} +BuildRequires: %{python_module platformdirs >= 2.2.0} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes 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-numpy >= 1.6.0 +Requires: python-platformdirs %if %{python_version_nodots} <= 36 Requires: python-dataclasses >= 0.7 %endif diff --git a/pytools-2021.2.3.tar.gz b/pytools-2021.2.3.tar.gz deleted file mode 100644 index 5a67ee3..0000000 --- a/pytools-2021.2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f953063afe8218ef42d71dd461ce8f9587899ea561db19c64f2701a08eee57e -size 63283 diff --git a/pytools-2022.1.tar.gz b/pytools-2022.1.tar.gz new file mode 100644 index 0000000..1980676 --- /dev/null +++ b/pytools-2022.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:197aacf6e1f5d60c715b92438792acb7702aed59ebbfb147fa84eda780e54fee +size 67423