aboutsummaryrefslogtreecommitdiffstats
path: root/main/python3/APKBUILD
diff options
context:
space:
mode:
authorOxylibrium <oxylibrium@gmail.com>2019-03-10 15:27:00 +0530
committerNatanael Copa <ncopa@alpinelinux.org>2019-04-17 11:45:35 +0000
commit66da3a776ba04d0f80d60c91b82c730dc0541386 (patch)
treee2c3961f0b2ce9f4fcaa6da8f9976dbe4a0e95af /main/python3/APKBUILD
parent9b3b5cdef69851c8d2344d8635054c2187696bf6 (diff)
downloadaports-66da3a776ba04d0f80d60c91b82c730dc0541386.tar.bz2
aports-66da3a776ba04d0f80d60c91b82c730dc0541386.tar.xz
main/python3: bump version to 3.7.2
Add test_c_locale_coercion to $fail, due to a musl locale deficiency. Remove `rm -r Modules/zlib`, as zlib is no longer shipped with python source releases.
Diffstat (limited to 'main/python3/APKBUILD')
-rw-r--r--main/python3/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/main/python3/APKBUILD b/main/python3/APKBUILD
index d1c7962aec..4435c075bb 100644
--- a/main/python3/APKBUILD
+++ b/main/python3/APKBUILD
@@ -3,9 +3,9 @@
pkgname=python3
# the python2-tkinter's pkgver needs to be synchronized with this.
-pkgver=3.6.8
+pkgver=3.7.2
_basever="${pkgver%.*}"
-pkgrel=2
+pkgrel=0
pkgdesc="A high-level scripting language"
url="https://www.python.org"
arch="all"
@@ -32,7 +32,6 @@ prepare() {
cd "$builddir"
# force system libs
rm -r Modules/expat \
- Modules/zlib \
Modules/_ctypes/darwin* \
Modules/_ctypes/libffi*
}
@@ -87,6 +86,7 @@ EOF
# musl related
fail="test__locale test_locale test_strptime test_re" # various musl locale deficiencies
+ fail="$fail test_c_locale_coercion"
fail="$fail test_datetime" # hangs if 'tzdata' installed
fail="$fail test_os" # fpathconf, ttyname errno values
fail="$fail test_posix" # sched_[gs]etscheduler not impl
@@ -154,7 +154,7 @@ wininst() {
"$subpkgdir"/usr/lib/python$_basever/distutils/command
}
-sha512sums="b17867e451ebe662f50df83ed112d3656c089e7d750651ea640052b01b713b58e66aac9e082f71fd16f5b5510bc9b797f5ccd30f5399581e9aa406197f02938a Python-3.6.8.tar.xz
+sha512sums="6cd2d6d8455558783b99d55985cd7b22d67b98f41a09b4fdd96f680a630a4e035220d2b903f8c59ed513aa5ffe6730fa947ddb55bb72ce36f0e945ef8af5d971 Python-3.7.2.tar.xz
7859fe12e393995f66f42e38f01ff29abef5f64301747a02d8e49a990ce4e7f529cf2a3420c76bd5f9df09905e64a4e0451a2103c061dde5f99166e7fc370715 CVE-2019-5010.patch
37b6ee5d0d5de43799316aa111423ba5a666c17dc7f81b04c330f59c1d1565540eac4c585abe2199bbed52ebe7426001edb1c53bd0a17486a2a8e052d0f494ad fix-xattrs-glibc.patch
ab8eaa2858d5109049b1f9f553198d40e0ef8d78211ad6455f7b491af525bffb16738fed60fc84e960c4889568d25753b9e4a1494834fea48291b33f07000ec2 musl-find_library.patch"