Re: [patch] cygport : update to python 3.9

2022-07-03 Thread Marco Atzeri
On 03.07.2022 14:22, Jon Turney wrote: On 29/05/2022 16:54, Jon Turney wrote: Following is a sort of RFC, so let me know your opinion. Currently we have two type of Python packages 1) Pure python that exists at max as 2.7 3.6 3.7 3.8 3.9 plus 2 and 3     in that case 2/2.7 3/3.6 are EOL;    

Re: [patch] cygport : update to python 3.9

2022-07-03 Thread Jon Turney
On 29/05/2022 16:54, Jon Turney wrote: Following is a sort of RFC, so let me know your opinion. Currently we have two type of Python packages 1) Pure python that exists at max as 2.7 3.6 3.7 3.8 3.9 plus 2 and 3     in that case 2/2.7 3/3.6 are EOL;     I stopped last year to update the 2.7

Re: [patch] cygport : update to python 3.9

2022-06-29 Thread Hamish McIntyre-Bhatty
On 29/06/2022 16:36, Hamish McIntyre-Bhatty wrote: On 31/12/2021 10:00, Marco Atzeri wrote: Attached patch moves "default" from 3.6 to 3.9 Additional changes:   Remove 3.5 from all   Change future to 3.10 Other point: As 3.5 was never reall deployed, I think we can remove it from the

Re: [patch] cygport : update to python 3.9

2022-06-29 Thread Hamish McIntyre-Bhatty
On 29/06/2022 16:46, Marco Atzeri wrote: On 29.06.2022 17:36, Hamish McIntyre-Bhatty wrote: On 31/12/2021 10:00, Marco Atzeri wrote: Attached patch moves "default" from 3.6 to 3.9 Additional changes:   Remove 3.5 from all   Change future to 3.10 Other point: As 3.5 was never reall

Re: [patch] cygport : update to python 3.9

2022-06-29 Thread Marco Atzeri
On 29.06.2022 17:36, Hamish McIntyre-Bhatty wrote: On 31/12/2021 10:00, Marco Atzeri wrote: Attached patch moves "default" from 3.6 to 3.9 Additional changes:   Remove 3.5 from all   Change future to 3.10 Other point: As 3.5 was never reall deployed, I think we can remove it from the

Re: [patch] cygport : update to python 3.9

2022-06-29 Thread Hamish McIntyre-Bhatty
On 31/12/2021 10:00, Marco Atzeri wrote: Attached patch moves "default" from 3.6 to 3.9 Additional changes:  Remove 3.5 from all  Change future to 3.10 Other point: As 3.5 was never reall deployed, I think we can remove it from the distibution. As we have a lot of python3-* is obsoleded

Re: [patch] cygport : update to python 3.9

2022-05-29 Thread Jon Turney
On 03/01/2022 21:42, Marco Atzeri wrote: On 03.01.2022 18:37, Jon Turney wrote: On 31/12/2021 10:00, Marco Atzeri wrote: Attached patch moves "default" from 3.6 to 3.9 Other point: As 3.5 was never really deployed, I think we can remove it from the distribution. Agreed. I have started

Re: [patch] cygport : update to python 3.9

2022-01-08 Thread Marco Atzeri
On 08.01.2022 17:32, Jon Turney wrote: Whilst testing this, I note in passing that /usr/bin/pip3.9 has a '/usr/bin/python' shebang. So it fails to work correctly (acting as pip3.8 ?) after 'usr/sbin/alternatives --set python /usr/bin/python3.8' thanks for the advice upstream changed the

Re: [patch] cygport : update to python 3.9

2022-01-08 Thread Jon Turney
On 04/01/2022 16:05, Marco Atzeri wrote: On 03.01.2022 18:37, Jon Turney wrote: On 31/12/2021 10:00, Marco Atzeri wrote: Attached patch moves "default" from 3.6 to 3.9 Additional changes:   Remove 3.5 from all   Change future to 3.10 Thanks. Other point: As 3.5 was never really

Re: [patch] cygport : update to python 3.9

2022-01-04 Thread Marco Atzeri
On 03.01.2022 18:37, Jon Turney wrote: On 31/12/2021 10:00, Marco Atzeri wrote: Attached patch moves "default" from 3.6 to 3.9 Additional changes:   Remove 3.5 from all   Change future to 3.10 Thanks. Other point: As 3.5 was never really deployed, I think we can remove it from the

Re: [patch] cygport : update to python 3.9

2022-01-03 Thread Marco Atzeri
On 03.01.2022 18:37, Jon Turney wrote: On 31/12/2021 10:00, Marco Atzeri wrote: Attached patch moves "default" from 3.6 to 3.9 Other point: As 3.5 was never really deployed, I think we can remove it from the distribution. As we have a lot of python3-* is obsoleted py python36-* what is

Re: [patch] cygport : update to python 3.9

2022-01-03 Thread Jon Turney
On 31/12/2021 10:00, Marco Atzeri wrote: Attached patch moves "default" from 3.6 to 3.9 Additional changes:  Remove 3.5 from all  Change future to 3.10 Thanks. Other point: As 3.5 was never really deployed, I think we can remove it from the distribution. As we have a lot of

Re: Python 3.9

2022-01-02 Thread Marco Atzeri
On 02.01.2022 15:04, Hamish McIntyre-Bhatty wrote: On 31/12/2021 11:45, Marco Atzeri wrote: On 28.12.2021 11:12, Hamish McIntyre-Bhatty wrote: On 28/12/2021 07:17, Marco Atzeri wrote: On 27.12.2021 00:14, Hamish McIntyre-Bhatty wrote: On 25/12/2021 07:19, Marco Atzeri wrote: I think the

Re: Python 3.9

