python3-cryptography: 2.7 -> 2.8

This commit is contained in:
Danny Rawlins 2019-11-10 19:50:04 +11:00
parent 5e8420962a
commit af4cf82fa7
3 changed files with 15 additions and 12 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/python3.7/
drwxr-xr-x root/root usr/lib/python3.7/site-packages/
drwxr-xr-x root/root usr/lib/python3.7/site-packages/cryptography-2.7-py3.7.egg-info/
-rw-r--r-- root/root usr/lib/python3.7/site-packages/cryptography-2.7-py3.7.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.7/site-packages/cryptography-2.7-py3.7.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.7/site-packages/cryptography-2.7-py3.7.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.7/site-packages/cryptography-2.7-py3.7.egg-info/not-zip-safe
-rw-r--r-- root/root usr/lib/python3.7/site-packages/cryptography-2.7-py3.7.egg-info/requires.txt
-rw-r--r-- root/root usr/lib/python3.7/site-packages/cryptography-2.7-py3.7.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.7/site-packages/cryptography-2.8-py3.7.egg-info/
-rw-r--r-- root/root usr/lib/python3.7/site-packages/cryptography-2.8-py3.7.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.7/site-packages/cryptography-2.8-py3.7.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.7/site-packages/cryptography-2.8-py3.7.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.7/site-packages/cryptography-2.8-py3.7.egg-info/not-zip-safe
-rw-r--r-- root/root usr/lib/python3.7/site-packages/cryptography-2.8-py3.7.egg-info/requires.txt
-rw-r--r-- root/root usr/lib/python3.7/site-packages/cryptography-2.8-py3.7.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.7/site-packages/cryptography/
-rw-r--r-- root/root usr/lib/python3.7/site-packages/cryptography/__about__.py
-rw-r--r-- root/root usr/lib/python3.7/site-packages/cryptography/__init__.py
@ -30,8 +30,11 @@ drwxr-xr-x root/root usr/lib/python3.7/site-packages/cryptography/hazmat/
drwxr-xr-x root/root usr/lib/python3.7/site-packages/cryptography/hazmat/__pycache__/
-rw-r--r-- root/root usr/lib/python3.7/site-packages/cryptography/hazmat/__pycache__/__init__.cpython-37.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.7/site-packages/cryptography/hazmat/__pycache__/__init__.cpython-37.pyc
-rw-r--r-- root/root usr/lib/python3.7/site-packages/cryptography/hazmat/__pycache__/_der.cpython-37.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.7/site-packages/cryptography/hazmat/__pycache__/_der.cpython-37.pyc
-rw-r--r-- root/root usr/lib/python3.7/site-packages/cryptography/hazmat/__pycache__/_oid.cpython-37.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.7/site-packages/cryptography/hazmat/__pycache__/_oid.cpython-37.pyc
-rw-r--r-- root/root usr/lib/python3.7/site-packages/cryptography/hazmat/_der.py
-rw-r--r-- root/root usr/lib/python3.7/site-packages/cryptography/hazmat/_oid.py
drwxr-xr-x root/root usr/lib/python3.7/site-packages/cryptography/hazmat/backends/
-rw-r--r-- root/root usr/lib/python3.7/site-packages/cryptography/hazmat/backends/__init__.py

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3wDL4fo8yLcfF3AfaNFfy3lGOEyveXMQQkHbALnGkqGRYOhTQYQZ6pQ9nZ2yptPdyDVYxnhNdXPbjRqAlbm3KA8=
SHA256 (Pkgfile) = 000fb078bba80b284e9e89e01fb073a99ec0f695e7a36079f1e5d23f47af8425
SHA256 (.footprint) = 66f44afa4cc5e3b03dcc6bd5c428544a73a4627e9a430ab3bb9e671f2ecf9cac
SHA256 (cryptography-2.7.tar.gz) = e6347742ac8f35ded4a46ff835c60e68c22a536a8ae5c4422966d06946b6d4c6
RWSagIOpLGJF32yUIGxbia5qwgfBT7QUSuafKFn4HJrjeKDCm9znqjTOWKOYOWKeKQqaJm/TOiBtIyt+vKPIAAEuiaPaHey9pwo=
SHA256 (Pkgfile) = ce1ef3e4a2d432841431a746d2a6285b485d351919893e59028153cd0e9f4b75
SHA256 (.footprint) = 9dec73823119d3bcd840d5baf7912047c37a082014d13ed3dd061751942324d5
SHA256 (cryptography-2.8.tar.gz) = 3cda1f0ed8747339bbdf71b9f38ca74c7b592f24f65cdb3ab3765e4b02871651

View File

@ -4,7 +4,7 @@
# Depends on: python3-asn1crypto python3-cffi python3-idna python3-six
name=python3-cryptography
version=2.7
version=2.8
release=1
source=(https://files.pythonhosted.org/packages/source/${name:8:1}/${name#*-}/${name#*-}-$version.tar.gz)