pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/py-m2crypto py-m2crypto: updated to 0.31.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e333e838dbf7
branches:  trunk
changeset: 325272:e333e838dbf7
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Nov 13 13:31:02 2018 +0000

description:
py-m2crypto: updated to 0.31.0

0.31.0:
- Compatibility with OpenSSL 1.1.1 (partly workaround, maybe requires
  further investigation)
- Fixes for Windows builds
- Fixes of installs on AWS Lambda
- Fixes of Mac OS X related failures
- Fix Python 2.6 compatibility issues

diffstat:

 security/py-m2crypto/Makefile |   6 +++---
 security/py-m2crypto/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (38 lines):

diff -r 90dbec312b0f -r e333e838dbf7 security/py-m2crypto/Makefile
--- a/security/py-m2crypto/Makefile     Tue Nov 13 13:13:47 2018 +0000
+++ b/security/py-m2crypto/Makefile     Tue Nov 13 13:31:02 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2018/04/30 08:51:15 adam Exp $
+# $NetBSD: Makefile,v 1.49 2018/11/13 13:31:02 adam Exp $
 
-DISTNAME=      M2Crypto-0.30.1
+DISTNAME=      M2Crypto-0.31.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=M/M2Crypto/}
@@ -14,7 +14,7 @@
 
 PLIST_VARS+=   typing
 
-.if "${PYPKGPREFIX}" == "py27" || "${PYPKGPREFIX}" == "py34"
+.if ${_PYTHON_VERSION} == 27 || ${_PYTHON_VERSION} == 34
 DEPENDS+=      ${PYPKGPREFIX}-typing-[0-9]*:../../devel/py-typing
 PLIST.typing=  yes
 .endif
diff -r 90dbec312b0f -r e333e838dbf7 security/py-m2crypto/distinfo
--- a/security/py-m2crypto/distinfo     Tue Nov 13 13:13:47 2018 +0000
+++ b/security/py-m2crypto/distinfo     Tue Nov 13 13:31:02 2018 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.16 2018/04/30 08:51:15 adam Exp $
+$NetBSD: distinfo,v 1.17 2018/11/13 13:31:02 adam Exp $
 
-SHA1 (M2Crypto-0.30.1.tar.gz) = 8e2eb23196afbac08ad566ecb3378de9f35c5f12
-RMD160 (M2Crypto-0.30.1.tar.gz) = 619e107d51b406101565d0bff484d36cdd0361f9
-SHA512 (M2Crypto-0.30.1.tar.gz) = c85b6350d8b6b4a14e9c76b755cdc1a88d7ba63ae75ebfbb32d42389225c0a3cf9d530f95c2651ff3811c755cd9bbb482f81fdb0dcf670d7a0015320622725b2
-Size (M2Crypto-0.30.1.tar.gz) = 1272599 bytes
+SHA1 (M2Crypto-0.31.0.tar.gz) = 68f26a320e5db6d199e58713eda68f3e9a89a8e5
+RMD160 (M2Crypto-0.31.0.tar.gz) = 95fa732143898d83148450659c2acd156e59d77b
+SHA512 (M2Crypto-0.31.0.tar.gz) = 9f3e2afda4b8ac14aa64a1534e446eb6895ec7182ce5b7ded8008178e01139d383561a87f8c9fb5fe4b9c257ba5c6b93339955eb9e2f7417cd3f4832c35c4598
+Size (M2Crypto-0.31.0.tar.gz) = 1292016 bytes
 SHA1 (patch-SWIG___m2crypto__wrap.c) = 2672787cd8fd70b5ac2cf634b6a913aefc27b26c
 SHA1 (patch-setup.py) = 647b45f38eaf71726b21725b351b439a9b0770cd



Home | Main Index | Thread Index | Old Index