forked from pool/python-pytools
Accepting request 858833 from devel:languages:python
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/858833 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytools?expand=0&rev=11
This commit is contained in:
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 20 09:56:53 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update requirements
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 20 09:42:53 UTC 2020 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 2020.4.4:
|
||||||
|
* pytools.codegen added
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 3 14:09:15 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
Mon Aug 3 14:09:15 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
@@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-pytools
|
Name: python-pytools
|
||||||
Version: 2020.3.1
|
Version: 2020.4.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A collection of tools for Python
|
Summary: A collection of tools for Python
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -32,13 +32,16 @@ BuildRequires: %{python_module decorator >= 3.2.0}
|
|||||||
BuildRequires: %{python_module numpy >= 1.6.0}
|
BuildRequires: %{python_module numpy >= 1.6.0}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
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: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-appdirs >= 1.4.0
|
Requires: python-appdirs >= 1.4.0
|
||||||
Requires: python-decorator >= 3.2.0
|
Requires: python-decorator >= 3.2.0
|
||||||
Requires: python-numpy >= 1.6.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
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:86ebb27e8d946b30bc4479f97862066eb26e305d5ad4327230b2b2f8cbf110f9
|
|
||||||
size 67635
|
|
3
pytools-2020.4.4.tar.gz
Normal file
3
pytools-2020.4.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3645ed839cf4d79cb4bf030f37ddaeecd7fe5e2d6698438cc36c24a1d5168809
|
||||||
|
size 61208
|
Reference in New Issue
Block a user