[Bug 1958895] Review Request: python-socks - Core proxy (SOCKS4, SOCKS5, HTTP tunneling) functionality for Python

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

 



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



--- Comment #6 from Miro Hrončok <mhroncok@xxxxxxxxxx> ---
Thanks! It makes a difference for us as provenpackagers / Python maintainers
when we need to read or adapt the spec.


The next thing is just a tip:

%{?python_extras_subpkg:%python_extras_subpkg -n python3-socks -i
%{python3_sitelib}/*.egg-info asyncio}
%{?python_extras_subpkg:%python_extras_subpkg -n python3-socks -i
%{python3_sitelib}/*.egg-info curio}
%{?python_extras_subpkg:%python_extras_subpkg -n python3-socks -i
%{python3_sitelib}/*.egg-info trio}

This can be replaced with

%{?python_extras_subpkg:
%python_extras_subpkg -n python3-socks -i %{python3_sitelib}/*.egg-info asyncio
%python_extras_subpkg -n python3-socks -i %{python3_sitelib}/*.egg-info curio
%python_extras_subpkg -n python3-socks -i %{python3_sitelib}/*.egg-info trio
}

Or even:

%{?python_extras_subpkg:%python_extras_subpkg -n python3-socks -i
%{python3_sitelib}/*.egg-info asyncio curio trio}


I let Karolina run the automated checks tmrw.


-- 
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
Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure




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

  Powered by Linux