[Python-modules-commits] [python-jsonrpclib] branch debian/master created (now 5b7b634)
Tristan Seligmann
mithrandi at moszumanska.debian.org
Sat Dec 23 16:40:00 UTC 2017
This is an automated email from the git hooks/post-receive script.
mithrandi pushed a change to branch debian/master
in repository python-jsonrpclib.
at 5b7b634 Update changelog for release.
This branch includes the following new commits:
new 34260eb Initial directory structure.
new 6468fe8 Adding README, and verifying that this puts the files in the proper place. :)
new 8ce7c31 Adding the library.
new d3944dc Renamed Batch to MultiCall, added check_for_errors so that we get a _last_response before Exceptions get called.
new 1438403 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.
new 16b9221 Tweaked MultiCall so it takes a 'ServerProxy' instance instead of a string (like the xmlrpclib implementation.)
new b2a4ba4 ...and I left in a couple of print statements. Removed them.
new 25cdc01 Tweaked _notify so it's a property instead of string method and tuple parameter passing. Also tweaked verbose response so it mirrors xmlrpclib.
new d155293 Added setup, moved library into lib.
new 5923d23 Added installation instructions to the README.
new bf73a8f Added proper content-type heading.
new ccb16ea Moved into a library directory, added jsonclass translation, and SimpleJSONRPCServer.
new 669c136 Oops -- NOW adding the new jsonrpclib/ files (jsonclass, config, history, __init__)
new b5025ae SimpleJSONRPCServer works on Python 2.5
new 391c49b Fixed issue #3 - fixed bad function call.
new 9cb9396 ProtocolErrors raise a (code, message) tuple instead of a string as per request in issue #6.
new 1cb797f Added unit tests, renamed to follow absolute importing guidelines, and made minor corrections introduced by unit tests.
new b9d42f9 ...and adding the newly named jsonrpc.py (from jsonrpclib.py).
new 283a2a9 Removed /RPC2 default setting -- this isn't part of the JSON-RPC spec.
new 6a388de Setting fcntl to None if not importable, adding tests module, updating README to markdown.
new a8ad7ff Remove <code> from README.md (apparently not needed for github) and adding build/ to gitignore.
new 4a8dbe4 Making corrections for 2.7 compatibility (which mostly means bypassing the xml parsers by overwriting Transport.getparser)
new a0cd626 Initial SSL modifications for client.
new 58b2e39 Allow the specification of address_family for JSONRPC servers, and unlink UNIX sockets before binding them
new e321f64 Support unix:/foo/bar URLs for the client
new b3c011f Allow Unix socket unit testing
new 84a762b Add test cases for Unix sockets
new 1a566f9 Fixed cjson import error and random id on Windows error.
new 6a66d6c Merge branch 'quentinmit-master'
new bcd9a5c Incrementing version.
new 86551ed Added minimal discovery for whether unix sockets are supported, and prevented access if they are missing.
new 3291ce4 Getting rid of the silly copyright statements.
new efcf5ee Adding updates for PyPI submission.
new e3a3cde Fixing setup env line.
new 73091c4 Added initial debian folder.
new 516e12f Remove python-cjson as (build)depends
new 6040c8f Fixed debian/rules URL of git://github.com/joshmarshall/jsonrpclib.git.
new 4df3d37 Merge branch 'debian/unstable' of ssh://git.debian.org/git/openstack/python-jsonrpclib into debian/unstable
new 5f8dc48 Fixed VCS URLs (https).
new fa18272 d/rules: Changed UPSTREAM_GIT protocol to https
new eb046e5 d/copyright: Changed source URL to https protocol
new 2de6c3d Create upstream branch.
new b1fc993 Import repository from OpenStack, update watch/gbp.conf.
new ba37241 New upstream version 0.1.3
new 423217c Update upstream source from tag 'upstream/0.1.3'
new 4a76a3e New upstream version 0.1.7
new 1df1ed3 Update upstream source from tag 'upstream/0.1.7'
new 908caf2 Adopt package from OpenStack team into DPMT.
new 5f04e61 Fix control and run wrap-and-sort -t -s.
new e019145 Fix debian/copyright.
new 2cce181 Drop unnecessary versioned depends.
new 6b6c7b1 https
new bf40120 Bump Standards-Version to 4.1.2 (no changes).
new 13c4e23 Switch to pybuild.
new 97865e0 Drop unnecessary simplejson dependency.
new 5b7b634 Update changelog for release.
The 56 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
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