Hello community,

here is the log from the commit of package python-QtAwesome for 
openSUSE:Factory checked in at 2020-07-28 17:25:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-QtAwesome (Old)
 and      /work/SRC/openSUSE:Factory/.python-QtAwesome.new.3592 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-QtAwesome"

Tue Jul 28 17:25:47 2020 rev:7 rq:823051 version:0.7.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-QtAwesome/python-QtAwesome.changes        
2020-04-23 18:39:38.121143503 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-QtAwesome.new.3592/python-QtAwesome.changes  
    2020-07-28 17:26:28.297981883 +0200
@@ -1,0 +2,23 @@
+Tue Jul 28 05:48:08 UTC 2020 - Steve Kowalik <[email protected]>
+
+- Update to 0.7.2:
+  * Update release instructions for the 0.x branch, by @ccordoba12
+  * Do not call python directly in tests, by @scarabeusiv
+  * Remove warning for Python 2.7, by @dalthviz (140)
+  * al design icons to 4.9.95
+  * t class to display icons as widgets
+  * rowser
+  * Fix file lock (125)
+  * Update documentation and images (45)
+  * Use Github as the only CI provider
+  * Update MDI to 4.9.95
+  * Add IconWidget to display icon as widget
+  * Add an icon browser
+  * Improve sponsors section in readme
+  * Replace QtGui by QtWidgets in docs
+  * Update MDI to 4.5.95
+  * Update number of icons in Readme and docs
+- Drop no-py2.patch, merged upstream.
+- Add update-alternatives for new qta-browser binary
+
+-------------------------------------------------------------------

Old:
----
  QtAwesome-0.6.0.tar.gz
  no-py2.patch

New:
----
  QtAwesome-0.7.2.tar.gz

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

Other differences:
------------------
++++++ python-QtAwesome.spec ++++++
--- /var/tmp/diff_new_pack.Qwyn5J/_old  2020-07-28 17:26:30.245984093 +0200
+++ /var/tmp/diff_new_pack.Qwyn5J/_new  2020-07-28 17:26:30.249984098 +0200
@@ -18,14 +18,12 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-QtAwesome
-Version:        0.6.0
+Version:        0.7.2
 Release:        0
 Summary:        FontAwesome icons in PyQt and PySide applications
 License:        MIT
-Group:          Development/Languages/Python
 URL:            https://github.com/spyder-ide/qtawesome
 Source:         
https://files.pythonhosted.org/packages/source/Q/QtAwesome/QtAwesome-%{version}.tar.gz
-Patch0:         no-py2.patch
 BuildRequires:  %{python_module QtPy}
 BuildRequires:  %{python_module pytest-qt}
 BuildRequires:  %{python_module pytest}
@@ -37,6 +35,8 @@
 Requires:       python-QtPy
 Requires:       python-six
 BuildArch:      noarch
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 %python_subpackages
 
 %description
@@ -48,7 +48,6 @@
 
 %prep
 %setup -q -n QtAwesome-%{version}
-%patch0 -p1
 
 %build
 %python_build
@@ -56,13 +55,21 @@
 %install
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
+%python_clone -a %{buildroot}%{_bindir}/qta-browser
 
 %check
 %python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} xvfb-run 
py.test-%{$python_bin_suffix} -v qtawesome/tests
 
+%post
+%python_install_alternative qta-browser
+
+%postun
+%python_uninstall_alternative qta-browser
+
 %files %{python_files}
-%license LICENSE
+%license LICENSE.txt
 %doc CHANGELOG.md README.md
 %{python_sitelib}/*
+%python_alternative %{_bindir}/qta-browser
 
 %changelog

++++++ QtAwesome-0.6.0.tar.gz -> QtAwesome-0.7.2.tar.gz ++++++
++++ 19599 lines of diff (skipped)


Reply via email to