diff --git a/DataProperty-0.46.3.tar.gz b/DataProperty-0.46.3.tar.gz deleted file mode 100644 index 6c17dff..0000000 --- a/DataProperty-0.46.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8fece9562f132cf373a953b8336962fbca47c1205d9313393e3650835837fe5 -size 32753 diff --git a/DataProperty-0.46.4.tar.gz b/DataProperty-0.46.4.tar.gz new file mode 100644 index 0000000..9d3a227 --- /dev/null +++ b/DataProperty-0.46.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1b1b6520df75112c58c883a27bef6c2e09d546440ad1b97624ac0bb643b9378 +size 32737 diff --git a/python-DataProperty.changes b/python-DataProperty.changes index 960093a..ac672b4 100644 --- a/python-DataProperty.changes +++ b/python-DataProperty.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Mar 25 16:10:30 UTC 2020 - Marketa Calabkova + +- Update to version 0.46.4 + * minor fixes + ------------------------------------------------------------------- Sun Feb 16 10:00:35 UTC 2020 - Martin Hauke diff --git a/python-DataProperty.spec b/python-DataProperty.spec index f35fa06..a9ed428 100644 --- a/python-DataProperty.spec +++ b/python-DataProperty.spec @@ -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