commit python3-IPython for openSUSE:Factory

2015-09-23 Thread h_root
Hello community,

here is the log from the commit of package python3-IPython for openSUSE:Factory 
checked in at 2015-09-24 06:16:04

Comparing /work/SRC/openSUSE:Factory/python3-IPython (Old)
 and  /work/SRC/openSUSE:Factory/.python3-IPython.new (New)


Package is "python3-IPython"

Changes:

--- /work/SRC/openSUSE:Factory/python3-IPython/python3-IPython.changes  
2015-08-02 22:45:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-IPython.new/python3-IPython.changes 
2015-09-24 06:16:27.0 +0200
@@ -1,0 +2,8 @@
+Wed Sep 23 11:32:05 UTC 2015 - toddrme2...@gmail.com
+
+- Update to 3.2.2
+  * This is a critical security update.  
+Addresses vulnerabilities when files have maliciously crafted filenames 
(CVE-2015-6938),
+or vulnerability when opening text files with malicious binary content 
(CVE pending).
+
+---

Old:

  ipython-3.2.1.tar.gz

New:

  ipython-3.2.2.tar.gz



Other differences:
--
++ python3-IPython.spec ++
--- /var/tmp/diff_new_pack.5WajAV/_old  2015-09-24 06:16:28.0 +0200
+++ /var/tmp/diff_new_pack.5WajAV/_new  2015-09-24 06:16:28.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-IPython
-Version:3.2.1
+Version:3.2.2
 Release:0
 Source0:
https://pypi.python.org/packages/source/i/ipython/ipython-%{version}.tar.gz
 Source1:ipython3-icons.tar.xz

++ ipython-3.2.1.tar.gz -> ipython-3.2.2.tar.gz ++
/work/SRC/openSUSE:Factory/python3-IPython/ipython-3.2.1.tar.gz 
/work/SRC/openSUSE:Factory/.python3-IPython.new/ipython-3.2.2.tar.gz differ: 
char 5, line 1




commit python3-IPython for openSUSE:Factory

2015-08-02 Thread h_root
Hello community,

here is the log from the commit of package python3-IPython for openSUSE:Factory 
checked in at 2015-08-02 22:45:53

Comparing /work/SRC/openSUSE:Factory/python3-IPython (Old)
 and  /work/SRC/openSUSE:Factory/.python3-IPython.new (New)


Package is python3-IPython

Changes:

--- /work/SRC/openSUSE:Factory/python3-IPython/python3-IPython.changes  
2015-07-03 00:18:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-IPython.new/python3-IPython.changes 
2015-08-02 22:45:54.0 +0200
@@ -1,0 +2,14 @@
+Wed Jul 29 08:27:09 UTC 2015 - toddrme2...@gmail.com
+
+- Add python3-pexpect dependency, which is now python3 compatible.
+
+---
+Mon Jul 13 20:23:34 UTC 2015 - a...@gmx.de
+
+- update to version 3.2.1:
+  * IPython 3.2.1 is a small bugfix release, primarily for cross-site
+security fixes in the notebook. Users are strongly encouraged to
+upgrade immediately. There are also a few small unicode and
+nbconvert-related fixes
+
+---

Old:

  ipython-3.2.0.tar.gz

New:

  ipython-3.2.1.tar.gz



Other differences:
--
++ python3-IPython.spec ++
--- /var/tmp/diff_new_pack.jiPFm1/_old  2015-08-02 22:45:56.0 +0200
+++ /var/tmp/diff_new_pack.jiPFm1/_new  2015-08-02 22:45:56.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-IPython
-Version:3.2.0
+Version:3.2.1
 Release:0
 Source0:
https://pypi.python.org/packages/source/i/ipython/ipython-%{version}.tar.gz
 Source1:ipython3-icons.tar.xz
@@ -34,6 +34,7 @@
 BuildRequires:  python3-devel
 BuildRequires:  python3-nose = 0.10.1
 BuildRequires:  python3-opengl
+BuildRequires:  python3-pexpect
 BuildRequires:  python3-pymongo
 BuildRequires:  python3-pyzmq-devel = 2.1.11
 BuildRequires:  python3-setuptools
@@ -43,6 +44,7 @@
 BuildRequires:  update-desktop-files
 %endif
 Requires:   python3-Jinja2
+Requires:   python3-pexpect
 Requires:   python3-pyzmq = 2.1.11
 Requires:   python3-tk
 Requires:   python3-xml

++ ipython-3.2.0.tar.gz - ipython-3.2.1.tar.gz ++
/work/SRC/openSUSE:Factory/python3-IPython/ipython-3.2.0.tar.gz 
/work/SRC/openSUSE:Factory/.python3-IPython.new/ipython-3.2.1.tar.gz differ: 
char 5, line 1




commit python3-IPython for openSUSE:Factory

2015-07-02 Thread h_root
Hello community,

here is the log from the commit of package python3-IPython for openSUSE:Factory 
checked in at 2015-07-02 22:51:00

Comparing /work/SRC/openSUSE:Factory/python3-IPython (Old)
 and  /work/SRC/openSUSE:Factory/.python3-IPython.new (New)


Package is python3-IPython

