python-cryptography: 2.9.2 -> 3.0

This commit is contained in:
Danny Rawlins 2020-08-16 16:48:02 +10:00
parent 118d70d656
commit 1e81d78cf8
3 changed files with 14 additions and 15 deletions

View File

@ -2,13 +2,13 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python2.7/
drwxr-xr-x root/root usr/lib/python2.7/site-packages/
drwxr-xr-x root/root usr/lib/python2.7/site-packages/cryptography-2.9.2-py2.7.egg-info/
-rw-r--r-- root/root usr/lib/python2.7/site-packages/cryptography-2.9.2-py2.7.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python2.7/site-packages/cryptography-2.9.2-py2.7.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python2.7/site-packages/cryptography-2.9.2-py2.7.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python2.7/site-packages/cryptography-2.9.2-py2.7.egg-info/not-zip-safe
-rw-r--r-- root/root usr/lib/python2.7/site-packages/cryptography-2.9.2-py2.7.egg-info/requires.txt
-rw-r--r-- root/root usr/lib/python2.7/site-packages/cryptography-2.9.2-py2.7.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python2.7/site-packages/cryptography-3.0-py2.7.egg-info/
-rw-r--r-- root/root usr/lib/python2.7/site-packages/cryptography-3.0-py2.7.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python2.7/site-packages/cryptography-3.0-py2.7.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python2.7/site-packages/cryptography-3.0-py2.7.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python2.7/site-packages/cryptography-3.0-py2.7.egg-info/not-zip-safe
-rw-r--r-- root/root usr/lib/python2.7/site-packages/cryptography-3.0-py2.7.egg-info/requires.txt
-rw-r--r-- root/root usr/lib/python2.7/site-packages/cryptography-3.0-py2.7.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python2.7/site-packages/cryptography/
-rw-r--r-- root/root usr/lib/python2.7/site-packages/cryptography/__about__.py
-rw-r--r-- root/root usr/lib/python2.7/site-packages/cryptography/__about__.pyc
@ -107,7 +107,6 @@ drwxr-xr-x root/root usr/lib/python2.7/site-packages/cryptography/hazmat/binding
-rw-r--r-- root/root usr/lib/python2.7/site-packages/cryptography/hazmat/bindings/__init__.py
-rw-r--r-- root/root usr/lib/python2.7/site-packages/cryptography/hazmat/bindings/__init__.pyc
-rw-r--r-- root/root usr/lib/python2.7/site-packages/cryptography/hazmat/bindings/__init__.pyo
-rwxr-xr-x root/root usr/lib/python2.7/site-packages/cryptography/hazmat/bindings/_constant_time.so
-rwxr-xr-x root/root usr/lib/python2.7/site-packages/cryptography/hazmat/bindings/_openssl.so
-rwxr-xr-x root/root usr/lib/python2.7/site-packages/cryptography/hazmat/bindings/_padding.so
drwxr-xr-x root/root usr/lib/python2.7/site-packages/cryptography/hazmat/bindings/openssl/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3+g8W8zScHsj4/Nm33nXH11cYKAELubLojCSsfhCczbn2cdzs0x4mrdviC+VFA5amKNUd22l+CH71jeDCcewHwk=
SHA256 (Pkgfile) = 1be88e5b397be5af379f2e547d2b286ade1ce9cc4c24bab5fe3110858ddc08b7
SHA256 (.footprint) = 1d647140a2feabe7e70355ed0596f2cd4e5b3ccd1e3accec5f4552e6155d9518
SHA256 (cryptography-2.9.2.tar.gz) = a0c30272fb4ddda5f5ffc1089d7405b7a71b0b0f51993cb4e5dbb4590b2fc229
RWSagIOpLGJF3/fhnZXFv0i2R14AuN4bUKoqni4qb77My8euGbiPsjehZI5SalOlg/ZFdiKAe83VNuG4npsNOYixV0NRyIlqxQ0=
SHA256 (Pkgfile) = 051da93b3bcf8b2e69264b42a6cc1cb390e1266b1fd9a73055f4b9c4da76dd72
SHA256 (.footprint) = 54e5378a4c1bd8974cea2bb81468b310edea49a616ce51bdacfb16531f2209fa
SHA256 (cryptography-3.0.tar.gz) = 4d71207639e8e945065d760b4c014b8d6f339d415a289737205546477ad9f85c

View File

@ -1,12 +1,12 @@
# Description: A package designed to expose cryptographic recipes and primitives to Python developers.
# URL: http://pypi.python.org/pypi/cryptography
# URL: https://pypi.python.org/pypi/cryptography
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: python-enum34 python-pyasn1 python-cffi
name=python-cryptography
version=2.9.2
version=3.0
release=1
source=(https://files.pythonhosted.org/packages/source/${name:7:1}/${name#*-}/${name#*-}-$version.tar.gz)
source=(https://github.com/pyca/${name#*-}/archive/$version/${name#*-}-$version.tar.gz)
build() {
cd ${name#*-}-$version