diff --git a/programming/language/python/python-cryptography/actions.py b/programming/language/python/python-cryptography/actions.py
index 351da5fcd8..94f09bcbb6 100644
--- a/programming/language/python/python-cryptography/actions.py
+++ b/programming/language/python/python-cryptography/actions.py
@@ -4,14 +4,14 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
-from pisi.actionsapi import pythonmodules
-from pisi.actionsapi import shelltools
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import pythonmodules
def build():
# suppress compiler warnings
- pisitools.cflags.add("-Wno-stringop-truncation -Wno-deprecated-declarations -Wno-incompatible-pointer-types -Wno-discarded-qualifiers -Wno-sign-conversion -Wno-sign-compare")
+ pisitools.cflags.add("-Wno-stringop-truncation -Wno-deprecated-declarations -Wno-incompatible-pointer-types -Wno-discarded-qualifiers -Wno-sign-conversion -Wno-sign-compare -Wno-unused-function")
# fix unused direct dependency analysis
shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread -Wl,-O1 -Wl,-z,relro -Wl,--hash-style=gnu -Wl,--as-needed -Wl,--sort-common")
pythonmodules.compile()
diff --git a/programming/language/python/python-cryptography/pspec.xml b/programming/language/python/python-cryptography/pspec.xml
index fc1a56ae64..4bf85a1c73 100644
--- a/programming/language/python/python-cryptography/pspec.xml
+++ b/programming/language/python/python-cryptography/pspec.xml
@@ -13,7 +13,7 @@
library
Cryptographic recipes for Python
A package designed to expose cryptographic recipes and primitives to Python developers
- https://github.com/pyca/cryptography/archive/2.9.2.tar.gz
+ https://github.com/pyca/cryptography/archive/3.1.tar.gz
python-cffi
python-devel
@@ -43,8 +43,8 @@
/usr/lib/python2*
- /usr/share/doc/python-cryptography/README.rst
/usr/share/doc/python-cryptography/LICENSE
+ /usr/share/doc/python-cryptography/README.rst
+
+ 2020-08-30
+ 3.1
+ Major version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
2020-05-18
2.9.2