Re: Ayuda para instalar python 3.7

2019-04-17 Thread Gregor Riepl
> Para poder instalar py3.7 por default, tendrías que descargarlo desde
> https://www.python.org/downloads/
> y ejecutar ```./configure && make && make install```

Alternatively, if you are patient, buster will become stable very soon.
It comes with Python 3.7 by default.



Re: Ayuda para instalar python 3.7

2019-04-17 Thread Emmanuel Arias
Hola Geovany,

Comúnmente se suele escribir en inglés.

Para poder instalar py3.7 por default, tendrías que descargarlo desde
https://www.python.org/downloads/
y ejecutar ```./configure && make && make install```

Saludos!

-- 
Emmanuel Arias
@eamanu
https://eamanu.com




signature.asc
Description: OpenPGP digital signature


RE: Bug#916682: python-cryptography: build from source fails with libssl-dev_1.1.0j-1~deb9u1 amd64

2019-04-17 Thread Mayer, Dirk
Tags: ftbfs

Hello,
it seems this is still an issue.
My workaround was holding back that version of libssl-dev with:
sudo -E apt-get install libssl1.1=1.1.0f-3+deb9u2 -qq -y 
--allow-downgrades
sudo -E apt-get install libssl-dev=1.1.0f-3+deb9u2 -qq -y 
--allow-downgrades
   sudo apt-mark hold libssl1.1 libssl-dev


But this does not work anymore, because this versions of the libs are not 
available for installation anymore on the official Debian mirrors:
+ sudo -E apt-get install libssl1.1=1.1.0f-3+deb9u2 -qq -y --allow-downgrades
E: Version '1.1.0f-3+deb9u2' for 'libssl1.1' was not found
+ sudo -E apt-get install libssl-dev=1.1.0f-3+deb9u2 -qq -y --allow-downgrades
E: Version '1.1.0f-3+deb9u2' for 'libssl-dev' was not found

Is there any chance with bug will be fixed ?
Do you need more information ?

Thanks an best regards
Dirk Mayer


From: Tristan Seligmann  
Sent: Montag, 17. Dezember 2018 12:24
To: Mayer, Dirk (PD PA DE-L SWA OP) ; 
916...@bugs.debian.org; debian-python 
Subject: Re: Bug#916682: python-cryptography: build from source fails with 
libssl-dev_1.1.0j-1~deb9u1 amd64

I suspect this is fixed upstream but I am unable to take care of uploading a 
new version for the next few weeks. An NMU / team upload would be appreciated! 


Re: Help needed with celery/kombu

2019-04-17 Thread merkys
Hello,

On 2019-04-17 00:59, Brian May wrote:
> I see there in stretch that there is a key in
> debian/upstream-signing-key.pgp, maybe upstream changed their key?

at some point in time signing keys should have been moved to
debian/upstream/signing-key.asc, at least this is what manpage of uscan
2.19.4 says.

Hope this helps,
Andrius