Bug 33711

Summary: Нужен cryptography>=1.3.4
Product: Branch p8 Reporter: Vitaly Lipatov <lav>
Component: python-module-cryptographyAssignee: Andrey Cherepanov <cas>
Status: CLOSED FIXED QA Contact: qa-p8 <qa-p8>
Severity: normal    
Priority: P3 CC: cow, viy
Version: не указана   
Hardware: all   
OS: Linux   

Description Vitaly Lipatov 2017-08-01 18:14:59 MSK
Неожиданно потребовался cryptography>=1.3.4 для certbot:

pkg_resources.ContextualVersionConflict: (cryptography 1.3.1 (/usr/lib64/python2.7/site-packages), Requirement.parse('cryptography>=1.3.4'), set(['requests']))

Есть ли возможность портировать последнюю версию из Сизифа?
Comment 1 Vitaly Lipatov 2017-08-01 18:19:36 MSK
Это требование приходит через пакет requires:

# cat /usr/lib/python2.7/site-packages/requests-2.12.4-py2.7.egg-info/requires.txt 

[security]
pyOpenSSL>=0.14
cryptography>=1.3.4
idna>=2.0.0

[socks]
PySocks>=1.5.6, !=1.5.7


Он подключается как requests[security]. Может быть, будет правильно добавить указанные зависимости на версии в пакет python-module-requests?
Comment 2 Andrey Cherepanov 2017-08-03 11:14:27 MSK
Прошу проверить:

186128 TESTED #3 [test-only] p8 python-module-requests.git=2.12.4-alt3.M80P.2 python-module-cffi.git=1.10.0-alt0.M80P.1 python-module-cryptography.git=2.0.0-alt0.M80P.1 python-module-asn1crypto.git=0.22.0-alt0.M80P.1 python-module-idna.git=2.5-alt0.M80P.1
Comment 3 Repository Robot 2017-08-04 11:34:18 MSK
python-module-cryptography-2.0.0-alt0.M80P.1 -> p8:

Wed Aug 02 2017 Andrey Cherepanov <cas@altlinux.org> 2.0.0-alt0.M80P.1
- Backport new version to p8 branch (ALT #33711)

Wed Jul 19 2017 Vladimir Didenko <cow@altlinux.ru> 2.0.0-alt1
- 2.0.0

Thu Jun 08 2017 Vladimir Didenko <cow@altlinux.ru> 1.9.0-alt1
- 1.9.0

Mon Mar 13 2017 Vladimir Didenko <cow@altlinux.ru> 1.8.1-alt1
- 1.8.1

Fri Dec 16 2016 Vladimir Didenko <cow@altlinux.ru> 1.7.1-alt1
- 1.7.1

Tue Nov 22 2016 Vladimir Didenko <cow@altlinux.ru> 1.6.0-alt1
- 1.6.0

Tue Oct 18 2016 Vladimir Didenko <cow@altlinux.ru> 1.5.2-alt1
- 1.5.2

Tue Aug 30 2016 Vladimir Didenko <cow@altlinux.ru> 1.5.0-alt1
- 1.5.0

Thu Jun 09 2016 Vladimir Didenko <cow@altlinux.ru> 1.4.0-alt1
- 1.4.0
Comment 4 Vitaly Lipatov 2017-08-05 07:46:24 MSK
Большое спасибо, работает!