diff --git a/programming/language/python3/python3-cryptography/actions.py b/programming/language/python3/python3-cryptography/actions.py index d9b5ce5d74..728a098bab 100644 --- a/programming/language/python3/python3-cryptography/actions.py +++ b/programming/language/python3/python3-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(pyVer="3") diff --git a/programming/language/python3/python3-cryptography/pspec.xml b/programming/language/python3/python3-cryptography/pspec.xml index e806c92464..7e3c2124ec 100644 --- a/programming/language/python3/python3-cryptography/pspec.xml +++ b/programming/language/python3/python3-cryptography/pspec.xml @@ -13,13 +13,14 @@ library Cryptographic recipes for Python3 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 python3-devel openssl-devel python3-setuptools python3-sphinx + python3-sphinx_rtd_theme @@ -27,13 +28,13 @@ python3-cryptography Cryptographic recipes for Python3 - python3-cffi python3 + python3-cffi - /usr/share/doc/python3-cryptography/README.rst - /usr/share/doc/python3-cryptography/LICENSE /usr/lib/python3* + /usr/share/doc/python3-cryptography/LICENSE + /usr/share/doc/python3-cryptography/README.rst @@ -49,6 +50,13 @@ + + 2020-08-30 + 3.1 + Major version bump. + Blue Devil + bluedevil@sctzine.com + 2020-05-16 2.9.2