pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-rsa



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Oct 19 14:36:10 UTC 2018

Modified Files:
        pkgsrc/security/py-rsa: distinfo
Added Files:
        pkgsrc/security/py-rsa/patches: patch-setup.py

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


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/py-rsa/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/security/py-rsa/patches/patch-setup.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/py-rsa/distinfo
diff -u pkgsrc/security/py-rsa/distinfo:1.7 pkgsrc/security/py-rsa/distinfo:1.8
--- pkgsrc/security/py-rsa/distinfo:1.7 Sun Oct  7 10:41:52 2018
+++ pkgsrc/security/py-rsa/distinfo     Fri Oct 19 14:36:10 2018
@@ -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

Added files:

Index: pkgsrc/security/py-rsa/patches/patch-setup.py
diff -u /dev/null pkgsrc/security/py-rsa/patches/patch-setup.py:1.1
--- /dev/null   Fri Oct 19 14:36:10 2018
+++ pkgsrc/security/py-rsa/patches/patch-setup.py       Fri Oct 19 14:36:10 2018
@@ -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