14
0

- update to 0.1.14:

* Add GitHub build actions for project
  * Add project URLs in setup.py (thanks to Steve Piercy)
  * Update README links (thanks to Steve Piercy)
  * Fix handling of README in setup.py (encoding fun in 3.5, 3.6 and pypy3)
  * Fix README links (thanks to Chris Barker)
  * Add Python 3.9 to test matrix (thanks to Luciano Mammino)
  * Add type hints (thanks to Brett Cannon)
  * Derive `ParseError` from `ValueError` (thanks to Lex Robinson)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-iso8601?expand=0&rev=31
This commit is contained in:
2021-03-08 08:38:05 +00:00
committed by Git OBS Bridge
parent 46aa36f8db
commit 5514c5beda
4 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Feb 18 21:45:15 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 0.1.14:
* Add GitHub build actions for project
* Add project URLs in setup.py (thanks to Steve Piercy)
* Update README links (thanks to Steve Piercy)
* Fix handling of README in setup.py (encoding fun in 3.5, 3.6 and pypy3)
* Fix README links (thanks to Chris Barker)
* Add Python 3.9 to test matrix (thanks to Luciano Mammino)
* Add type hints (thanks to Brett Cannon)
* Derive `ParseError` from `ValueError` (thanks to Lex Robinson)
-------------------------------------------------------------------
Mon Sep 28 11:18:36 UTC 2020 - Dirk Mueller <dmueller@suse.com>