From 90b3d0d74e48a2ae62d1a562577555a237fbaf2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Wed, 6 Feb 2019 22:08:25 +0100 Subject: [PATCH] python-openssl: update to 19.0.0. closes #8527 --- srcpkgs/python-openssl/template | 8 ++++---- srcpkgs/python-openssl/update | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 srcpkgs/python-openssl/update diff --git a/srcpkgs/python-openssl/template b/srcpkgs/python-openssl/template index 2c6e99411a8..94bccaa166f 100644 --- a/srcpkgs/python-openssl/template +++ b/srcpkgs/python-openssl/template @@ -1,19 +1,19 @@ # Template file for 'python-openssl' pkgname=python-openssl -version=18.0.0 +version=19.0.0 revision=1 archs=noarch wrksrc="pyOpenSSL-${version}" build_style=python-module +pycompile_module="OpenSSL" hostmakedepends="python-setuptools python3-setuptools" depends="python-cryptography python-six" -pycompile_module="OpenSSL" short_desc="Python2 interface to the OpenSSL library" maintainer="Alessio Sergi " -homepage="https://pyopenssl.org/" license="Apache-2.0" +homepage="https://pyopenssl.org/" distfiles="${PYPI_SITE}/p/pyOpenSSL/pyOpenSSL-${version}.tar.gz" -checksum=6488f1423b00f73b7ad5167885312bb0ce410d3312eb212393795b53c8caa580 +checksum=aeca66338f6de19d1aa46ed634c3b9ae519a64b458f8468aec688e7e3c20f200 python3-openssl_package() { archs=noarch diff --git a/srcpkgs/python-openssl/update b/srcpkgs/python-openssl/update new file mode 100644 index 00000000000..9946902a804 --- /dev/null +++ b/srcpkgs/python-openssl/update @@ -0,0 +1 @@ +pkgname=pyOpenSSL