14
0
forked from pool/python-semver

- remove obsolete setup-remove-asterisk.patch

- update to version 3.0.1:
 - Remove incorrect dependencies from build-system section of pyproject.toml by @mgorny in #405
 - correct typo in function description of next_version by @treee111 in #406
 - Improve GitHub Action by @tomschr in #408
 - Add CITATION.cff for citation by @tomschr in #409
 - Add Version class to __all__ export. Fix #410 by @Soneji in #411
 - Configure docformatter by @tomschr in #412
 - Prepare version 3.0.1 by @tomschr in #413

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-semver?expand=0&rev=38
This commit is contained in:
Sebastian Wagner
2023-06-21 20:14:53 +00:00
committed by Git OBS Bridge
parent 8e06e2145b
commit 4e801a78f2
5 changed files with 19 additions and 37 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Jun 21 20:11:42 UTC 2023 - Sebastian Wagner <sebix@sebix.at>
- remove obsolete setup-remove-asterisk.patch
- update to version 3.0.1:
- Remove incorrect dependencies from build-system section of pyproject.toml by @mgorny in #405
- correct typo in function description of next_version by @treee111 in #406
- Improve GitHub Action by @tomschr in #408
- Add CITATION.cff for citation by @tomschr in #409
- Add Version class to __all__ export. Fix #410 by @Soneji in #411
- Configure docformatter by @tomschr in #412
- Prepare version 3.0.1 by @tomschr in #413
-------------------------------------------------------------------
Sat May 6 15:59:50 UTC 2023 - Sebastian Wagner <sebix@sebix.at>