[Python-modules-commits] [python-jsonrpclib] annotated tag debian/0.1.7-1 created (now 858bbeb)

Tristan Seligmann mithrandi at moszumanska.debian.org
Sat Dec 23 16:42:21 UTC 2017


This is an automated email from the git hooks/post-receive script.

mithrandi pushed a change to annotated tag debian/0.1.7-1
in repository python-jsonrpclib.

        at  858bbeb   (tag)
   tagging  5b7b6345f6c29aa5e6aef33459883bdbda64af18 (commit)
  replaces  upstream/0.1.7
 tagged by  Tristan Seligmann
        on  Sat Dec 23 18:42:04 2017 +0200

- Log -----------------------------------------------------------------
python-jsonrpclib Debian release 0.1.7-1
-----BEGIN PGP SIGNATURE-----

iQGTBAABCgB9FiEEXAZWhXVRbQoz/6ejwImQ+x9jeJMFAlo+h1xfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDVD
MDY1Njg1NzU1MTZEMEEzM0ZGQTdBM0MwODk5MEZCMUY2Mzc4OTMACgkQwImQ+x9j
eJMtRAf+LSv6rTKNLPYh7iqDV2/lcIsv4hy+uew98TeYSxT0lDA2N+rfIGLIEwqj
G5fClx+n+o5fjGDIuIuPNCYDeIT0Qd5jqpcJTq8/6e0JRMxqtWyttkyNh96p4QOI
lNBmKPwDcy5Y9MLvj1R4Kcbz1aQgNYw/xN0AOx780WcEOQ0qXQdZVlojs80U4FTw
BunXAIlz4sornx7FeMNOY1iWzWXJIRIk3IhSEd7xyr92WYY8rzdsHK/PIscllmbq
37KOcK3IfVDBfh3t2KTIUomirQczkR6rZLKDdlZVOaCkilJBf00FFJGNoGlZXPFi
r7qGL7D/1nWZTMiwb31nKKvxGLhq0g==
=TS2b
-----END PGP SIGNATURE-----

(no author) (1):
      Initial directory structure.

Josh Marshall (11):
      Setting fcntl to None if not importable, adding tests module, updating README to markdown.
      Remove <code> from README.md (apparently not needed for github) and adding build/ to gitignore.
      Making corrections for 2.7 compatibility (which mostly means bypassing the xml parsers by overwriting Transport.getparser)
      Initial SSL modifications for client.
      Fixed cjson import error and random id on Windows error.
      Merge branch 'quentinmit-master'
      Incrementing version.
      Added minimal discovery for whether unix sockets are supported, and prevented access if they are missing.
      Getting rid of the silly copyright statements.
      Adding updates for PyPI submission.
      Fixing setup env line.

Ondřej Nový (3):
      Fixed VCS URLs (https).
      d/rules: Changed UPSTREAM_GIT protocol to https
      d/copyright: Changed source URL to https protocol

Quentin Smith (4):
      Allow the specification of address_family for JSONRPC servers, and
      Support unix:/foo/bar URLs for the client
      Allow Unix socket unit testing
      Add test cases for Unix sockets

Thomas Goirand (4):
      Added initial debian folder.
      Remove python-cjson as (build)depends
      Fixed debian/rules URL of git://github.com/joshmarshall/jsonrpclib.git.
      Merge branch 'debian/unstable' of ssh://git.debian.org/git/openstack/python-jsonrpclib into debian/unstable

Tristan Seligmann (12):
      Import repository from OpenStack, update watch/gbp.conf.
      Update upstream source from tag 'upstream/0.1.3'
      Update upstream source from tag 'upstream/0.1.7'
      Adopt package from OpenStack team into DPMT.
      Fix control and run wrap-and-sort -t -s.
      Fix debian/copyright.
      Drop unnecessary versioned depends.
      https
      Bump Standards-Version to 4.1.2 (no changes).
      Switch to pybuild.
      Drop unnecessary simplejson dependency.
      Update changelog for release.

catchjosh (17):
      Adding README, and verifying that this puts the files in the proper place. :)
      Adding the library.
      Renamed Batch to MultiCall, added check_for_errors so that we get a _last_response before Exceptions get called.
      Whoops, forgot to add parameters to the __notify on Job for the MultiCall, and had to tweak the __notify call response parsing to ensure it didn't fail.
      Tweaked MultiCall so it takes a 'ServerProxy' instance instead of a string (like the xmlrpclib implementation.)
      ...and I left in a couple of print statements. Removed them.
      Tweaked _notify so it's a property instead of string method and tuple parameter passing. Also tweaked verbose response so it mirrors xmlrpclib.
      Added setup, moved library into lib.
      Added installation instructions to the README.
      Added proper content-type heading.
      Moved into a library directory, added jsonclass translation, and SimpleJSONRPCServer.
      Oops -- NOW adding the new jsonrpclib/ files (jsonclass, config, history, __init__)
      Fixed issue #3 - fixed bad function call.
      ProtocolErrors raise a (code, message) tuple instead of a string as per request in issue #6.
      Added unit tests, renamed to follow absolute importing guidelines, and made minor corrections introduced by unit tests.
      ...and adding the newly named jsonrpc.py (from jsonrpclib.py).
      Removed /RPC2 default setting -- this isn't part of the JSON-RPC spec.

yucetekol (1):
      SimpleJSONRPCServer works on Python 2.5

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-jsonrpclib.git



More information about the Python-modules-commits mailing list