Changelog for
python2-semantic_version-2.8.5-23.2.noarch.rpm :
* Mon Dec 27 2021 codeAATTbnavigator.de- Make it work with Django 4
* add sematicversion-pr123-dj40.patch
* gh#rbarrois/python-semanticversion#123
* Don\'t test django app on python36: Django 4 dropped it
* Fri Dec 10 2021 steven.kowalikAATTsuse.com- Add the package suffix to Name to have multibuild work correctly.
* Mon Dec 06 2021 dmuellerAATTsuse.com- split tests into flavor to avoid build cycle with djang
* Wed Jul 29 2020 mcalabkovaAATTsuse.com- update to 2.8.5
* Properly handle wildcards in ``SimpleSpec``
* Wed Mar 18 2020 pgajdosAATTsuse.com- version update to 2.8.4
* `#89
`_: Properly coerce versions with leading zeroes in components (e.g. ``1.01.007``) - Add `Clause.prettyprint()` for debugging
* `#86 `_: Fix handling of prerelease ranges within `NpmSpec`
* Tue Sep 10 2019 tchvatalAATTsuse.com- Update to 2.8.2:
* various major parsing fixes
* Tue Dec 04 2018 mceplAATTsuse.com- Remove superfluous devel dependency for noarch package
* Tue Aug 22 2017 tbechtoldAATTsuse.com- update to 2.6.0:
* Add support for Django up to 1.10.
* Remove support for Django<1.7
* Properly handle `^0.X.Y` in a NPM-compatible way
* According to SemVer 2.0.0, build numbers aren\'t ordered.
* Remove specs of the ``Spec(\'<1.1.3+\')`` form
* Comparing ``Version(\'0.1.0\')`` to ``Version(\'0.1.0+bcd\')`` has new rules
* :func:`semantic_version.compare` returns ``NotImplemented`` when its parameters differ only by build metadata
* ``Spec(\'<=1.3.0\')`` now matches ``Version(\'1.3.0+abde24fe883\')``
* Fix handling of bumping pre-release versions, thanks to AATTminchinweb.
* Add support for NPM-style ``^1.2.3`` and ``~2.3.4`` specs, thanks to AATTskwashd
* Fix tests for Django 1.7+, thanks to AATTmhrivnak.- convert to singlespec
* Wed Jul 22 2015 dmuellerAATTsuse.com- fix license
* Tue Apr 28 2015 tbechtoldAATTsuse.com- Initial packaging