14
0

- update to 2021.1:

* pytools.tag.Taggable added

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pytools?expand=0&rev=34
This commit is contained in:
2021-01-23 01:11:34 +00:00
committed by Git OBS Bridge
parent 5135eeed03
commit 698bf5c6f7
4 changed files with 13 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pytools
#
# 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
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-pytools
Version: 2020.4.4
Version: 2021.1
Release: 0
Summary: A collection of tools for Python
License: MIT
@@ -32,10 +32,10 @@ BuildRequires: %{python_module decorator >= 3.2.0}
BuildRequires: %{python_module numpy >= 1.6.0}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: ( python3-dataclasses >= 0.7 if python3-base <= 3.6 )
BuildRequires: ( python36-dataclasses >= 0.7 if python36-base )
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-decorator >= 3.2.0
Requires: python-numpy >= 1.6.0