regenerate patches

OK sthen@
This commit is contained in:
pamela 2019-12-06 21:04:12 +00:00
parent 475708fabd
commit 94e1db4e68
3 changed files with 8 additions and 8 deletions

View File

@ -1,11 +1,11 @@
$OpenBSD: patch-Lib_test_test_locale_py,v 1.1 2019/04/21 09:33:32 sthen Exp $
$OpenBSD: patch-Lib_test_test_locale_py,v 1.2 2019/12/06 21:04:12 pamela Exp $
http://bugs.python.org/issue25191
Index: Lib/test/test_locale.py
--- Lib/test/test_locale.py.orig
+++ Lib/test/test_locale.py
@@ -528,8 +528,12 @@ class TestMiscellaneous(unittest.TestCase):
@@ -564,8 +564,12 @@ class TestMiscellaneous(unittest.TestCase):
loc = locale.getlocale(locale.LC_CTYPE)
if verbose:
print('testing with %a' % (loc,), end=' ', flush=True)

View File

@ -1,9 +1,9 @@
$OpenBSD: patch-Makefile_pre_in,v 1.1 2019/04/21 09:33:32 sthen Exp $
$OpenBSD: patch-Makefile_pre_in,v 1.2 2019/12/06 21:04:12 pamela Exp $
Index: Makefile.pre.in
--- Makefile.pre.in.orig
+++ Makefile.pre.in
@@ -655,7 +655,7 @@ gdbhooks: $(BUILDPYTHON)-gdb.py
@@ -658,7 +658,7 @@ gdbhooks: $(BUILDPYTHON)-gdb.py
SRC_GDB_HOOKS=$(srcdir)/Tools/gdb/libpython.py
$(BUILDPYTHON)-gdb.py: $(SRC_GDB_HOOKS)

View File

@ -1,9 +1,9 @@
$OpenBSD: patch-setup_py,v 1.1 2019/04/21 09:33:32 sthen Exp $
$OpenBSD: patch-setup_py,v 1.2 2019/12/06 21:04:12 pamela Exp $
Index: setup.py
--- setup.py.orig
+++ setup.py
@@ -856,6 +856,8 @@ class PyBuildExt(build_ext):
@@ -895,6 +895,8 @@ class PyBuildExt(build_ext):
'termcap'):
readline_libs.append('termcap')
exts.append( Extension('readline', ['readline.c'],
@ -12,7 +12,7 @@ Index: setup.py
library_dirs=['/usr/lib/termcap'],
extra_link_args=readline_extra_link_args,
libraries=readline_libs) )
@@ -1632,7 +1634,7 @@ class PyBuildExt(build_ext):
@@ -1671,7 +1673,7 @@ class PyBuildExt(build_ext):
# Build the _uuid module if possible
uuid_incs = find_file("uuid.h", inc_dirs, ["/usr/include/uuid"])
if uuid_incs is not None:
@ -21,7 +21,7 @@ Index: setup.py
uuid_libs = ['uuid']
else:
uuid_libs = []
@@ -1798,8 +1800,7 @@ class PyBuildExt(build_ext):
@@ -1837,8 +1839,7 @@ class PyBuildExt(build_ext):
# The versions with dots are used on Unix, and the versions without
# dots on Windows, for detection by cygwin.
tcllib = tklib = tcl_includes = tk_includes = None