commit python-AnyQt for openSUSE:Factory

2020-01-31 Thread root
Hello community,

here is the log from the commit of package python-AnyQt for openSUSE:Factory 
checked in at 2020-01-31 23:55:27

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


Package is "python-AnyQt"

Fri Jan 31 23:55:27 2020 rev:4 rq:768543 version:0.0.10

Changes:

--- /work/SRC/openSUSE:Factory/python-AnyQt/python-AnyQt.changes
2019-03-08 11:02:32.248529933 +0100
+++ /work/SRC/openSUSE:Factory/.python-AnyQt.new.26092/python-AnyQt.changes 
2020-01-31 23:56:18.523621043 +0100
@@ -1,0 +2,5 @@
+Thu Jan 30 10:01:51 UTC 2020 - Christophe Giboudeaux 
+
+- Stop building python2-AnyQt. There are no user in factory.
+
+---



Other differences:
--
++ python-AnyQt.spec ++
--- /var/tmp/diff_new_pack.2oOrRL/_old  2020-01-31 23:56:19.471621535 +0100
+++ /var/tmp/diff_new_pack.2oOrRL/_new  2020-01-31 23:56:19.475621537 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-AnyQt
 #
-# 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
@@ -16,6 +16,7 @@
 #
 
 
+%define skip_python2 1
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-AnyQt
 Version:0.0.10




commit python-AnyQt for openSUSE:Factory

2019-03-08 Thread root
Hello community,

here is the log from the commit of package python-AnyQt for openSUSE:Factory 
checked in at 2019-03-08 11:02:29

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


Package is "python-AnyQt"

Fri Mar  8 11:02:29 2019 rev:3 rq:682259 version:0.0.10

Changes:

--- /work/SRC/openSUSE:Factory/python-AnyQt/python-AnyQt.changes
2019-01-24 14:14:24.467293669 +0100
+++ /work/SRC/openSUSE:Factory/.python-AnyQt.new.28833/python-AnyQt.changes 
2019-03-08 11:02:32.248529933 +0100
@@ -1,0 +2,5 @@
+Wed Mar  6 18:32:49 UTC 2019 - Todd R 
+
+- qtwebengine is now a separate package
+
+---



Other differences:
--
++ python-AnyQt.spec ++
--- /var/tmp/diff_new_pack.K5P4Ct/_old  2019-03-08 11:02:34.004529653 +0100
+++ /var/tmp/diff_new_pack.K5P4Ct/_new  2019-03-08 11:02:34.048529646 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-AnyQt
 #
-# 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
@@ -32,6 +32,7 @@
 BuildArch:  noarch
 # SECTION test requirements
 BuildRequires:  %{python_module qt5}
+BuildRequires:  %{python_module qtwebengine-qt5}
 # /SECTION
 %python_subpackages
 




commit python-AnyQt for openSUSE:Factory

2019-01-24 Thread root
Hello community,

here is the log from the commit of package python-AnyQt for openSUSE:Factory 
checked in at 2019-01-24 14:14:24

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


Package is "python-AnyQt"

Thu Jan 24 14:14:24 2019 rev:2 rq:667872 version:0.0.10

Changes:

--- /work/SRC/openSUSE:Factory/python-AnyQt/python-AnyQt.changes
2018-12-19 13:49:32.211274785 +0100
+++ /work/SRC/openSUSE:Factory/.python-AnyQt.new.28833/python-AnyQt.changes 
2019-01-24 14:14:24.467293669 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 11:45:24 UTC 2018 - Jan Engelhardt 
+
+- Grammar fixes.
+
+---



Other differences:
--
++ python-AnyQt.spec ++
--- /var/tmp/diff_new_pack.6qdYmb/_old  2019-01-24 14:14:24.923293142 +0100
+++ /var/tmp/diff_new_pack.6qdYmb/_new  2019-01-24 14:14:24.923293142 +0100
@@ -40,14 +40,14 @@
 
 Features include:
 
-* At the top level AnyQt exports a Qt5 compatible module namespace along with
+* At the top level, AnyQt exports a Qt5 compatible module namespace along with
   some minimal renames to better support portability between different
-  versions
-* Which Qt api/backend is chosen can be controlled by a QT_API env variable
-* The api can be chosen/forced programmatically (as long as no
-  PyQt4/PyQt5/PySide was already imported)
-* provides an optional compatibility import hook, that denys imports from
-  conflicting Qt api, or intercepts and fakes a Qt4 api imports, to use a Qt5
+  versions.
+* The "QT_API" environment variable controls which Qt API/backend is used.
+* The API can be chosen/forced programmatically (as long as no
+  PyQt4/PyQt5/PySide was already imported).
+* An optional compatibility import hook that denies imports from
+  conflicting Qt APIs, or intercepts and fakes Qt4 API imports to use a Qt5
   compatible API (some monkey patching is involved).
 
 %prep