Date: Wednesday, April 5, 2017 @ 04:39:30
  Author: kkeen
Revision: 220517

upgpkg: ipython 5.3.0-1

Modified:
  ipython/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-04-05 04:12:27 UTC (rev 220516)
+++ PKGBUILD    2017-04-05 04:39:30 UTC (rev 220517)
@@ -7,8 +7,8 @@
 
 pkgbase=ipython
 pkgname=(ipython ipython2)
-pkgver=5.1.0
-pkgrel=2
+pkgver=5.3.0
+pkgrel=1
 pkgdesc="An enhanced Interactive Python shell."
 arch=('any')
 url="http://ipython.org";
@@ -24,7 +24,7 @@
 
source=("ipython-$pkgver.tgz::https://github.com/ipython/ipython/archive/$pkgver.tar.gz";
         
"https://pypi.python.org/packages/source/s/simplegeneric/simplegeneric-0.8.1.zip";
         
"http://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png";)
-md5sums=('44c98687e249adb08f8eb1928a5492a1'
+md5sums=('30045499fa745e2f1893cadcba3f94c5'
          'f9c1fab00fd981be588fc32759f474e3'
          '2901d65f1b1fe354e72850085cd1c072')
 
@@ -34,7 +34,6 @@
 # Break them out if any non-ipython package ends up needing these
 
 # simplegeneric (so old that it only comes in .zip and still refers to the 
cheeseshop)
-# shutil_get_terminal_size ?
 
 # confirm that an update does not break sage?
 

Reply via email to