Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| c682dcca02 | |||
|
|
d4438a16e3 | ||
| ecfbe40e1b | |||
|
|
159ed9a0fb | ||
| 7ac3efcb75 | |||
|
|
e8ff203ab5 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0b5712fc63bfb235263d912bfc5eb84590ba2201bb737268d25a5dbad7085489
|
||||
size 45066
|
||||
3
python-dunamai-1.25.0.tar.gz
Normal file
3
python-dunamai-1.25.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a7f8360ea286d3dbaf0b6a1473f9253280ac93d619836ad4514facb70c0719d1
|
||||
size 46155
|
||||
@@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 5 18:20:36 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
|
||||
|
||||
- update to 1.25.0:
|
||||
* Added commit_prefix option to Version.serialize() to insert a prefix when
|
||||
serializing commit IDs.
|
||||
* Added escape_with option to Version.serialize() to customize how branch
|
||||
names are escaped.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 9 18:22:40 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
|
||||
|
||||
- update to 1.24.1:
|
||||
* Fixed: Deprecation warning from re.sub() using Python 3.13+
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 8 16:13:47 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
|
||||
|
||||
- update to 1.24.0:
|
||||
* Changed: Previously, for Git 2.7+, if the initial commit were
|
||||
both tagged and empty, Dunamai would raise an exception due to
|
||||
Git not reporting that tag in git log --simplify-by-decoration.
|
||||
Now, if a tag is missing from that list, Dunamai treats it as the
|
||||
oldest tag.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 21 17:00:43 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-dunamai
|
||||
Version: 1.23.1
|
||||
Version: 1.25.0
|
||||
Release: 0
|
||||
Summary: Dynamic version generation
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user