diff --git a/python-setuptools_scm.spec b/python-setuptools_scm.spec index 3c6dd899f30db1a6a75c99af3de8661ab5021580..44bfb6bce9647fe05bc3cd783097cc7698b0f953 100644 --- a/python-setuptools_scm.spec +++ b/python-setuptools_scm.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-setuptools_scm -Version: 8.3.1 -Release: 2 +Version: 9.2.0 +Release: 1 Summary: Manage your Python package versions in SCM metadata License: MIT URL: https://pypi.python.org/pypi/setuptools_scm/ @@ -55,11 +55,17 @@ if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi %files -n python3-setuptools_scm %{python3_sitelib}/* +%{_bindir}/setuptools-scm %files help %{_pkgdocdir} %changelog +* Mon Sep 29 2025 Yu Peng - 9.2.0-1 +- Upgrade to 9.2.0 + * reiterate version inference + * simple activation now requires a extra instead of setting up many pre-existing projects for failure/error + * Thu Jul 17 2025 Dongxing Wang - 8.3.1-2 - Fix extra package toml and rich missing diff --git a/setuptools_scm-9.2.0.tar.gz b/setuptools_scm-9.2.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f7cae399765e0f9e6ba9c3f9f649721cc3a91655 Binary files /dev/null and b/setuptools_scm-9.2.0.tar.gz differ