Problems with %py_provides macro

2020-11-30 Thread Mattia Verga
I've just received [1] this bug report about wrong generated Provides for py3dist() and py3.9dist() for package python-pytest-filter-subpackage. It seems that the %py_provides macro doesn't generate the correct Provides. I think I have another case with python-graphql-server [2]. Do you think th

Re: Problems with %py_provides macro

2020-11-30 Thread Miro Hrončok
On 11/30/20 7:08 PM, Mattia Verga wrote: I've just received [1] this bug report about wrong generated Provides for py3dist() and py3.9dist() for package python-pytest-filter-subpackage. It seems that the %py_provides macro doesn't generate the correct Provides. I think I have another case with

Re: %pyproject_install: .dist-info vs .egg-info

2020-11-30 Thread Felix Schwarz
On 30.11.20 10:54, Miro Hrončok wrote: Hence wrt backwards compatibility: pip might now refuse to uninstall the RPM installed package, while previously it would have done so happily. That is an improvement, but technically is not 100% backwards compatible behavior. Oh, I can live with THAT :-

Re: %pyproject_install: .dist-info vs .egg-info

2020-11-30 Thread Miro Hrončok
On 11/29/20 11:11 PM, Donald Stufft wrote: On Nov 29, 2020, at 5:00 PM, Felix Schwarz wrote: Hey, I just noticed that the new packaging macros create a .dist-info directory instead of .egg-info. Just to be sure: There is no incompatibility between these two, right? So setuptools-based co