forked from pool/python-titlecase
- do not nose, but %pytest OBS-URL: https://build.opensuse.org/request/show/862918 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-titlecase?expand=0&rev=9
63 lines
2.5 KiB
Plaintext
63 lines
2.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Jan 13 14:28:10 UTC 2021 - pgajdos@suse.com
|
|
|
|
- do not nose, but %pytest
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 24 08:17:11 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
- Update to 1.1.1
|
|
* This adds support for user-customized wordlists
|
|
* This adds a new keyword argument to the `titlecase()` method.
|
|
* This adds environment checks for a wordlist file in the home directory.
|
|
* This drops Py2k support and add 3.8
|
|
* #35: Add fancy double quote to punctuation; Thanks @dwaynebailey!
|
|
* #45: Fix deprecation warning regarding invalid escape sequences. Thanks @tirkarthi
|
|
* #46: Add support for titlecasing non-ASCII letters; Thanks @acabal!
|
|
* #47: Add sphinx documentation to titlecase function; Thanks @1kastner!
|
|
* #49: Remove closing bracket in parser help text; Thanks @1kastner!
|
|
* #53: Add table with examples; Thanks @1kastner!
|
|
* #53: Terms with only consonants should be ALL CAPS; Thanks @Garret-R!
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 18 09:10:30 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
|
|
|
|
- %python3_only -> %python_alternative
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 4 12:55:19 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 15 19:57:54 UTC 2018 - toddrme2178@gmail.com
|
|
|
|
- Update to 0.12.0
|
|
* Use unicode_literals for Py2 compatibility
|
|
* Handle case of `str` in python 2.
|
|
* More robust against unicode chars
|
|
* Mark strings written by callbacks as immutable
|
|
* Add various dash types
|
|
* cmd: fix check for no additional parameters
|
|
* add small_first_last option
|
|
* allow titlecase to be a command line utility
|
|
* tests for hyphenated McName-Names
|
|
* improve MAC_MC match handling
|
|
* Support for hyphen and em dash delimited sub-phrases.
|
|
* Fix APOS_SECOND possessive noun
|
|
* Add function for customizing small-word list
|
|
* Defer lowering all caps until recursion is done
|
|
* More restrictive regex for 'Mc'
|
|
* Handle `/`'s with recursion so all logic applies
|
|
* Handle single letter + apostrophe better
|
|
* Allow numbers in 'ALL_CAPS' strings
|
|
* Fix MAC/emcee/MacHine casing; add test cases
|
|
- Complete rewrite of spec file
|
|
- Implement single-spec version
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 29 17:42:51 UTC 2011 - hvogel@novell.com
|
|
|
|
- Initial package, version 0.5.1
|
|
|