[Python-modules-commits] [python-bleach] branch upstream updated (fb79feb -> 0bf95a3)

Scott Kitterman kitterman at moszumanska.debian.org
Wed Jan 10 04:39:34 UTC 2018


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

kitterman pushed a change to branch upstream
in repository python-bleach.

      from  fb79feb   import python-bleach_2.0.orig.tar.gz
       new  0bf95a3   Imported Upstream version 2.1.2

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                               |   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 -
 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 ++++-
 39 files changed, 1753 insertions(+), 572 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