Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-QtAwesome for 
openSUSE:Factory checked in at 2021-03-30 21:02:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-QtAwesome (Old)
 and      /work/SRC/openSUSE:Factory/.python-QtAwesome.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-QtAwesome"

Tue Mar 30 21:02:49 2021 rev:8 rq:870784 version:1.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-QtAwesome/python-QtAwesome.changes        
2020-07-28 17:26:28.297981883 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-QtAwesome.new.2401/python-QtAwesome.changes  
    2021-03-30 21:02:52.388880941 +0200
@@ -1,0 +2,14 @@
+Tue Feb  9 16:02:00 UTC 2021 - Ben Greiner <[email protected]>
+
+- Update to 1.0.2
+  * Perform a font id validation
+  * Add entries to the mdi charmap to be supported by Spyder
+    <= 4.1.5 (1.0.1)
+  * Update Material design icons to 5.4.55 (1.0.0)
+  * Drop Python 2 support (1.0.0)
+  * Fix deprecation warnings  due to invalid escape sequences
+    (0.7.3)
+- Use pytest-xvfb -- much more stable than the xvfb-run in sequence
+  for each python flavor
+
+-------------------------------------------------------------------

Old:
----
  QtAwesome-0.7.2.tar.gz

New:
----
  QtAwesome-1.0.2.tar.gz

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

Other differences:
------------------
++++++ python-QtAwesome.spec ++++++
--- /var/tmp/diff_new_pack.M4NruD/_old  2021-03-30 21:02:52.976881587 +0200
+++ /var/tmp/diff_new_pack.M4NruD/_new  2021-03-30 21:02:52.980881591 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-QtAwesome
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,8 +17,9 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:           python-QtAwesome
-Version:        0.7.2
+Version:        1.0.2
 Release:        0
 Summary:        FontAwesome icons in PyQt and PySide applications
 License:        MIT
@@ -26,14 +27,14 @@
 Source:         
https://files.pythonhosted.org/packages/source/Q/QtAwesome/QtAwesome-%{version}.tar.gz
 BuildRequires:  %{python_module QtPy}
 BuildRequires:  %{python_module pytest-qt}
+BuildRequires:  %{python_module pytest-xvfb}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module six}
+BuildRequires:  dos2unix
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  xvfb-run
 Requires:       python-QtPy
-Requires:       python-six
 BuildArch:      noarch
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
@@ -48,6 +49,7 @@
 
 %prep
 %setup -q -n QtAwesome-%{version}
+dos2unix CHANGELOG.md
 
 %build
 %python_build
@@ -58,7 +60,7 @@
 %python_clone -a %{buildroot}%{_bindir}/qta-browser
 
 %check
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} xvfb-run 
py.test-%{$python_bin_suffix} -v qtawesome/tests
+%pytest -v qtawesome/tests
 
 %post
 %python_install_alternative qta-browser

++++++ QtAwesome-0.7.2.tar.gz -> QtAwesome-1.0.2.tar.gz ++++++
++++ 21760 lines of diff (skipped)

Reply via email to