commit python-pyzo for openSUSE:Factory

2020-07-16 Thread root
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 
+
+- 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)




commit python-pyzo for openSUSE:Factory

2020-05-20 Thread root
Hello community,

here is the log from the commit of package python-pyzo for openSUSE:Factory 
checked in at 2020-05-20 18:47:49

Comparing /work/SRC/openSUSE:Factory/python-pyzo (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyzo.new.2738 (New)


Package is "python-pyzo"

Wed May 20 18:47:49 2020 rev:2 rq:807667 version:4.9.0

Changes:

--- /work/SRC/openSUSE:Factory/python-pyzo/python-pyzo.changes  2019-12-10 
22:42:09.817814894 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyzo.new.2738/python-pyzo.changes
2020-05-20 18:47:56.753617087 +0200
@@ -1,0 +2,5 @@
+Wed May 20 07:26:57 UTC 2020 - Petr Gajdos 
+
+- %python3_only removal
+
+---



Other differences:
--
++ python-pyzo.spec ++
--- /var/tmp/diff_new_pack.82CC4h/_old  2020-05-20 18:47:57.821619486 +0200
+++ /var/tmp/diff_new_pack.82CC4h/_new  2020-05-20 18:47:57.821619486 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyzo
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -33,6 +33,7 @@
 BuildRequires:  update-desktop-files
 Requires:   hicolor-icon-theme
 Requires:   python-qt5
+Requires:   pyzologo
 BuildArch:  noarch
 %python_subpackages
 
@@ -50,6 +51,12 @@
 aimed at interactivity, and consists of an editor, a shell, and a set
 of tools.
 
+%package -n pyzologo
+Summary:Icons for Pyzo
+
+%description -n pyzologo
+Icons used by pyzo
+
 %prep
 %setup -q -n pyzo-%{version}
 sed -i -e '/^#!\//, 1d' pyzo/*.py
@@ -81,7 +88,6 @@
 %files %{python_files}
 %doc README.md
 %license pyzo/license.txt
-%python3_only %{_datadir}/icons/hicolor/*/apps/pyzologo.png
 %{python_sitelib}/*
 
 %files -n pyzo
@@ -89,4 +95,7 @@
 %{_datadir}/applications/pyzo.desktop
 %{_bindir}/pyzo
 
+%files -n pyzologo
+%{_datadir}/icons/hicolor/*/apps/pyzologo.png
+
 %changelog