14
0

Accepting request 979673 from home:Simmphonie:python

- update to 2.10.0
  * `132 <https://github.com/rbarrois/python-semanticversion/issues/132>`_:
    Ensure sorting a collection of versions is always stable, even with
    build metadata.
- version 2.9.0
  * Add support for Django 3.1, 3.2, 4.0
  * Add support for Python 3.7 / 3.8 / 3.9 / 3.10
- remove sematicversion-pr123-dj40.patch

OBS-URL: https://build.opensuse.org/request/show/979673
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-semantic_version?expand=0&rev=19
This commit is contained in:
2022-05-29 18:53:45 +00:00
committed by Git OBS Bridge
parent e0f0883f77
commit 057f684251
5 changed files with 18 additions and 38 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun May 29 13:29:38 UTC 2022 - Torsten Gruner <simmphonie@opensuse.org>
- update to 2.10.0
* `132 <https://github.com/rbarrois/python-semanticversion/issues/132>`_:
Ensure sorting a collection of versions is always stable, even with
build metadata.
- version 2.9.0
* Add support for Django 3.1, 3.2, 4.0
* Add support for Python 3.7 / 3.8 / 3.9 / 3.10
- remove sematicversion-pr123-dj40.patch
-------------------------------------------------------------------
Mon Dec 27 11:47:19 UTC 2021 - Ben Greiner <code@bnavigator.de>