Intent to retire python2-setuptools

2021-06-23 Thread Miro Hrončok
Hello Fedorans and especially Pythonistas. I'd like to retire python2-setuptools from Fedora 35+. It contains utilities to execute code downloaded from the internet and it has not been updated for 2 years. It has a potential of a security hole, although I am not currently aware of any. Unfo

Re: An unsuccessful case study: Using pyproject-rpm-macros with PyQt-builder and sip 5

2021-06-23 Thread Petr Viktorin
Hi, This looks like the pip issue for passing options to backends (like sip-build, presumably): https://github.com/pypa/pip/issues/5771 On 23. 06. 21 13:17, Miro Hrončok wrote: Hello, since Scott is working on update to sip 5 (thank you!) I've figured this is a good time check if we can use

Re: fedora python virtualbox

2021-06-23 Thread Miro Hrončok
On 23. 06. 21 17:04, Szymon Gawłowski wrote: Hello there! I've installed Fedora-python on the Virtualbox and need to enter login & password, but I don't know where it is? What is login&password? Hello Szymon, What is "Fedora-python" and where have you obtain it from? -- Miro Hrončok -- Phon

fedora python virtualbox

2021-06-23 Thread Szymon Gawłowski
Hello there! I've installed Fedora-python on the Virtualbox and need to enter login & password, but I don't know where it is? What is login&password? -- *Szymon Gawłowski* ___ python-devel mailing list -- python-devel@lists.fedoraproject.org To unsubscr

An unsuccessful case study: Using pyproject-rpm-macros with PyQt-builder and sip 5

2021-06-23 Thread Miro Hrončok
Hello, since Scott is working on update to sip 5 (thank you!) I've figured this is a good time check if we can use the PyQt-builder Python build backend with our pyproject-rpm-macros. tl;dr It is broken in various ways and I am unsure where to attempt to fix things. - This was m