public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* Python 3.9
@ 2021-12-09  6:26 Marco Atzeri
  2021-12-12 22:14 ` Marco Atzeri
  0 siblings, 1 reply; 14+ messages in thread
From: Marco Atzeri @ 2021-12-09  6:26 UTC (permalink / raw)
  To: cygwin-apps

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 while..

Regards
Marco

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Python 3.9
  2021-12-09  6:26 Python 3.9 Marco Atzeri
@ 2021-12-12 22:14 ` Marco Atzeri
  2021-12-13 11:52   ` Hamish McIntyre-Bhatty
                     ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Marco Atzeri @ 2021-12-12 22:14 UTC (permalink / raw)
  To: cygwin-apps, hamishmb

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 |grep python38 |wc -l
> 154
> 
> It could take a while..
> 


$ cygcheck -cd |grep python39 |wc -l
44

but I hit a missing package: python-imaging


Hamish,
can you upload a new python-imaging that includes the 39 ?

I just uploaded the python39-olefile that seems the only dependency.
If you need anything else let me know

Regards
Marco


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Python 3.9
  2021-12-12 22:14 ` Marco Atzeri
@ 2021-12-13 11:52   ` Hamish McIntyre-Bhatty
  2021-12-13 12:32   ` Hamish McIntyre-Bhatty
                     ` (2 subsequent siblings)
  3 siblings, 0 replies; 14+ messages in thread
From: Hamish McIntyre-Bhatty @ 2021-12-13 11:52 UTC (permalink / raw)
  To: cygwin-apps

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 -cd |grep python39 |wc -l
>> 25
>>
>> $ cygcheck -cd |grep python38 |wc -l
>> 154
>>
>> It could take a while..
>>
>
>
> $ cygcheck -cd |grep python39 |wc -l
> 44
>
> but I hit a missing package: python-imaging
>
>
> Hamish,
> can you upload a new python-imaging that includes the 39 ?
>
> I just uploaded the python39-olefile that seems the only dependency.
> If you need anything else let me know
>
> Regards
> Marco

Okay.

Guess I'll rebuild wxPython as well then.

I'm midway through doing an update to wxPython 4.1.x but can't get the 
wxWidgets unit tests to build, so I'll do that later I guess.

Hamish




^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Python 3.9
  2021-12-12 22:14 ` Marco Atzeri
  2021-12-13 11:52   ` Hamish McIntyre-Bhatty
@ 2021-12-13 12:32   ` Hamish McIntyre-Bhatty
  2021-12-13 18:29     ` Marco Atzeri
  2021-12-17 18:34   ` Hamish McIntyre-Bhatty
  2021-12-17 18:35   ` Hamish McIntyre-Bhatty
  3 siblings, 1 reply; 14+ messages in thread
From: Hamish McIntyre-Bhatty @ 2021-12-13 12:32 UTC (permalink / raw)
  To: cygwin-apps

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 -cd |grep python39 |wc -l
>> 25
>>
>> $ cygcheck -cd |grep python38 |wc -l
>> 154
>>
>> It could take a while..
>>
>
>
> $ cygcheck -cd |grep python39 |wc -l
> 44
>
> but I hit a missing package: python-imaging
>
>
> Hamish,
> can you upload a new python-imaging that includes the 39 ?
>
> I just uploaded the python39-olefile that seems the only dependency.
> If you need anything else let me know
>
> Regards
> Marco

NB: Does this mean 3.6 is now on its way out in Cygwin?

Hamish


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Python 3.9
  2021-12-13 12:32   ` Hamish McIntyre-Bhatty
@ 2021-12-13 18:29     ` Marco Atzeri
  0 siblings, 0 replies; 14+ messages in thread
From: Marco Atzeri @ 2021-12-13 18:29 UTC (permalink / raw)
  To: cygwin-apps

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 doing a last update for 3.6 for packages that still build.
Some are already 3.7 or more

After this round I plan to drop 3.6 as upstream is doing


Regards
Marco

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Python 3.9
  2021-12-12 22:14 ` Marco Atzeri
  2021-12-13 11:52   ` Hamish McIntyre-Bhatty
  2021-12-13 12:32   ` Hamish McIntyre-Bhatty
@ 2021-12-17 18:34   ` Hamish McIntyre-Bhatty
  2021-12-17 18:35   ` Hamish McIntyre-Bhatty
  3 siblings, 0 replies; 14+ messages in thread
