Macro to smoke-test-import a Python module in %check

2021-06-28 Thread Miro Hrončok
Hello Python RPM packagers, based on some discussion in the "F35 Change: Python Packaging Guidelines overhaul (System-Wide Change proposal)" thread [0], I've drafted a macro that can help to test-import a Python module in %check when no other tests exist or are when they cannot be executed dur

Re: [Fedora-packaging] Macro to smoke-test-import a Python module in %check

2021-06-28 Thread Miro Hrončok
On 28. 06. 21 22:25, Dan Čermák wrote: Hi Miro, Miro Hrončok writes: Hello Python RPM packagers, based on some discussion in the "F35 Change: Python Packaging Guidelines overhaul (System-Wide Change proposal)" thread [0], I've drafted a macro that can help to test-import a Python module in %

package review request

2021-06-28 Thread Mukundan Ragavan
Hi, Can someone please review this relatively straightforward package? This is new dependency for spyder. https://bugzilla.redhat.com/show_bug.cgi?id=1977120 Thank you. Mukundan. -- GPG Key: E5C8BC67 OpenPGP_signature Description: OpenPGP digital signature ___

Re: Macro to smoke-test-import a Python module in %check

2021-06-28 Thread Felix Schwarz
Am 28.06.21 um 21:44 schrieb Miro Hrončok: The semantics is quite simple:     %check     %py3_check_import mymodule mymodule.submodule Looks great! Thank you. Please let us know when we should start adding that to our Python packages. :-) Felix ___