[Python-modules-commits] [python3-openid] branch upstream updated (bbf6942 -> 7436d3f)

Barry Warsaw barry at moszumanska.debian.org
Tue Nov 10 02:53:33 UTC 2015


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

barry pushed a change to branch upstream
in repository python3-openid.

      from  bbf6942   import python3-openid.orig.tar.gz
       new  7436d3f   Import python3-openid_3.0.9.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:
 .gitignore                                         |   8 -
 .travis.yml                                        |  10 --
 CHANGES.md                                         |  43 -----
 PKG-INFO                                           |  26 +++
 README.md                                          |  53 -------
 admin/runtests                                     |  39 +++--
 contrib/upgrade-store-1.1-to-2.0                   |  12 +-
 ...-store-1.1-to-2.0 => upgrade-store-1.1-to-2.0~} |   6 +-
 dev-requirements.txt                               |   3 -
 examples/README                                    |  91 -----------
 examples/djopenid/README                           |  54 -------
 examples/djopenid/server/tests.py                  |  22 +--
 examples/djopenid/settings.py                      |   1 +
 examples/djopenid/util.py                          |   7 +-
 openid/__init__.py                                 |   2 +-
 openid/fetchers.py                                 |   2 +-
 openid/oidutil.py                                  |  30 +++-
 openid/store/sqlstore.py                           |  37 ++---
 openid/test/__init__.py                            |   4 +-
 openid/test/storetest.py                           |  70 ++++----
 openid/test/test_examples.py                       |   4 +-
 openid/test/test_fetchers.py                       |   3 +-
 openid/test/test_parsehtml.py                      |   3 -
 openid/test/test_rpverify.py                       |   7 +
 openid/yadis/etxrd.py                              |  26 +--
 openid/yadis/parsehtml.py                          |  15 +-
 pylintrc                                           |  40 -----
 python3_openid.egg-info/PKG-INFO                   |  26 +++
 python3_openid.egg-info/SOURCES.txt                | 176 +++++++++++++++++++++
 python3_openid.egg-info/dependency_links.txt       |   1 +
 python3_openid.egg-info/requires.txt               |   1 +
 python3_openid.egg-info/top_level.txt              |   1 +
 run_tests.sh                                       |   6 -
 setup.cfg                                          |  10 +-
 setup.py                                           |   5 +-
 tox.ini                                            |  14 --
 36 files changed, 407 insertions(+), 451 deletions(-)
 delete mode 100644 .gitignore
 delete mode 100644 .travis.yml
 delete mode 100644 CHANGES.md
 create mode 100644 PKG-INFO
 delete mode 100644 README.md
 copy contrib/{upgrade-store-1.1-to-2.0 => upgrade-store-1.1-to-2.0~} (96%)
 delete mode 100644 dev-requirements.txt
 delete mode 100644 examples/README
 delete mode 100644 examples/djopenid/README
 delete mode 100644 pylintrc
 create mode 100644 python3_openid.egg-info/PKG-INFO
 create mode 100644 python3_openid.egg-info/SOURCES.txt
 create mode 100644 python3_openid.egg-info/dependency_links.txt
 create mode 100644 python3_openid.egg-info/requires.txt
 create mode 100644 python3_openid.egg-info/top_level.txt
 delete mode 100755 run_tests.sh
 delete mode 100644 tox.ini

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



More information about the Python-modules-commits mailing list