15
0

Accepting request 709088 from home:mcalabkova:branches:devel:languages:python

- update to version 2.1.0
  * Relicensed under the more permissive MIT License.
  * fix inconsistencies with the inflect method
  * Improved unicode handling.
  * Fix capitalization issues in processes where more than one word 
    is involved.
  * fix extraneous close parentheses.
  * Dropped support for Python 3.3.
  * Moved hosting to jazzband.

OBS-URL: https://build.opensuse.org/request/show/709088
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-inflect?expand=0&rev=4
This commit is contained in:
Tomáš Chvátal
2019-06-11 09:58:36 +00:00
committed by Git OBS Bridge
parent 37e67f2fb9
commit cae6d9db97
4 changed files with 26 additions and 14 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Jun 11 08:38:40 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 2.1.0
* Relicensed under the more permissive MIT License.
* fix inconsistencies with the inflect method
* Improved unicode handling.
* Fix capitalization issues in processes where more than one word
is involved.
* fix extraneous close parentheses.
* Dropped support for Python 3.3.
* Moved hosting to jazzband.
-------------------------------------------------------------------
Tue Jul 4 18:37:00 UTC 2017 - aloisio@gmx.com