已开启
update version to 10.0.5 #28
lilu_ll创建于 6月17日
update version to 10.0.5 #28
已开启
共 3 个文件变更+7-2
| @@ -1,13 +1,13 @@ | |||
| 1 | %global _empty_manifest_terminate_build 0 | 1 | %global _empty_manifest_terminate_build 0 |
| 2 | Name: python-setuptools_scm | 2 | Name: python-setuptools_scm |
| 3 | -Version: 9.2.2 | 3 | +Version: 10.0.5 |
| 4 | Release: 1 | 4 | Release: 1 |
| 5 | Summary: Manage your Python package versions in SCM metadata | 5 | Summary: Manage your Python package versions in SCM metadata |
| 6 | License: MIT | 6 | License: MIT |
| 7 | URL: https://pypi.python.org/pypi/setuptools_scm/ | 7 | URL: https://pypi.python.org/pypi/setuptools_scm/ |
| 8 | Source0: %{pypi_source setuptools_scm} | 8 | Source0: %{pypi_source setuptools_scm} |
| 9 | 9 | ||
| 10 | -BuildRequires: python3-tomli python3-packaging python3-pip python3-wheel | 10 | +BuildRequires: python3-tomli python3-packaging python3-pip python3-wheel python3-vcs-versioning |
| 11 | BuildArch: noarch | 11 | BuildArch: noarch |
| 12 | Requires: python3-setuptool | 12 | Requires: python3-setuptool |
| 13 | Requires: python3-toml | 13 | Requires: python3-toml |
| @@ -61,6 +61,11 @@ if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi | |||
| 61 | %{_pkgdocdir} | 61 | %{_pkgdocdir} |
| 62 | 62 | ||
| 63 | %changelog | 63 | %changelog |
| 64 | +* Wed Jun 17 2026 lilu <lilu@kylinos.cn> - 10.0.5-1 | ||
| 65 | +- update version to 10.0.5 | ||
| 66 | + * Allow 'dump_version()' deprecation warning to be silenced by passing 'scm_version=None' | ||
| 67 | + * Remove 'tool.uv.sources' from 'setuptools-scm/pyproject.toml' to fix sdist builds outside the workspace | ||
| 68 | + | ||
| 64 | * Mon Jan 05 2026 maqi <maqi@uniontech.com> - 9.2.2-1 | 69 | * Mon Jan 05 2026 maqi <maqi@uniontech.com> - 9.2.2-1 |
| 65 | - Upgrade to 9.2.2 | 70 | - Upgrade to 9.2.2 |
| 66 | - Fix 1231 don't warn about tool.setuptools.dynamic.version when only using file finder. The warning about combining version guessing with setuptools dynamic versions should only be issued when setuptools-scm is performing version inference, not when it's only being used for its file finder functionality | 71 | - Fix 1231 don't warn about tool.setuptools.dynamic.version when only using file finder. The warning about combining version guessing with setuptools dynamic versions should only be issued when setuptools-scm is performing version inference, not when it's only being used for its file finder functionality |
Binary files do not support preview
Binary files do not support preview