From fb558d6e0eb14a7f3ff53b8a1381ff53369ccf1e289bc2331129f0b1b01d817e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 20 Dec 2020 09:44:02 +0000 Subject: [PATCH 1/2] - update to 2020.4.4: * pytools.codegen added OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pytools?expand=0&rev=31 --- python-pytools.changes | 6 ++++++ python-pytools.spec | 2 +- pytools-2020.3.1.tar.gz | 3 --- pytools-2020.4.4.tar.gz | 3 +++ 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 pytools-2020.3.1.tar.gz create mode 100644 pytools-2020.4.4.tar.gz diff --git a/python-pytools.changes b/python-pytools.changes index 5c4f9d4..f6f529c 100644 --- a/python-pytools.changes +++ b/python-pytools.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Dec 20 09:42:53 UTC 2020 - Dirk Müller + +- update to 2020.4.4: + * pytools.codegen added + ------------------------------------------------------------------- Mon Aug 3 14:09:15 UTC 2020 - Marketa Calabkova diff --git a/python-pytools.spec b/python-pytools.spec index f98d988..0ec283e 100644 --- a/python-pytools.spec +++ b/python-pytools.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-pytools -Version: 2020.3.1 +Version: 2020.4.4 Release: 0 Summary: A collection of tools for Python License: MIT diff --git a/pytools-2020.3.1.tar.gz b/pytools-2020.3.1.tar.gz deleted file mode 100644 index bfc1898..0000000 --- a/pytools-2020.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:86ebb27e8d946b30bc4479f97862066eb26e305d5ad4327230b2b2f8cbf110f9 -size 67635 diff --git a/pytools-2020.4.4.tar.gz b/pytools-2020.4.4.tar.gz new file mode 100644 index 0000000..fff5530 --- /dev/null +++ b/pytools-2020.4.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3645ed839cf4d79cb4bf030f37ddaeecd7fe5e2d6698438cc36c24a1d5168809 +size 61208 From 5135eeed03d57c874d1725c52ad2df9cb847eec29cd97dd7a717f321a4f06548 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 20 Dec 2020 09:59:09 +0000 Subject: [PATCH 2/2] Accepting request 857123 from home:bnavigator:branches:devel:languages:python - Update requirements OBS-URL: https://build.opensuse.org/request/show/857123 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pytools?expand=0&rev=32 --- python-pytools.changes | 5 +++++ python-pytools.spec | 7 +++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/python-pytools.changes b/python-pytools.changes index f6f529c..13ac941 100644 --- a/python-pytools.changes +++ b/python-pytools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Dec 20 09:56:53 UTC 2020 - Benjamin Greiner + +- Update requirements + ------------------------------------------------------------------- Sun Dec 20 09:42:53 UTC 2020 - Dirk Müller diff --git a/python-pytools.spec b/python-pytools.spec index 0ec283e..2194bc6 100644 --- a/python-pytools.spec +++ b/python-pytools.spec @@ -32,13 +32,16 @@ BuildRequires: %{python_module decorator >= 3.2.0} BuildRequires: %{python_module numpy >= 1.6.0} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module six >= 1.8.0} +BuildRequires: ( python3-dataclasses >= 0.7 if python3-base <= 3.6 ) +BuildRequires: ( python36-dataclasses >= 0.7 if python36-base ) BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-appdirs >= 1.4.0 Requires: python-decorator >= 3.2.0 Requires: python-numpy >= 1.6.0 -Requires: python-six >= 1.8.0 +%if %{python_version_nodots} <= 36 +Requires: python-dataclasses >= 0.7 +%endif BuildArch: noarch %python_subpackages