14
0
forked from pool/python-zhon

- update to 2.0.2:

* Fix broken documentation link at at pypi
  * Restructure documentation into multiple pages
  * Reverse sort changelog
  * Removes Python 2.7 support
  * Bumps minimum support Python to Python 3.7
  * Switches to hatch for project management
  * Fixes an invalid backslash escape sequence (#34)
  * Automatically imports subpackages when importing zhon (#31)
  * Updates documentation about combining diacritic marks (#29)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zhon?expand=0&rev=9
This commit is contained in:
2023-10-05 09:23:38 +00:00
committed by Git OBS Bridge
parent d6ccb5c201
commit 013742a134
4 changed files with 23 additions and 9 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Oct 5 09:22:58 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.0.2:
* Fix broken documentation link at at pypi
* Restructure documentation into multiple pages
* Reverse sort changelog
* Removes Python 2.7 support
* Bumps minimum support Python to Python 3.7
* Switches to hatch for project management
* Fixes an invalid backslash escape sequence (#34)
* Automatically imports subpackages when importing zhon (#31)
* Updates documentation about combining diacritic marks (#29)
-------------------------------------------------------------------
Fri Apr 21 12:39:11 UTC 2023 - Dirk Müller <dmueller@suse.com>