pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-rsa py-rsa: Pull in build fix from sybrens...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5e3c7ec388da
branches:  trunk
changeset: 314123:5e3c7ec388da
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri Oct 19 14:36:10 2018 +0000

description:
py-rsa: Pull in build fix from sybrenstuvel/python-rsa#122

diffstat:

 security/py-rsa/distinfo               |   3 ++-
 security/py-rsa/patches/patch-setup.py |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r c4971be063da -r 5e3c7ec388da security/py-rsa/distinfo
--- a/security/py-rsa/distinfo  Fri Oct 19 12:29:57 2018 +0000
+++ b/security/py-rsa/distinfo  Fri Oct 19 14:36:10 2018 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.7 2018/10/07 10:41:52 adam Exp $
+$NetBSD: distinfo,v 1.8 2018/10/19 14:36:10 jperkin Exp $
 
 SHA1 (rsa-4.0.tar.gz) = 8a68dcee7bd2a7727c253b9ed2820cd1b5b9241a
 RMD160 (rsa-4.0.tar.gz) = 806f139f5b69af170c7a04977665cdf8d4c046c7
 SHA512 (rsa-4.0.tar.gz) = e11106741cc4275246c986d39b3f028b5a4df6fbffdd08a78072ac3d3a9a7ade7a39789c504a2705f54d858a9bdbf03981251f32f9c45baba71e4a986e14b24e
 Size (rsa-4.0.tar.gz) = 37385 bytes
+SHA1 (patch-setup.py) = b4b9884b04eb0e80a32936c41501e5b72d551e1c
diff -r c4971be063da -r 5e3c7ec388da security/py-rsa/patches/patch-setup.py
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-rsa/patches/patch-setup.py    Fri Oct 19 14:36:10 2018 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-setup.py,v 1.1 2018/10/19 14:36:10 jperkin Exp $
+
+Pull in fix from https://github.com/sybrenstuvel/python-rsa/pull/122/files
+
+--- setup.py.orig      2018-09-16 11:39:35.000000000 +0000
++++ setup.py
+@@ -16,7 +16,7 @@
+ 
+ from setuptools import setup
+ 
+-with open('README.md') as f:
++with open('README.md', 'r', encoding='utf-8') as f:
+     long_description = f.read()
+ 
+ if __name__ == '__main__':



Home | Main Index | Thread Index | Old Index