Hello community,

here is the log from the commit of package python-pyzo for openSUSE:Factory 
checked in at 2020-07-16 12:16:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyzo (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyzo.new.3592 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyzo"

Thu Jul 16 12:16:57 2020 rev:3 rq:821064 version:4.10.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyzo/python-pyzo.changes  2020-05-20 
18:47:56.753617087 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyzo.new.3592/python-pyzo.changes        
2020-07-16 12:18:18.334955788 +0200
@@ -1,0 +2,20 @@
+Wed Jul 15 08:35:30 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- Update to version 4.10.2
+  * Fix that PyInstaller's changes to `LD_LIBRARY_PATH` leak through to the 
kernels (#665).
+  * We've now automized the building of binaries on Azure Pipelines!
+  * Our code is now formatted with Black, and checked with Flake8.
+  * CI does not have a lot of tests yet, but we do check linting and importing 
on Python 3.5 and 3.8.
+  * Implemented support for highres displays (although I am unable to verify 
myself).
+  * Improve the workspace display of list, tuple, dict and array.
+  * Clean up `LD_LIBRARY_PATH` for the kernels (#665).
+  * Some improvements to asyncio integration.
+  * Autocompletion no longer cancels the interactive help.
+  * Issue a warning when `logging.basicConfig()` is called (because it does 
nothing).
+  * Fix that non-breakable space was converted (#621, thanks Yann Salmon).
+  * Add Jetbrains monospace font.
+  * Fix introspection of signature containing kw-only args or annotations.
+  * Add polish translation (thanks wojnilowicz)
+  * Fix that Pyzo crashes on startup when non-english language is set and 
status bar is shown.
+
+-------------------------------------------------------------------

Old:
----
  pyzo-4.9.0.tar.gz

New:
----
  pyzo-4.10.2.tar.gz

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

Other differences:
------------------
++++++ python-pyzo.spec ++++++
--- /var/tmp/diff_new_pack.p6cwqX/_old  2020-07-16 12:18:20.886958368 +0200
+++ /var/tmp/diff_new_pack.p6cwqX/_new  2020-07-16 12:18:20.890958371 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define         skip_python2 1
 Name:           python-pyzo
-Version:        4.9.0
+Version:        4.10.2
 Release:        0
 Summary:        Python IDE for scientific computing
 License:        BSD-3-Clause
@@ -85,13 +85,25 @@
 
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+# weirdly installed stuff
+rm %{buildroot}%{_prefix}/LICENSE.md
+rm %{buildroot}%{_prefix}/README.md
+mv %{buildroot}%{_prefix}/pyzo* %{buildroot}%{python_sitelib}/pyzo/util/
+chmod +x %{buildroot}%{python_sitelib}/pyzo/util/pyzolauncher.py
+
+%check
+# the only test which is in the upstream testsuite
+# no need to download github tarball just because of this
+export PYTHONPATH=%{buildroot}%{$python_sitelib}
+%python_exec -c 'import pyzo; assert pyzo.__version__'
+
 %files %{python_files}
 %doc README.md
-%license pyzo/license.txt
+%license LICENSE.md
 %{python_sitelib}/*
 
 %files -n pyzo
-%license pyzo/license.txt
+%license LICENSE.md
 %{_datadir}/applications/pyzo.desktop
 %{_bindir}/pyzo
 

++++++ pyzo-4.9.0.tar.gz -> pyzo-4.10.2.tar.gz ++++++
++++ 52383 lines of diff (skipped)


Reply via email to