summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWhyme Lyu2020-07-09 02:15:19 +0800
committerWhyme Lyu2020-07-09 02:15:19 +0800
commitaa50417d2afe809a935595eaf767c33ce512e934 (patch)
tree8431fe8b0dfddb0b3f3597b81593ce57ff1e627c
parent55b8153fc7ab725b2502985d9b0188caf681efb3 (diff)
downloadaur-aa50417d2afe809a935595eaf767c33ce512e934.tar.gz
Upgrade python37 to 3.7.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30665636071d..6ae4ac874129 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python37
pkgdesc = Major release 3.7 of the Python high-level programming language
- pkgver = 3.7.7
+ pkgver = 3.7.8
pkgrel = 2
url = https://www.python.org/
arch = x86_64
@@ -24,12 +24,12 @@ pkgbase = python37
optdepends = mpdecimal: for decimal
optdepends = xz: for lzma
optdepends = tk: for tkinter
- source = https://www.python.org/ftp/python/3.7.7/Python-3.7.7.tar.xz
- source = https://www.python.org/ftp/python/3.7.7/Python-3.7.7.tar.xz.asc
+ source = https://www.python.org/ftp/python/3.7.8/Python-3.7.8.tar.xz
+ source = https://www.python.org/ftp/python/3.7.8/Python-3.7.8.tar.xz.asc
source = dont-make-libpython-readonly.patch
source = 0002-smaller-pgo-test-suite.patch
validpgpkeys = 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
- sha512sums = ddc838a7b0c442c2e465616f20231f2b703ed6b69ed2dc17858aac8760814fdf7cff43d350d359300e47b6bb1f0bd38c31126b855e423a3a65ed06a8fa16d136
+ sha512sums = d2ba299e3cf8ed0f8fed9317f42bcd8d9af7e0e6175939b4be1be289c1658418bed17899e2608d762ffb15575021956cf6bf2054d7863c04b3bd7642f5b8c7ea
sha512sums = SKIP
sha512sums = 2ef96708d5b13ae2a3d2cc62c87b4780e60ecfce914e190564492def3a11d5e56977659f41c7f9d12266e58050c766bce4e2b5d50b708eb792794fa8357920c4
sha512sums = 10db463924402b6f1d9631424397495e8be0419bc7f9ca6cd7325216433b2dfe512b6f6669626ff05a8e05a6013613660abee59fcb86e5483558b014687bfaa1
diff --git a/PKGBUILD b/PKGBUILD
index 35f296ccb5a4..20bd74733f1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
# Contributor: Jason Chu <jason@archlinux.org>
pkgname=python37
-pkgver=3.7.7
+pkgver=3.7.8
pkgrel=2
_pybasever=${pkgver%.*}
_pymajver=3
@@ -26,7 +26,7 @@ source=("https://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz
dont-make-libpython-readonly.patch
0002-smaller-pgo-test-suite.patch
)
-sha512sums=('ddc838a7b0c442c2e465616f20231f2b703ed6b69ed2dc17858aac8760814fdf7cff43d350d359300e47b6bb1f0bd38c31126b855e423a3a65ed06a8fa16d136'
+sha512sums=('d2ba299e3cf8ed0f8fed9317f42bcd8d9af7e0e6175939b4be1be289c1658418bed17899e2608d762ffb15575021956cf6bf2054d7863c04b3bd7642f5b8c7ea'
'SKIP'
'2ef96708d5b13ae2a3d2cc62c87b4780e60ecfce914e190564492def3a11d5e56977659f41c7f9d12266e58050c766bce4e2b5d50b708eb792794fa8357920c4'
'10db463924402b6f1d9631424397495e8be0419bc7f9ca6cd7325216433b2dfe512b6f6669626ff05a8e05a6013613660abee59fcb86e5483558b014687bfaa1')