Update to 8.0.2 (rhbz#2239825)
This commit is contained in:
parent
ff8fdf00f5
commit
c2bcc8fb56
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,4 @@
|
||||
/setuptools_scm-*.tar.gz
|
||||
/setuptools_scm-*/
|
||||
/setuptools-scm-8.0.1.tar.gz
|
||||
/setuptools-scm-8.0.2.tar.gz
|
||||
|
@ -1,14 +1,14 @@
|
||||
%bcond_without tests
|
||||
|
||||
Name: python-setuptools_scm
|
||||
Version: 7.1.0
|
||||
Release: 7%{?dist}
|
||||
Version: 8.0.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Blessed package to manage your versions by SCM tags
|
||||
|
||||
# SPDX
|
||||
License: MIT
|
||||
URL: https://pypi.python.org/pypi/setuptools_scm
|
||||
Source0: %{pypi_source setuptools_scm}
|
||||
Source0: %{pypi_source setuptools-scm}
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
@ -43,7 +43,7 @@ It also handles file finders for the supported SCMs.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n setuptools_scm-%{version}
|
||||
%autosetup -p1 -n setuptools-scm-%{version}
|
||||
# In case of a bootstrap loop between toml and setuptools_scm, do:
|
||||
# rm pyproject.toml
|
||||
# That way, toml is not fetched to parse the file.
|
||||
@ -72,10 +72,13 @@ It also handles file finders for the supported SCMs.
|
||||
|
||||
%files -n python%{python3_pkgversion}-setuptools_scm -f %{pyproject_files}
|
||||
%license LICENSE
|
||||
%doc README.rst
|
||||
%doc README.md
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Sep 21 2023 Lumír Balhar <lbalhar@redhat.com> - 8.0.2-1
|
||||
- Update to 8.0.2 (rhbz#2239825)
|
||||
|
||||
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 7.1.0-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (setuptools_scm-7.1.0.tar.gz) = bd7260672c213db6b8c5842dbb6ac69e69ce040777865c935033971f65d905bd8e6b54e174190a924e452c302e69d4c1de231cbc8f603176ba013a739840dad3
|
||||
SHA512 (setuptools-scm-8.0.2.tar.gz) = 1a636f452cbe61fc1bc6fca49032e7d12b80fe5d8931f292cfa295d6787fb9273fd7f3887f3f74d60c1da19f4e2f676d038fd860c0410838225cad95e6375f9b
|
||||
|
Loading…
Reference in New Issue
Block a user