Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-lazr.restfulclient for
openSUSE:Factory checked in at 2026-03-29 20:01:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-lazr.restfulclient (Old)
and /work/SRC/openSUSE:Factory/.python-lazr.restfulclient.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-lazr.restfulclient"
Sun Mar 29 20:01:17 2026 rev:3 rq:1343460 version:0.14.6
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-lazr.restfulclient/python-lazr.restfulclient.changes
2025-05-31 19:17:12.571607863 +0200
+++
/work/SRC/openSUSE:Factory/.python-lazr.restfulclient.new.8177/python-lazr.restfulclient.changes
2026-03-29 20:01:52.352349567 +0200
@@ -1,0 +2,8 @@
+Sun Mar 29 15:17:47 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 0.14.6:
+ * Add Read the Docs configuration
+ * Add Python 3.12 compatibility
+- drop fix_readfp.patch (upstream)
+
+-------------------------------------------------------------------
Old:
----
fix_readfp.patch
lazr.restfulclient-0.14.5.tar.gz
New:
----
lazr.restfulclient-0.14.6.tar.gz
----------(Old B)----------
Old: * Add Python 3.12 compatibility
- drop fix_readfp.patch (upstream)
----------(Old E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-lazr.restfulclient.spec ++++++
--- /var/tmp/diff_new_pack.BE9kC5/_old 2026-03-29 20:01:54.384433286 +0200
+++ /var/tmp/diff_new_pack.BE9kC5/_new 2026-03-29 20:01:54.396433781 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-lazr.restfulclient
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,13 @@
Name: python-lazr.restfulclient
-Version: 0.14.5
+Version: 0.14.6
Release: 0
Summary: Programmable client library to provide added functionality on
top of wadllib
License: LGPL-3.0-or-later
Group: Development/Languages/Python
URL: https://launchpad.net/lazr.restfulclient
-Source:
https://launchpad.net/lazr.restfulclient/trunk/%{version}/+download/lazr.restfulclient-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM replace obsolete readfp with read_file
-Patch1: fix_readfp.patch
+Source:
https://files.pythonhosted.org/packages/source/l/lazr.restfulclient/lazr.restfulclient-%{version}.tar.gz
BuildRequires: %{python_module distro}
BuildRequires: %{python_module fixtures}
BuildRequires: %{python_module httplib2}
++++++ lazr.restfulclient-0.14.5.tar.gz -> lazr.restfulclient-0.14.6.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lazr.restfulclient-0.14.5/NEWS.rst
new/lazr.restfulclient-0.14.6/NEWS.rst
--- old/lazr.restfulclient-0.14.5/NEWS.rst 2022-10-15 15:50:44.000000000
+0200
+++ new/lazr.restfulclient-0.14.6/NEWS.rst 2024-01-05 15:50:31.000000000
+0100
@@ -2,6 +2,12 @@
NEWS for lazr.restfulclient
===========================
+0.14.6 (2024-01-03)
+===================
+
+ - Add ``Read the Docs`` configuration
+ - Add Python 3.12 compatibility
+
0.14.5 (2022-10-15)
===================
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lazr.restfulclient-0.14.5/PKG-INFO
new/lazr.restfulclient-0.14.6/PKG-INFO
--- old/lazr.restfulclient-0.14.5/PKG-INFO 2022-10-15 15:51:16.700074000
+0200
+++ new/lazr.restfulclient-0.14.6/PKG-INFO 2024-01-05 18:40:51.321114000
+0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: lazr.restfulclient
-Version: 0.14.5
+Version: 0.14.6
Summary: A programmable client library that takes advantage of the
commonalities among
Home-page: https://launchpad.net/lazr.restfulclient
Download-URL: https://launchpad.net/lazr.restfulclient/+download
@@ -17,9 +17,26 @@
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
+License-File: COPYING.txt
+Requires-Dist: distro
+Requires-Dist: httplib2; python_version < "3"
+Requires-Dist: httplib2>=0.7.7; python_version >= "3"
+Requires-Dist: importlib-metadata; python_version < "3.8"
+Requires-Dist: oauthlib
+Requires-Dist: setuptools
+Requires-Dist: six
+Requires-Dist: wadllib>=1.1.4
Provides-Extra: docs
+Requires-Dist: Sphinx; extra == "docs"
Provides-Extra: test
-License-File: COPYING.txt
+Requires-Dist: fixtures>=1.3.0; extra == "test"
+Requires-Dist: lazr.authentication; extra == "test"
+Requires-Dist: lazr.restful>=0.11.0; extra == "test"
+Requires-Dist: mock; python_version < "3" and extra == "test"
+Requires-Dist: oauth; extra == "test"
+Requires-Dist: testtools; extra == "test"
+Requires-Dist: wsgi_intercept; extra == "test"
+Requires-Dist: zope.testrunner; extra == "test"
..
This file is part of lazr.restfulclient.
@@ -51,6 +68,12 @@
NEWS for lazr.restfulclient
===========================
+0.14.6 (2024-01-03)
+===================
+
+ - Add ``Read the Docs`` configuration
+ - Add Python 3.12 compatibility
+
0.14.5 (2022-10-15)
===================
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lazr.restfulclient-0.14.5/setup.py
new/lazr.restfulclient-0.14.6/setup.py
--- old/lazr.restfulclient-0.14.5/setup.py 2022-10-15 15:50:50.000000000
+0200
+++ new/lazr.restfulclient-0.14.6/setup.py 2024-01-05 15:50:31.000000000
+0100
@@ -52,7 +52,7 @@
setup(
name="lazr.restfulclient",
- version="0.14.5",
+ version="0.14.6",
namespace_packages=["lazr"],
packages=find_packages("src"),
package_dir={"": "src"},
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/lazr.restfulclient-0.14.5/src/lazr/restfulclient/authorize/oauth.py
new/lazr.restfulclient-0.14.6/src/lazr/restfulclient/authorize/oauth.py
--- old/lazr.restfulclient-0.14.5/src/lazr/restfulclient/authorize/oauth.py
2021-11-17 11:38:41.000000000 +0100
+++ new/lazr.restfulclient-0.14.6/src/lazr/restfulclient/authorize/oauth.py
2024-01-02 13:36:02.000000000 +0100
@@ -191,7 +191,10 @@
"""
# Attempt to load the access token from the file.
parser = SafeConfigParser()
- reader = getattr(parser, "read_file", parser.readfp)
+ if hasattr(parser, "read_file"):
+ reader = parser.read_file
+ else:
+ reader = parser.readfp
reader(readable_file)
# Check the version number and extract the access token and
# secret. Then convert these to the appropriate instances.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/lazr.restfulclient-0.14.5/src/lazr.restfulclient.egg-info/PKG-INFO
new/lazr.restfulclient-0.14.6/src/lazr.restfulclient.egg-info/PKG-INFO
--- old/lazr.restfulclient-0.14.5/src/lazr.restfulclient.egg-info/PKG-INFO
2022-10-15 15:51:16.000000000 +0200
+++ new/lazr.restfulclient-0.14.6/src/lazr.restfulclient.egg-info/PKG-INFO
2024-01-05 18:40:51.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: lazr.restfulclient
-Version: 0.14.5
+Version: 0.14.6
Summary: A programmable client library that takes advantage of the
commonalities among
Home-page: https://launchpad.net/lazr.restfulclient
Download-URL: https://launchpad.net/lazr.restfulclient/+download
@@ -17,9 +17,26 @@
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
+License-File: COPYING.txt
+Requires-Dist: distro
+Requires-Dist: httplib2; python_version < "3"
+Requires-Dist: httplib2>=0.7.7; python_version >= "3"
+Requires-Dist: importlib-metadata; python_version < "3.8"
+Requires-Dist: oauthlib
+Requires-Dist: setuptools
+Requires-Dist: six
+Requires-Dist: wadllib>=1.1.4
Provides-Extra: docs
+Requires-Dist: Sphinx; extra == "docs"
Provides-Extra: test
-License-File: COPYING.txt
+Requires-Dist: fixtures>=1.3.0; extra == "test"
+Requires-Dist: lazr.authentication; extra == "test"
+Requires-Dist: lazr.restful>=0.11.0; extra == "test"
+Requires-Dist: mock; python_version < "3" and extra == "test"
+Requires-Dist: oauth; extra == "test"
+Requires-Dist: testtools; extra == "test"
+Requires-Dist: wsgi_intercept; extra == "test"
+Requires-Dist: zope.testrunner; extra == "test"
..
This file is part of lazr.restfulclient.
@@ -51,6 +68,12 @@
NEWS for lazr.restfulclient
===========================
+0.14.6 (2024-01-03)
+===================
+
+ - Add ``Read the Docs`` configuration
+ - Add Python 3.12 compatibility
+
0.14.5 (2022-10-15)
===================