Update to Python 3.9.17

This commit is contained in:
Tobias Kunze 2023-06-17 20:37:16 +02:00
parent 93671e5559
commit 6574e88bfa
2 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
pkgbase = python39
pkgdesc = Major release 3.9 of the Python high-level programming language
pkgver = 3.9.16
pkgrel = 4
pkgver = 3.9.17
pkgrel = 1
url = https://www.python.org/
arch = i686
arch = x86_64
@ -22,8 +22,8 @@ pkgbase = python39
optdepends = mpdecimal: for decimal
optdepends = xz: for lzma
optdepends = tk: for tkinter
provides = python=3.9.16
source = https://www.python.org/ftp/python/3.9.16/Python-3.9.16.tar.xz
provides = python=3.9.17
source = https://www.python.org/ftp/python/3.9.17/Python-3.9.17.tar.xz
source = mpdecimal-2.5.1.patch
validpgpkeys = 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
validpgpkeys = E3FF2839C048B25C084DEBE9B26995E310250568

View File

@ -2,8 +2,8 @@
# Maintained at https://github.com/rixx/pkgbuilds, feel free to submit patches
pkgname=python39
pkgver=3.9.16
pkgrel=4
pkgver=3.9.17
pkgrel=1
_pybasever=3.9
_pymajver=3
pkgdesc="Major release 3.9 of the Python high-level programming language"