forked from pool/python-inflection
- fix: type hint config so they are available to mypy @sanzoghenzo correctly pointed out that a `py.typed` file alone wasn't enough to get the typing working, we also need to move inflection into a package. fixes: #49 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-inflection?expand=0&rev=10
52 lines
2.0 KiB
Plaintext
52 lines
2.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Aug 22 08:35:11 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
|
|
|
- update to version 0.5.1:
|
|
- fix: type hint config so they are available to mypy
|
|
@sanzoghenzo correctly pointed out that a `py.typed` file alone wasn't
|
|
enough to get the typing working, we also need to move inflection into
|
|
a package. fixes: #49
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 28 12:05:16 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
|
|
|
- update to version 0.5.0:
|
|
- Add type hints (#45)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 7 07:42:02 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
|
|
|
- Disable Python2 build, upstream says they stopped support for it.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 7 07:39:01 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
|
|
|
- update to version 0.4.0:
|
|
- BREAKING CHANGES
|
|
- Drop support for Python 2.6 and 3.3 (2dfa5f6)
|
|
- Drop support for Python 2.7 (a826dac)
|
|
- Drop support for Python 3.4 (351a0f5)
|
|
- Drop support for PyPy (88a0a5f)
|
|
- Features
|
|
- Include docs in releases (4c85b45)
|
|
- Add universal wheel distribution (2daa3c7)
|
|
- Add support for Python 3.5 and 3.6 (2dfa5f6)
|
|
- Add support for Python 3.7 and 3.8 (09efb13)
|
|
- Add support for PyPy 3 (2d2d379)
|
|
- Move Changelog to GitHub releases (5181192)
|
|
- Bug Fixes
|
|
- Fix typo in camelize docs (5f44276)
|
|
- Fix doctest blocks in docstrings (1d6c78f) (#11)
|
|
- Fix "passerby" pluralized as "passerbys" and not "passersby (1969b3a) (#40)
|
|
- Fix titleize() capitalizing only words starting with A-Z (e32443b) (#33)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 4 12:49:19 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 7 17:28:27 UTC 2017 - sebix+novell.com@sebix.at
|
|
|
|
- initial package for version 0.3.1
|