pgAdmin 4 commit: Replace the PyCrypto module with the cryptographymod

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Replace the PyCrypto module with the cryptographymod
Дата
Msg-id E1gpDmV-0007ZK-1J@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Replace the PyCrypto module with the cryptography module. Fixes #3272

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b786c4c140434d26b0bacbd8d79bae1bf28b7ec5
Author: Cyril Jouve <jv.cyril@gmail.com>

Modified Files
--------------
Make.bat                         | 11 ---------
docs/en_US/release_notes_4_2.rst |  1 +
requirements.txt                 |  1 -
web/pgadmin/utils/crypto.py      | 53 +++++++++++++++++++++-------------------
4 files changed, 29 insertions(+), 37 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][RM3865] Difficult to resize Query Tool
Следующее
От: Dave Page
Дата:
Сообщение: Re: Replace PyCrypto by cryptography