Skip to content

Commit 2060d32

Browse files
committed
python: Update to 3.11.5
960-fix-parallel-make.patch: fixed upstream python/cpython#104693
1 parent 8e5bc8c commit 2060d32

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed

python/960-fix-parallel-make.patch

Lines changed: 0 additions & 11 deletions
This file was deleted.

python/PKGBUILD

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
pkgbase=python
55
pkgname=('python' 'python-devel')
6-
pkgver=3.11.4
7-
pkgrel=3
6+
pkgver=3.11.5
7+
pkgrel=1
88
_pybasever=${pkgver%.*}
99
pkgdesc="Next generation of the python high-level scripting language"
1010
arch=('i686' 'x86_64')
@@ -42,9 +42,8 @@ source=(https://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz
4242
920-allow-win-drives-in-os-path-isabs.patch
4343
940-rebase-python-dll.patch
4444
950-rebase-dlls.patch
45-
960-fix-parallel-make.patch
4645
970-ossaudiodev.patch)
47-
sha256sums=('2f0e409df2ab57aa9fc4cbddfb976af44e4e55bf6f619eee6bc5c2297264a7f6'
46+
sha256sums=('85cd12e9cf1d6d5a45f17f7afe1cebe7ee628d3282281c492e86adf636defa3f'
4847
'be96ddaca58a39ddaf1e3e5bb7900b34c0e6d00e9b64c4e0f8a3565a74a44e84'
4948
'82cfafc5b31ad4c9bb4c9786044c39c75762dbc2656abdfdc433c23fee69c02f'
5049
'f0bb75ca69c63894fc43e0f8218c9dbcc746935bf5ea095a724e6fb2f5dcc566'
@@ -60,7 +59,6 @@ sha256sums=('2f0e409df2ab57aa9fc4cbddfb976af44e4e55bf6f619eee6bc5c2297264a7f6'
6059
'85d9d042e0fa3493ec54b364e6b4fb6d2b12ba09641e01047bc84a09605ef76b'
6160
'b439ff4f0a1f13858f8fb596414b74ed2c14fc3103d90287bb8e461ee89288b9'
6261
'612bc5bcbe24c2f623713172d318c65a69ae601d72bcc5a170fe7c4eee458d18'
63-
'c59025ca9d1219bbb42d620ca8d19398610737c5754f1873db07d55c47b2dad1'
6462
'ee109d91a1c7ea84d278d9a8b0e1feb397e691b8868d79f77ea7bb6b1b3b1968')
6563

6664
apply_patch_with_msg() {
@@ -90,7 +88,6 @@ prepare() {
9088
920-allow-win-drives-in-os-path-isabs.patch \
9189
940-rebase-python-dll.patch \
9290
950-rebase-dlls.patch \
93-
960-fix-parallel-make.patch \
9491
970-ossaudiodev.patch
9592

9693
# Ensure that we are using the system copy of various libraries (expat, zlib and libffi),

0 commit comments

Comments
 (0)