14
0

- update to 8.1.1:

* Deprecate running tests with python setup.py tests as the test suite
    support in Setuptools is deprecated
  *  Add version to __init__.py
  * Cleaner reading of README.rst into the long_description field of setup.py
  * Define long_description_content_type as text/x-rst
  * Simplify Sphinx configuration
  * Add compat.is_string method, returns True for str, unicode types, False
    otherwise, used to fix 28

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aniso8601?expand=0&rev=18
This commit is contained in:
2021-02-01 17:45:30 +00:00
committed by Git OBS Bridge
parent 4d0deda204
commit 4d251b63a9
4 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Feb 1 17:43:29 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 8.1.1:
* Deprecate running tests with python setup.py tests as the test suite
support in Setuptools is deprecated
* Add version to __init__.py
* Cleaner reading of README.rst into the long_description field of setup.py
* Define long_description_content_type as text/x-rst
* Simplify Sphinx configuration
* Add compat.is_string method, returns True for str, unicode types, False
otherwise, used to fix 28
-------------------------------------------------------------------
Sun Dec 20 09:47:26 UTC 2020 - Dirk Müller <dmueller@suse.com>