diff --git a/python-jsonrpclib-pelix.changes b/python-jsonrpclib-pelix.changes index 65e4c9f..f9ac681 100644 --- a/python-jsonrpclib-pelix.changes +++ b/python-jsonrpclib-pelix.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Thu Sep 29 14:18:09 UTC 2022 - Yogalakshmi Arunachalam + +- 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) + ------------------------------------------------------------------- Thu Apr 30 07:42:48 UTC 2020 - Tomáš Chvátal diff --git a/python-jsonrpclib-pelix.spec b/python-jsonrpclib-pelix.spec index 87eee4e..5843d37 100644 --- a/python-jsonrpclib-pelix.spec +++ b/python-jsonrpclib-pelix.spec @@ -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 diff --git a/v0.4.1.tar.gz b/v0.4.1.tar.gz deleted file mode 100644 index fb5ca5d..0000000 --- a/v0.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9dad474a2b90c70afe98ba5563781a4724e1c384cf66e43aa31934cae28b9cb0 -size 58293 diff --git a/v0.4.3.2.tar.gz b/v0.4.3.2.tar.gz new file mode 100644 index 0000000..dbbbf1c --- /dev/null +++ b/v0.4.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:774d2f7c873e75450779e5c3435c9aa6f285c795084275f296f2b16bdd95d860 +size 63127