Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-jsonrpclib-pelix for
openSUSE:Factory checked in at 2022-09-30 17:57:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jsonrpclib-pelix (Old)
and /work/SRC/openSUSE:Factory/.python-jsonrpclib-pelix.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jsonrpclib-pelix"
Fri Sep 30 17:57:56 2022 rev:4 rq:1007079 version:0.4.3.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-jsonrpclib-pelix/python-jsonrpclib-pelix.changes
2020-05-01 11:13:03.979810014 +0200
+++
/work/SRC/openSUSE:Factory/.python-jsonrpclib-pelix.new.2275/python-jsonrpclib-pelix.changes
2022-09-30 17:58:15.373307838 +0200
@@ -1,0 +2,36 @@
+Thu Sep 29 14:18:09 UTC 2022 - Yogalakshmi Arunachalam <[email protected]>
+
+- Update to v0.4.3.2
+ * Reordered PooledJSONRPCServer inheritance definition (#55)
+ * Migration of Continuous Integration:
+ * Use PyTest instead of Nose
+ * Run CI with GitHub Actions instead of Travis-CI
+
+- Update to v0.4.3.1
+ * Removed remaining print statements (#52)
+
+- Update to v0.4.3
+ * ServerProxy keeps the given query string, as before 0.4.2. This release
fixes #51, and a unit test has been added to ensure
+ there won't be any regression again on this feature
+ * JSON library selection is now made in the jsonrpclib.jsonlib module, using
a set of handler classes. This will ease the addition of new libraries.
+ * Added support for ujson
+ * Fixed Travis-CI builds (migrated from .org to .com and bypassed the
coveralls issue with ppc64le)
+ * Fixed an issue with the CGI test in Python 3-only environments
+
+- Update to v0.4.2
+ * Use urlparse from urllib.parse (Python 3) or urlparse (Python 2)
+ * to prepare for the deprecation of urllib.parse.splittype.
+ * Thanks to @citrus-it and @markmcclain for this fix.
+ (see #44 and #45 for more details)
+ * Unix socket clients now send localhost as Host: HTTP field instead of
+ the path to the socket
+ (see #47).
+ * Thanks @markmcclain for this fix.
+ * Added a TransportError exception, subclass of ProtocolError, which
+ provides more details
+ (see #49).
+ Thanks @markmcclain for this improvement.
+ * Added PowerPC 64 architecture (ppc64le) to Travis CI runs, to ease the
+ * integration of new release into RHEL/Ubuntu (see #50 by @kishorkunal-raj)
+
+-------------------------------------------------------------------
Old:
----
v0.4.1.tar.gz
New:
----
v0.4.3.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jsonrpclib-pelix.spec ++++++
--- /var/tmp/diff_new_pack.NofJ3o/_old 2022-09-30 17:58:15.833308821 +0200
+++ /var/tmp/diff_new_pack.NofJ3o/_new 2022-09-30 17:58:15.841308838 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-jsonrpclib-pelix
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-jsonrpclib-pelix
-Version: 0.4.1
+Version: 0.4.3.2
Release: 0
Summary: JSPN-RPC over HTTP Library for Pelix Remote Services
License: Apache-2.0
++++++ v0.4.1.tar.gz -> v0.4.3.2.tar.gz ++++++
++++ 4751 lines of diff (skipped)