Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-PyQt6-NetworkAuth for
openSUSE:Factory checked in at 2021-10-11 15:30:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyQt6-NetworkAuth (Old)
and /work/SRC/openSUSE:Factory/.python-PyQt6-NetworkAuth.new.2443 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PyQt6-NetworkAuth"
Mon Oct 11 15:30:59 2021 rev:3 rq:923596 version:6.2.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-PyQt6-NetworkAuth/python-PyQt6-NetworkAuth.changes
2021-08-20 16:57:55.346869178 +0200
+++
/work/SRC/openSUSE:Factory/.python-PyQt6-NetworkAuth.new.2443/python-PyQt6-NetworkAuth.changes
2021-10-11 15:31:41.858852701 +0200
@@ -1,0 +2,6 @@
+Sun Oct 3 13:40:50 UTC 2021 - Ben Greiner <[email protected]>
+
+- Update to version 6.2.0
+ * Added support for Qt v6.2.
+
+-------------------------------------------------------------------
Old:
----
PyQt6_NetworkAuth-6.1.1.tar.gz
New:
----
PyQt6_NetworkAuth-6.2.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-PyQt6-NetworkAuth.spec ++++++
--- /var/tmp/diff_new_pack.2mMpyr/_old 2021-10-11 15:31:42.310853426 +0200
+++ /var/tmp/diff_new_pack.2mMpyr/_new 2021-10-11 15:31:42.314853432 +0200
@@ -22,16 +22,16 @@
%define skip_python2 1
%define pyqt_build_for_qt6 1
Name: python-%{mname}
-Version: 6.1.1
+Version: 6.2.0
Release: 0
Summary: Python bindings for the Qt Network Authorization library
License: GPL-3.0-only
Group: Development/Libraries/Python
URL: https://www.riverbankcomputing.com/software/pyqtnetworkauth
Source:
https://files.pythonhosted.org/packages/source/P/%{mname}/PyQt6_%{qtlib}-%{version}.tar.gz
-BuildRequires: %{python_module PyQt6-devel}
+BuildRequires: %{python_module PyQt6-devel >= %{version}}
BuildRequires: %{python_module devel}
-BuildRequires: %{python_module pyqt-builder >= 1.8}
+BuildRequires: %{python_module pyqt-builder >= 1.9}
BuildRequires: %{python_module sip-devel >= 6}
BuildRequires: fdupes
BuildRequires: python-pyqt-rpm-macros
++++++ PyQt6_NetworkAuth-6.1.1.tar.gz -> PyQt6_NetworkAuth-6.2.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PyQt6_NetworkAuth-6.1.1/ChangeLog
new/PyQt6_NetworkAuth-6.2.0/ChangeLog
--- old/PyQt6_NetworkAuth-6.1.1/ChangeLog 2021-06-08 15:36:57.690402000
+0200
+++ new/PyQt6_NetworkAuth-6.2.0/ChangeLog 2021-09-30 18:10:20.265307000
+0200
@@ -1,3 +1,30 @@
+2021-09-30 Phil Thompson <[email protected]>
+
+ * NEWS, PyQt6-NetworkAuth.msp:
+ Updated for Qt v6.2.0.
+ [e4e1a7c50d78] [6.2.0]
+
+2021-07-13 Phil Thompson <[email protected]>
+
+ * rb-product.toml:
+ Update the minimum PyQt version.
+ [741b98bcbbab]
+
+2021-07-12 Phil Thompson <[email protected]>
+
+ * NEWS:
+ Updated for Qt v6.2.0beta1.
+ [d1a4beca87c9]
+
+ * Merged the 6.1-maint branch.
+ [4b47d3265bb9]
+
+2021-06-08 Phil Thompson <[email protected]>
+
+ * .hgtags:
+ Added tag 6.1.1 for changeset 3cd5ebf6103a
+ [50a25101408a] <6.1-maint>
+
2021-05-21 Phil Thompson <[email protected]>
* PyQt6-NetworkAuth.msp:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PyQt6_NetworkAuth-6.1.1/NEWS
new/PyQt6_NetworkAuth-6.2.0/NEWS
--- old/PyQt6_NetworkAuth-6.1.1/NEWS 2021-06-08 15:36:43.056002000 +0200
+++ new/PyQt6_NetworkAuth-6.2.0/NEWS 2021-09-30 18:10:04.120125000 +0200
@@ -1,3 +1,6 @@
+v6.2.0 30th September 2021
+ - Added support for Qt v6.2.
+
v6.1.1 14th May 2021
- Bug fixes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PyQt6_NetworkAuth-6.1.1/PKG-INFO
new/PyQt6_NetworkAuth-6.2.0/PKG-INFO
--- old/PyQt6_NetworkAuth-6.1.1/PKG-INFO 2021-06-08 15:36:58.320686800
+0200
+++ new/PyQt6_NetworkAuth-6.2.0/PKG-INFO 2021-09-30 18:10:21.088458300
+0200
@@ -1,13 +1,13 @@
Metadata-Version: 2.1
Name: PyQt6-NetworkAuth
-Version: 6.1.1
+Version: 6.2.0
Requires-Python: >=3.6
Summary: Python bindings for the Qt Network Authorization library
Home-Page: https://www.riverbankcomputing.com/software/pyqtnetworkauth/
Author: Riverbank Computing Limited
Author-Email: [email protected]
License: GPL v3
-Requires-Dist: PyQt6 (>=6.1.0)
+Requires-Dist: PyQt6 (>=6.2.0)
PyQt6-NetworkAuth - Python Bindings for the Qt Network Authorization Library
============================================================================
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PyQt6_NetworkAuth-6.1.1/pyproject.toml
new/PyQt6_NetworkAuth-6.2.0/pyproject.toml
--- old/PyQt6_NetworkAuth-6.1.1/pyproject.toml 2021-06-08 15:36:57.692416000
+0200
+++ new/PyQt6_NetworkAuth-6.2.0/pyproject.toml 2021-09-30 18:10:20.268485000
+0200
@@ -6,14 +6,14 @@
# Specify the PEP 566 metadata for the project.
[tool.sip.metadata]
name = "PyQt6-NetworkAuth"
-version = "6.1.1"
+version = "6.2.0"
summary = "Python bindings for the Qt Network Authorization library"
home-page = "https://www.riverbankcomputing.com/software/pyqtnetworkauth/"
author = "Riverbank Computing Limited"
author-email = "[email protected]"
license = "GPL v3"
description-file = "README"
-requires-dist = "PyQt6 (>=6.1.0)"
+requires-dist = "PyQt6 (>=6.2.0)"
# Specify a PyQt-based project.
[tool.sip]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQt6_NetworkAuth-6.1.1/sip/QtNetworkAuth/QtNetworkAuthmod.sip
new/PyQt6_NetworkAuth-6.2.0/sip/QtNetworkAuth/QtNetworkAuthmod.sip
--- old/PyQt6_NetworkAuth-6.1.1/sip/QtNetworkAuth/QtNetworkAuthmod.sip
2021-06-08 15:36:58.050141000 +0200
+++ new/PyQt6_NetworkAuth-6.2.0/sip/QtNetworkAuth/QtNetworkAuthmod.sip
2021-09-30 18:10:20.696101000 +0200
@@ -52,8 +52,8 @@
const char *PYQT_NETWORKAUTH_VERSION_STR;
%ModuleCode
-static int PYQT_NETWORKAUTH_VERSION = 0x060101;
-static const char *PYQT_NETWORKAUTH_VERSION_STR = "6.1.1";
+static int PYQT_NETWORKAUTH_VERSION = 0x060200;
+static const char *PYQT_NETWORKAUTH_VERSION_STR = "6.2.0";
%End
%Include qabstractoauth.sip