[Python-modules-commits] [python-zxcvbn] branch master updated (9e51eed -> b103f11)
Sabino Par
sprab-guest at moszumanska.debian.org
Sat May 6 17:48:05 UTC 2017
This is an automated email from the git hooks/post-receive script.
sprab-guest pushed a change to branch master
in repository python-zxcvbn.
from 9e51eed Fixed VCS URL (https)
new 65544f2 update package to new upstream version
new 91fe494 record new upstream branch
new 1a4ddde record new upstream branch
new 8133c25 record new upstream branch
new eda7f7d record new upstream branch
new 8f1e7d8 update to new upstream version
new adc5f5a record new upstream branch and merge it
new b103f11 new upstream version
The 8 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:
README | 72 -
debian/.git-dpm | 14 +-
debian/NEWS.Debian | 10 +
debian/changelog | 26 +-
debian/compat | 2 +-
debian/control | 47 +-
debian/copyright | 355 +-
debian/docs | 2 +-
debian/files | 3 +
debian/python-zxcvbn/DEBIAN/control | 18 +
debian/python-zxcvbn/DEBIAN/md5sums | 11 +
debian/python-zxcvbn/DEBIAN/postinst | 9 +
debian/python-zxcvbn/DEBIAN/prerm | 14 +
.../lib/python2.7/dist-packages/zxcvbn/__init__.py | 26 +
.../dist-packages/zxcvbn/adjacency_graphs.py | 7 +
.../lib/python2.7/dist-packages/zxcvbn/feedback.py | 135 +
.../dist-packages/zxcvbn/frequency_lists.py | 9 +
.../lib/python2.7/dist-packages/zxcvbn/matching.py | 670 +
.../lib/python2.7/dist-packages/zxcvbn/scoring.py | 418 +
.../dist-packages/zxcvbn/time_estimates.py | 77 +
.../dist-packages/zxcvbn_python-4.4.14.egg-info | 12 +
.../usr/share/doc/python-zxcvbn/README.rst.gz | Bin 0 -> 1631 bytes
.../share/doc/python-zxcvbn/changelog.Debian.gz | Bin 0 -> 584 bytes
.../usr/share/doc/python-zxcvbn/copyright | 33 +
debian/python3-zxcvbn/DEBIAN/control | 19 +
debian/python3-zxcvbn/DEBIAN/md5sums | 10 +
debian/python3-zxcvbn/DEBIAN/postinst | 9 +
debian/python3-zxcvbn/DEBIAN/prerm | 12 +
.../lib/python3/dist-packages/zxcvbn/__init__.py | 26 +
.../dist-packages/zxcvbn/adjacency_graphs.py | 7 +
.../lib/python3/dist-packages/zxcvbn/feedback.py | 135 +
.../dist-packages/zxcvbn/frequency_lists.py | 9 +
.../lib/python3/dist-packages/zxcvbn/matching.py | 670 +
.../lib/python3/dist-packages/zxcvbn/scoring.py | 418 +
.../python3/dist-packages/zxcvbn/time_estimates.py | 77 +
.../dist-packages/zxcvbn_python-4.4.14.egg-info | 12 +
.../share/doc/python3-zxcvbn/changelog.Debian.gz | Bin 0 -> 584 bytes
.../usr/share/doc/python3-zxcvbn/copyright | 33 +
debian/rules | 23 +-
debian/source/options | 1 +
debian/watch | 8 +-
tests.txt | 34 -
zxcvbn/__init__.py | 34 +-
zxcvbn/adjacency_graphs.py | 7 +
zxcvbn/data/README | 1 -
zxcvbn/data/common_passwords.txt | 10000 ---
zxcvbn/data/tv_and_movie_freqlist1-1000.html | 5279 --
zxcvbn/data/tv_and_movie_freqlist10001-12000.html | 10269 ---
zxcvbn/data/tv_and_movie_freqlist1001-2000.html | 5277 --
zxcvbn/data/tv_and_movie_freqlist12001-14000.html | 10274 ---
zxcvbn/data/tv_and_movie_freqlist14001-16000.html | 10274 ---
zxcvbn/data/tv_and_movie_freqlist16001-18000.html | 10274 ---
zxcvbn/data/tv_and_movie_freqlist18001-20000.html | 10274 ---
zxcvbn/data/tv_and_movie_freqlist20001-22000.html | 10269 ---
zxcvbn/data/tv_and_movie_freqlist2001-3000.html | 5269 --
zxcvbn/data/tv_and_movie_freqlist22001-24000.html | 10269 ---
zxcvbn/data/tv_and_movie_freqlist24001-26000.html | 10269 ---
zxcvbn/data/tv_and_movie_freqlist26001-28000.html | 10269 ---
zxcvbn/data/tv_and_movie_freqlist28001-30000.html | 10269 ---
zxcvbn/data/tv_and_movie_freqlist30001-32000.html | 10269 ---
zxcvbn/data/tv_and_movie_freqlist3001-4000.html | 5269 --
zxcvbn/data/tv_and_movie_freqlist32001-34000.html | 10269 ---
zxcvbn/data/tv_and_movie_freqlist34001-36000.html | 10269 ---
zxcvbn/data/tv_and_movie_freqlist36001-38000.html | 10269 ---
zxcvbn/data/tv_and_movie_freqlist38001-40000.html | 10269 ---
zxcvbn/data/tv_and_movie_freqlist40001-41284.html | 6690 --
zxcvbn/data/tv_and_movie_freqlist4001-5000.html | 5269 --
zxcvbn/data/tv_and_movie_freqlist5001-6000.html | 5269 --
zxcvbn/data/tv_and_movie_freqlist6001-7000.html | 5269 --
zxcvbn/data/tv_and_movie_freqlist7001-8000.html | 5269 --
zxcvbn/data/tv_and_movie_freqlist8001-9000.html | 5269 --
zxcvbn/data/tv_and_movie_freqlist9001-10000.html | 5269 --
zxcvbn/data/us_census_2000_female_first.txt | 4275 -
zxcvbn/data/us_census_2000_male_first.txt | 1219 -
zxcvbn/data/us_census_2000_surnames.txt | 88799 -------------------
zxcvbn/feedback.py | 135 +
zxcvbn/frequency_lists.py | 9 +
zxcvbn/generated/adjacency_graphs.json | 1 -
zxcvbn/generated/frequency_lists.json | 1 -
zxcvbn/main.py | 12 -
zxcvbn/matching.py | 939 +-
zxcvbn/scoring.py | 613 +-
zxcvbn/scripts/build_frequency_lists.py | 188 -
zxcvbn/scripts/build_keyboard_adjacency_graph.py | 92 -
zxcvbn/time_estimates.py | 77 +
85 files changed, 4099 insertions(+), 319229 deletions(-)
delete mode 100644 README
create mode 100644 debian/NEWS.Debian
create mode 100644 debian/files
create mode 100644 debian/python-zxcvbn/DEBIAN/control
create mode 100644 debian/python-zxcvbn/DEBIAN/md5sums
create mode 100755 debian/python-zxcvbn/DEBIAN/postinst
create mode 100755 debian/python-zxcvbn/DEBIAN/prerm
create mode 100644 debian/python-zxcvbn/usr/lib/python2.7/dist-packages/zxcvbn/__init__.py
create mode 100644 debian/python-zxcvbn/usr/lib/python2.7/dist-packages/zxcvbn/adjacency_graphs.py
create mode 100644 debian/python-zxcvbn/usr/lib/python2.7/dist-packages/zxcvbn/feedback.py
create mode 100644 debian/python-zxcvbn/usr/lib/python2.7/dist-packages/zxcvbn/frequency_lists.py
create mode 100644 debian/python-zxcvbn/usr/lib/python2.7/dist-packages/zxcvbn/matching.py
create mode 100644 debian/python-zxcvbn/usr/lib/python2.7/dist-packages/zxcvbn/scoring.py
create mode 100644 debian/python-zxcvbn/usr/lib/python2.7/dist-packages/zxcvbn/time_estimates.py
create mode 100644 debian/python-zxcvbn/usr/lib/python2.7/dist-packages/zxcvbn_python-4.4.14.egg-info
create mode 100644 debian/python-zxcvbn/usr/share/doc/python-zxcvbn/README.rst.gz
create mode 100644 debian/python-zxcvbn/usr/share/doc/python-zxcvbn/changelog.Debian.gz
create mode 100644 debian/python-zxcvbn/usr/share/doc/python-zxcvbn/copyright
create mode 100644 debian/python3-zxcvbn/DEBIAN/control
create mode 100644 debian/python3-zxcvbn/DEBIAN/md5sums
create mode 100755 debian/python3-zxcvbn/DEBIAN/postinst
create mode 100755 debian/python3-zxcvbn/DEBIAN/prerm
create mode 100644 debian/python3-zxcvbn/usr/lib/python3/dist-packages/zxcvbn/__init__.py
create mode 100644 debian/python3-zxcvbn/usr/lib/python3/dist-packages/zxcvbn/adjacency_graphs.py
create mode 100644 debian/python3-zxcvbn/usr/lib/python3/dist-packages/zxcvbn/feedback.py
create mode 100644 debian/python3-zxcvbn/usr/lib/python3/dist-packages/zxcvbn/frequency_lists.py
create mode 100644 debian/python3-zxcvbn/usr/lib/python3/dist-packages/zxcvbn/matching.py
create mode 100644 debian/python3-zxcvbn/usr/lib/python3/dist-packages/zxcvbn/scoring.py
create mode 100644 debian/python3-zxcvbn/usr/lib/python3/dist-packages/zxcvbn/time_estimates.py
create mode 100644 debian/python3-zxcvbn/usr/lib/python3/dist-packages/zxcvbn_python-4.4.14.egg-info
create mode 100644 debian/python3-zxcvbn/usr/share/doc/python3-zxcvbn/changelog.Debian.gz
create mode 100644 debian/python3-zxcvbn/usr/share/doc/python3-zxcvbn/copyright
create mode 100644 debian/source/options
delete mode 100644 tests.txt
create mode 100644 zxcvbn/adjacency_graphs.py
delete mode 100644 zxcvbn/data/README
delete mode 100644 zxcvbn/data/common_passwords.txt
delete mode 100644 zxcvbn/data/tv_and_movie_freqlist1-1000.html
delete mode 100644 zxcvbn/data/tv_and_movie_freqlist10001-12000.html
delete mode 100644 zxcvbn/data/tv_and_movie_freqlist1001-2000.html
delete mode 100644 zxcvbn/data/tv_and_movie_freqlist12001-14000.html
delete mode 100644 zxcvbn/data/tv_and_movie_freqlist14001-16000.html
delete mode 100644 zxcvbn/data/tv_and_movie_freqlist16001-18000.html
delete mode 100644 zxcvbn/data/tv_and_movie_freqlist18001-20000.html
delete mode 100644 zxcvbn/data/tv_and_movie_freqlist20001-22000.html
delete mode 100644 zxcvbn/data/tv_and_movie_freqlist2001-3000.html
delete mode 100644 zxcvbn/data/tv_and_movie_freqlist22001-24000.html
delete mode 100644 zxcvbn/data/tv_and_movie_freqlist24001-26000.html
delete mode 100644 zxcvbn/data/tv_and_movie_freqlist26001-28000.html
delete mode 100644 zxcvbn/data/tv_and_movie_freqlist28001-30000.html
delete mode 100644 zxcvbn/data/tv_and_movie_freqlist30001-32000.html
delete mode 100644 zxcvbn/data/tv_and_movie_freqlist3001-4000.html
delete mode 100644 zxcvbn/data/tv_and_movie_freqlist32001-34000.html
delete mode 100644 zxcvbn/data/tv_and_movie_freqlist34001-36000.html
delete mode 100644 zxcvbn/data/tv_and_movie_freqlist36001-38000.html
delete mode 100644 zxcvbn/data/tv_and_movie_freqlist38001-40000.html
delete mode 100644 zxcvbn/data/tv_and_movie_freqlist40001-41284.html
delete mode 100644 zxcvbn/data/tv_and_movie_freqlist4001-5000.html
delete mode 100644 zxcvbn/data/tv_and_movie_freqlist5001-6000.html
delete mode 100644 zxcvbn/data/tv_and_movie_freqlist6001-7000.html
delete mode 100644 zxcvbn/data/tv_and_movie_freqlist7001-8000.html
delete mode 100644 zxcvbn/data/tv_and_movie_freqlist8001-9000.html
delete mode 100644 zxcvbn/data/tv_and_movie_freqlist9001-10000.html
delete mode 100644 zxcvbn/data/us_census_2000_female_first.txt
delete mode 100644 zxcvbn/data/us_census_2000_male_first.txt
delete mode 100644 zxcvbn/data/us_census_2000_surnames.txt
create mode 100644 zxcvbn/feedback.py
create mode 100644 zxcvbn/frequency_lists.py
delete mode 100644 zxcvbn/generated/adjacency_graphs.json
delete mode 100644 zxcvbn/generated/frequency_lists.json
delete mode 100644 zxcvbn/main.py
delete mode 100644 zxcvbn/scripts/build_frequency_lists.py
delete mode 100644 zxcvbn/scripts/build_keyboard_adjacency_graph.py
create mode 100644 zxcvbn/time_estimates.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-zxcvbn.git
More information about the Python-modules-commits
mailing list