[Python-modules-commits] [lazr.restfulclient] branch upstream updated (98a4e39 -> 5d6e593)

Colin Watson cjwatson at moszumanska.debian.org
Mon Sep 4 16:11:44 UTC 2017


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

cjwatson pushed a change to branch upstream
in repository lazr.restfulclient.

      from  98a4e39   Match the upstream tarball
       new  5d6e593   Import lazr.restfulclient_0.13.5.orig.tar.gz

The 1 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.


Summary of changes:
 PKG-INFO                                    |  13 +-
 setup.py                                    |   1 -
 src/lazr.restfulclient.egg-info/PKG-INFO    |  13 +-
 src/lazr.restfulclient.egg-info/SOURCES.txt |   1 +
 src/lazr.restfulclient.egg-info/pbr.json    |   1 +
 src/lazr/authentication/NEWS.txt            |  19 --
 src/lazr/authentication/README.txt          | 304 ----------------------------
 src/lazr/authentication/__init__.py         |  22 --
 src/lazr/authentication/docs/__init__.py    |  16 --
 src/lazr/authentication/testing/__init__.py |   0
 src/lazr/authentication/testing/oauth.py    |  59 ------
 src/lazr/authentication/tests/__init__.py   |  16 --
 src/lazr/authentication/tests/test_docs.py  |  52 -----
 src/lazr/authentication/version.txt         |   1 -
 src/lazr/authentication/wsgi.py             | 177 ----------------
 src/lazr/restfulclient/NEWS.txt             |  11 +
 src/lazr/restfulclient/_browser.py          |   9 +-
 src/lazr/restfulclient/resource.py          |  47 +++--
 src/lazr/restfulclient/tests/test_docs.py   |   1 -
 src/lazr/restfulclient/tests/test_error.py  |   9 +-
 src/lazr/restfulclient/version.txt          |   2 +-
 21 files changed, 78 insertions(+), 696 deletions(-)
 create mode 100644 src/lazr.restfulclient.egg-info/pbr.json
 delete mode 100644 src/lazr/authentication/NEWS.txt
 delete mode 100644 src/lazr/authentication/README.txt
 delete mode 100644 src/lazr/authentication/__init__.py
 delete mode 100644 src/lazr/authentication/docs/__init__.py
 delete mode 100644 src/lazr/authentication/testing/__init__.py
 delete mode 100644 src/lazr/authentication/testing/oauth.py
 delete mode 100644 src/lazr/authentication/tests/__init__.py
 delete mode 100644 src/lazr/authentication/tests/test_docs.py
 delete mode 100644 src/lazr/authentication/version.txt
 delete mode 100644 src/lazr/authentication/wsgi.py

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



More information about the Python-modules-commits mailing list