Changes:

--- /work/SRC/openSUSE:Factory/python3-IPython/python3-IPython.changes  
2015-04-07 09:29:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-IPython.new/python3-IPython.changes 
2015-07-03 00:18:27.0 +0200
@@ -1,0 +2,13 @@
+Wed Jul  1 16:13:20 UTC 2015 - toddrme2...@gmail.com
+
+- update to version 3.2.0:
+  * IPython 3.2 contains important security fixes. Users are 
+strongly encouraged to upgrade immediately.
+  * Highlights:
+- A security improvement that set the secure attribute to login cookie to 
prevent them to be sent over http
+- Revert the face color of matplotlib axes in the inline backend to not be 
transparent.
+- Enable mathjax safe mode by default
+- Fix XSS vulnerability in JSON error messages
+- Various widget-related fixes
+
+---

Old:

  ipython-3.1.0.tar.gz

New:

  ipython-3.2.0.tar.gz



Other differences:
--
++ python3-IPython.spec ++
--- /var/tmp/diff_new_pack.S0AfFB/_old  2015-07-03 00:18:28.0 +0200
+++ /var/tmp/diff_new_pack.S0AfFB/_new  2015-07-03 00:18:28.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-IPython
-Version:3.1.0
+Version:3.2.0
 Release:0
 Source0:
https://pypi.python.org/packages/source/i/ipython/ipython-%{version}.tar.gz
 Source1:ipython3-icons.tar.xz

++ ipython-3.1.0.tar.gz - ipython-3.2.0.tar.gz ++
/work/SRC/openSUSE:Factory/python3-IPython/ipython-3.1.0.tar.gz 
/work/SRC/openSUSE:Factory/.python3-IPython.new/ipython-3.2.0.tar.gz differ: 
char 5, line 1




commit python3-IPython for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package python3-IPython for openSUSE:Factory 
checked in at 2015-04-07 09:29:51

Comparing /work/SRC/openSUSE:Factory/python3-IPython (Old)
 and  /work/SRC/openSUSE:Factory/.python3-IPython.new (New)


Package is python3-IPython

Changes:

--- /work/SRC/openSUSE:Factory/python3-IPython/python3-IPython.changes  
2015-03-05 18:16:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-IPython.new/python3-IPython.changes 
2015-04-07 09:29:52.0 +0200
@@ -1,0 +2,24 @@
+Sat Apr  4 17:24:06 UTC 2015 - a...@gmx.de
+
+- update to version 3.1.0:
+  * Highlights:
++ Various focus jumping and scrolling fixes in the notebook.
++ Various message ordering and widget fixes in the notebook.
++ Images in markdown and output are confined to the notebook
+  width. An .unconfined CSS class is added to disable this
+  behavior per-image. The resize handle on output images is
+  removed.
++ Improved ordering of tooltip content for Python functions,
+  putting the signature at the top.
++ Fix UnicodeErrors when displaying some objects with unicode
+  reprs on Python 2.
++ Set the kernel’s working directory to the notebook directory
+  when running nbconvert --execute, so that behavior matches the
+  live notebook.
++ Allow setting custom SSL options for the tornado server with
+  NotebookApp.ssl_options, and protect against POODLE with default
+  settings by disabling SSLv3.
++ Fix memory leak in the IPython.parallel Controller on Python 3.
+  * See Issues closed in the 3.x development cycle for details.
+
+---

Old:

  ipython-3.0.0.tar.gz

New:

  ipython-3.1.0.tar.gz



Other differences:
--
++ python3-IPython.spec ++
--- /var/tmp/diff_new_pack.O8ptKE/_old  2015-04-07 09:29:53.0 +0200
+++ /var/tmp/diff_new_pack.O8ptKE/_new  2015-04-07 09:29:53.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-IPython
-Version:3.0.0
+Version:3.1.0
 Release:0
 Source0:
https://pypi.python.org/packages/source/i/ipython/ipython-%{version}.tar.gz
 Source1:ipython3-icons.tar.xz
@@ -28,15 +28,15 @@
 Group:  Development/Languages/Python
 BuildArch:  noarch
 BuildRequires:  python3
-BuildRequires:  python3-devel
 BuildRequires:  python3-2to3
-BuildRequires:  python3-setuptools
 BuildRequires:  python3-Cython
 BuildRequires:  python3-curses
+BuildRequires:  python3-devel
 BuildRequires:  python3-nose = 0.10.1
 BuildRequires:  python3-opengl
 BuildRequires:  python3-pymongo
 BuildRequires:  python3-pyzmq-devel = 2.1.11
+BuildRequires:  python3-setuptools
 BuildRequires:  python3-xml
 %if 0%{?suse_version}
 BuildRequires:  fdupes
@@ -167,7 +167,6 @@
 # install icons
 tar xf %{S:1} -C %{buildroot}%{_datadir}
 
-
 %files
 %defattr(-,root,root)
 %doc COPYING.rst README.rst

++ ipython-3.0.0.tar.gz - ipython-3.1.0.tar.gz ++
/work/SRC/openSUSE:Factory/python3-IPython/ipython-3.0.0.tar.gz 
/work/SRC/openSUSE:Factory/.python3-IPython.new/ipython-3.1.0.tar.gz differ: 
char 5, line 1




