diff --git a/dunamai-1.19.2.tar.gz b/dunamai-1.19.2.tar.gz deleted file mode 100644 index 0635ddc30d6b30a87bcaf0fcb6be30be5faf5866..0000000000000000000000000000000000000000 Binary files a/dunamai-1.19.2.tar.gz and /dev/null differ diff --git a/dunamai-1.25.0.tar.gz b/dunamai-1.25.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..d3da42455d597447b6d125ed28e9922ff36b47c1 Binary files /dev/null and b/dunamai-1.25.0.tar.gz differ diff --git a/python-dunamai.spec b/python-dunamai.spec index fa507944271e8e993798deb77a5c00fa412ed143..541a2ec977c87e66ff5830ada05691d71b2eefa6 100644 --- a/python-dunamai.spec +++ b/python-dunamai.spec @@ -6,12 +6,12 @@ continuous integration and releasing new versions of your software simply by creating a tag.} Name: python-dunamai -Version: 1.19.2 +Version: 1.25.0 Release: 1 Summary: Dynamic version generation License: MIT URL: https://github.com/mtkennerly/dunamai -Source0: %{url}/archive/v%{version}/dunamai-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/d/dunamai/dunamai-%{version}.tar.gz BuildArch: noarch %description %_description @@ -45,6 +45,22 @@ BuildRequires: python3-poetry-core %{python3_sitelib}/dunamai/ %changelog +* Tue Aug 05 2025 zengliwen -1.25.0-1 +- update package to version 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. +- Fixed: Deprecation warning from re.sub() using Python 3.13+. + +* Sun Dec 22 2024 sqfu - 1.23.0-1 +- update package to version 1.23.0 +- Added: {major}, {minor}, and {patch} format placeholders + +* Wed Oct 30 2024 liudy - 1.22.0-1 +- Update version to 1.22.0 +- Fix The --ignore-untracked CLI flag was ignored. +- Add --commit-length option. +- Fix Some timestamps could fail to parse on Python 3.5 and 3.6. + * Sun Feb 25 2024 jiangxinyu - 1.19.2-1 - Update package to version 1.19.2 Fixed an exception when a Git repository had a broken ref. Git would print a warning that Dunamai failed to parse. @@ -53,4 +69,4 @@ BuildRequires: python3-poetry-core - Update package to version 1.19.0 * Fri Aug 18 2023 mengzhaoa - 1.18.0-1 -- Init package python-dunamai-1.18.0 \ No newline at end of file +- Init package python-dunamai-1.18.0