2025-06-04 06:18:44 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 4 06:07:59 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
|
|
|
- Switch to pyproject macros.
|
|
|
|
|
2023-10-24 14:02:10 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2022-10-11 17:50:17 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 11 16:00:24 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
|
2023-10-24 14:02:10 +00:00
|
|
|
- Update to version 2.4
|
2022-10-11 17:50:17 +00:00
|
|
|
* Add `preserve_blank_lines` option (#88)
|
|
|
|
* Add Py3.10, Drop Py3.6
|
|
|
|
* Update unit testing framework
|
|
|
|
|
2021-01-13 14:45:27 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 13 14:28:10 UTC 2021 - pgajdos@suse.com
|
|
|
|
|
|
|
|
- do not nose, but %pytest
|
|
|
|
|
2020-07-24 14:06:37 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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!
|
|
|
|
|
2020-05-18 13:02:50 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon May 18 09:10:30 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
|
|
|
|
|
|
|
|
- %python3_only -> %python_alternative
|
|
|
|
|
2018-12-04 14:09:59 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 4 12:55:19 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
|
2018-05-15 20:04:18 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
2023-10-24 14:02:10 +00:00
|
|
|
* cmd: fix check for no additional parameters
|
2018-05-15 20:04:18 +00:00
|
|
|
* 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.
|
2023-10-24 14:02:10 +00:00
|
|
|
* Fix APOS_SECOND possessive noun
|
2018-05-15 20:04:18 +00:00
|
|
|
* Add function for customizing small-word list
|
2023-10-24 14:02:10 +00:00
|
|
|
* 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
|
2018-05-15 20:04:18 +00:00
|
|
|
* Allow numbers in 'ALL_CAPS' strings
|
2023-10-24 14:02:10 +00:00
|
|
|
* Fix MAC/emcee/MacHine casing; add test cases
|
2018-05-15 20:04:18 +00:00
|
|
|
- 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
|
|
|
|
|