#13 Adapt to hatchling 1.13.0 (or later) and update to 0.3.0
Merged 20 days ago by music. Opened a month ago by music.
rpms/ music/python-hatch-vcs hatchling1-epel9  into  epel9

file modified
+1
@@ -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

file modified
+3 -6
@@ -1,5 +1,5 @@ 

  # Let’s try to build this as early as we can, since it’s 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 @@ 

  BuildArch:      noarch

  

  BuildRequires:  python3-devel

- # RHBZ#1985340, RHBZ#2076994

- BuildRequires:  pyproject-rpm-macros >= 1.2.0

  

  %if %{with tests}

  BuildRequires:  python3dist(pytest)
@@ -48,7 +46,7 @@ 

  

  

  %generate_buildrequires

- %pyproject_buildrequires -w

+ %pyproject_buildrequires

  

  

  %build
@@ -73,7 +71,6 @@ 

  

  

  %files -n python3-hatch-vcs -f %{pyproject_files}

- %license LICENSE.txt

  %doc HISTORY.md

  %doc README.md

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (hatch_vcs-0.2.1.tar.gz) = 405470f07a8182690c9913fb0bde0d927362e82aa6122e7b2511d4d8ffc2833b32282b1734bf602d394d8a282cc78b209030691be85c2798cac126f3e1f2e147

+ SHA512 (hatch_vcs-0.3.0.tar.gz) = 06a80e90b45b1316b42845808d04d00d00356f42d32f02d934db0aa9df05efa2f692413709e0dd5465f447829f2f5410110fbbeb826bafdea1f1014e3096e056

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
https://fedora.softwarefactory-project.io/zuul/buildset/f5cf78fe4fef4328905f8e5d36c69ae1

Currently building python-hatchling in epel9-build-side-70927; this is next.

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
https://fedora.softwarefactory-project.io/zuul/buildset/6794333bf0ac4f6cabb46a82fbfd3da7

Pull-Request has been merged by music

20 days ago