15
0

Accepting request 788264 from home:mcalabkova:branches:devel:languages:python

- Update to version 0.46.4
  * minor fixes

OBS-URL: https://build.opensuse.org/request/show/788264
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-DataProperty?expand=0&rev=6
This commit is contained in:
Tomáš Chvátal
2020-03-25 16:15:49 +00:00
committed by Git OBS Bridge
parent 01024d5839
commit 8e02cf4455
4 changed files with 16 additions and 10 deletions

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-DataProperty
Version: 0.46.3
Version: 0.46.4
Release: 0
Summary: Python library for extract property from data
License: MIT
@@ -26,7 +26,13 @@ Group: Development/Languages/Python
URL: https://github.com/thombashi/DataProperty
Source: https://files.pythonhosted.org/packages/source/D/DataProperty/DataProperty-%{version}.tar.gz
BuildRequires: %{python_module setuptools >= 38.3.0}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-mbstrdecoder >= 0.8.3
Requires: python-setuptools >= 38.3.0
Requires: python-six >= 1.10.0
Requires: python-typepy >= 0.6.4
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module mbstrdecoder >= 0.8.3}
BuildRequires: %{python_module pytest}
@@ -39,17 +45,11 @@ BuildRequires: python-enum34
BuildRequires: python-futures
BuildRequires: python-ipaddress
# /SECTION
BuildRequires: fdupes
Requires: python-mbstrdecoder >= 0.8.3
Requires: python-setuptools >= 38.3.0
Requires: python-six >= 1.10.0
Requires: python-typepy >= 0.6.4
%ifpython2
Requires: python-enum34
Requires: python-futures
Requires: python-ipaddress
%endif
BuildArch: noarch
%python_subpackages
%description