commit python3-IPython for openSUSE:Factory

2015-03-05 Thread h_root
Hello community,

here is the log from the commit of package python3-IPython for openSUSE:Factory 
checked in at 2015-03-05 15:40:07

Comparing /work/SRC/openSUSE:Factory/python3-IPython (Old)
 and  /work/SRC/openSUSE:Factory/.python3-IPython.new (New)


Package is python3-IPython

Changes:

--- /work/SRC/openSUSE:Factory/python3-IPython/python3-IPython.changes  
2015-03-03 11:14:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-IPython.new/python3-IPython.changes 
2015-03-05 18:16:17.0 +0100
@@ -1,0 +2,8 @@
+Tue Mar  3 12:23:31 UTC 2015 - toddrme2...@gmail.com
+
+- Drop gnome-icon-theme BuildRequires: the theme no longer exists
+  (it was merged and renamed to Adwaita-icon-theme). Instead,
+  package the icons in a tarball and install them during build.
+- Reorganizes requirements a little.
+
+---

New:

  ipython3-icons.tar.xz



Other differences:
--
++ python3-IPython.spec ++
--- /var/tmp/diff_new_pack.nYxug4/_old  2015-03-05 18:16:18.0 +0100
+++ /var/tmp/diff_new_pack.nYxug4/_new  2015-03-05 18:16:18.0 +0100
@@ -20,22 +20,20 @@
 Version:3.0.0
 Release:0
 Source0:
https://pypi.python.org/packages/source/i/ipython/ipython-%{version}.tar.gz
+Source1:ipython3-icons.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://ipython.scipy.org/
 Summary:An Enhanced Interactive Python Shell
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 BuildArch:  noarch
-BuildRequires:  gnome-icon-theme
 BuildRequires:  python3
+BuildRequires:  python3-devel
 BuildRequires:  python3-2to3
+BuildRequires:  python3-setuptools
 BuildRequires:  python3-Cython
 BuildRequires:  python3-curses
-BuildRequires:  python3-devel
-BuildRequires:  python3-distribute
-BuildRequires:  python3-matplotlib
 BuildRequires:  python3-nose = 0.10.1
-BuildRequires:  python3-numpydoc
 BuildRequires:  python3-opengl
 BuildRequires:  python3-pymongo
 BuildRequires:  python3-pyzmq-devel = 2.1.11
@@ -44,7 +42,6 @@
 BuildRequires:  fdupes
 BuildRequires:  update-desktop-files
 %endif
-Requires:   gnome-icon-theme
 Requires:   python3-Jinja2
 Requires:   python3-pyzmq = 2.1.11
 Requires:   python3-tk
@@ -72,6 +69,7 @@
 BuildRequires:  graphviz
 BuildRequires:  graphviz-gnome
 BuildRequires:  python3-Sphinx = 0.3
+BuildRequires:  python3-numpydoc
 
 %description
 IPython provides a replacement for the interactive python (Python)
@@ -164,17 +162,11 @@
 sed -i 's/gnome-netstatus-idle/ipython3/g' *.desktop
 %suse_update_desktop_file -r -i ipython3 System TerminalEmulator
 %suse_update_desktop_file -r -i ipython3-qtconsole System TerminalEmulator
+%endif
 
 # install icons
