diff --git a/DataProperty-0.46.4.tar.gz b/DataProperty-0.46.4.tar.gz deleted file mode 100644 index 9d3a227..0000000 --- a/DataProperty-0.46.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1b1b6520df75112c58c883a27bef6c2e09d546440ad1b97624ac0bb643b9378 -size 32737 diff --git a/DataProperty-0.48.1.tar.gz b/DataProperty-0.48.1.tar.gz new file mode 100644 index 0000000..652121c --- /dev/null +++ b/DataProperty-0.48.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96bd47c14b4aaba4780d77fa4d2c876cf35eb6848ab1df1a6338447b6c2c10e4 +size 33391 diff --git a/python-DataProperty.changes b/python-DataProperty.changes index ac672b4..019cb78 100644 --- a/python-DataProperty.changes +++ b/python-DataProperty.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Apr 17 08:41:37 UTC 2020 - Marketa Calabkova + +- Update to version 0.48.1 + * Drop Python 2 support + * Add metaclass to AbstractContainer class + * Improve dictionary type detection (=bump dependencies) + * Small fixes + ------------------------------------------------------------------- Wed Mar 25 16:10:30 UTC 2020 - Marketa Calabkova diff --git a/python-DataProperty.spec b/python-DataProperty.spec index a9ed428..7b82f40 100644 --- a/python-DataProperty.spec +++ b/python-DataProperty.spec @@ -17,8 +17,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-DataProperty -Version: 0.46.4 +Version: 0.48.1 Release: 0 Summary: Python library for extract property from data License: MIT @@ -28,28 +29,17 @@ Source: https://files.pythonhosted.org/packages/source/D/DataProperty/Da 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 +Requires: python-mbstrdecoder >= 1.0.0 +Requires: python-typepy >= 1.1.0 BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module mbstrdecoder >= 0.8.3} +BuildRequires: %{python_module mbstrdecoder >= 1.0.0} BuildRequires: %{python_module pytest} BuildRequires: %{python_module python-dateutil >= 2.8.0} BuildRequires: %{python_module pytz >= 2018.9} -BuildRequires: %{python_module six >= 1.10.0} BuildRequires: %{python_module termcolor} -BuildRequires: %{python_module typepy >= 0.6.4} -BuildRequires: python-enum34 -BuildRequires: python-futures -BuildRequires: python-ipaddress +BuildRequires: %{python_module typepy >= 1.1.0} # /SECTION -%ifpython2 -Requires: python-enum34 -Requires: python-futures -Requires: python-ipaddress -%endif %python_subpackages %description