[Bug 1812124] Review Request: python-sphinxcontrib-openapi - OpenAPI spec renderer for Sphinx

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



--- Comment #1 from Miro Hrončok <mhroncok@xxxxxxxxxx> ---
  Source0:        https://pypi.io/packages/source/%(c=%{pypi_name}; echo
${c:0:1})/%{pypi_name}/%{pypi_name}-%{version}.tar.gz

There is a amcor:

  Source0:        %{pypi_source}

--------------------------

  %build
  %{__python3} setup.py build

  %install
  %{__python3} setup.py install -O1 --skip-build --root %{buildroot}


This should nowdays be:


  %build
  %py3_build

  %install
  %py3_install


--------------------------

  Requires:       python3-sphinxcontrib-httpdomain
  Requires:       python3-jsonschema
  Requires:       python3-pyyaml

This should use the automatic dependencies instead (possibly by not deleting
the requirements.txt file?)



--------------------------


The two "initial packaging" changelog entries are confusing.

-- 
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
_______________________________________________
package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx
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/package-review@xxxxxxxxxxxxxxxxxxxxxxx




[Index of Archives]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite Conditions]     [KDE Users]

  Powered by Linux