diff --git a/dunamai-1.22.0.tar.gz b/dunamai-1.22.0.tar.gz deleted file mode 100644 index 37375969a9ac74470038a6ccd09ae21a0cae30d0..0000000000000000000000000000000000000000 Binary files a/dunamai-1.22.0.tar.gz and /dev/null differ diff --git a/dunamai-1.23.0.tar.gz b/dunamai-1.23.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..4ea6263a5df2becf2f7824ae693f7631b0bfc174 Binary files /dev/null and b/dunamai-1.23.0.tar.gz differ diff --git a/python-dunamai.spec b/python-dunamai.spec index 71331cad1dc39e6cf3154f2f00d205b74c02bcaa..b56c476d55636d3548bc14a8b273603fe03b8fc2 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.22.0 +Version: 1.23.0 Release: 1 Summary: Dynamic version generation License: MIT URL: https://github.com/mtkennerly/dunamai -Source0: https://files.pythonhosted.org/packages/a0/fe/aee602f08765de4dd753d2e5d6cbd480857182e345f161f7a19ad1979e4d/dunamai-1.22.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/d/dunamai/dunamai-%{version}.tar.gz BuildArch: noarch %description %_description @@ -45,6 +45,10 @@ BuildRequires: python3-poetry-core %{python3_sitelib}/dunamai/ %changelog +* 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.