From 8e52a016c5190e2ece4fafc768f6d8a80dba07ac Mon Sep 17 00:00:00 2001 From: Peter Bui Date: Tue, 8 Aug 2017 00:32:33 -0400 Subject: [PATCH 1/2] python-pyasn1: update to 0.3.2 --- srcpkgs/python-pyasn1/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python-pyasn1/template b/srcpkgs/python-pyasn1/template index b9880ca3e1f..985fada4ea5 100644 --- a/srcpkgs/python-pyasn1/template +++ b/srcpkgs/python-pyasn1/template @@ -1,6 +1,6 @@ # Template file for 'python-pyasn1' pkgname=python-pyasn1 -version=0.2.3 +version=0.3.2 revision=1 noarch=yes wrksrc="pyasn1-${version}" @@ -13,7 +13,7 @@ maintainer="Alessio Sergi " homepage="http://pyasn1.sourceforge.net/" license="2-clause-BSD" distfiles="${PYPI_SITE}/p/pyasn1/pyasn1-${version}.tar.gz" -checksum=738c4ebd88a718e700ee35c8d129acce2286542daa80a82823a7073644f706ad +checksum=90bd82e0db59d4319eaf01c2549b34c817d645275fce9ad41bac7429aa380690 post_install() { vlicense LICENSE.rst LICENSE From 54030c34f8497634d37e6abe13ce25f64307387a Mon Sep 17 00:00:00 2001 From: Peter Bui Date: Tue, 8 Aug 2017 00:33:31 -0400 Subject: [PATCH 2/2] python-pyasn1-modules: update to 0.0.11 Requires python-pyasn1>=0.3.2 --- srcpkgs/python-pyasn1-modules/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python-pyasn1-modules/template b/srcpkgs/python-pyasn1-modules/template index 33c376dd780..868d747ca39 100644 --- a/srcpkgs/python-pyasn1-modules/template +++ b/srcpkgs/python-pyasn1-modules/template @@ -1,19 +1,19 @@ # Template file for 'python-pyasn1-modules' pkgname=python-pyasn1-modules -version=0.0.9 +version=0.0.11 revision=1 noarch=yes wrksrc="${pkgname#*-}-${version}" build_style=python-module pycompile_module="pyasn1_modules" hostmakedepends="python-setuptools python3-setuptools" -depends="python-pyasn1" +depends="python-pyasn1>=0.3.2" short_desc="Collection of ASN.1-based protocols modules (Python2)" maintainer="Peter Bui " license="2-clause-BSD" homepage="https://github.com/etingof/pyasn1-modules" distfiles="${PYPI_SITE}/p/pyasn1-modules/pyasn1-modules-${version}.tar.gz" -checksum=be0e4157e4a53551279d6c6e366b080527f5fd068616835b4abf32c14f657f5f +checksum=60d5c80bfee9b79b492d5d8a934b3ecfc523f2f83aaab4ffafa2bbb651d3c67a post_install() { vlicense LICENSE.txt LICENSE