diff --git a/.gitignore b/.gitignore index 8a9f14c..a2d4b06 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/hatch_vcs-0.3.0.tar.gz +SOURCES/hatch_vcs-0.4.0.tar.gz diff --git a/.python-hatch-vcs.metadata b/.python-hatch-vcs.metadata index b65846b..da8c43e 100644 --- a/.python-hatch-vcs.metadata +++ b/.python-hatch-vcs.metadata @@ -1 +1 @@ -026b964066b38fd7e823900817fb9ea7af3f8d9b SOURCES/hatch_vcs-0.3.0.tar.gz +3cd930a61f9c5a3a236ef74abd33e178e79775e3 SOURCES/hatch_vcs-0.4.0.tar.gz diff --git a/SPECS/python-hatch-vcs.spec b/SPECS/python-hatch-vcs.spec index b58ba69..43cf770 100644 --- a/SPECS/python-hatch-vcs.spec +++ b/SPECS/python-hatch-vcs.spec @@ -10,22 +10,18 @@ # Let’s try to build this as early as we can, since it’s a dependency for # some important libraries, such as python-platformdirs. -%bcond_with bootstrap -%if %{without bootstrap} -%bcond_without tests -%else -%bcond_with tests -%endif +%bcond bootstrap 0 +%bcond tests %{without bootstrap} Name: python-hatch-vcs -Version: 0.3.0 +Version: 0.4.0 Release: %autorelease Summary: Hatch plugin for versioning with your preferred VCS # SPDX License: MIT URL: https://github.com/ofek/hatch-vcs -Source0: %{pypi_source hatch_vcs} +Source: %{pypi_source hatch_vcs} BuildArch: noarch @@ -86,6 +82,12 @@ k="${k-}${k+ and }not test_fallback" %changelog +* Mon Nov 06 2023 Benjamin A. Beasley - 0.4.0-1 +- Update to 0.4.0 (close RHBZ#2248106) + +* Mon Nov 06 2023 Benjamin A. Beasley - 0.3.0-2 +- Use new (rpm 4.17.1+) bcond style + * Thu Aug 24 2023 Sergey Cherevko - 0.3.0-1 - Rebuilt for MSVSphere 9.2