[Python-modules-commits] [python-bleach] branch debian/master updated (d3ba0a8 -> e10cf9a)
Scott Kitterman
kitterman at moszumanska.debian.org
Wed Jan 10 04:39:33 UTC 2018
This is an automated email from the git hooks/post-receive script.
kitterman pushed a change to branch debian/master
in repository python-bleach.
from d3ba0a8 Convert from git-dpm to patches unapplied format
new 0bf95a3 Imported Upstream version 2.1.2
new 4d11ffe Merge tag 'upstream/2.1.2' into debian/master
new e389a82 New upstream release
new b8eef66 Bump standards-version to 4.1.3 without further change
new e10cf9a Bump minimum debhelper version to 9 to match compat
The 5 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 +
CHANGES | 262 ++++++++++++++----
CODE_OF_CONDUCT.rst | 9 +
CONTRIBUTORS | 10 +-
MANIFEST.in | 3 +
README.rst | 36 ++-
bleach/__init__.py | 28 +-
bleach/callbacks.py | 10 +-
bleach/encoding.py | 62 -----
bleach/linkifier.py | 19 +-
bleach/sanitizer.py | 317 ++++++++++++++++++++-
bleach/utils.py | 21 ++
bleach/version.py | 6 -
debian/changelog | 8 +
debian/control | 4 +-
docs/clean.rst | 36 ++-
docs/conf.py | 14 +-
docs/dev.rst | 34 ++-
docs/goals.rst | 76 +++++-
setup.py | 27 +-
tests/data/13.test.out | 2 +-
tests/data/14.test.out | 2 +-
tests/data/15.test.out | 2 +-
tests/data/16.test.out | 2 +-
tests/data/17.test.out | 2 +-
tests/data/18.test.out | 2 +-
tests/data/19.test.out | 3 +-
tests/data/20.test | 1 +
tests/data/20.test.out | 1 +
tests/test_basics.py | 365 -------------------------
tests/test_callbacks.py | 63 +++++
tests/test_clean.py | 454 +++++++++++++++++++++++++++++++
tests/{test_links.py => test_linkify.py} | 33 ++-
tests/test_security.py | 42 ++-
tests_website/.gitignore | 1 +
tests_website/README.rst | 28 ++
tests_website/data_to_json.py | 53 ++++
tests_website/index.html | 149 ++++++++++
tests_website/open_test_page.py | 36 +++
tests_website/server.py | 52 ++++
tox.ini | 61 ++++-
41 files changed, 1763 insertions(+), 574 deletions(-)
create mode 100644 CODE_OF_CONDUCT.rst
delete mode 100644 bleach/encoding.py
delete mode 100644 bleach/version.py
mode change 100644 => 100755 setup.py
create mode 100644 tests/data/20.test
create mode 100644 tests/data/20.test.out
delete mode 100644 tests/test_basics.py
create mode 100644 tests/test_callbacks.py
create mode 100644 tests/test_clean.py
rename tests/{test_links.py => test_linkify.py} (95%)
create mode 100644 tests_website/.gitignore
create mode 100644 tests_website/README.rst
create mode 100755 tests_website/data_to_json.py
create mode 100644 tests_website/index.html
create mode 100755 tests_website/open_test_page.py
create mode 100755 tests_website/server.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-bleach.git
More information about the Python-modules-commits
mailing list