2021-12-06 08:59:11 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Dec 6 07:58:52 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- split tests into flavor to avoid build cycle with djang
|
|
|
|
|
2020-07-29 17:05:14 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jul 29 13:46:19 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
|
|
|
|
- update to 2.8.5
|
|
|
|
* Properly handle wildcards in ``SimpleSpec``
|
|
|
|
|
2020-03-18 18:38:47 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 18 13:38:47 UTC 2020 - pgajdos@suse.com
|
|
|
|
|
|
|
|
- version update to 2.8.4
|
|
|
|
* `#89 <https://github.com/rbarrois/python-semanticversion/issues/89>`_:
|
|
|
|
Properly coerce versions with leading zeroes in components (e.g.
|
|
|
|
``1.01.007``)
|
|
|
|
- Add `Clause.prettyprint()` for debugging
|
|
|
|
* `#86 <https://github.com/rbarrois/python-semanticversion/issues/86>`_:
|
|
|
|
Fix handling of prerelease ranges within `NpmSpec`
|
|
|
|
|
2019-09-10 12:31:57 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 10 10:29:15 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Update to 2.8.2:
|
|
|
|
* various major parsing fixes
|
|
|
|
|
2018-12-04 15:01:47 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 4 12:54:06 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
|
2017-08-22 11:42:38 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 22 09:37:37 UTC 2017 - tbechtold@suse.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 @minchinweb.
|
|
|
|
* Add support for NPM-style ``^1.2.3`` and ``~2.3.4`` specs, thanks to @skwashd
|
|
|
|
* Fix tests for Django 1.7+, thanks to @mhrivnak.
|
|
|
|
- convert to singlespec
|
|
|
|
|
2015-07-23 06:51:58 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jul 22 21:15:06 UTC 2015 - dmueller@suse.com
|
|
|
|
|
|
|
|
- fix license
|
|
|
|
|
2015-04-28 17:25:20 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 28 11:57:09 UTC 2015 - tbechtold@suse.com
|
|
|
|
|
|
|
|
- Initial packaging
|
|
|
|
|