* python3: Update to 3.6.1
The patches starting with 16 are new to fix the build.
Some no longer relevant patches were dropped, the rest is just refreshed.
* Bump pkgrel of all packages containing Python 3 bytecode/extensions.
The package list was generated using:
pkgfile.exe -R mingw64 -r "cpython.*\\.(py[cod]|dll)"
* lensfun: Add cmake to makedepends
* numpy: Don't hardcode the Python version
* blender: rebuild for new Python
* boost: Don't hardcode Python versions; rebuild
* pillow: Don't hardcode Python version; rebuild
* python-dateutil: Don't hardcode Python versions
* sip: Don't hardcode Python versions
* pyqt4: Don't hardcode Python versions; rebuild
* pyqt5: Don't hardcode Python versions; rebuild
* opencv: Update Python3 version in patch
11 lines
473 B
Diff
11 lines
473 B
Diff
--- Python-3.6.1/Makefile.pre.in.orig 2017-06-13 18:54:47.196308100 +0200
|
|
+++ Python-3.6.1/Makefile.pre.in 2017-06-13 18:55:21.584275000 +0200
|
|
@@ -1264,6 +1264,7 @@
|
|
test/test_importlib/import_ test/test_importlib/source \
|
|
test/test_tools test/test_warnings test/test_warnings/data \
|
|
turtledemo \
|
|
+ msilib \
|
|
multiprocessing multiprocessing/dummy \
|
|
unittest unittest/test unittest/test/testmock \
|
|
venv venv/scripts venv/scripts/common venv/scripts/posix \
|