Hello community,
here is the log from the commit of package python-DataProperty for
openSUSE:Factory checked in at 2020-03-25 23:47:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-DataProperty (Old)
and /work/SRC/openSUSE:Factory/.python-DataProperty.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-DataProperty"
Wed Mar 25 23:47:42 2020 rev:3 rq:788265 version:0.46.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-DataProperty/python-DataProperty.changes
2020-02-18 10:39:38.228850454 +0100
+++
/work/SRC/openSUSE:Factory/.python-DataProperty.new.3160/python-DataProperty.changes
2020-03-25 23:49:48.772028247 +0100
@@ -1,0 +2,6 @@
+Wed Mar 25 16:10:30 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- Update to version 0.46.4
+ * minor fixes
+
+-------------------------------------------------------------------
Old:
----
DataProperty-0.46.3.tar.gz
New:
----
DataProperty-0.46.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-DataProperty.spec ++++++
--- /var/tmp/diff_new_pack.80BQvw/_old 2020-03-25 23:49:49.436028071 +0100
+++ /var/tmp/diff_new_pack.80BQvw/_new 2020-03-25 23:49:49.436028071 +0100
@@ -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 @@
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-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
++++++ DataProperty-0.46.3.tar.gz -> DataProperty-0.46.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/DataProperty-0.46.3/DataProperty.egg-info/PKG-INFO
new/DataProperty-0.46.4/DataProperty.egg-info/PKG-INFO
--- old/DataProperty-0.46.3/DataProperty.egg-info/PKG-INFO 2020-02-14
14:42:31.000000000 +0100
+++ new/DataProperty-0.46.4/DataProperty.egg-info/PKG-INFO 2020-02-16
16:02:45.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: DataProperty
-Version: 0.46.3
+Version: 0.46.4
Summary: Python library for extract property from data.
Home-page: https://github.com/thombashi/DataProperty
Author: Tsuyoshi Hombashi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/DataProperty-0.46.3/PKG-INFO
new/DataProperty-0.46.4/PKG-INFO
--- old/DataProperty-0.46.3/PKG-INFO 2020-02-14 14:42:31.602936500 +0100
+++ new/DataProperty-0.46.4/PKG-INFO 2020-02-16 16:02:45.176197800 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: DataProperty
-Version: 0.46.3
+Version: 0.46.4
Summary: Python library for extract property from data.
Home-page: https://github.com/thombashi/DataProperty
Author: Tsuyoshi Hombashi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/DataProperty-0.46.3/dataproperty/__version__.py
new/DataProperty-0.46.4/dataproperty/__version__.py
--- old/DataProperty-0.46.3/dataproperty/__version__.py 2020-02-14
14:42:19.000000000 +0100
+++ new/DataProperty-0.46.4/dataproperty/__version__.py 2020-02-16
16:02:32.000000000 +0100
@@ -4,6 +4,6 @@
__author__ = "Tsuyoshi Hombashi"
__copyright__ = "Copyright 2016, {}".format(__author__)
__license__ = "MIT License"
-__version__ = "0.46.3"
+__version__ = "0.46.4"
__maintainer__ = __author__
__email__ = "[email protected]"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/DataProperty-0.46.3/dataproperty/_extractor.py
new/DataProperty-0.46.4/dataproperty/_extractor.py
--- old/DataProperty-0.46.3/dataproperty/_extractor.py 2020-02-14
14:42:19.000000000 +0100
+++ new/DataProperty-0.46.4/dataproperty/_extractor.py 2020-02-16
16:02:32.000000000 +0100
@@ -466,9 +466,11 @@
)
def update_preprocessor(self, **kwargs):
- self.__preprocessor.update(**kwargs)
+ is_updated = self.__preprocessor.update(**kwargs)
self.__update_dp_converter()
+ return is_updated
+
@staticmethod
def __is_dp_matrix(value):
if not value:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/DataProperty-0.46.3/dataproperty/_preprocessor.py
new/DataProperty-0.46.4/dataproperty/_preprocessor.py
--- old/DataProperty-0.46.3/dataproperty/_preprocessor.py 2020-02-14
14:42:19.000000000 +0100
+++ new/DataProperty-0.46.4/dataproperty/_preprocessor.py 2020-02-16
16:02:32.000000000 +0100
@@ -72,7 +72,7 @@
return (data, no_ansi_escape_data)
def update(self, **kwargs):
- is_update = False
+ is_updated = False
for key, value in kwargs.items():
if not hasattr(self, key):
@@ -82,9 +82,9 @@
continue
setattr(self, key, value)
- is_update = True
+ is_updated = True
- return is_update
+ return is_updated
def __preprocess_string(
self, raw_data,