15
0

- 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dateparser?expand=0&rev=8
This commit is contained in:
2020-07-30 01:42:53 +00:00
committed by Git OBS Bridge
parent cf7e64d577
commit 843fac3180
4 changed files with 24 additions and 7 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Jul 30 01:41:23 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- 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.
-------------------------------------------------------------------
Thu Apr 2 09:44:00 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>