From: Hamish McIntyre-Bhatty @ 2021-12-17 18:34 UTC (permalink / raw)
  To: cygwin-apps

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 -cd |grep python39 |wc -l
>> 25
>>
>> $ cygcheck -cd |grep python38 |wc -l
>> 154
>>
>> It could take a while..
>>
>
>
> $ cygcheck -cd |grep python39 |wc -l
> 44
>
> but I hit a missing package: python-imaging
>
>
> Hamish,
> can you upload a new python-imaging that includes the 39 ?
>
> I just uploaded the python39-olefile that seems the only dependency.
> If you need anything else let me know
>
> Regards
> Marco

Okay.

Guess I'll rebuild wxPython as well then.

I'm midway through doing an update to wxPython 4.1.x but can't get the 
wxWidgets unit tests to build, so I'll do that later I guess.

Hamish




^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Python 3.9
  2021-12-12 22:14 ` Marco Atzeri
                     ` (2 preceding siblings ...)
  2021-12-17 18:34   ` Hamish McIntyre-Bhatty
@ 2021-12-17 18:35   ` Hamish McIntyre-Bhatty
  2021-12-25  7:19     ` Marco Atzeri
  3 siblings, 1 reply; 14+ messages in thread
From: Hamish McIntyre-Bhatty @ 2021-12-17 18:35 UTC (permalink / raw)
  To: cygwin-apps

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 -cd |grep python39 |wc -l
>> 25
>>
>> $ cygcheck -cd |grep python38 |wc -l
>> 154
>>
>> It could take a while..
>>
>
>
> $ cygcheck -cd |grep python39 |wc -l
> 44
>
> but I hit a missing package: python-imaging
>
>
> Hamish,
> can you upload a new python-imaging that includes the 39 ?
>
> I just uploaded the python39-olefile that seems the only dependency.
> If you need anything else let me know
>
> Regards
> Marco

Okay, all done.


Hamish



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Python 3.9
  2021-12-17 18:35   ` Hamish McIntyre-Bhatty
@ 2021-12-25  7:19     ` Marco Atzeri
  2021-12-26 23:14       ` Hamish McIntyre-Bhatty
  0 siblings, 1 reply; 14+ messages in thread
From: Marco Atzeri @ 2021-12-25  7:19 UTC (permalink / raw)
  To: cygwin-apps

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 just uploaded the python39-olefile that seems the only dependency.
>> If you need anything else let me know
>>
>> Regards
>> Marco
> 
> Okay, all done.
> 
> 
> Hamish

I think the "test" limitation is not needed.

Regards
Marco


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Python 3.9
  2021-12-25  7:19     ` Marco Atzeri
@ 2021-12-26 23:14       ` Hamish McIntyre-Bhatty
  2021-12-28  7:17         ` Marco Atzeri
  0 siblings, 1 reply; 14+ messages in thread
From: Hamish McIntyre-Bhatty @ 2021-12-26 23:14 UTC (permalink / raw)
  To: cygwin-apps

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 python-imaging that includes the 39 ?
>>>
>>> I just uploaded the python39-olefile that seems the only dependency.
>>> If you need anything else let me know
>>>
>>> Regards
>>> Marco
>>
>> Okay, all done.
>>
>>
>> Hamish
> 
> 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.

I sell a program that depends on this package, so any big problems with 
it will be fixed in good time.

Hamish

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Python 3.9
  2021-12-26 23:14       ` Hamish McIntyre-Bhatty
@ 2021-12-28  7:17         ` Marco Atzeri
  2021-12-28 10:12           ` Hamish McIntyre-Bhatty
  0 siblings, 1 reply; 14+ messages in thread
From: Marco Atzeri @ 2021-12-28  7:17 UTC (permalink / raw)
  To: cygwin-apps

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 skipped, 4 xfailed, 3 warnings

I need to repeat with X for some of the skipped tests.

Few additional module are needed for the test and I am packing them.


> I sell a program that depends on this package, so any big problems with 
> it will be fixed in good time.
> 
> Hamish

Marco

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Python 3.9
  2021-12-28  7:17         ` Marco Atzeri
@ 2021-12-28 10:12           ` Hamish McIntyre-Bhatty
  2021-12-31 11:45             ` Marco Atzeri
  0 siblings, 1 reply; 14+ messages in thread
From: Hamish McIntyre-Bhatty @ 2021-12-28 10:12 UTC (permalink / raw)
  To: cygwin-apps

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 Imaging with "tox"
> 1 failed, 1868 passed, 43 skipped, 4 xfailed, 3 warnings
> 
> I need to repeat with X for some of the skipped tests.
> 
> Few additional module are needed for the test and I am packing them.

Oh, I was talking about python3-wx and wxWidgets-3.1. python-imaging's 
built in tests work fine, but there are only like 50 of them IIRC.

Let me know how that goes and I'll update the package to test with tox 
when "cygport test" is run, if that seems like a good idea. I need to 
update it anyway because the CI failed to built it for some reason.

> 
> 
>> I sell a program that depends on this package, so any big problems 
>> with it will be fixed in good time.
>>
>> Hamish
> 
> Marco
>

Hamish

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Python 3.9
  2021-12-28 10:12           ` Hamish McIntyre-Bhatty
