Changelog for
python39-titlecase-2.4.1-lp154.2.3.noarch.rpm :
* Tue Oct 24 2023 Dirk Müller
- update to 2.4.1:
* Fix invalid escape sequence warning
* Tue Oct 24 2023 Dirk Müller - add setuptools_scm to get proper versions in the metadata
* Tue Oct 11 2022 Yogalakshmi Arunachalam - Update to version 2.4
* Add `preserve_blank_lines` option (#88)
* Add Py3.10, Drop Py3.6
* Update unit testing framework
* Wed Jan 13 2021 pgajdosAATTsuse.com- do not nose, but %pytest
* Fri Jul 24 2020 Marketa Calabkova - 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 AATTdwaynebailey!
* #45: Fix deprecation warning regarding invalid escape sequences. Thanks AATTtirkarthi
* #46: Add support for titlecasing non-ASCII letters; Thanks AATTacabal!
* #47: Add sphinx documentation to titlecase function; Thanks AATT1kastner!
* #49: Remove closing bracket in parser help text; Thanks AATT1kastner!
* #53: Add table with examples; Thanks AATT1kastner!
* #53: Terms with only consonants should be ALL CAPS; Thanks AATTGarret-R!
* Mon May 18 2020 Petr Gajdos - %python3_only -> %python_alternative
* Tue Dec 04 2018 Matej Cepl - Remove superfluous devel dependency for noarch package
* Tue May 15 2018 toddrme2178AATTgmail.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 2011 hvogelAATTnovell.com- Initial package, version 0.5.1