已开启
update version to 10.0.5 #28
update version to 10.0.5 #28
已开启
lilu_ll创建于 6月17日
3 个文件变更+7-2
@@ -1,13 +1,13 @@
1%global _empty_manifest_terminate_build 01%global _empty_manifest_terminate_build 0
2Name: python-setuptools_scm2Name: python-setuptools_scm
3-Version: 9.2.23+Version: 10.0.5
4Release: 14Release: 1
5Summary: Manage your Python package versions in SCM metadata5Summary: Manage your Python package versions in SCM metadata
6License: MIT6License: MIT
7URL: https://pypi.python.org/pypi/setuptools_scm/7URL: https://pypi.python.org/pypi/setuptools_scm/
8Source0: %{pypi_source setuptools_scm}8Source0: %{pypi_source setuptools_scm}
9 9 
10-BuildRequires: python3-tomli python3-packaging python3-pip python3-wheel10+BuildRequires: python3-tomli python3-packaging python3-pip python3-wheel python3-vcs-versioning
11BuildArch: noarch11BuildArch: noarch
12Requires: python3-setuptool12Requires: python3-setuptool
13Requires: python3-toml13Requires: python3-toml
@@ -61,6 +61,11 @@ if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
61%{_pkgdocdir}61%{_pkgdocdir}
62 62 
63%changelog63%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-169* Mon Jan 05 2026 maqi <maqi@uniontech.com> - 9.2.2-1
65- Upgrade to 9.2.270- 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 functionality71- 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