Re: [Attn. Maintainers] prepare your packages for release of perl-5.32

2021-02-17 Thread Andrew Schulman via Cygwin-apps
> Andrew Schulman via Cygwin-apps writes:
> > Packaging error will be fixed in the forthcoming stow-2.3.1+5.32-1, which
> > will be compatible with perl-5.32. So same release as the perl update.
> 
> Please let us know when you have uploaded the package.  Thanks.

Uploaded stow-2.3.1+5.32-1.



Re: [ATTN MAINTAINER] mercurial with python3

2021-02-17 Thread Marco Atzeri via Cygwin-apps

ping

On 02.01.2021 09:54, Marco Atzeri wrote:

Hi Jari,
can you provide a test version that works with python3.8 ?

--
$ hg clone http://hg.code.sf.net/p/graphicsmagick/code GM
Traceback (most recent call last):
   File "/usr/bin/hg", line 43, in 
     dispatch.run()
   File "/usr/lib/python3.8/importlib/util.py", line 245, in 
__getattribute__

     self.__spec__.loader.exec_module(self)
   File "", line 783, in exec_module
   File "", line 219, in 
_call_with_frames_removed
   File "/usr/lib/python2.7/site-packages/mercurial/dispatch.py", line 
22, in 

...
     import http.cookiejar as cookielib
   File "/usr/lib/python3.8/importlib/util.py", line 245, in 
__getattribute__

     self.__spec__.loader.exec_module(self)
   File "/usr/lib/python2.7/site-packages/http/__init__.py", line 7, in 

     raise ImportError('This package should not be accessible on Python 
3. '
ImportError: This package should not be accessible on Python 3. Either 
you are trying to run from the python-future src folder or your 
installation of python-future is corrupted.
- 



the usage of

$ alternatives --config python

to set for python2.7 works as expected for the time being.

Regards
Marco