python-cryptography: 2.7 -> 2.8

This commit is contained in:
Danny Rawlins 2019-11-10 19:49:51 +11:00
parent 9358346e05
commit 5e8420962a
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/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.7-py2.7.egg-info/
-rw-r--r-- root/root usr/lib/python2.7/site-packages/cryptography-2.7-py2.7.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python2.7/site-packages/cryptography-2.7-py2.7.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python2.7/site-packages/cryptography-2.7-py2.7.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python2.7/site-packages/cryptography-2.7-py2.7.egg-info/not-zip-safe
-rw-r--r-- root/root usr/lib/python2.7/site-packages/cryptography-2.7-py2.7.egg-info/requires.txt
-rw-r--r-- root/root usr/lib/python2.7/site-packages/cryptography-2.7-py2.7.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python2.7/site-packages/cryptography-2.8-py2.7.egg-info/
-rw-r--r-- root/root usr/lib/python2.7/site-packages/cryptography-2.8-py2.7.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python2.7/site-packages/cryptography-2.8-py2.7.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python2.7/site-packages/cryptography-2.8-py2.7.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python2.7/site-packages/cryptography-2.8-py2.7.egg-info/not-zip-safe
-rw-r--r-- root/root usr/lib/python2.7/site-packages/cryptography-2.8-py2.7.egg-info/requires.txt
-rw-r--r-- root/root usr/lib/python2.7/site-packages/cryptography-2.8-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
@ -26,6 +26,9 @@ drwxr-xr-x root/root usr/lib/python2.7/site-packages/cryptography/hazmat/
-rw-r--r-- root/root usr/lib/python2.7/site-packages/cryptography/hazmat/__init__.py
-rw-r--r-- root/root usr/lib/python2.7/site-packages/cryptography/hazmat/__init__.pyc
-rw-r--r-- root/root usr/lib/python2.7/site-packages/cryptography/hazmat/__init__.pyo
-rw-r--r-- root/root usr/lib/python2.7/site-packages/cryptography/hazmat/_der.py
-rw-r--r-- root/root usr/lib/python2.7/site-packages/cryptography/hazmat/_der.pyc
-rw-r--r-- root/root usr/lib/python2.7/site-packages/cryptography/hazmat/_der.pyo
-rw-r--r-- root/root usr/lib/python2.7/site-packages/cryptography/hazmat/_oid.py
-rw-r--r-- root/root usr/lib/python2.7/site-packages/cryptography/hazmat/_oid.pyc
-rw-r--r-- root/root usr/lib/python2.7/site-packages/cryptography/hazmat/_oid.pyo

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF380DZnMf/a1aLDsi2008BBxe9m5zE4DftD7cfUoCIcHTVB+8wxFCA8a6qC1EKd3gyzgJeuurMMcZxm5l0zn12gs=
SHA256 (Pkgfile) = 4b5ea60621fe90475f3d496f1b6b5ccafb555344581d26a924766a409ec04701
SHA256 (.footprint) = 17392128fa1ab2af038eb8436859cdd6ae540a4e232e8f8208cb2b55d9ae8c71
SHA256 (cryptography-2.7.tar.gz) = e6347742ac8f35ded4a46ff835c60e68c22a536a8ae5c4422966d06946b6d4c6
RWSagIOpLGJF36PCtMLUOHlE2j2p1pmVHA8P1y49C8JJoHaSadSktBx7upBbfas8NWpKbdhdSwbXPdsQOaLo/MbmDTQE+CpBpQQ=
SHA256 (Pkgfile) = f7430e29ec46ad9adac94056b0cd687776e736c006c37a19b243f8c61f4f5612
SHA256 (.footprint) = c2b97926056ea5d28b44695aed25f61f2e273b5cf1c9aaa8c0a56e028613b961
SHA256 (cryptography-2.8.tar.gz) = 3cda1f0ed8747339bbdf71b9f38ca74c7b592f24f65cdb3ab3765e4b02871651

View File

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