Hello community,

here is the log from the commit of package spyder for openSUSE:Factory checked 
in at 2014-07-15 08:01:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/spyder (Old)
 and      /work/SRC/openSUSE:Factory/.spyder.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "spyder"

Changes:
--------
--- /work/SRC/openSUSE:Factory/spyder/spyder.changes    2014-02-15 
08:07:12.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.spyder.new/spyder.changes       2014-07-15 
08:01:25.000000000 +0200
@@ -1,0 +2,36 @@
+Mon Jul 14 15:54:00 UTC 2014 - [email protected]
+
+- Add spyder-rpmlintrc as source file
+- Remove not-applied patch version_check.patch
+
+-------------------------------------------------------------------
+Mon Jul 14 09:36:03 UTC 2014 - [email protected]
+
+- Update to 2.3.0
+  - New features
+    * Python 3 support
+    * Editor
+        * Use the Tab key to do code completions
+        * Highlight cells, i.e. portions of a file delimited by separators of 
the form `# %%`
+        * First-class support for Enaml files
+        * Syntax highlighting for Julia files
+        * Use Shift+Tab to show the signature corresponding to a 
function/method while it's been called
+        * Do code completions using the tokens (or words) found in a file
+        * Token-based completions work for any file type supported by the 
Editor
+        * Add a new tooltip widget (borrowed from the IPython project) to 
better handle how to show function signatures
+    * IPython console
+        * Assign the keyboard shortcut Ctrl+Shift+I to move to it
+        * Open a console by default at startup
+        * Give visual feedback when opening a console
+        * Show kernel error messages in the client tab
+    * Object Inspector
+        * Add an intro message to explain how to use it
+        * New style based on the Bootswatch Cerulean theme
+    * Main Window
+        * Reorganize several menus
+    * Under the hood
+        * Improve startup time
+        * Develop a new way to update configuration defaults (that doesn't 
involve resetting user settings)
+  - Bug fixes
+
+-------------------------------------------------------------------

Old:
----
  spyder-2.2.5.zip
  version_check.patch

New:
----
  spyder-2.3.0.zip

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ spyder.spec ++++++
--- /var/tmp/diff_new_pack.qMAAiK/_old  2014-07-15 08:01:27.000000000 +0200
+++ /var/tmp/diff_new_pack.qMAAiK/_new  2014-07-15 08:01:27.000000000 +0200
@@ -17,13 +17,14 @@
 
 
 Name:           spyder
-Version:        2.2.5
+Version:        2.3.0
 Release:        0
 Url:            http://spyderlib.googlecode.com
 Summary:        Scientific PYthon Development EnviRonment
 License:        MIT
 Group:          Development/Languages/Python
-Source:         http://spyderlib.googlecode.com/files/%{name}-%{version}.zip
+Source:         
https://pypi.python.org/packages/source/s/spyder/spyder-%{version}.zip
+Source1:        spyder-rpmlintrc
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  IPython
 BuildRequires:  fdupes
@@ -72,21 +73,24 @@
 editor related widgets to your PyQt4 application.
 
 %package doc
-Summary:        Documentation for %{name} and spyderlib
+Summary:        Documentation for %{name} and python-spyderlib
 Group:          Development/Languages/Python
 Requires:       %{name} = %{version}
 
 %description doc
-Documentation and help files for both %{name} and spyderlib
+Documentation and help files for both %{name} and python-spyderlib
 
 %lang_package
 %prep
 %setup -q
+# Fix wrong-file-end-of-line-encoding RPMLint warning
+sed -i 's/\r$//' doc/*.rst
+sed -i 's/\r$//' spyderlib/userconfig.py
+sed -i 's/\r$//' LICENSE
+sed -i 's/\r$//' CHANGELOG
 
 %build
 python setup.py build && rm build/lib/spyderlib/doc/.buildinfo
-# Fix wrong-file-end-of-line-encoding RPMLint warning
-sed -i 's/\r//' build/lib/spyderlib/doc/_sources/*.txt
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
@@ -96,35 +100,41 @@
 mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/
 # install the icon
 pushd %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/
-ln -s %{python_sitelib}/spyderlib/images/spyder.svg
+ln -s %{python_sitelib}/spyderlib/images/spyder.svg %{name}.svg
 popd
-%find_lang spyderlib
-%suse_update_desktop_file spyder
+%find_lang spyderlib %{name}.lang
+%find_lang p_breakpoints %{name}.lang
+%find_lang p_profiler %{name}.lang
+%find_lang p_pylint %{name}.lang
+%suse_update_desktop_file %{name}
 %fdupes %{buildroot}%{python_sitelib}
-# Documentation belongs into %{_docdir}:
+# Documentation belongs into _docdir:
 rm -r %{buildroot}%{python_sitelib}/spyderlib/doc
+rm -f build/lib/spyderlib/doc/.buildinfo
 
 %files
 %defattr(-,root,root,-)
-%doc README
 %{_bindir}/%{name}
-%{_datadir}/applications/spyder.desktop
-%{_datadir}/icons/hicolor/scalable/apps/spyder.svg
-%{_datadir}/pixmaps/spyder.png
+%{_datadir}/applications/%{name}.desktop
+%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
+%{_datadir}/pixmaps/%{name}.png
 
 %files -n python-spyderlib
 %defattr(-,root,root,-)
+%doc CHANGELOG LICENSE README.md
 %{python_sitelib}/spyderlib/
 %{python_sitelib}/spyderplugins/
-%{python_sitelib}/%{name}-%{version}-py%{py_ver}.egg-info
+%{python_sitelib}/spyder-%{version}-py*.egg-info
 %exclude %{python_sitelib}/spyderlib/locale/
+%exclude %{python_sitelib}/spyderplugins/locale/
 
 %files doc
 %defattr(-,root,root,-)
 %doc build/lib/spyderlib/doc/
 
-%files lang -f spyderlib.lang
+%files lang -f %{name}.lang
 %defattr(-,root,root)
 %{python_sitelib}/spyderlib/locale
+%{python_sitelib}/spyderplugins/locale/
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to