Hello community,

here is the log from the commit of package python-dateparser for 
openSUSE:Factory checked in at 2020-08-06 17:31:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dateparser (Old)
 and      /work/SRC/openSUSE:Factory/.python-dateparser.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-dateparser"

Thu Aug  6 17:31:06 2020 rev:4 rq:823471 version:0.7.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-dateparser/python-dateparser.changes      
2020-04-07 10:23:38.449983871 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-dateparser.new.3399/python-dateparser.changes
    2020-08-06 17:32:01.253092985 +0200
@@ -1,0 +2,13 @@
+Thu Jul 30 01:41:23 UTC 2020 - Steve Kowalik <[email protected]>
+
+- Update to 0.7.6:
+  * Rename ``scripts`` to ``dateparser_scripts`` to avoid name collisions
+    with modules from other packages or projects
+  * Add Python 3.8 support
+  * Implement a ``REQUIRE_PARTS`` setting
+  * Add support for subscript and superscript numbers
+  * Extended French support
+  * Extended German support
+- Switch from nose to pytest.
+
+-------------------------------------------------------------------

Old:
----
  dateparser-0.7.4.tar.gz

New:
----
  dateparser-0.7.6.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-dateparser.spec ++++++
--- /var/tmp/diff_new_pack.3VsCxY/_old  2020-08-06 17:32:03.221093446 +0200
+++ /var/tmp/diff_new_pack.3VsCxY/_new  2020-08-06 17:32:03.225093447 +0200
@@ -18,11 +18,10 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-dateparser
-Version:        0.7.4
+Version:        0.7.6
 Release:        0
 Summary:        Date parsing library designed to parse dates from HTML pages
 License:        BSD-3-Clause
-Group:          Development/Languages/Python
 URL:            https://github.com/scrapinghub/dateparser
 Source:         
https://files.pythonhosted.org/packages/source/d/dateparser/dateparser-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
@@ -37,12 +36,13 @@
 Recommends:     python-ruamel.yaml
 BuildArch:      noarch
 # SECTION test requirements
+BuildRequires:  %{python_module GitPython}
 BuildRequires:  %{python_module convertdate}
 BuildRequires:  %{python_module coverage}
 BuildRequires:  %{python_module jdatetime}
 BuildRequires:  %{python_module mock}
-BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module parameterized}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module python-dateutil}
 BuildRequires:  %{python_module pytz}
 BuildRequires:  %{python_module regex}
@@ -60,6 +60,8 @@
 # not py3 compatible and weird license of the imported module
 rm tests/test_hijri.py
 rm dateparser/calendars/hijri*
+# Requires files not shipped in PyPi tarball
+rm tests/test_dateparser_data_integrity.py
 
 %build
 %python_build
@@ -69,7 +71,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_expand nosetests-%{$python_bin_suffix}
+%pytest
 
 %files %{python_files}
 %doc AUTHORS.rst README.rst
@@ -78,6 +80,8 @@
 %{python_sitelib}/dateparser/*
 %dir %{python_sitelib}/dateparser_data
 %{python_sitelib}/dateparser_data/*
+%dir %{python_sitelib}/dateparser_scripts
+%{python_sitelib}/dateparser_scripts/*
 %dir %{python_sitelib}/dateparser-%{version}-py*.egg-info
 %{python_sitelib}/dateparser-%{version}-py*.egg-info
 

++++++ dateparser-0.7.4.tar.gz -> dateparser-0.7.6.tar.gz ++++++
++++ 5849 lines of diff (skipped)


Reply via email to