Hello community,
here is the log from the commit of package python-DataProperty for
openSUSE:Factory checked in at 2020-04-18 00:31:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-DataProperty (Old)
and /work/SRC/openSUSE:Factory/.python-DataProperty.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-DataProperty"
Sat Apr 18 00:31:31 2020 rev:4 rq:794824 version:0.48.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-DataProperty/python-DataProperty.changes
2020-03-25 23:49:48.772028247 +0100
+++
/work/SRC/openSUSE:Factory/.python-DataProperty.new.2738/python-DataProperty.changes
2020-04-18 00:32:52.482355997 +0200
@@ -1,0 +2,9 @@
+Fri Apr 17 08:41:37 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- Update to version 0.48.1
+ * Drop Python 2 support
+ * Add metaclass to AbstractContainer class
+ * Improve dictionary type detection (=bump dependencies)
+ * Small fixes
+
+-------------------------------------------------------------------
Old:
----
DataProperty-0.46.4.tar.gz
New:
----
DataProperty-0.48.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-DataProperty.spec ++++++
--- /var/tmp/diff_new_pack.mURtca/_old 2020-04-18 00:32:53.078357231 +0200
+++ /var/tmp/diff_new_pack.mURtca/_new 2020-04-18 00:32:53.082357239 +0200
@@ -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 @@
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
++++++ DataProperty-0.46.4.tar.gz -> DataProperty-0.48.1.tar.gz ++++++
++++ 3199 lines of diff (skipped)