Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-rsa/patches py-rsa: remove outdated patch



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cafa167da0f4
branches:  trunk
changeset: 437820:cafa167da0f4
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Sep 01 04:09:40 2020 +0000

description:
py-rsa: remove outdated patch

diffstat:

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

diffs (21 lines):

diff -r 0a741d87be1d -r cafa167da0f4 security/py-rsa/patches/patch-setup.py
--- a/security/py-rsa/patches/patch-setup.py    Tue Sep 01 04:09:23 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$NetBSD: patch-setup.py,v 1.2 2018/10/23 09:55:09 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
-@@ -15,8 +15,9 @@
- #  limitations under the License.
- 
- from setuptools import setup
-+from io import open
- 
--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