[arch-commits] Commit in python-spyder-kernels/trunk (PKGBUILD)

Bruno Pagani archange at archlinux.org
Wed Feb 26 12:54:53 UTC 2020


    Date: Wednesday, February 26, 2020 @ 12:54:50
  Author: archange
Revision: 582415

Revert to previous version

See https://github.com/spyder-ide/spyder/issues/11620

But backport PKGBUILD changes (deps, tests, etc.).

Modified:
  python-spyder-kernels/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-26 12:54:23 UTC (rev 582414)
+++ PKGBUILD	2020-02-26 12:54:50 UTC (rev 582415)
@@ -3,8 +3,8 @@
 
 _pkg=spyder-kernels
 pkgname=python-${_pkg}
-pkgver=1.8.1
-pkgrel=1
+pkgver=0.5.2
+pkgrel=4
 pkgdesc="Jupyter Kernels for the Spyder console"
 arch=(any)
 url="https://github.com/spyder-ide/spyder-kernels/"
@@ -31,13 +31,13 @@
 # No tests in pypi tarballs
 #source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
 source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-       spyder-kernels-fix-ipython-7.10-test.patch::https://github.com/spyder-ide/spyder-kernels/commit/ced5246e8f46e0e9f879026b016d2dbf8b206b33.patch)
-sha256sums=('54b8aeea219f98ea120bdc104cfa6fb36f387e6e2e467fc859e5a30cd7dfc36b'
-            'b7c2a9cb3630f266141014f253b86dd7942303f87053667675c5fad0c00c9a75')
+       spyder-kernels-old-fix-ipython-7.10-test.patch::https://github.com/spyder-ide/spyder-kernels/commit/d8b53db479df3a105ee3b908ef4af34806bcd57d.patch)
+sha256sums=('861b7547ef407e1a02f315a9f54fe55fe21b516e6d40b7be0df524a85baf664e'
+            '7568826e89ab217d6c33f84f0325ce01d9f683a913f5aee9785143a556216c1d')
 
 prepare() {
   cd ${_pkg}-${pkgver}
-  patch -p1 -i ../spyder-kernels-fix-ipython-7.10-test.patch
+  patch -p1 -i ../spyder-kernels-old-fix-ipython-7.10-test.patch
 }
 
 build() {



More information about the arch-commits mailing list