[Python-modules-commits] [python3-openid] branch master updated (e2bb791 -> 35fab31)
Barry Warsaw
barry at moszumanska.debian.org
Tue Nov 10 02:53:32 UTC 2015
This is an automated email from the git hooks/post-receive script.
barry pushed a change to branch master
in repository python3-openid.
from e2bb791 Add tag formats.
new 17f415b Import python3-openid_3.0.9.orig.tar.gz
new 35fab31 New upstream release, with packaging changes, and git-dpm-ifying.
The 2 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 +-
debian/changelog | 15 ++
debian/control | 12 +-
debian/copyright | 12 +-
debian/rules | 10 +-
debian/tests/control | 1 +
debian/watch | 4 +-
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 --
42 files changed, 443 insertions(+), 469 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%)
create mode 100644 debian/tests/control
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