Bug 2009987
| Summary: | Review Request: python-sphinx-sitemap - Sitemap generator for Sphinx | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jerry James <loganjerry> |
| Component: | Package Review | Assignee: | Sandro Mani <manisandro> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | manisandro, package-review |
| Target Milestone: | --- | Flags: | manisandro:
fedora-review+
|
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-10-29 22:58:12 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Jerry James
2021-10-02 17:35:53 UTC
- Spec is sane
- License is correct
- Requires and provides are sane
- File ownership is okay
- No errors from rpmlint
Approved
At your option: suggested change to use %generate_buildrequires:
--- python-sphinx-sitemap.spec 2021-10-02 19:48:57.892462842 +0200
+++ python-sphinx-sitemap.spec.new 2021-10-02 20:17:54.463164873 +0200
@@ -12,11 +12,6 @@
BuildArch: noarch
BuildRequires: python3-devel
-BuildRequires: %{py3_dist pip}
-BuildRequires: %{py3_dist setuptools}
-BuildRequires: %{py3_dist six}
-BuildRequires: %{py3_dist sphinx}
-BuildRequires: %{py3_dist wheel}
%global _description %{expand:
This package contains a Sphinx extension to generate multiversion and
@@ -30,6 +25,9 @@
%description -n python3-%{srcname} %_description
+%generate_buildrequires
+%pyproject_buildrequires -r
+
%prep
%autosetup -n %{srcname}-%{version}
(In reply to Sandro Mani from comment #1) > At your option: suggested change to use %generate_buildrequires: I have resisted using %generate_buildrequires because it ruins a common workflow of mine, where I use grep to look through spec files to figure out build-time dependencies. I'll probably give in eventually, but not until I figure out a new workflow that is just as simple. Thank you for the review! (fedscm-admin): The Pagure repository was created at https://src.fedoraproject.org/rpms/python-sphinx-sitemap FEDORA-2021-a2814f37b9 has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2021-a2814f37b9 FEDORA-2021-a2814f37b9 has been pushed to the Fedora 35 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf install --enablerepo=updates-testing --advisory=FEDORA-2021-a2814f37b9 \*` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-a2814f37b9 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2021-a2814f37b9 has been pushed to the Fedora 35 stable repository. If problem still persists, please make note of it in this bug report. |