https://bugzilla.redhat.com/show_bug.cgi?id=2427608

Ben Beasley <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |POST
              Flags|fedora-review?              |fedora-review+



--- Comment #6 from Ben Beasley <[email protected]> ---
The spec file diff reflects exactly the suggested changes – no more and no
less.

--- ../../srpm-unpacked/python-uv-dynamic-versioning.spec       2026-01-07
00:00:00.000000000 +0000
+++ srpm-unpacked/python-uv-dynamic-versioning.spec     2026-01-07
00:00:00.000000000 +0000
@@ -7,10 +7,13 @@

 License:        MIT
 URL:            https://github.com/ninoseki/uv-dynamic-versioning
-Source:        
%{url}/archive/refs/tags/%{version}.tar.gz#/%{srcname}-%{version}.tar.gz
+Source:         %{url}/archive/v%{version}/%{srcname}-%{version}.tar.gz

 BuildArch:      noarch
-BuildRequires:  python3-devel
+# For autosetup -S git:
+BuildRequires:  git-core
+BuildRequires:  %{py3_dist gitpython}
+BuildRequires:  %{py3_dist pytest}

 %global _description %{expand:
 Dynamic versioning based on VCS tags for uv/hatch project.}
@@ -24,7 +27,8 @@


 %prep
-%autosetup -p1 -n %{srcname}-%{version}
+# -S git: tests need to run in a git repository:
+%autosetup -p1 -n %{srcname}-%{version} -S git


 %generate_buildrequires
@@ -43,6 +47,7 @@

 %check
 %pyproject_check_import
+%pytest


 %files -n python3-uv-dynamic-versioning -f %{pyproject_files}

The review.txt template from a fresh invocation of fedora-review does not flag
any new issues, and there are no new rpmlint messages.

The package is therefore APPROVED.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=2427608

Report this comment as SPAM: 
https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202427608%23c6

-- 
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to