Re: Moving from python2 to python3

2020-12-30 Thread Marco Atzeri via Cygwin-apps
On 30.12.2020 16:41, Ken Brown via Cygwin-apps wrote: On 12/30/2020 9:10 AM, ASSI wrote: Marco Atzeri via Cygwin-apps writes: it seems the appveyor is not running the postinstall scripts It does run all the other ones, though… so there's something amiss with the logic that triggers that

Re: Moving from python2 to python3

2020-12-30 Thread Ken Brown via Cygwin-apps
On 12/30/2020 9:10 AM, ASSI wrote: Marco Atzeri via Cygwin-apps writes: it seems the appveyor is not running the postinstall scripts It does run all the other ones, though… so there's something amiss with the logic that triggers that script. python38-3.8.3-1 is missing its postinstall

Re: Moving from python2 to python3

2020-12-30 Thread ASSI
Marco Atzeri via Cygwin-apps writes: > it seems the appveyor is not running the postinstall scripts It does run all the other ones, though… so there's something amiss with the logic that triggers that script. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk

Re: Moving from python2 to python3

2020-12-30 Thread Marco Atzeri via Cygwin-apps
On 30.12.2020 08:21, Achim Gratz wrote: Marco Atzeri via Cygwin-apps writes: On 29.12.2020 21:57, Achim Gratz wrote: Marco Atzeri via Cygwin-apps writes: Removed now, and new versions are up as test for python36, 37, 38 and pip That's not what I'm seeing at the moment. Package python3

Re: Moving from python2 to python3

2020-12-29 Thread Achim Gratz
Marco Atzeri via Cygwin-apps writes: > On 29.12.2020 21:57, Achim Gratz wrote: >> Marco Atzeri via Cygwin-apps writes: >>> Removed now, and new versions are up as test for >>> python36, 37, 38 and pip >> That's not what I'm seeing at the moment. Package python3 wants to >> update to 3.8.6-1 and

Re: Moving from python2 to python3

2020-12-29 Thread Marco Atzeri via Cygwin-apps
On 29.12.2020 21:57, Achim Gratz wrote: Marco Atzeri via Cygwin-apps writes: Removed now, and new versions are up as test for python36, 37, 38 and pip That's not what I'm seeing at the moment. Package python3 wants to update to 3.8.6-1 and python38 tries to install 3.8.3-1, that doesn't

Re: Moving from python2 to python3

2020-12-29 Thread Achim Gratz
Marco Atzeri via Cygwin-apps writes: > Removed now, and new versions are up as test for > python36, 37, 38 and pip That's not what I'm seeing at the moment. Package python3 wants to update to 3.8.6-1 and python38 tries to install 3.8.3-1, that doesn't sound right. I'm not sure I am seeing the

Re: Moving from python2 to python3

2020-12-29 Thread Marco Atzeri via Cygwin-apps
On 29.12.2020 18:02, Marco Atzeri wrote: On 29.12.2020 17:42, Achim Gratz wrote: Marco Atzeri via Cygwin-apps writes: You'd better fix that error first. I can agree AFAICS this is still the current package version.  You might want top move it to test whilem you build the new packages, then

Re: Moving from python2 to python3

2020-12-29 Thread Marco Atzeri via Cygwin-apps
On 29.12.2020 17:42, Achim Gratz wrote: Marco Atzeri via Cygwin-apps writes: You'd better fix that error first. I can agree AFAICS this is still the current package version. You might want top move it to test whilem you build the new packages, then replace that version with the new release

Re: Moving from python2 to python3

2020-12-29 Thread Achim Gratz
Marco Atzeri via Cygwin-apps writes: >> You'd better fix that error first. > > I can agree AFAICS this is still the current package version. You might want top move it to test whilem you build the new packages, then replace that version with the new release later on. Regards, Achim. -- +<[Q+

Re: Moving from python2 to python3

2020-12-29 Thread Marco Atzeri via Cygwin-apps
On 29.12.2020 16:04, Ken Brown via Cygwin-apps wrote: On 12/29/2020 7:04 AM, Achim Gratz wrote: Marco Atzeri via Cygwin-apps writes: all python packages have been updated. /usr/bin/python /usr/bin/python3 both point now to python3.8 as default using alternatives. You broke the CI: An

Re: Moving from python2 to python3

2020-12-29 Thread Ken Brown via Cygwin-apps
On 12/29/2020 7:04 AM, Achim Gratz wrote: Marco Atzeri via Cygwin-apps writes: all python packages have been updated. /usr/bin/python /usr/bin/python3 both point now to python3.8 as default using alternatives. You broke the CI: Traceback (most recent call last): File "./scallywag", line

Re: Moving from python2 to python3

2020-12-29 Thread Marco Atzeri via Cygwin-apps
On 29.12.2020 13:04, Achim Gratz wrote: Marco Atzeri via Cygwin-apps writes: all python packages have been updated. /usr/bin/python /usr/bin/python3 both point now to python3.8 as default using alternatives. You broke the CI: self.connect() File

Re: Moving from python2 to python3

2020-12-29 Thread Achim Gratz
Marco Atzeri via Cygwin-apps writes: > all python packages have been updated. > > /usr/bin/python > /usr/bin/python3 > > both point now to python3.8 as default using alternatives. You broke the CI: Traceback (most recent call last): File "./scallywag", line 69, in response =

Re: Moving from python2 to python3

2020-12-29 Thread Marco Atzeri via Cygwin-apps
On 04.12.2020 22:04, Marco Atzeri wrote: On 28.11.2020 19:11, Ken Brown via Cygwin-apps wrote: probably I will release a test version of all python-2.18 python-3.6 python-3.7 python-3.8 before going in full Regards Marco all python packages have been updated. /usr/bin/python

Re: Moving from python2 to python3

2020-12-04 Thread Marco Atzeri via Cygwin-apps
it evolved into a discussion of moving from python2 to python3.  A recent post on the cygwin list reminded me that we never finished that discussion.  We left it with the question of what to do about scripts with a shebang that names python but might not work with python3. With python2 re

Moving from python2 to python3

2020-11-28 Thread Ken Brown via Cygwin-apps
This is a followup to a thread with subject "[PATCH] doc: Various fixes to makedocbook for python3.8" that began on the newlib list and then moved to https://cygwin.com/pipermail/cygwin-apps/2020-August/040442.html, where it evolved into a discussion of moving from python2