Ai
5 Star 0 Fork 9

src-openEuler/python-dunamai
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-dunamai.spec 2.37 KB
一键复制 编辑 原始数据 按行查看 历史
kylinosZlw 提交于 2025-08-05 20:06 +08:00 . update package to version 1.25.0
%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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/python-dunamai.git
git@gitee.com:src-openeuler/python-dunamai.git
src-openeuler
python-dunamai
python-dunamai
master

搜索帮助