#7 F36: Update to 0.3.0 and SPDX
Merged 2 years ago by music. Opened 2 years ago by music.
rpms/ music/python-hatch-vcs v0.3-f36  into  f36

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

  /hatch_vcs-0.2.0.tar.gz

+ /hatch_vcs-0.3.0.tar.gz

file modified
+3 -5
@@ -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,10 +8,11 @@ 

  %endif

  

  Name:           python-hatch-vcs

- Version:        0.2.0

+ Version:        0.3.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}
@@ -19,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)
@@ -66,7 +65,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.0.tar.gz) = 3eb0b04022d4801a982d90a3a0e34e59fcf7dd04c0c2db91c0306b4187ba466ac85ecbb80943a35f4a6a4912bc2ddf2633fab897e8820f5e1ee9d200147b5faf

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

Build succeeded.

Pull-Request has been merged by music

2 years ago