[Python-modules-commits] [python-oauthlib] branch master updated (baa1638 -> 8acbba4)

Daniele Tricoli eriol-guest at moszumanska.debian.org
Fri Jun 10 19:59:44 UTC 2016


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

eriol-guest pushed a change to branch master
in repository python-oauthlib.

      from  baa1638   Fixed VCS URL (https)
       new  c9ed1d3   New upstream release
       new  13a42d9   Import python-oauthlib_1.1.2.orig.tar.gz
       new  acfee29   record new upstream branch created by importing python-oauthlib_1.1.2.orig.tar.gz and merge it
       new  07d807d   Remove egg-info
       new  5bb1a02   Bump Standards-Version to 3.9.8 (no changes needed)
       new  b76cc92   Update copyright years and upstream stanza
       new  8acbba4   Update changelog

The 7 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:
 .gitignore                                         |   1 +
 CHANGELOG.rst                                      | 267 +++++++++++++++++++++
 MANIFEST.in                                        |   2 +-
 PKG-INFO                                           |  10 +-
 README.rst                                         |   8 +-
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |  12 +-
 debian/control                                     |   2 +-
 debian/copyright                                   |   4 +-
 oauthlib.egg-info/PKG-INFO                         | 129 ----------
 oauthlib.egg-info/SOURCES.txt                      | 104 --------
 oauthlib.egg-info/dependency_links.txt             |   1 -
 oauthlib.egg-info/pbr.json                         |   1 -
 oauthlib.egg-info/requires.txt                     |  18 --
 oauthlib.egg-info/top_level.txt                    |   1 -
 oauthlib/__init__.py                               |   2 +-
 oauthlib/common.py                                 |  14 +-
 .../rfc6749/grant_types/authorization_code.py      |   5 +-
 .../oauth2/rfc6749/grant_types/refresh_token.py    |   5 +-
 oauthlib/oauth2/rfc6749/tokens.py                  |   6 +-
 setup.cfg                                          |   2 +-
 .../rfc6749/grant_types/test_authorization_code.py |  17 ++
 tests/test_common.py                               |  26 +-
 23 files changed, 360 insertions(+), 291 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 CHANGELOG.rst
 delete mode 100644 oauthlib.egg-info/PKG-INFO
 delete mode 100644 oauthlib.egg-info/SOURCES.txt
 delete mode 100644 oauthlib.egg-info/dependency_links.txt
 delete mode 100644 oauthlib.egg-info/pbr.json
 delete mode 100644 oauthlib.egg-info/requires.txt
 delete mode 100644 oauthlib.egg-info/top_level.txt

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



More information about the Python-modules-commits mailing list