pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

new version 2.3.8 available



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Sat Nov 28 12:44:53 2015 +0100
Changeset:	45349f0cbc849da4cc6e3ac20f1bcfcb2a4c6ebf

Modified Files:
	spyder/Makefile
	spyder/distinfo

Log Message:
new version 2.3.8 available

New features

    Editor
        Remove support for Jedi 0.9 because it was causing crashes
    Variable Explorer
        Fix crashes and freezes when working with DataFrames on Python 2
    Under the hodd
        Restore support for PySide

Bug fixes

Issues

    Issue 2709 - IPython console error when trying to use SymPy
    Issue 2693 - README should link to manual
    Issue 2689 - "Resize" button in variable explorer chops off the array
    Issue 2684 - Applications directory link is broken in Spyder 2.3.6 dmg's
    Issue 2680 - "Close all files" hangs Spyder
    Issue 2661 - Conda package manager is packed in 2.3.6 win32 distribution leading to errors
    Issue 2659 - Crash while getting completions of DataFrames on the Editor because of Jedi 0.9
    Issue 2654 - Creating DataFrames in Python or IPython consoles make Spyder 2.3.6 to hang
    Issue 2649 - PySide can not be used on 2.3.6
    Issue 2296 - Line numbers misaligned when zooming and scrolling in Mac
    Issue 2036 - Code analysis and tooltips are not displayed in Ubuntu

In this release they were closed 11 issues

Pull requests

    PR 2650 - Failed sip import blocks fallback to PySide

In this release they were merged 1 pull requests
... more https://github.com/spyder-ide/spyder/blob/master/CHANGELOG.md

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=45349f0cbc849da4cc6e3ac20f1bcfcb2a4c6ebf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 spyder/Makefile | 6 +++---
 spyder/distinfo | 8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs:
diff --git a/spyder/Makefile b/spyder/Makefile
index 719308d..576b0aa 100644
--- a/spyder/Makefile
+++ b/spyder/Makefile
@@ -1,8 +1,8 @@
 # $NetBSD$
 
-DISTNAME=	spyder-2.3.7
-CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_PYPI:=s/spyder/}
+DISTNAME=	spyder-2.3.8
+CATEGORIES=	wip
+MASTER_SITES=	https://pypi.python.org/packages/source/s/spyder/
 EXTRACT_SUFX=	.zip
 
 MAINTAINER=	kamelderouiche%yahoo.com@localhost
diff --git a/spyder/distinfo b/spyder/distinfo
index 432916b..796b5f5 100644
--- a/spyder/distinfo
+++ b/spyder/distinfo
@@ -1,7 +1,7 @@
 $NetBSD: distinfo,v 1.9 2015/01/01 17:35:49 jihbed Exp $
 
-SHA1 (spyder-2.3.7.zip) = 747c44e8ee6405c22cbabfd4fe45270fd61e70da
-RMD160 (spyder-2.3.7.zip) = 7b64b3b54af566c15bfa6adf943b0438f985693f
-SHA512 (spyder-2.3.7.zip) = 6e118eeb13103e0d0a871effed9c05b0265161a3979930b9aaa9de0e2ee82ec6e4710c8664fec19231ef992fd21629be538fc79d3e0f019a8b2248044a29383b
-Size (spyder-2.3.7.zip) = 3043384 bytes
+SHA1 (spyder-2.3.8.zip) = 7c7b974addce3f711b1b255dfef1ea046d8b6802
+RMD160 (spyder-2.3.8.zip) = 06a42a77bd79e8f1b5aa8859fbddd03d60e9e9e8
+SHA512 (spyder-2.3.8.zip) = 7d40e081ce2ea579d8d98e58e31b53afc04360bebcd52a226adc5ed387ed94d1aa24d0372c2e3594689d0f44a81df9986d8c3fbe4ccbae7a493ad039aaba3acc
+Size (spyder-2.3.8.zip) = 3043528 bytes
 SHA1 (patch-setup.py) = d0183ed674996031c89f5f9972ad934fdac18492


Home | Main Index | Thread Index | Old Index