[Python-modules-commits] [python3-proselint] branch master updated (18435b3 -> c2ebc74)

Víctor Cuadrado Juan viccuad-guest at moszumanska.debian.org
Mon Feb 27 19:15:50 UTC 2017


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

viccuad-guest pushed a change to branch master
in repository python3-proselint.

      from  18435b3   Update d/changelog
       new  2a6f947   record new upstream branch created by importing python3-proselint_0.8.0.orig.tar.gz
       new  0824c24   Import python3-proselint_0.8.0.orig.tar.gz
       new  d828682   Remove `--debug` clearcache functionality
       new  73de561   merge patched into master
       new  51447d8   Add missing illegal-chars.txt file to tests
       new  6be5f5d   merge patched into master
       new  b16fbad   Add upstream nosetests to autopkgtest
       new  69b5224   Shortcircuit nosetests on build
       new  c2ebc74   Update d/changelog

The 9 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:
 CHANGELOG.md                                       | 509 +++++++++++++++++++++
 MANIFEST.in                                        |   2 +-
 PKG-INFO                                           |   4 +-
 README.md                                          |  50 +-
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |  10 +
 debian/control                                     |   1 +
 ...001-Remove-debug-clearcache-functionality.patch |   6 +-
 ...d-missing-illegal-chars.txt-file-to-tests.patch |  19 +
 debian/patches/series                              |   1 +
 debian/rules                                       |   1 +
 debian/tests/control.autodep8                      |   2 +
 debian/tests/python3-proselint                     |   9 +
 proselint.egg-info/PKG-INFO                        |   4 +-
 proselint.egg-info/SOURCES.txt                     |  68 ++-
 proselint/.proselintrc                             |   3 +
 proselint/__main__.py                              |  10 +
 proselint/checks/cliches/misc.py                   |   2 +-
 proselint/checks/misc/but.py                       |   2 +-
 proselint/checks/misc/debased.py                   |   2 +-
 proselint/checks/misc/institution_name.py          |  33 ++
 proselint/checks/misc/phrasal_adjectives.py        |   9 +-
 proselint/checks/misc/pretension.py                |   2 +-
 proselint/checks/misc/punctuation.py               |   2 +-
 proselint/checks/misc/suddenly.py                  |   4 +-
 proselint/checks/oxymorons/misc.py                 |   2 +-
 proselint/checks/redundancy/ras_syndrome.py        |   2 +-
 proselint/checks/sexism/misc.py                    |  34 +-
 proselint/checks/skunked_terms/misc.py             |   2 +-
 proselint/checks/spelling/able_atable.py           |   4 +-
 proselint/checks/spelling/able_ible.py             |   2 +-
 proselint/checks/spelling/em_im_en_in.py           |   2 +-
 proselint/checks/spelling/er_or.py                 |   2 +-
 proselint/checks/spelling/in_un.py                 |   2 +-
 proselint/checks/terms/denizen_labels.py           |   2 +-
 proselint/checks/weasel_words/very.py              |   2 +-
 proselint/command_line.py                          |  43 +-
 proselint/version.py                               |   2 +-
 setup.cfg                                          |   2 +-
 tests/illegal-chars.txt                            |   2 +
 tests/test_clear_cache.py                          | 166 +++++++
 tests/test_junge_but.py                            |  56 ---
 ...test_cursing_filth.py => test_malaproprisms.py} |  10 +-
 ...t_cursing_filth.py => test_misc_apologizing.py} |  10 +-
 ...rsing_filth.py => test_misc_back_formations.py} |  10 +-
 ...cursing_filth.py => test_misc_bureaucratese.py} |  11 +-
 tests/{test_cursing_nword.py => test_misc_but.py}  |  10 +-
 tests/test_misc_capitalization.py                  |  32 ++
 .../{test_hyperbole.py => test_misc_chatspeak.py}  |  10 +-
 ...cursing_filth.py => test_misc_commercialese.py} |  10 +-
 ...t_cursing_filth.py => test_misc_composition.py} |  10 +-
 ...test_cursing_nword.py => test_misc_currency.py} |  10 +-
 ...{test_cursing_filth.py => test_misc_debased.py} |  10 +-
 tests/test_misc_false_plurals.py                   |  27 ++
 ...test_cursing_filth.py => test_misc_greylist.py} |  10 +-
 tests/test_misc_illogic.py                         |  36 ++
 tests/test_misc_inferior_superior.py               |  23 +
 tests/{test_hyperbole.py => test_misc_latin.py}    |  10 +-
 .../{test_cursing_filth.py => test_misc_many_a.py} |  11 +-
 tests/test_misc_metaconcepts.py                    |  21 +
 ...cursing_filth.py => test_misc_metadiscourse.py} |  10 +-
 tests/test_misc_narcissism.py                      |  24 +
 ...st_cursing_filth.py => test_misc_not_guilty.py} |  11 +-
 tests/test_misc_phrasal_adjectives.py              |  29 ++
 ...rsing_filth.py => test_misc_preferred_forms.py} |  10 +-
 ...st_cursing_filth.py => test_misc_pretension.py} |  10 +-
 ...t_cursing_filth.py => test_misc_professions.py} |  10 +-
 ...t_cursing_filth.py => test_misc_punctuation.py} |  10 +-
 ..._cursing_filth.py => test_misc_scare_quotes.py} |  10 +-
 .../{test_cursing_nfl.py => test_misc_suddenly.py} |  10 +-
 ...cursing_filth.py => test_misc_tense_present.py} |  10 +-
 tests/test_misc_usage.py                           |  21 +
 tests/{test_hyperbole.py => test_misc_waxed.py}    |  10 +-
 .../{test_cursing_nword.py => test_misc_whence.py} |  10 +-
 tests/test_mixed_metaphors.py                      |  31 ++
 tests/test_mondegreens.py                          |  23 +
 ..._cursing_filth.py => test_needless_variants.py} |  10 +-
 tests/{test_cursing_filth.py => test_nonwords.py}  |  10 +-
 tests/{test_cursing_nfl.py => test_oxymorons.py}   |  10 +-
 tests/test_psychology.py                           |  38 ++
 tests/test_redundancy_misc.py                      |  43 ++
 ...ng_filth.py => test_redundancy_ras_syndrome.py} |  10 +-
 tests/test_security_credit_card.py                 |  26 ++
 tests/test_security_password.py                    |  23 +
 tests/{test_cursing_filth.py => test_sexism.py}    |  11 +-
 tests/test_skunked_terms.py                        |  23 +
 ...rsing_filth.py => test_spelling_able_atable.py} |  10 +-
 ...cursing_filth.py => test_spelling_able_ible.py} |  10 +-
 ..._cursing_filth.py => test_spelling_athletes.py} |  10 +-
 ...cursing_nfl.py => test_spelling_em_im_en_in.py} |  10 +-
 ...est_cursing_filth.py => test_spelling_er_or.py} |  10 +-
 ...est_cursing_filth.py => test_spelling_in_un.py} |  10 +-
 ...test_cursing_nword.py => test_spelling_misc.py} |  10 +-
 ...ng_filth.py => test_terms_animal_adjectives.py} |  10 +-
 ...rsing_filth.py => test_terms_denizen_labels.py} |  10 +-
 tests/test_terms_eponymous_adjectives.py           |  22 +
 ...{test_cursing_filth.py => test_terms_venery.py} |  10 +-
 tests/test_typography_diacritical_marks.py         |  22 +
 tests/test_typography_exclamation.py               |  37 ++
 ...erick_symbols.py => test_typography_symbols.py} |   0
 ...test_cursing_filth.py => test_uncomparables.py} |  10 +-
 ...st_cursing_nfl.py => test_weasel_words_misc.py} |  13 +-
 ..._cursing_filth.py => test_weasel_words_very.py} |  10 +-
 103 files changed, 1689 insertions(+), 335 deletions(-)
 create mode 100644 CHANGELOG.md
 create mode 100644 debian/patches/0002-Add-missing-illegal-chars.txt-file-to-tests.patch
 create mode 100644 debian/tests/control.autodep8
 create mode 100644 debian/tests/python3-proselint
 create mode 100644 proselint/__main__.py
 create mode 100644 proselint/checks/misc/institution_name.py
 create mode 100644 tests/illegal-chars.txt
 create mode 100644 tests/test_clear_cache.py
 delete mode 100644 tests/test_junge_but.py
 copy tests/{test_cursing_filth.py => test_malaproprisms.py} (51%)
 copy tests/{test_cursing_filth.py => test_misc_apologizing.py} (53%)
 copy tests/{test_cursing_filth.py => test_misc_back_formations.py} (51%)
 copy tests/{test_cursing_filth.py => test_misc_bureaucratese.py} (50%)
 copy tests/{test_cursing_nword.py => test_misc_but.py} (55%)
 create mode 100644 tests/test_misc_capitalization.py
 copy tests/{test_hyperbole.py => test_misc_chatspeak.py} (54%)
 copy tests/{test_cursing_filth.py => test_misc_commercialese.py} (52%)
 copy tests/{test_cursing_filth.py => test_misc_composition.py} (53%)
 copy tests/{test_cursing_nword.py => test_misc_currency.py} (55%)
 copy tests/{test_cursing_filth.py => test_misc_debased.py} (54%)
 create mode 100644 tests/test_misc_false_plurals.py
 copy tests/{test_cursing_filth.py => test_misc_greylist.py} (53%)
 create mode 100644 tests/test_misc_illogic.py
 create mode 100644 tests/test_misc_inferior_superior.py
 copy tests/{test_hyperbole.py => test_misc_latin.py} (55%)
 copy tests/{test_cursing_filth.py => test_misc_many_a.py} (52%)
 create mode 100644 tests/test_misc_metaconcepts.py
 copy tests/{test_cursing_filth.py => test_misc_metadiscourse.py} (51%)
 create mode 100644 tests/test_misc_narcissism.py
 copy tests/{test_cursing_filth.py => test_misc_not_guilty.py} (50%)
 create mode 100644 tests/test_misc_phrasal_adjectives.py
 copy tests/{test_cursing_filth.py => test_misc_preferred_forms.py} (52%)
 copy tests/{test_cursing_filth.py => test_misc_pretension.py} (52%)
 copy tests/{test_cursing_filth.py => test_misc_professions.py} (52%)
 copy tests/{test_cursing_filth.py => test_misc_punctuation.py} (54%)
 copy tests/{test_cursing_filth.py => test_misc_scare_quotes.py} (52%)
 copy tests/{test_cursing_nfl.py => test_misc_suddenly.py} (54%)
 copy tests/{test_cursing_filth.py => test_misc_tense_present.py} (52%)
 create mode 100644 tests/test_misc_usage.py
 copy tests/{test_hyperbole.py => test_misc_waxed.py} (55%)
 copy tests/{test_cursing_nword.py => test_misc_whence.py} (55%)
 create mode 100644 tests/test_mixed_metaphors.py
 create mode 100644 tests/test_mondegreens.py
 copy tests/{test_cursing_filth.py => test_needless_variants.py} (50%)
 copy tests/{test_cursing_filth.py => test_nonwords.py} (54%)
 copy tests/{test_cursing_nfl.py => test_oxymorons.py} (54%)
 create mode 100644 tests/test_psychology.py
 create mode 100644 tests/test_redundancy_misc.py
 copy tests/{test_cursing_filth.py => test_redundancy_ras_syndrome.py} (50%)
 create mode 100644 tests/test_security_credit_card.py
 create mode 100644 tests/test_security_password.py
 copy tests/{test_cursing_filth.py => test_sexism.py} (51%)
 create mode 100644 tests/test_skunked_terms.py
 copy tests/{test_cursing_filth.py => test_spelling_able_atable.py} (50%)
 copy tests/{test_cursing_filth.py => test_spelling_able_ible.py} (52%)
 copy tests/{test_cursing_filth.py => test_spelling_athletes.py} (52%)
 copy tests/{test_cursing_nfl.py => test_spelling_em_im_en_in.py} (52%)
 copy tests/{test_cursing_filth.py => test_spelling_er_or.py} (54%)
 copy tests/{test_cursing_filth.py => test_spelling_in_un.py} (54%)
 copy tests/{test_cursing_nword.py => test_spelling_misc.py} (55%)
 copy tests/{test_cursing_filth.py => test_terms_animal_adjectives.py} (50%)
 copy tests/{test_cursing_filth.py => test_terms_denizen_labels.py} (51%)
 create mode 100644 tests/test_terms_eponymous_adjectives.py
 copy tests/{test_cursing_filth.py => test_terms_venery.py} (54%)
 create mode 100644 tests/test_typography_diacritical_marks.py
 create mode 100644 tests/test_typography_exclamation.py
 copy tests/{test_butterick_symbols.py => test_typography_symbols.py} (100%)
 copy tests/{test_cursing_filth.py => test_uncomparables.py} (52%)
 copy tests/{test_cursing_nfl.py => test_weasel_words_misc.py} (50%)
 copy tests/{test_cursing_filth.py => test_weasel_words_very.py} (52%)

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



More information about the Python-modules-commits mailing list