-for i in %{_datadir}/icons/gnome/*/status/gnome-netstatus-idle.*
-do
-NUM=$(basename $(dirname $(dirname $i)))
-mkdir -p %{buildroot}%{_datadir}/icons/hicolor/$NUM/apps/
-pushd %{buildroot}%{_datadir}/icons/hicolor/$NUM/apps/
-ln -s $i ./ipython3.png
-popd
-done
-%endif
+tar xf %{S:1} -C %{buildroot}%{_datadir}
+
 
 %files
 %defattr(-,root,root)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python3-IPython for openSUSE:Factory

2015-03-03 Thread h_root
Hello community,

here is the log from the commit of package python3-IPython for openSUSE:Factory 
checked in at 2015-03-03 11:14:26

Comparing /work/SRC/openSUSE:Factory/python3-IPython (Old)
 and  /work/SRC/openSUSE:Factory/.python3-IPython.new (New)


Package is python3-IPython

Changes:

--- /work/SRC/openSUSE:Factory/python3-IPython/python3-IPython.changes  
2015-02-11 16:44:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-IPython.new/python3-IPython.changes 
2015-03-03 11:14:29.0 +0100
@@ -1,0 +2,15 @@
+Sat Feb 28 01:37:56 UTC 2015 - a...@gmx.de
+
+- specifle:
+  * added mistune, jsonschema requirement
+  * updated some version numbers for requirements
+  * removed pandoc requirement
+
+- update to version 3.0.0:
+  * Using different kernels
+  * typing unicode identifiers
+  * new widgets
+  * lots of other changes, see
+http://ipython.org/ipython-doc/3/whatsnew/version3.html
+
+---

Old:

  ipython-2.4.1.tar.gz

New:

  ipython-3.0.0.tar.gz



Other differences:
--
++ python3-IPython.spec ++
--- /var/tmp/diff_new_pack.ujdNdl/_old  2015-03-03 11:14:30.0 +0100
+++ /var/tmp/diff_new_pack.ujdNdl/_new  2015-03-03 11:14:30.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-IPython
-Version:2.4.1
+Version:3.0.0
 Release:0
 Source0:
https://pypi.python.org/packages/source/i/ipython/ipython-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -61,13 +61,13 @@
 Recommends: python3-matplotlib
 Recommends: python3-qt4
 #ipython notebook
-BuildRequires:  python3-tornado = 3.1
-Recommends: python3-tornado = 3.1
-%if 0%{?suse_version}  1310
-# nbconvert, only available on factory
-BuildRequires:  pandoc = 1.10
-Recommends: pandoc = 1.10
-%endif
+BuildRequires:  python3-tornado = 4.0
+Recommends: python3-tornado = 4.0
+BuildRequires:  python3-mistune = 0.5
+Recommends: python3-mistune = 0.5
+#ipython nbformat
+BuildRequires:  python3-jsonschema
+Requires:   python3-jsonschema
 #documentation
 BuildRequires:  graphviz
 BuildRequires:  graphviz-gnome

++ ipython-2.4.1.tar.gz - ipython-3.0.0.tar.gz ++
/work/SRC/openSUSE:Factory/python3-IPython/ipython-2.4.1.tar.gz 
/work/SRC/openSUSE:Factory/.python3-IPython.new/ipython-3.0.0.tar.gz differ: 
char 5, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python3-IPython for openSUSE:Factory

2015-02-11 Thread h_root
Hello community,

here is the log from the commit of package python3-IPython for openSUSE:Factory 
checked in at 2015-02-11 16:44:34

Comparing /work/SRC/openSUSE:Factory/python3-IPython (Old)
 and  /work/SRC/openSUSE:Factory/.python3-IPython.new (New)


Package is python3-IPython

Changes:

--- /work/SRC/openSUSE:Factory/python3-IPython/python3-IPython.changes  
2015-01-09 20:49:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-IPython.new/python3-IPython.changes 
2015-02-11 16:44:37.0 +0100
@@ -1,0 +2,11 @@
+Tue Feb 10 18:31:11 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * removed modname variable
+
+- update to version 2.4.1:
+  * backport read support for nbformat v4 from IPython 3
+  * support for PyQt5 in the kernel (not QtConsole)
+  * support for Pygments 2.0
+
+---

Old:

  ipython-2.3.1.tar.gz

New:

  ipython-2.4.1.tar.gz



Other differences:
--
++ python3-IPython.spec ++
--- /var/tmp/diff_new_pack.LLGRkq/_old  2015-02-11 16:44:38.0 +0100
+++ /var/tmp/diff_new_pack.LLGRkq/_new  2015-02-11 16:44:38.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-IPython
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,8 @@
 #
 
 
-%definemodname IPython
-Name:   python3-%{modname}
-Version:2.3.1
+Name:   python3-IPython
+Version:2.4.1
 Release:0
 Source0:
https://pypi.python.org/packages/source/i/ipython/ipython-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -192,7 +191,7 @@
 %{_datadir}/applications/ipython3-qtconsole.desktop
 %{_datadir}/applications/ipython3.desktop
 %{_datadir}/icons/hicolor/
-%{python3_sitelib}/%{modname}
+%{python3_sitelib}/IPython
 %{python3_sitelib}/ipython-%{version}-py*.egg-info
 
 %files doc

++ ipython-2.3.1.tar.gz - ipython-2.4.1.tar.gz ++
/work/SRC/openSUSE:Factory/python3-IPython/ipython-2.3.1.tar.gz 
/work/SRC/openSUSE:Factory/.python3-IPython.new/ipython-2.4.1.tar.gz differ: 
char 5, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python3-IPython for openSUSE:Factory

2015-01-09 Thread h_root
Hello community,

here is the log from the commit of package python3-IPython for openSUSE:Factory 
checked in at 2015-01-09 20:49:46

Comparing /work/SRC/openSUSE:Factory/python3-IPython (Old)
 and  /work/SRC/openSUSE:Factory/.python3-IPython.new (New)


Package is python3-IPython

Changes:

--- /work/SRC/openSUSE:Factory/python3-IPython/python3-IPython.changes  
2014-12-01 14:00:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-IPython.new/python3-IPython.changes 
2015-01-09 20:49:52.0 +0100
@@ -1,0 +2,7 @@
+Sat Jan  3 20:09:26 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * updated copyright year
+  * added Jinja2 requirement for notebook and nbconvert (bnc#911524)
+
+---



Other differences:
--
++ python3-IPython.spec ++
--- /var/tmp/diff_new_pack.0u5RiW/_old  2015-01-09 20:49:53.0 +0100
+++ /var/tmp/diff_new_pack.0u5RiW/_new  2015-01-09 20:49:53.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-IPython
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -46,6 +46,7 @@
 BuildRequires:  update-desktop-files
 %endif
 Requires:   gnome-icon-theme
+Requires:   python3-Jinja2
 Requires:   python3-pyzmq = 2.1.11
 Requires:   python3-tk
 Requires:   python3-xml

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python3-IPython for openSUSE:Factory

2014-12-01 Thread h_root
Hello community,

here is the log from the commit of package python3-IPython for openSUSE:Factory 
checked in at 2014-12-01 14:00:40

Comparing /work/SRC/openSUSE:Factory/python3-IPython (Old)
 and  /work/SRC/openSUSE:Factory/.python3-IPython.new (New)


Package is python3-IPython

Changes:

--- /work/SRC/openSUSE:Factory/python3-IPython/python3-IPython.changes  
2014-10-14 07:13:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-IPython.new/python3-IPython.changes 
2014-12-01 14:00:46.0 +0100
@@ -1,0 +2,7 @@
+Wed Nov 26 01:27:07 UTC 2014 - a...@gmx.de
+
+- update to 2.3.1
+  * don’t use text mode in mkstemp
+  * Notebook.ipynb CR+LF turned into CR+CR+LF
+
+---

Old:

  ipython-2.3.0.tar.gz

New:

  ipython-2.3.1.tar.gz



Other differences:
--
++ python3-IPython.spec ++
--- /var/tmp/diff_new_pack.pMrHbh/_old  2014-12-01 14:00:47.0 +0100
+++ /var/tmp/diff_new_pack.pMrHbh/_new  2014-12-01 14:00:47.0 +0100
@@ -18,7 +18,7 @@
 
 %definemodname IPython
 Name:   python3-%{modname}
-Version:2.3.0
+Version:2.3.1
 Release:0
 Source0:
https://pypi.python.org/packages/source/i/ipython/ipython-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ ipython-2.3.0.tar.gz - ipython-2.3.1.tar.gz ++
/work/SRC/openSUSE:Factory/python3-IPython/ipython-2.3.0.tar.gz 
/work/SRC/openSUSE:Factory/.python3-IPython.new/ipython-2.3.1.tar.gz differ: 
char 5, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python3-IPython for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package python3-IPython for openSUSE:Factory 
checked in at 2014-10-14 07:12:27

Comparing /work/SRC/openSUSE:Factory/python3-IPython (Old)
 and  /work/SRC/openSUSE:Factory/.python3-IPython.new (New)


Package is python3-IPython

Changes:

--- /work/SRC/openSUSE:Factory/python3-IPython/python3-IPython.changes  
2014-09-03 20:58:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-IPython.new/python3-IPython.changes 
2014-10-14 07:13:20.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 13 14:27:18 UTC 2014 - toddrme2...@gmail.com
+
+- Update to 2.3.0
+  * Bugfix release
+
+---

Old:

  ipython-2.2.0.tar.gz

New:

  ipython-2.3.0.tar.gz



Other differences:
--
++ python3-IPython.spec ++
--- /var/tmp/diff_new_pack.e5ESmu/_old  2014-10-14 07:13:21.0 +0200
+++ /var/tmp/diff_new_pack.e5ESmu/_new  2014-10-14 07:13:21.0 +0200
@@ -18,7 +18,7 @@
 
 %definemodname IPython
 Name:   python3-%{modname}
-Version:2.2.0
+Version:2.3.0
 Release:0
 Source0:
https://pypi.python.org/packages/source/i/ipython/ipython-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ ipython-2.2.0.tar.gz - ipython-2.3.0.tar.gz ++
/work/SRC/openSUSE:Factory/python3-IPython/ipython-2.2.0.tar.gz 
/work/SRC/openSUSE:Factory/.python3-IPython.new/ipython-2.3.0.tar.gz differ: 
char 5, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python3-IPython for openSUSE:Factory

2014-09-03 Thread h_root
Hello community,

here is the log from the commit of package python3-IPython for openSUSE:Factory 
checked in at 2014-09-03 18:22:24

Comparing /work/SRC/openSUSE:Factory/python3-IPython (Old)
 and  /work/SRC/openSUSE:Factory/.python3-IPython.new (New)


Package is python3-IPython

Changes:

--- /work/SRC/openSUSE:Factory/python3-IPython/python3-IPython.changes  
2014-08-11 10:07:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-IPython.new/python3-IPython.changes 
2014-09-03 20:58:43.0 +0200
@@ -1,0 +2,8 @@
+Thu Aug 28 17:38:58 UTC 2014 - toddrme2...@gmail.com
+
+- Add pandoc dependency for nbconvert notebook converter.
+  This is only available for openSUSE  13.1.
+- Change some dependencies that are not required for basic 
+  functionality to Recommends.
+
+---



Other differences:
--
++ python3-IPython.spec ++
--- /var/tmp/diff_new_pack.HRYczp/_old  2014-09-03 20:58:47.0 +0200
+++ /var/tmp/diff_new_pack.HRYczp/_new  2014-09-03 20:58:47.0 +0200
@@ -49,19 +49,25 @@
 Requires:   python3-pyzmq = 2.1.11
 Requires:   python3-tk
 Requires:   python3-xml
-Requires:   python(abi) = %{py3_ver}
 Recommends: python3-curses
 Recommends: python3-pymongo
 # not available yet upstream
 #Recommends:   python3-wxWidgets
 # qtconsole
 BuildRequires:  python3-Pygments
+BuildRequires:  python3-matplotlib
 BuildRequires:  python3-qt4-devel
-Requires:   python3-Pygments
-Requires:   python3-qt4
+Recommends: python3-Pygments
+Recommends: python3-matplotlib
+Recommends: python3-qt4
 #ipython notebook
 BuildRequires:  python3-tornado = 3.1
-Requires:   python3-tornado = 3.1
+Recommends: python3-tornado = 3.1
+%if 0%{?suse_version}  1310
+# nbconvert, only available on factory
+BuildRequires:  pandoc = 1.10
+Recommends: pandoc = 1.10
+%endif
 #documentation
 BuildRequires:  graphviz
 BuildRequires:  graphviz-gnome

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python3-IPython for openSUSE:Factory

2014-08-11 Thread h_root
Hello community,

here is the log from the commit of package python3-IPython for openSUSE:Factory 
checked in at 2014-08-11 10:07:41

Comparing /work/SRC/openSUSE:Factory/python3-IPython (Old)
 and  /work/SRC/openSUSE:Factory/.python3-IPython.new (New)


Package is python3-IPython

Changes:

--- /work/SRC/openSUSE:Factory/python3-IPython/python3-IPython.changes  
2014-07-24 01:18:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-IPython.new/python3-IPython.changes 
2014-08-11 10:07:58.0 +0200
@@ -1,0 +2,6 @@
+Sat Aug  9 18:07:01 UTC 2014 - toddrme2...@gmail.com
+
+- Update to 2.2.0
+  * Bugfix release
+
+---

Old:

  ipython-2.1.0.tar.gz

New:

  ipython-2.2.0.tar.gz



Other differences:
--
++ python3-IPython.spec ++
--- /var/tmp/diff_new_pack.wjlMkR/_old  2014-08-11 10:07:59.0 +0200
+++ /var/tmp/diff_new_pack.wjlMkR/_new  2014-08-11 10:07:59.0 +0200
@@ -18,7 +18,7 @@
 
 %definemodname IPython
 Name:   python3-%{modname}
-Version:2.1.0
+Version:2.2.0
 Release:0
 Source0:
https://pypi.python.org/packages/source/i/ipython/ipython-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ ipython-2.1.0.tar.gz - ipython-2.2.0.tar.gz ++
/work/SRC/openSUSE:Factory/python3-IPython/ipython-2.1.0.tar.gz 
/work/SRC/openSUSE:Factory/.python3-IPython.new/ipython-2.2.0.tar.gz differ: 
char 5, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python3-IPython for openSUSE:Factory

2014-07-23 Thread h_root
Hello community,

here is the log from the commit of package python3-IPython for openSUSE:Factory 
checked in at 2014-07-23 22:07:00

Comparing /work/SRC/openSUSE:Factory/python3-IPython (Old)
 and  /work/SRC/openSUSE:Factory/.python3-IPython.new (New)


Package is python3-IPython

Changes:

--- /work/SRC/openSUSE:Factory/python3-IPython/python3-IPython.changes  
2014-04-23 17:33:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-IPython.new/python3-IPython.changes 
2014-07-24 01:18:26.0 +0200
@@ -1,0 +2,6 @@
+Tue Jul 15 11:49:40 UTC 2014 - toddrme2...@gmail.com
+
+- Update to 2.1.0
+  * BugFix release
+
+---

Old:

  ipython-2.0.0.tar.gz

New:

  ipython-2.1.0.tar.gz



Other differences:
--
++ python3-IPython.spec ++
--- /var/tmp/diff_new_pack.ttbtcW/_old  2014-07-24 01:18:28.0 +0200
+++ /var/tmp/diff_new_pack.ttbtcW/_new  2014-07-24 01:18:28.0 +0200
@@ -18,7 +18,7 @@
 
 %definemodname IPython
 Name:   python3-%{modname}
-Version:2.0.0
+Version:2.1.0
 Release:0
 Source0:
https://pypi.python.org/packages/source/i/ipython/ipython-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ ipython-2.0.0.tar.gz - ipython-2.1.0.tar.gz ++
/work/SRC/openSUSE:Factory/python3-IPython/ipython-2.0.0.tar.gz 
/work/SRC/openSUSE:Factory/.python3-IPython.new/ipython-2.1.0.tar.gz differ: 
char 5, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python3-IPython for openSUSE:Factory

2014-04-23 Thread h_root
Hello community,

here is the log from the commit of package python3-IPython for openSUSE:Factory 
checked in at 2014-04-23 17:33:32

Comparing /work/SRC/openSUSE:Factory/python3-IPython (Old)
 and  /work/SRC/openSUSE:Factory/.python3-IPython.new (New)


Package is python3-IPython

Changes:

--- /work/SRC/openSUSE:Factory/python3-IPython/python3-IPython.changes  
2014-03-09 18:43:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-IPython.new/python3-IPython.changes 
2014-04-23 17:33:33.0 +0200
@@ -1,0 +2,23 @@
+Thu Apr  3 00:25:38 UTC 2014 - a...@gmx.de
+
+- updated to 2.0.0
+
+  The principal milestones of 2.0 are:
+
+  *  interactive widgets for the notebook
+  *  directory navigation in the notebook dashboard
+  *  persistent URLs for notebooks
+  *  a new modal user interface in the notebook
+  *  a security model for notebooks
+
+  more details at http://ipython.org/ipython-doc/2/whatsnew/version2.0.html
+
+  * changes in spec file:
+- manual remove binaries that don't end in *3
+- added dependencies matplotlib, numpydoc, updated version for tornado
+- logger, color and irunner are not provided anymore, remove from file list
+- Copying is now in rst format
+- name and location of desktop files changed
+- removed if case for 12.2 version, since IPython only builds for 12.2
+
+---

Old:

  ipython-1.2.1.tar.gz

New:

  ipython-2.0.0.tar.gz



Other differences:
--
++ python3-IPython.spec ++
--- /var/tmp/diff_new_pack.SV7jGp/_old  2014-04-23 17:33:34.0 +0200
+++ /var/tmp/diff_new_pack.SV7jGp/_new  2014-04-23 17:33:34.0 +0200
@@ -18,7 +18,7 @@
 
 %definemodname IPython
 Name:   python3-%{modname}
-Version:1.2.1
+Version:2.0.0
 Release:0
 Source0:
https://pypi.python.org/packages/source/i/ipython/ipython-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -34,7 +34,9 @@
 BuildRequires:  python3-curses
 BuildRequires:  python3-devel
 BuildRequires:  python3-distribute
+BuildRequires:  python3-matplotlib
 BuildRequires:  python3-nose = 0.10.1
+BuildRequires:  python3-numpydoc
 BuildRequires:  python3-opengl
 BuildRequires:  python3-pymongo
 BuildRequires:  python3-pyzmq-devel = 2.1.11
@@ -58,8 +60,8 @@
 Requires:   python3-Pygments
 Requires:   python3-qt4
 #ipython notebook
-BuildRequires:  python3-tornado = 2.0
-Requires:   python3-tornado = 2.0
+BuildRequires:  python3-tornado = 3.1
+Requires:   python3-tornado = 3.1
 #documentation
 BuildRequires:  graphviz
 BuildRequires:  graphviz-gnome
@@ -115,7 +117,7 @@
 
 # move automatically installed documentation to the right directory
 install -d -m 755 %{buildroot}%{_docdir}/
-mv -f %{buildroot}/usr/share/doc/ipython/ %{buildroot}%{_docdir}/%{name}
+#mv -f %{buildroot}/usr/share/doc/IPython/ %{buildroot}%{_docdir}/%{name}
 
 # does not seem to work with python 3
 #make docs
@@ -134,9 +136,16 @@
 rm -f %{buildroot}/%{python3_sitelib}/IPython/.git_commit_info.ini
 rm -f %{buildroot}/%{_docdir}/%{name}/manual/.buildinfo
 
+# remove all executables that don't follow the bin/*3 convention for python3
+rm %{buildroot}/%{_bindir}/ipcluster
+rm %{buildroot}/%{_bindir}/ipcontroller
+rm %{buildroot}/%{_bindir}/ipengine
+rm %{buildroot}/%{_bindir}/iptest
+rm %{buildroot}/%{_bindir}/ipython
+
 # Fix .desktop files for python 3
-mv examples/core/ipython-qtconsole.desktop ./ipython3-qtconsole.desktop
-mv examples/core/ipython.desktop ./ipython3.desktop
+mv examples/IPython\ Kernel/ipython.desktop  ./ipython3.desktop
+mv examples/IPython\ Kernel/ipython-qtconsole.desktop 
./ipython3-qtconsole.desktop
 
 sed -i 's/Python/Python 3/g' *.desktop
 sed -i 's/ipython/ipython3/g' *.desktop
@@ -163,36 +172,26 @@
 
 %files
 %defattr(-,root,root)
-%doc COPYING.txt README.rst
+%doc COPYING.rst README.rst
 %{_bindir}/ipcluster3
 %{_bindir}/ipcontroller3
 %{_bindir}/ipengine3
-%{_bindir}/iplogger3
 %{_bindir}/iptest3
 %{_bindir}/ipython3
-%{_bindir}/irunner3
-%{_bindir}/pycolor3
 %{_mandir}/man1/ipcluster3.1.gz
 %{_mandir}/man1/ipcontroller3.1.gz
 %{_mandir}/man1/ipengine3.1.gz
-%{_mandir}/man1/iplogger3.1.gz
 %{_mandir}/man1/ipython3.1.gz
-%{_mandir}/man1/irunner3.1.gz
-%{_mandir}/man1/pycolor3.1.gz
 %{_datadir}/applications/ipython3-qtconsole.desktop
-#%{_datadir}/applications/ipython3-sh.desktop
 %{_datadir}/applications/ipython3.desktop
 %{_datadir}/icons/hicolor/
 %{python3_sitelib}/%{modname}
 %{python3_sitelib}/ipython-%{version}-py*.egg-info
-%if 0%{?suse_version}  1220
-%exclude %{_docdir}/%{name}/examples/
-%endif
 
 %files doc
 %defattr(-,root,root)
 %doc %{_docdir}/%{name}
-%exclude %{_docdir}/%{name}/COPYING.txt

commit python3-IPython for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package python3-IPython for openSUSE:Factory 
checked in at 2014-03-09 18:43:57

Comparing /work/SRC/openSUSE:Factory/python3-IPython (Old)
 and  /work/SRC/openSUSE:Factory/.python3-IPython.new (New)


Package is python3-IPython

Changes:

--- /work/SRC/openSUSE:Factory/python3-IPython/python3-IPython.changes  
2013-12-19 12:37:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-IPython.new/python3-IPython.changes 
2014-03-09 18:43:58.0 +0100
@@ -1,0 +2,69 @@
+Fri Mar  7 03:49:54 UTC 2014 - a...@gmx.de
+
+- update to 1.2.1 (including 1.2.0)
+
+ Pull Requests (38):
+ 1.2.1:
+PR #4372: Don’t assume that SyntaxTB is always called with a SyntaxError
+PR #5166: remove mktemp usage
+PR #5163: Simplify implementation of TemporaryWorkingDirectory.
+PR #5105: add index to format to support py2.6
+ 1.2.0:
+PR #4972: Work around problem in doctest discovery in Python 3.4 with PyQt
+PR #4934: ipython profile create respects –ipython-dir
+PR #4845: Add Origin Checking.
+PR #4928: use importlib.machinery when available
+PR #4849: Various unicode fixes (mostly on Windows)
+PR #4880: set profile name from profile_dir
+PR #4908: detect builtin docstrings in oinspect
+PR #4909: sort dictionary keys before comparison, ordering is not 
guaranteed
+PR #4903: use https for all embeds
+PR #4868: Static path fixes
+PR #4820: fix regex for cleaning old logs with ipcluster
+PR #4840: Error in Session.send_raw()
+PR #4762: whitelist alphanumeric characters for cookie_name
+PR #4748: fix race condition in profiledir creation.
+PR #4720: never use ssh multiplexer in tunnels
+PR #4738: don’t inject help into user_ns
+PR #4722: allow purging local results as long as they are not outstanding
+PR #4668: Make non-ASCII docstring unicode
+PR #4639: Minor import fix to get qtconsole with –pylab=qt working
+PR #4453: Play nice with App Nap
+PR #4609: Fix bytes regex for Python 3.
+PR #4488: fix typo in message spec doc
+PR #4346: getpass() on Windows  Python 2 needs bytes prompt
+PR #4230: Switch correctly to the user’s default matplotlib backend after 
inline.
+PR #4214: engine ID metadata should be unicode, not bytes
+PR #4232: no highlight if no language specified
+PR #4218: Fix display of SyntaxError when .py file is modified
+PR #4217: avoid importing numpy at the module level
+PR #4213: fixed dead link in examples/notebooks readme to Part 3
+PR #4183: ESC should be handled by CM if tooltip is not on
+PR #4193: Update for #3549: Append Firefox overflow-x fix
+PR #4205: use TextIOWrapper when communicating with pandoc subprocess
+PR #4204: remove some extraneous print statements from IPython.parallel
+PR #4201: HeadingCells cannot be split or merged
+
+ Issues (17):
+ 1.2.1:
+#5101: IPython 1.2.0: notebook fail with “500 Internal Server Error”
+ 1.2.0:
+#4892: IPython.qt test failure with python3.4
+#4810: ipcluster bug in clean_logs flag
+#4765: missing build script for highlight.js
+#4761: ipv6 address triggers cookie exception
+#4721: purge_results with jobid crashing - looking for insight
+#4602: “ipcluster stop” fails after “ipcluster start –daemonize” using 
python3.3
+#3386: Magic %paste not working in Python 3.3.2. TypeError: Type str 
doesn’t support the buffer API
+#4485: Incorrect info in “Messaging in IPython” documentation.
+#4351: /parallel/apps/launcher.py error
+#4334: NotebookApp.webapp_settings static_url_prefix causes crash
+#4039: Celltoolbar example issue
+#4256: IPython no longer handles unicode file names
+#4122: Nbconvert [windows]: Inconsistent line endings in markdown cells 
exported to latex
+#3819: nbconvert add extra blank line to code block on Windows.
+#4203: remove spurious print statement from parallel annoted functions
+#4200: Notebook: merging a heading cell and markdown cell cannot be undone
+
+
+---

Old:

  ipython-1.1.0.tar.gz

New:

  ipython-1.2.1.tar.gz



Other differences:
--
++ python3-IPython.spec ++
--- /var/tmp/diff_new_pack.feJHRW/_old  2014-03-09 18:43:59.0 +0100
+++ /var/tmp/diff_new_pack.feJHRW/_new  2014-03-09 18:43:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-IPython
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise 

commit python3-IPython for openSUSE:Factory

2012-05-08 Thread h_root
Hello community,

here is the log from the commit of package python3-IPython for openSUSE:Factory 
checked in at 2012-05-09 07:17:18

Comparing /work/SRC/openSUSE:Factory/python3-IPython (Old)
 and  /work/SRC/openSUSE:Factory/.python3-IPython.new (New)


Package is python3-IPython, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package=IPython cicount=copy /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org