packages/lang/python/python3/patches
Alexandru Ardelean 48277ec915 python3: bump to version 3.8
This required a bit work to get working, compared to other versions. So,
some things have changed a bit more significantly.

Some highlights:
* there is no longer a pgen executable, seems this is now part of
  libpython; let's see what this means for us in the future
* blake2 hash (from OpenSSL) detection needs some fixing; will upstream
  added patch 002-fix-blake2-detection.patch
* removed all bpo patches; those should be fixed in upstream
* some needed to be manually re-applied as stuff changed:
  - 001-enable-zlib.patch  - file changed
  - 004-do-not-write-bytes-codes.patch  - file changed
  - 015-abort-on-failed-modules.patch - variable was renamed
    cross_compiling -> CROSS_COMPILING
* 017_lib2to3_fix_pyc_search.patch - the code changed, it does not seem to
     have the original problem with respect to file-extension, as there
     does not seem to be any special extension logic anymore there
* 006-remove-multi-arch-and-local-paths.patch - dropped patch; I can't
     remember the full-details of this issue; it was something with
     Debian/Ubuntu's multi-arch stuff; it was probably added maybe due to
     some overzealous (on my part) thingy caused by some weird reports,
     that I could never solve; let's have this patch dropped and see
* make package/python3/refresh to reduce fuzz for the rest

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2019-10-21 15:24:51 +03:00
..
001-enable-zlib.patch python3: bump to version 3.8 2019-10-21 15:24:51 +03:00
002-fix-blake2-detection.patch python3: bump to version 3.8 2019-10-21 15:24:51 +03:00
003-do-not-run-distutils-tests.patch python3: bump to version 3.8 2019-10-21 15:24:51 +03:00
004-do-not-write-bytes-codes.patch python3: bump to version 3.8 2019-10-21 15:24:51 +03:00
007-distutils-do-not-adjust-path.patch python3: refresh patches make package/python3/refresh cmd 2017-07-26 23:56:51 +03:00
008-distutils-use-python-sysroot.patch python3: bump to version 3.8 2019-10-21 15:24:51 +03:00
010-do-not-add-rt-lib-dirs-when-cross-compiling.patch python3: bump to version 3.8 2019-10-21 15:24:51 +03:00
013-getbuildinfo-date-time-source-date-epoch.patch python3: bump to version 3.8 2019-10-21 15:24:51 +03:00
014-remove-platform-so-suffix.patch python3: bump to version 3.8 2019-10-21 15:24:51 +03:00
015-abort-on-failed-modules.patch python3: bump to version 3.8 2019-10-21 15:24:51 +03:00
016-adjust-config-paths.patch python3: bump to version 3.8 2019-10-21 15:24:51 +03:00
024-musl-find_library.patch python,python3: Fix ctypes.util.find_library() 2019-07-22 04:42:54 +08:00