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

Kyle Keen kkeen at archlinux.org
Tue Oct 22 16:07:36 UTC 2019


    Date: Tuesday, October 22, 2019 @ 16:07:35
  Author: kkeen
Revision: 518356

upgpkg: python-ipywidgets 7.5.1-1

Modified:
  python-ipywidgets/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-22 16:04:57 UTC (rev 518355)
+++ PKGBUILD	2019-10-22 16:07:35 UTC (rev 518356)
@@ -2,7 +2,7 @@
 
 pkgbase=python-ipywidgets
 pkgname=(python-ipywidgets python2-ipywidgets)
-pkgver=7.5.0
+pkgver=7.5.1
 pkgrel=1
 pkgdesc="IPython widgets for the Jupyter Notebook"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'npm' 'git')
 
 source=("$pkgname-$pkgver.tgz::https://github.com/ipython/ipywidgets/archive/$pkgver.tar.gz")
-md5sums=('303a691b36f8fea409d8a8118c61a6c2')
+md5sums=('fd7d28cfd8a1206e95e5161a1b924a91')
 
 prepare() {
   cp -r "ipywidgets-$pkgver" "py2-ipywidgets-$pkgver"
@@ -20,7 +20,7 @@
 
 build() {
   cd "$srcdir/ipywidgets-$pkgver"
-  # needs node, downloads a lot of stuff
+  # needs node, downloads a lot of stuff, probably not reproducible
   python3 setup.py build
   #cd widgetsnbextension
   #python3 setup.py build



More information about the arch-commits mailing list