Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
ipython
Commits:
d6c0a0bd by Antonio Rojas at 2024-04-09T11:09:41+02:00
upgpkg: 8.22.2-2: Python 3.12 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = ipython
pkgdesc = Enhanced Interactive Python shell
pkgver = 8.22.2
- pkgrel = 1
+ pkgrel = 2
url = https://ipython.org
arch = any
license = BSD-3-Clause
@@ -12,7 +12,7 @@ pkgbase = ipython
checkdepends = python-numpy
checkdepends = python-pandas
checkdepends = python-pickleshare
- checkdepends = python-pytest
+ checkdepends = python-pytest7
checkdepends = python-pytest-asyncio
checkdepends = python-testpath
checkdepends = python-trio
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
pkgname=ipython
pkgver=8.22.2
-pkgrel=1
+pkgrel=2
pkgdesc='Enhanced Interactive Python shell'
arch=('any')
url=https://ipython.org
@@ -38,7 +38,7 @@ checkdepends=(
'python-numpy'
'python-pandas'
'python-pickleshare'
- 'python-pytest'
+ 'python-pytest7'
'python-pytest-asyncio'
'python-testpath'
'python-trio'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ipython/-/commit/d6c0a0bd995ad60999d2922f07253e2a26df260f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ipython/-/commit/d6c0a0bd995ad60999d2922f07253e2a26df260f
You're receiving this email because of your account on gitlab.archlinux.org.