python: Update to Python 3.10.5

026-3.7-mpdec-msys.patch: fixed upstream
011-3.8-parser-cygwin.patch: no longer exists

rest are just rebased
This commit is contained in:
Christoph Reiter
2022-07-02 15:46:29 +02:00
parent 067c9f114f
commit 3b410ce1f6
5 changed files with 14 additions and 53 deletions

View File

@@ -1,10 +1,10 @@
--- Python-3.8.2/Makefile.pre.in.orig 2020-04-16 14:57:03.823588900 +0300
+++ Python-3.8.2/Makefile.pre.in 2020-04-16 15:06:58.593432800 +0300
@@ -1235,6 +1235,7 @@
if test -f $(LDLIBRARY) && test "$(PYTHONFRAMEWORKDIR)" = "no-framework" ; then \
if test -n "$(DLLLIBRARY)" ; then \
$(INSTALL_SHARED) $(DLLLIBRARY) $(DESTDIR)$(BINDIR); \
+ $(INSTALL_DATA) $(LDLIBRARY) $(DESTDIR)$(LIBDIR); \
else \
$(INSTALL_SHARED) $(LDLIBRARY) $(DESTDIR)$(LIBDIR)/$(INSTSONAME); \
if test $(LDLIBRARY) != $(INSTSONAME); then \
--- Python-3.10.5/Makefile.pre.in.orig 2022-07-02 15:11:36.746831700 +0200
+++ Python-3.10.5/Makefile.pre.in 2022-07-02 15:12:27.208270400 +0200
@@ -1336,6 +1336,7 @@
if test -f $(LDLIBRARY) && test "$(PYTHONFRAMEWORKDIR)" = "no-framework" ; then \
if test -n "$(DLLLIBRARY)" ; then \
$(INSTALL_SHARED) $(DLLLIBRARY) $(DESTDIR)$(BINDIR); \
+ $(INSTALL_DATA) $(LDLIBRARY) $(DESTDIR)$(LIBDIR); \
else \
$(INSTALL_SHARED) $(LDLIBRARY) $(DESTDIR)$(LIBDIR)/$(INSTSONAME); \
if test $(LDLIBRARY) != $(INSTSONAME); then \