commit python-QtAwesome for openSUSE:Factory

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




commit python-QtAwesome for openSUSE:Factory

2020-04-23 Thread root
Hello community,

here is the log from the commit of package python-QtAwesome for 
openSUSE:Factory checked in at 2020-04-23 18:39:31

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


Package is "python-QtAwesome"

Thu Apr 23 18:39:31 2020 rev:6 rq:796537 version:0.6.0

Changes:

--- /work/SRC/openSUSE:Factory/python-QtAwesome/python-QtAwesome.changes
2019-07-29 17:32:00.466127538 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-QtAwesome.new.2738/python-QtAwesome.changes  
2020-04-23 18:39:38.121143503 +0200
@@ -1,0 +2,6 @@
+Thu Apr 23 12:03:50 UTC 2020 - Tomáš Chvátal 
+
+- Add patch to not call python2:
+  * no-py2.patch
+
+---

New:

  no-py2.patch



Other differences:
--
++ python-QtAwesome.spec ++
--- /var/tmp/diff_new_pack.MFtxmd/_old  2020-04-23 18:39:39.753146625 +0200
+++ /var/tmp/diff_new_pack.MFtxmd/_new  2020-04-23 18:39:39.757146633 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-QtAwesome
 #
-# 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
@@ -25,6 +25,7 @@
 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}
@@ -47,6 +48,7 @@
 
 %prep
 %setup -q -n QtAwesome-%{version}
+%patch0 -p1
 
 %build
 %python_build

