Changelog for
python311-versioneer-toml-0.29-150700.2.2.noarch.rpm :
* Mon Sep 25 2023 mimi.vxAATTgmail.com- update to 0.29
* FIX: Add error output when pyproject.toml is malformed
* FIX: Add name to setup.py to work around a github dependency graph bug.
* ENH: Add basic type information throughout project.
* ENH: Detect pyproject.toml as project root (to support PDM).
* MNT: Overwrite version file instead of delete/unlink.
* MNT: Use https for the unlicense url.
* Fri May 26 2023 codeAATTbnavigator.de- Update to 0.28
* FIX: handle unset versionfile_build in build_ext by AATTmgorny in [#347]
* ENH: support built-in tomllib for Python 3.11+ by AATTmgorny in [#348]- Release 0.27
* FIX: Always bootstrap in setup.py to avoid incompatibility with old versioneer by AATTmgorny (#344)
* FIX: Mixup between _egg_info and _sdist by AATTDimitriPapadopoulos (#342)
* STY: Merge endswith checks by AATTDimitriPapadopoulos (#337)
* STY: Useless inheritance from object by AATTDimitriPapadopoulos (#336)- Provide [toml] extra as subpackage
* Mon May 22 2023 dmuellerAATTsuse.com- add sle15_python_module_pythons (jsc#PED-68)
* Tue Oct 11 2022 yarunachalamAATTsuse.com- Update to version 0.24
* MNT: Relicense to Unlicense by AATTeffigies in #317
* ENH: in verbose mode do not hide stderr of git rev-parse by AATTyarikoptic in #318
* DOC: clarify upgrading to 0.23 doesn\'t require special actions by AATTsappelhoff in #321
* ENH: Prepare for py2exe dropping distutils support by AATTeffigies in #319
* ENH: Allow versioneer to be used as a module in PEP-518 mode by AATTeffigies in #294
* Sat Aug 28 2021 mceplAATTsuse.com- Make testing more verbose
* Thu Aug 26 2021 pgajdosAATTsuse.com- version update to 0.20 Release 0.20 (13-Jul-2020)
* Respect versionfile_source in __init__.py snippet (#241)
* Add pep440-branch and pep440-post-branch styles (#164)
* Stop testing deprecated easy_install, support left in for now (#237)
* Use versionfile_build instead of versionfile_source where needed (#242)
* Improve handling of refname edge cases (#229)
* Clarify installation in docs (#235)
* Play nicely with custom build_exts (#232) Release 0.19 (10-Nov-2020)
* Drop support for Python < 3.6, test up to Python 3.9
* Strip GPG signature information from date (#222)
* Add bdist_ext cmdclass, to support native code extensions (#171)
* Canonicalize pep440-pre style (#163)
* Take arguments to get_cmdclass- test the package a bit at least
* Tue Dec 04 2018 mceplAATTsuse.com- Remove superfluous devel dependency for noarch package
* Wed Jun 06 2018 jengelhAATTinai.de- Ensure neutrality/accuracy of description
* Mon Feb 19 2018 arunAATTgmx.de- initial version