Compare commits
14 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 91315fb062 | |||
|
|
275979cc85 | ||
| 64f8e441c0 | |||
|
|
ba9fb7fe07 | ||
| 92dd7cfe30 | |||
|
|
c28217981c | ||
| dc601a8778 | |||
|
|
ca7e2a8b56 | ||
| 9f925c95c0 | |||
|
|
9480eabefe | ||
| 85afc7c1eb | |||
|
|
9128b19e6e | ||
| 0f51f9987c | |||
|
|
2aed4976f9 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d7fea28ad2faf20a6ca5ec121e5c68e55eec6b8ada23d9c387e4e7a574cc559f
|
|
||||||
size 44318
|
|
||||||
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,56 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
||||||
|
|
||||||
|
- update to 1.23.1:
|
||||||
|
* Fixed: Version.__lt__ checked if all fields were less than the other
|
||||||
|
instance
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 18 11:59:04 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
||||||
|
|
||||||
|
- update to 1.23.0:
|
||||||
|
* Add major/minor/patch format placeholders
|
||||||
|
* Clean up some formatting
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 7 04:35:52 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
||||||
|
|
||||||
|
- update to 1.22.0:
|
||||||
|
* Fixed: The --ignore-untracked CLI flag was ignored.
|
||||||
|
* Added: --commit-length option.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 28 01:52:24 UTC 2024 - Richard Rahl <rrahl0@disroot.org>
|
||||||
|
|
||||||
|
- update to 1.21.2:
|
||||||
|
* Fixed: Some timestamps could fail to parse on Python 3.5 and 3.6.
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 6 07:27:47 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Thu Jun 6 07:27:47 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-dunamai
|
# spec file for package python-dunamai
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-dunamai
|
Name: python-dunamai
|
||||||
Version: 1.21.1
|
Version: 1.25.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Dynamic version generation
|
Summary: Dynamic version generation
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|||||||
Reference in New Issue
Block a user