@ 2021-12-31 11:45             ` Marco Atzeri
  2022-01-02 14:04               ` Hamish McIntyre-Bhatty
  0 siblings, 1 reply; 14+ messages in thread
From: Marco Atzeri @ 2021-12-31 11:45 UTC (permalink / raw)
  To: cygwin-apps

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, they won't even compile 
>>> right now.
>>
>> Testing Imaging with "tox"
>> 1 failed, 1868 passed, 43 skipped, 4 xfailed, 3 warnings
>>
>> I need to repeat with X for some of the skipped tests.
>>
>> Few additional module are needed for the test and I am packing them.
> 
> Oh, I was talking about python3-wx and wxWidgets-3.1. python-imaging's 
> built in tests work fine, but there are only like 50 of them IIRC.
> 
> Let me know how that goes and I'll update the package to test with tox 
> when "cygport test" is run, if that seems like a good idea. I need to 
> update it anyway because the CI failed to built it for some reason.
> 

tox and the others needed for python-imaging tests are up.

Up to you if you want to add the "test" phase or not to the cygport.
Currently almost none of the python packages have a proper testing;
I locally used pytest or tox for testing them

Regards
Marco




^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Python 3.9
  2021-12-31 11:45             ` Marco Atzeri
@ 2022-01-02 14:04               ` Hamish McIntyre-Bhatty
  2022-01-02 16:00                 ` Marco Atzeri
  0 siblings, 1 reply; 14+ messages in thread
From: Hamish McIntyre-Bhatty @ 2022-01-02 14:04 UTC (permalink / raw)
  To: cygwin-apps

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
>>>>
>>>> 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 skipped, 4 xfailed, 3 warnings
>>>
>>> I need to repeat with X for some of the skipped tests.
>>>
>>> Few additional module are needed for the test and I am packing them.
>>
>> Oh, I was talking about python3-wx and wxWidgets-3.1. python-imaging's 
>> built in tests work fine, but there are only like 50 of them IIRC.
>>
>> Let me know how that goes and I'll update the package to test with tox 
>> when "cygport test" is run, if that seems like a good idea. I need to 
>> update it anyway because the CI failed to built it for some reason.
>>
> 
> tox and the others needed for python-imaging tests are up.
> 
> Up to you if you want to add the "test" phase or not to the cygport.
> Currently almost none of the python packages have a proper testing;
> I locally used pytest or tox for testing them
> 
> Regards
> Marco

Cheers, I'll have a look.

What command(s) are you using to test with tox? I have never used tox 
before so it would be useful to know.

Hamish

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Python 3.9
  2022-01-02 14:04               ` Hamish McIntyre-Bhatty
@ 2022-01-02 16:00                 ` Marco Atzeri
  0 siblings, 0 replies; 14+ messages in thread
From: Marco Atzeri @ 2022-01-02 16:00 UTC (permalink / raw)
  To: cygwin-apps

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 "test" limitation is not needed.
>>>>>>
> 
> Cheers, I'll have a look.
> 
> What command(s) are you using to test with tox? I have never used tox 
> before so it would be useful to know.
> 
> Hamish

in python-imaging-8.4.0-1.x86_64/build
just run "tox" and it will catch the tox.ini

you may need to add some of the packages I recently uploaded




^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2022-01-02 16:00 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-09  6:26 Python 3.9 Marco Atzeri
2021-12-12 22:14 ` Marco Atzeri
2021-12-13 11:52   ` Hamish McIntyre-Bhatty
2021-12-13 12:32   ` Hamish McIntyre-Bhatty
2021-12-13 18:29     ` Marco Atzeri
2021-12-17 18:34   ` Hamish McIntyre-Bhatty
2021-12-17 18:35   ` Hamish McIntyre-Bhatty
2021-12-25  7:19     ` Marco Atzeri
2021-12-26 23:14       ` Hamish McIntyre-Bhatty
2021-12-28  7:17         ` Marco Atzeri
2021-12-28 10:12           ` Hamish McIntyre-Bhatty
2021-12-31 11:45             ` Marco Atzeri
2022-01-02 14:04               ` Hamish McIntyre-Bhatty
2022-01-02 16:00                 ` Marco Atzeri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).