|
|
@ -10,22 +10,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
# Let’s try to build this as early as we can, since it’s a dependency for
|
|
|
|
# Let’s try to build this as early as we can, since it’s 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
|
|
|
|
|
|
|
|
|
|
|
|