代码拉取完成,页面将自动刷新
%global _description %{expand:
Dunamai is a Python 3.5+ library and command line tool for producing dynamic,
standards-compliant version strings, derived from tags in your version control
system. This facilitates uniquely identifying nightly or per-commit builds in
continuous integration and releasing new versions of your software simply by
creating a tag.}
Name: python-dunamai
Version: 1.25.0
Release: 1
Summary: Dynamic version generation
License: MIT
URL: https://github.com/mtkennerly/dunamai
Source0: https://files.pythonhosted.org/packages/source/d/dunamai/dunamai-%{version}.tar.gz
BuildArch: noarch
%description %_description
%package -n python3-dunamai
Summary: %{summary}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-setuptools_scm
BuildRequires: python3-wheel
BuildRequires: python3-pip
BuildRequires: python3-poetry-core
%description -n python3-dunamai %_description
%prep
%autosetup -n dunamai-%{version}
%build
%pyproject_build
%install
%pyproject_install
%files -n python3-dunamai
%license LICENSE
%doc README.md CHANGELOG.md
%{_bindir}/dunamai
%{python3_sitelib}/dunamai-*.dist-info/
%{python3_sitelib}/dunamai/
%changelog
* Tue Aug 05 2025 zengliwen <zengliwen@kylinos.cn> -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 <dev01203@linx-info.com> - 1.23.0-1
- update package to version 1.23.0
- Added: {major}, {minor}, and {patch} format placeholders
* Wed Oct 30 2024 liudy <liudingyao@kylinos.cn> - 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 <jiangxinyu@kylinos.cn> - 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.
* Mon Dec 04 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 1.19.0-1
- Update package to version 1.19.0
* Fri Aug 18 2023 mengzhaoa <mengzhaoa@isoftstone.com> - 1.18.0-1
- Init package python-dunamai-1.18.0
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。