Hello community,

here is the log from the commit of package python-QtAwesome for 
openSUSE:Factory checked in at 2018-08-22 14:19:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-QtAwesome (Old)
 and      /work/SRC/openSUSE:Factory/.python-QtAwesome.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-QtAwesome"

Wed Aug 22 14:19:29 2018 rev:2 rq:630574 version:0.4.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-QtAwesome/python-QtAwesome.changes        
2017-08-10 14:11:58.989467251 +0200
+++ /work/SRC/openSUSE:Factory/.python-QtAwesome.new/python-QtAwesome.changes   
2018-08-22 14:19:51.930282399 +0200
@@ -1,0 +2,14 @@
+Mon Aug 20 17:53:28 UTC 2018 - dmuel...@suse.com
+
+- use singlespec'ed magic requires
+
+-------------------------------------------------------------------
+Sun Aug 19 21:24:25 UTC 2018 - stefan.bru...@rwth-aachen.de
+
+- Fix Requires:, refer to python2 packages from python2 package
+- Remove erroneously distributed __pycache__ file from sources
+- Spec cleanup:
+  * drop %defattr
+  * use %license for LICENSE
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-QtAwesome.spec ++++++
--- /var/tmp/diff_new_pack.YtVneg/_old  2018-08-22 14:19:54.050287420 +0200
+++ /var/tmp/diff_new_pack.YtVneg/_new  2018-08-22 14:19:54.050287420 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-QtAwesome
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -32,8 +32,8 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  python3-2to3
-Requires:       python3-QtPy
-Requires:       python3-six
+Requires:       python-QtPy
+Requires:       python-six
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 %python_subpackages
@@ -47,6 +47,8 @@
 
 %prep
 %setup -q -n QtAwesome-%{version}
+# remove erroneously packaged file
+rm -R qtawesome/tests/__pycache__
 
 %build
 %python_build
@@ -56,8 +58,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE
+%license LICENSE
 %{python_sitelib}/*
 
 %changelog


Reply via email to