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

Maxwell G <maxw...@gtmx.me> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |maxw...@gtmx.me



--- Comment #4 from Maxwell G <maxw...@gtmx.me> ---
You should use the pyproject macros here. %py3_build and %py3_install are
deprecated.

> %global pypi_version 1.0.0b7

I don't like this, as you now have to change two places to update the package.

Something like

%{version_no_tilde %{quote:%{nil}}}

or 

%(echo %{version} | tr -d "~")

would be better.


-- 
You are receiving this mail because:
You are always notified about changes to this product and component
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2187698
_______________________________________________
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
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@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to