File python-titlecase.changes of Package python-titlecase
-------------------------------------------------------------------
Wed Jun 4 06:07:59 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject macros.
-------------------------------------------------------------------
Tue Oct 24 14:01:36 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.4.1:
* Fix invalid escape sequence warning
-------------------------------------------------------------------
Tue Oct 24 14:00:34 UTC 2023 - Dirk Müller <dmueller@suse.com>
- add setuptools_scm to get proper versions in the metadata
-------------------------------------------------------------------
Tue Oct 11 16:00:24 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 2.4
* Add `preserve_blank_lines` option (#88)
* Add Py3.10, Drop Py3.6
* Update unit testing framework
-------------------------------------------------------------------
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