Update to 0.3.0 (close RHBZ#2152320)

- We can now rely on pyproject-rpm-macros >= 1.2.0
- The LICENSE.txt file is now handled in pyproject_files
- The setuptools_scm 7 patch is now merged upstream
epel9 imports/e9/python-hatch-vcs-0.3.0-1.el9
Benjamin A. Beasley 2 years ago
parent 9a9bd2b347
commit 68fcae4836

1
.gitignore vendored

@ -1,2 +1,3 @@
/hatch_vcs-0.2.0.tar.gz
/hatch_vcs-0.2.1.tar.gz
/hatch_vcs-0.3.0.tar.gz

@ -1,5 +1,5 @@
# Lets try to build this as early as we can, since its a dependency for
# python-userpath.
# some important libraries, such as python-platformdirs.
%bcond_with bootstrap
%if %{without bootstrap}
%bcond_without tests
@ -8,7 +8,7 @@
%endif
Name: python-hatch-vcs
Version: 0.2.1
Version: 0.3.0
Release: %autorelease
Summary: Hatch plugin for versioning with your preferred VCS
@ -20,8 +20,6 @@ Source0: %{pypi_source hatch_vcs}
BuildArch: noarch
BuildRequires: python3-devel
# RHBZ#1985340, RHBZ#2076994
BuildRequires: pyproject-rpm-macros >= 1.2.0
%if %{with tests}
BuildRequires: python3dist(pytest)
@ -73,7 +71,6 @@ k="${k-}${k+ and }not test_fallback"
%files -n python3-hatch-vcs -f %{pyproject_files}
%license LICENSE.txt
%doc HISTORY.md
%doc README.md

@ -1 +1 @@
SHA512 (hatch_vcs-0.2.1.tar.gz) = 405470f07a8182690c9913fb0bde0d927362e82aa6122e7b2511d4d8ffc2833b32282b1734bf602d394d8a282cc78b209030691be85c2798cac126f3e1f2e147
SHA512 (hatch_vcs-0.3.0.tar.gz) = 06a80e90b45b1316b42845808d04d00d00356f42d32f02d934db0aa9df05efa2f692413709e0dd5465f447829f2f5410110fbbeb826bafdea1f1014e3096e056

Loading…
Cancel
Save