++ no-py2.patch ++
Index: QtAwesome-0.6.0/qtawesome/tests/test_qtawesome.py
===
--- QtAwesome-0.6.0.orig/qtawesome/tests/test_qtawesome.py
+++ QtAwesome-0.6.0/qtawesome/tests/test_qtawesome.py
@@ -3,6 +3,7 @@ Tests for QtAwesome.
 """
 # Standard library imports
 import subprocess
+import sys
 import collections
 
 # Test Library imports
@@ -14,7 +15,7 @@ from qtawesome.iconic_font import Iconic
 
 
 def test_segfault_import():
-output_number = subprocess.call('python -c "import qtawesome '
+output_number = subprocess.call(sys.executable + ' -c "import qtawesome '
 '; qtawesome.icon()"', shell=True)
 assert output_number == 0
 



commit python-QtAwesome for openSUSE:Factory

2019-07-29 Thread root
Hello community,

here is the log from the commit of package python-QtAwesome for 
openSUSE:Factory checked in at 2019-07-29 17:31:56

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


Package is "python-QtAwesome"

Mon Jul 29 17:31:56 2019 rev:5 rq:719537 version:0.6.0

Changes:

--- /work/SRC/openSUSE:Factory/python-QtAwesome/python-QtAwesome.changes
2019-03-19 09:58:27.604101332 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-QtAwesome.new.4126/python-QtAwesome.changes  
2019-07-29 17:32:00.466127538 +0200
@@ -1,0 +2,10 @@
+Mon Jul 29 08:48:11 UTC 2019 - pgaj...@suse.com
+
+- version update to 0.6.0
+  * Add rotated, hflip, and vflip options
+  * Update FontAwesome and Material design icons
+  * Rotate icons by static angle i.e. 90, 180 etc
+  * PR: Update FontAwesome and Material design icons
+  * PR: Add rotated, hflip, and vflip options
+
+---

Old:

  QtAwesome-0.5.7.tar.gz

New:

  QtAwesome-0.6.0.tar.gz



Other differences:
--
++ python-QtAwesome.spec ++
--- /var/tmp/diff_new_pack.RUMDnN/_old  2019-07-29 17:32:01.178126677 +0200
+++ /var/tmp/diff_new_pack.RUMDnN/_new  2019-07-29 17:32:01.182126672 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-QtAwesome
-Version:0.5.7
+Version:0.6.0
 Release:0
 Summary:FontAwesome icons in PyQt and PySide applications
 License:MIT

++ QtAwesome-0.5.7.tar.gz -> QtAwesome-0.6.0.tar.gz ++
 4153 lines of diff (skipped)




commit python-QtAwesome for openSUSE:Factory

2019-03-19 Thread root
Hello community,

here is the log from the commit of package python-QtAwesome for 
openSUSE:Factory checked in at 2019-03-19 09:58:21

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


Package is "python-QtAwesome"

Tue Mar 19 09:58:21 2019 rev:4 rq:682826 version:0.5.7

Changes:

--- /work/SRC/openSUSE:Factory/python-QtAwesome/python-QtAwesome.changes
2018-12-19 13:52:01.927067385 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-QtAwesome.new.28833/python-QtAwesome.changes 
2019-03-19 09:58:27.604101332 +0100
@@ -1,0 +2,13 @@
+Fri Mar  8 12:42:52 UTC 2019 - Tomáš Chvátal 
+
+- Update to 0.5.7:
+  * Issue 113 - Corrupted icons with PyQt 5.12
+
+---
+Wed Mar  6 09:44:56 UTC 2019 - Tomáš Chvátal 
+
+- Update to 0.5.6:
+  * Too many changes to enumerate, see CHANGELOG.md
+- Run tests
+
+---

Old:

  QtAwesome-0.4.4.tar.gz

New:

  QtAwesome-0.5.7.tar.gz



Other differences:
--
++ python-QtAwesome.spec ++
--- /var/tmp/diff_new_pack.eYeumP/_old  2019-03-19 09:58:28.140101117 +0100
+++ /var/tmp/diff_new_pack.eYeumP/_new  2019-03-19 09:58:28.144101115 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-QtAwesome
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -18,22 +18,23 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-QtAwesome
-Version:0.4.4
+Version:0.5.7
 Release:0
 Summary:FontAwesome icons in PyQt and PySide applications
 License:MIT
 Group:  Development/Languages/Python
-Url:https://github.com/spyder-ide/qtawesome
+URL:https://github.com/spyder-ide/qtawesome
 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}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRequires:  python3-2to3
+BuildRequires:  xvfb-run
 Requires:   python-QtPy
 Requires:   python-six
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 %python_subpackages
 
@@ -46,8 +47,6 @@
 
 %prep
 %setup -q -n QtAwesome-%{version}
-# remove erroneously packaged file
-rm -R qtawesome/tests/__pycache__
 
 %build
 %python_build
@@ -56,8 +55,12 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%check
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} xvfb-run 
py.test-%{$python_bin_suffix} -v qtawesome/tests
+
 %files %{python_files}
 %license LICENSE
+%doc CHANGELOG.md README.md
 %{python_sitelib}/*
 
 %changelog

++ QtAwesome-0.4.4.tar.gz -> QtAwesome-0.5.7.tar.gz ++
 7686 lines of diff (skipped)




commit python-QtAwesome for openSUSE:Factory

2018-12-19 Thread root
Hello community,

here is the log from the commit of package python-QtAwesome for 
openSUSE:Factory checked in at 2018-12-19 13:51:58

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


Package is "python-QtAwesome"

Wed Dec 19 13:51:58 2018 rev:3 rq:659352 version:0.4.4

Changes:

--- /work/SRC/openSUSE:Factory/python-QtAwesome/python-QtAwesome.changes
2018-08-22 14:19:51.930282399 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-QtAwesome.new.28833/python-QtAwesome.changes 
2018-12-19 13:52:01.927067385 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:53:26 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-QtAwesome.spec ++
--- /var/tmp/diff_new_pack.Dk2tE6/_old  2018-12-19 13:52:02.519066566 +0100
+++ /var/tmp/diff_new_pack.Dk2tE6/_new  2018-12-19 13:52:02.523066561 +0100
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -26,7 +26,6 @@
 Url:https://github.com/spyder-ide/qtawesome
 Source: 
https://files.pythonhosted.org/packages/source/Q/QtAwesome/QtAwesome-%{version}.tar.gz
 BuildRequires:  %{python_module QtPy}
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six}
 BuildRequires:  fdupes




commit python-QtAwesome for openSUSE:Factory

2018-08-22 Thread root
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