Merge and update to 0.4.0-1

i9ce changed/i9ce/python-hatch-vcs-0.4.0-1.el9
MSVSphere Packaging Team 1 year ago
commit 42597e9087

2
.gitignore vendored

@ -1 +1 @@
SOURCES/hatch_vcs-0.3.0.tar.gz SOURCES/hatch_vcs-0.4.0.tar.gz

@ -1 +1 @@
026b964066b38fd7e823900817fb9ea7af3f8d9b SOURCES/hatch_vcs-0.3.0.tar.gz 3cd930a61f9c5a3a236ef74abd33e178e79775e3 SOURCES/hatch_vcs-0.4.0.tar.gz

@ -10,22 +10,18 @@
# Lets try to build this as early as we can, since its a dependency for # Lets try to build this as early as we can, since its a dependency for
# some important libraries, such as python-platformdirs. # some important libraries, such as python-platformdirs.
%bcond_with bootstrap %bcond bootstrap 0
%if %{without bootstrap} %bcond tests %{without bootstrap}
%bcond_without tests
%else
%bcond_with tests
%endif
Name: python-hatch-vcs Name: python-hatch-vcs
Version: 0.3.0 Version: 0.4.0
Release: %autorelease Release: %autorelease
Summary: Hatch plugin for versioning with your preferred VCS Summary: Hatch plugin for versioning with your preferred VCS
# SPDX # SPDX
License: MIT License: MIT
URL: https://github.com/ofek/hatch-vcs URL: https://github.com/ofek/hatch-vcs
Source0: %{pypi_source hatch_vcs} Source: %{pypi_source hatch_vcs}
BuildArch: noarch BuildArch: noarch
@ -86,6 +82,12 @@ k="${k-}${k+ and }not test_fallback"
%changelog %changelog
* Mon Nov 06 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.4.0-1
- Update to 0.4.0 (close RHBZ#2248106)
* Mon Nov 06 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.3.0-2
- Use new (rpm 4.17.1+) bcond style
* Thu Aug 24 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 0.3.0-1 * Thu Aug 24 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 0.3.0-1
- Rebuilt for MSVSphere 9.2 - Rebuilt for MSVSphere 9.2

Loading…
Cancel
Save