Skip to content

Commit

Permalink
python: Update to 3.11.5
Browse files Browse the repository at this point in the history
960-fix-parallel-make.patch: fixed upstream python/cpython#104693
  • Loading branch information
lazka committed Aug 28, 2023
1 parent 8e5bc8c commit 2060d32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
11 changes: 0 additions & 11 deletions python/960-fix-parallel-make.patch

This file was deleted.

9 changes: 3 additions & 6 deletions python/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

pkgbase=python
pkgname=('python' 'python-devel')
pkgver=3.11.4
pkgrel=3
pkgver=3.11.5
pkgrel=1
_pybasever=${pkgver%.*}
pkgdesc="Next generation of the python high-level scripting language"
arch=('i686' 'x86_64')
Expand Down Expand Up @@ -42,9 +42,8 @@ source=(https://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz
920-allow-win-drives-in-os-path-isabs.patch
940-rebase-python-dll.patch
950-rebase-dlls.patch
960-fix-parallel-make.patch
970-ossaudiodev.patch)
sha256sums=('2f0e409df2ab57aa9fc4cbddfb976af44e4e55bf6f619eee6bc5c2297264a7f6'
sha256sums=('85cd12e9cf1d6d5a45f17f7afe1cebe7ee628d3282281c492e86adf636defa3f'
'be96ddaca58a39ddaf1e3e5bb7900b34c0e6d00e9b64c4e0f8a3565a74a44e84'
'82cfafc5b31ad4c9bb4c9786044c39c75762dbc2656abdfdc433c23fee69c02f'
'f0bb75ca69c63894fc43e0f8218c9dbcc746935bf5ea095a724e6fb2f5dcc566'
Expand All @@ -60,7 +59,6 @@ sha256sums=('2f0e409df2ab57aa9fc4cbddfb976af44e4e55bf6f619eee6bc5c2297264a7f6'
'85d9d042e0fa3493ec54b364e6b4fb6d2b12ba09641e01047bc84a09605ef76b'
'b439ff4f0a1f13858f8fb596414b74ed2c14fc3103d90287bb8e461ee89288b9'
'612bc5bcbe24c2f623713172d318c65a69ae601d72bcc5a170fe7c4eee458d18'
'c59025ca9d1219bbb42d620ca8d19398610737c5754f1873db07d55c47b2dad1'
'ee109d91a1c7ea84d278d9a8b0e1feb397e691b8868d79f77ea7bb6b1b3b1968')

apply_patch_with_msg() {
Expand Down Expand Up @@ -90,7 +88,6 @@ prepare() {
920-allow-win-drives-in-os-path-isabs.patch \
940-rebase-python-dll.patch \
950-rebase-dlls.patch \
960-fix-parallel-make.patch \
970-ossaudiodev.patch

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

0 comments on commit 2060d32

Please sign in to comment.