14 Commits

Author SHA256 Message Date
91315fb062 Accepting request 1290819 from devel:languages:python
- 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. (forwarded request 1290818 from rrahl0)

OBS-URL: https://build.opensuse.org/request/show/1290819
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dunamai?expand=0&rev=12
2025-07-06 15:15:44 +00:00
Richard Rahl
275979cc85 Accepting request 1290818 from home:rrahl0
- 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.

OBS-URL: https://build.opensuse.org/request/show/1290818
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dunamai?expand=0&rev=23
2025-07-05 18:52:49 +00:00
64f8e441c0 Accepting request 1276338 from devel:languages:python
- update to 1.24.1:
  * Fixed: Deprecation warning from re.sub() using Python 3.13+ (forwarded request 1276337 from rrahl0)

OBS-URL: https://build.opensuse.org/request/show/1276338
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dunamai?expand=0&rev=11
2025-05-12 14:47:34 +00:00
Richard Rahl
ba9fb7fe07 Accepting request 1276337 from home:rrahl0
- update to 1.24.1:
  * Fixed: Deprecation warning from re.sub() using Python 3.13+

OBS-URL: https://build.opensuse.org/request/show/1276337
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dunamai?expand=0&rev=21
2025-05-10 00:51:41 +00:00
92dd7cfe30 Accepting request 1275629 from devel:languages:python
- 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. (forwarded request 1275628 from rrahl0)

OBS-URL: https://build.opensuse.org/request/show/1275629
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dunamai?expand=0&rev=10
2025-05-08 18:39:55 +00:00
Richard Rahl
c28217981c Accepting request 1275628 from home:rrahl0
- 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.

OBS-URL: https://build.opensuse.org/request/show/1275628
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dunamai?expand=0&rev=19
2025-05-08 16:17:31 +00:00
dc601a8778 Accepting request 1255081 from devel:languages:python
- update to 1.23.1:
  * Fixed: Version.__lt__ checked if all fields were less than the other
    instance (forwarded request 1255080 from rrahl0)

OBS-URL: https://build.opensuse.org/request/show/1255081
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dunamai?expand=0&rev=9
2025-03-24 12:27:45 +00:00
Richard Rahl
ca7e2a8b56 Accepting request 1255080 from home:rrahl0
- update to 1.23.1:
  * Fixed: Version.__lt__ checked if all fields were less than the other
    instance

OBS-URL: https://build.opensuse.org/request/show/1255080
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dunamai?expand=0&rev=17
2025-03-21 18:04:43 +00:00
9f925c95c0 Accepting request 1224852 from devel:languages:python
- update to 1.23.0:
  * Add major/minor/patch format placeholders
  * Clean up some formatting (forwarded request 1224848 from rrahl0)

OBS-URL: https://build.opensuse.org/request/show/1224852
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dunamai?expand=0&rev=8
2024-11-18 19:02:25 +00:00
Richard Rahl
9480eabefe Accepting request 1224848 from home:rrahl0
- update to 1.23.0:
  * Add major/minor/patch format placeholders
  * Clean up some formatting

OBS-URL: https://build.opensuse.org/request/show/1224848
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dunamai?expand=0&rev=15
2024-11-18 12:06:46 +00:00
85afc7c1eb Accepting request 1191994 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1191994
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dunamai?expand=0&rev=7
2024-08-08 08:57:27 +00:00
Richard Rahl
9128b19e6e Accepting request 1191993 from home:rrahl0
- update to 1.22.0:
  * Fixed: The --ignore-untracked CLI flag was ignored.
  * Added: --commit-length option.

OBS-URL: https://build.opensuse.org/request/show/1191993
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dunamai?expand=0&rev=13
2024-08-07 04:39:26 +00:00
0f51f9987c Accepting request 1183716 from devel:languages:python
- update to 1.21.2:
  * Fixed: Some timestamps could fail to parse on Python 3.5 and 3.6. (forwarded request 1183715 from rrahl0)

OBS-URL: https://build.opensuse.org/request/show/1183716
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dunamai?expand=0&rev=6
2024-06-28 13:47:33 +00:00
Richard Rahl
2aed4976f9 Accepting request 1183715 from home:rrahl0:upgrades
- update to 1.21.2:
  * Fixed: Some timestamps could fail to parse on Python 3.5 and 3.6.

OBS-URL: https://build.opensuse.org/request/show/1183715
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dunamai?expand=0&rev=11
2024-06-28 02:47:56 +00:00
4 changed files with 58 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d7fea28ad2faf20a6ca5ec121e5c68e55eec6b8ada23d9c387e4e7a574cc559f
size 44318

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a7f8360ea286d3dbaf0b6a1473f9253280ac93d619836ad4514facb70c0719d1
size 46155

View File

@@ -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>

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-dunamai
Version: 1.21.1
Version: 1.25.0
Release: 0
Summary: Dynamic version generation
License: MIT