Re: Mass Python 2 packages Removal

2018-10-10 Thread Miro Hrončok
On 9.10.2018 22:51, Zbigniew Jędrzejewski-Szmek wrote: On Tue, Sep 18, 2018 at 03:14:41PM +0200, Miro Hrončok wrote: Is anyone willing to look into automating this? Write a spec depython2izer? Hi, I wrote something that mostly seems to work: https://pagure.io/pyrenamer/blob/master/f/depython2

Re: Mass Python 2 packages Removal

2018-10-10 Thread Miro Hrončok
On 9.10.2018 23:42, Miro Hrončok wrote: On 9.10.2018 22:51, Zbigniew Jędrzejewski-Szmek wrote: On Tue, Sep 18, 2018 at 03:14:41PM +0200, Miro Hrončok wrote: Is anyone willing to look into automating this? Write a spec depython2izer? Hi, I wrote something that mostly seems to work: https://pa

test files in a python flat package

2018-10-10 Thread Jun Aruga
I noticed that the test files (/usr/lib64/python3.7/test) for python37 are occupying more than 50% in the package size, when I was cleaning the files in my local machine. If we actually do not use the test files, I do not want to include the files in the python37 package. Just want to separate the