2022-01-02 Thread Hamish McIntyre-Bhatty
On 31/12/2021 11:45, Marco Atzeri wrote: On 28.12.2021 11:12, Hamish McIntyre-Bhatty wrote: On 28/12/2021 07:17, Marco Atzeri wrote: On 27.12.2021 00:14, Hamish McIntyre-Bhatty wrote: On 25/12/2021 07:19, Marco Atzeri wrote: I think the "test" limitation is not needed. Regards Marco

Re: Python 3.9

2021-12-31 Thread Marco Atzeri
On 28.12.2021 11:12, Hamish McIntyre-Bhatty wrote: On 28/12/2021 07:17, Marco Atzeri wrote: On 27.12.2021 00:14, Hamish McIntyre-Bhatty wrote: On 25/12/2021 07:19, Marco Atzeri wrote: I think the "test" limitation is not needed. Regards Marco Perhaps, but I need to sort the unit tests,

[patch] cygport : update to python 3.9

2021-12-31 Thread Marco Atzeri
Attached patch moves "default" from 3.6 to 3.9 Additional changes: Remove 3.5 from all Change future to 3.10 Other point: As 3.5 was never reall deployed, I think we can remove it from the distibution. As we have a lot of python3-* is obsoleded py python36-* what is the best way to

Re: Python 3.9

2021-12-28 Thread Hamish McIntyre-Bhatty
On 28/12/2021 07:17, Marco Atzeri wrote: On 27.12.2021 00:14, Hamish McIntyre-Bhatty wrote: On 25/12/2021 07:19, Marco Atzeri wrote: I think the "test" limitation is not needed. Regards Marco Perhaps, but I need to sort the unit tests, they won't even compile right now. Testing

Re: Python 3.9

2021-12-27 Thread Marco Atzeri
On 27.12.2021 00:14, Hamish McIntyre-Bhatty wrote: On 25/12/2021 07:19, Marco Atzeri wrote: I think the "test" limitation is not needed. Regards Marco Perhaps, but I need to sort the unit tests, they won't even compile right now. Testing Imaging with "tox" 1 failed, 1868 passed, 43

Re: Python 3.9

2021-12-26 Thread Hamish McIntyre-Bhatty
On 25/12/2021 07:19, Marco Atzeri wrote: On 17.12.2021 19:35, Hamish McIntyre-Bhatty wrote: On 12/12/2021 22:14, Marco Atzeri wrote: On 09.12.2021 07:26, Marco Atzeri wrote: After the latest update of python 3.6-3.8 I have started the   deployment of python39 Hamish, can you upload a new

Re: Python 3.9

2021-12-24 Thread Marco Atzeri
On 17.12.2021 19:35, Hamish McIntyre-Bhatty wrote: On 12/12/2021 22:14, Marco Atzeri wrote: On 09.12.2021 07:26, Marco Atzeri wrote: After the latest update of python 3.6-3.8 I have started the   deployment of python39 Hamish, can you upload a new python-imaging that includes the 39 ? I

Re: Python 3.9

2021-12-17 Thread Hamish McIntyre-Bhatty
On 12/12/2021 22:14, Marco Atzeri wrote: On 09.12.2021 07:26, Marco Atzeri wrote: After the latest update of python 3.6-3.8 I have started the   deployment of python39 I will send the Announcement when I will be a bit more in depth on the deployment of the   python39-* packages $ cygcheck

Re: Python 3.9

2021-12-17 Thread Hamish McIntyre-Bhatty
On 12/12/2021 22:14, Marco Atzeri wrote: On 09.12.2021 07:26, Marco Atzeri wrote: After the latest update of python 3.6-3.8 I have started the   deployment of python39 I will send the Announcement when I will be a bit more in depth on the deployment of the   python39-* packages $ cygcheck

Re: Python 3.9

2021-12-13 Thread Marco Atzeri
On 13.12.2021 13:32, Hamish McIntyre-Bhatty wrote: On 12/12/2021 22:14, Marco Atzeri wrote: On 09.12.2021 07:26, Marco Atzeri wrote: After the latest update of python 3.6-3.8 I have started the   deployment of python39 NB: Does this mean 3.6 is now on its way out in Cygwin? Hamish I am

Re: Python 3.9

2021-12-13 Thread Hamish McIntyre-Bhatty
On 12/12/2021 22:14, Marco Atzeri wrote: On 09.12.2021 07:26, Marco Atzeri wrote: After the latest update of python 3.6-3.8 I have started the   deployment of python39 I will send the Announcement when I will be a bit more in depth on the deployment of the   python39-* packages $ cygcheck

Re: Python 3.9

2021-12-13 Thread Hamish McIntyre-Bhatty
On 12/12/2021 22:14, Marco Atzeri wrote: On 09.12.2021 07:26, Marco Atzeri wrote: After the latest update of python 3.6-3.8 I have started the   deployment of python39 I will send the Announcement when I will be a bit more in depth on the deployment of the   python39-* packages $ cygcheck

Re: Python 3.9

2021-12-12 Thread Marco Atzeri
On 09.12.2021 07:26, Marco Atzeri wrote: After the latest update of python 3.6-3.8 I have started the  deployment of python39 I will send the Announcement when I will be a bit more in depth on the deployment of the   python39-* packages $ cygcheck -cd |grep python39 |wc -l 25 $ cygcheck -cd

Python 3.9

2021-12-08 Thread Marco Atzeri
After the latest update of python 3.6-3.8 I have started the deployment of python39 I will send the Announcement when I will be a bit more in depth on the deployment of the python39-* packages $ cygcheck -cd |grep python39 |wc -l 25 $ cygcheck -cd |grep python38 |wc -l 154 It could take a