pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

proselint: Update wip/proselint to 0.7.0



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Wed Aug 31 16:51:37 2016 +0200
Changeset:	0c30943884e1ee3fc3a2badbb65ff53e30dbc530

Modified Files:
	proselint/Makefile
	proselint/PLIST
	proselint/distinfo

Log Message:
proselint: Update wip/proselint to 0.7.0

Changes:
0.7.0 (2016-08-25)
Implemented enhancements:
  * how about typography.symbols instead of me.symbols #373
  * Improve test coverage #145
  * Add a changelog #596 (suchow)

Fixed bugs:
  * Exclamation point warning on all caps text #540
  * proselint choked on bad character #504
  * Could not open cache file #399

Closed issues:
  * Add Instructions for Running Automated Tests on README #575
  * Add the "real estate tycoon" to phrasal adjectives #543
  * proselint CLI should append path to files #539
  * Add "English-language learners" to phrasal adjectives #537
  * Check out this Danger plugin #489
  * No args leads to repeated messages: Exception TypeError: "'NoneType' object
    is not callable" in ignore #323
  * Add rule on redundancies extracted from After the Deadline #279
  * Add rule on "not guilty beyond a reasonable doubt" #242
  * Eventually, submit to https://github.com/mcandre/linters #143
  * Add check for Mondegreens #134

Merged pull requests:
  * Ensure a clean commit history #592 (suchow)
  * Remove Danger CI token #591 (suchow)
  * Move Danger to Travis 'script' section #590 (suchow)
  * more tests, all modules from C to L except links #589 (joshmgrant)
  * Add phrasal adj for issues #543 and #537 #588 (kylesezhi)
  * Added More Tests For Coverage #584 (joshmgrant)
  * added some instructions for running automated tests #581 (suchow)
  * unintentionally unintentionally misspelled. #580 (suchow)
  * unintentionally unintentionally misspelled. #579 (suchow)
  * Update GitHub access token #578 (suchow)
  * Add cats to list of venerys #568 (Decagon)
  * Add "kind of" and "mildly" to uncomparables #562 (Decagon)
  * Fix #540 #557 (Decagon)
  * Survey improvements #554 (suchow)
  * Use a more up-to-date link checker #553 (suchow)
  * Fix a typo #552 (suchow)
  * Add "color" to inconsistent spelling #547 (Decagon)
  * Danger #546 (suchow)
  * Add Danger plugin to readme #545 (suchow)
  * Removing relative directory line on extract_files function in the command
    line interface #541 (CatherineH)
  * Improve survey #538 (suchow)
  * Bump version to 0.6.1 #531 (suchow)
  * Guidelines based on GLAAD Media Reference #486 (joshmgrant)

0.6.1 (2016-07-18)
Closed issues:
  * sort output by line number? #505

Merged pull requests:
  * Pr/518 #529 (suchow)
  * Test Case for tools.consistency\_check #522 (joshmgrant)
  * Testing for illegal utf-8 seq handling #520 (CraigKelly)
  * Remove skipping tests for preferred_forms_check #515 (joshmgrant)
  * Change file opening to replace characters on UTF-8 decode errors #514 (
    suchow)
  * Sort output by line and column number #512 (vikasgorur)
  * typo? #507 (ivarvong)

0.6.0 (2016-07-01)
Closed issues:
  * Proselint doesn't work on readonly files #502
  * Segmentation fault: 11 #487

Merged pull requests:
  * Bump version to 0.6.0 #503 (suchow)

0.5.4 (2016-06-28)
Fixed bugs:
  * Remove shell=True as they are a security hazard #395

Closed issues:
  * Speed up AppVeyor builds by caching #470
  * Instructions for installing on OS X #457
  * Wow #435
  * OS X Installation issue #423
  * Create a list of known automated grammar / usage checkers #281
  * Checklist for open sourcing #198

Merged pull requests:
  * Pr/376 #500 (suchow)
  * Pr/481 #499 (suchow)
  * Improve formatting of Josh Grant's cliches test #498 (suchow)
  * Call load_options() once and save the results instead of calling it t? #493
    (suchow)
  * Fix typos #492 (jwilk)
  * Fixed spelling #482 (TalkingAvocado)
  * Tweak website #479 (suchow)
  * Update Werkzeug version #478 (suchow)
  * Tracebacks #475 (suchow)
  * Add replacements to return value of checks #473 (suchow)
  * Tests for existence_check in tools.py #469 (joshmgrant)
  * Remove shell=True #467 (suchow)
  * Fix typo in docstring #466 (suchow)
  * Improve code coverage #465 (suchow)
  * Update dependencies to latest versions #464 (suchow)
  * Create a list of other usage & grammar tools #462 (suchow)
  * Improve documentation #461 (suchow)
  * Copyedit the readme #459 (suchow)
  * Update Coveralls badge in readme #456 (suchow)
  * Add link to Phabricator integration to readme #453 (suchow)
  * Remove lintscore badge from README #452 (suchow)
  * Allow proselintrc to be overriden by user #451 (suchow)
  * Create test pattern for checks #450 (suchow)
  * Add CodeClimate config file #449 (suchow)
  * Do not open file for reading and writing #447 (Tatsh)
  * Refactor tools #445 (suchow)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0c30943884e1ee3fc3a2badbb65ff53e30dbc530

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 proselint/Makefile |  2 +-
 proselint/PLIST    | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 proselint/distinfo |  8 +++---
 3 files changed, 83 insertions(+), 5 deletions(-)

diffs:
diff --git a/proselint/Makefile b/proselint/Makefile
index 9aeba71..6cef328 100644
--- a/proselint/Makefile
+++ b/proselint/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	proselint-0.5.3
+DISTNAME=	proselint-0.7.0
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_GITHUB:=amperser/}
 
diff --git a/proselint/PLIST b/proselint/PLIST
index 0c5237e..888aea9 100644
--- a/proselint/PLIST
+++ b/proselint/PLIST
@@ -101,6 +101,15 @@ ${PYSITELIB}/proselint/checks/lexical_illusions/__init__.pyo
 ${PYSITELIB}/proselint/checks/lexical_illusions/misc.py
 ${PYSITELIB}/proselint/checks/lexical_illusions/misc.pyc
 ${PYSITELIB}/proselint/checks/lexical_illusions/misc.pyo
+${PYSITELIB}/proselint/checks/lgbtq/__init__.py
+${PYSITELIB}/proselint/checks/lgbtq/__init__.pyc
+${PYSITELIB}/proselint/checks/lgbtq/__init__.pyo
+${PYSITELIB}/proselint/checks/lgbtq/offensive_terms.py
+${PYSITELIB}/proselint/checks/lgbtq/offensive_terms.pyc
+${PYSITELIB}/proselint/checks/lgbtq/offensive_terms.pyo
+${PYSITELIB}/proselint/checks/lgbtq/terms.py
+${PYSITELIB}/proselint/checks/lgbtq/terms.pyc
+${PYSITELIB}/proselint/checks/lgbtq/terms.pyo
 ${PYSITELIB}/proselint/checks/links/__init__.py
 ${PYSITELIB}/proselint/checks/links/__init__.pyc
 ${PYSITELIB}/proselint/checks/links/__init__.pyo
@@ -363,27 +372,96 @@ ${PYSITELIB}/tests/_test_version.pyo
 ${PYSITELIB}/tests/check.py
 ${PYSITELIB}/tests/check.pyc
 ${PYSITELIB}/tests/check.pyo
+${PYSITELIB}/tests/test_annotations.py
+${PYSITELIB}/tests/test_annotations.pyc
+${PYSITELIB}/tests/test_annotations.pyo
+${PYSITELIB}/tests/test_archaism.py
+${PYSITELIB}/tests/test_archaism.pyc
+${PYSITELIB}/tests/test_archaism.pyo
 ${PYSITELIB}/tests/test_butterick_symbols.py
 ${PYSITELIB}/tests/test_butterick_symbols.pyc
 ${PYSITELIB}/tests/test_butterick_symbols.pyo
+${PYSITELIB}/tests/test_cliches.py
+${PYSITELIB}/tests/test_cliches.pyc
+${PYSITELIB}/tests/test_cliches.pyo
+${PYSITELIB}/tests/test_consistency_check.py
+${PYSITELIB}/tests/test_consistency_check.pyc
+${PYSITELIB}/tests/test_consistency_check.pyo
+${PYSITELIB}/tests/test_consistency_spacing.py
+${PYSITELIB}/tests/test_consistency_spacing.pyc
+${PYSITELIB}/tests/test_consistency_spacing.pyo
+${PYSITELIB}/tests/test_consistency_spelling.py
+${PYSITELIB}/tests/test_consistency_spelling.pyc
+${PYSITELIB}/tests/test_consistency_spelling.pyo
+${PYSITELIB}/tests/test_corporate_speak.py
+${PYSITELIB}/tests/test_corporate_speak.pyc
+${PYSITELIB}/tests/test_corporate_speak.pyo
+${PYSITELIB}/tests/test_cursing_filth.py
+${PYSITELIB}/tests/test_cursing_filth.pyc
+${PYSITELIB}/tests/test_cursing_filth.pyo
+${PYSITELIB}/tests/test_cursing_nfl.py
+${PYSITELIB}/tests/test_cursing_nfl.pyc
+${PYSITELIB}/tests/test_cursing_nfl.pyo
+${PYSITELIB}/tests/test_cursing_nword.py
+${PYSITELIB}/tests/test_cursing_nword.pyc
+${PYSITELIB}/tests/test_cursing_nword.pyo
+${PYSITELIB}/tests/test_dates_times_am_pm.py
+${PYSITELIB}/tests/test_dates_times_am_pm.pyc
+${PYSITELIB}/tests/test_dates_times_am_pm.pyo
+${PYSITELIB}/tests/test_dates_times_dates.py
+${PYSITELIB}/tests/test_dates_times_dates.pyc
+${PYSITELIB}/tests/test_dates_times_dates.pyo
 ${PYSITELIB}/tests/test_demo.py
 ${PYSITELIB}/tests/test_demo.pyc
 ${PYSITELIB}/tests/test_demo.pyo
 ${PYSITELIB}/tests/test_dfw_uncomparables.py
 ${PYSITELIB}/tests/test_dfw_uncomparables.pyc
 ${PYSITELIB}/tests/test_dfw_uncomparables.pyo
+${PYSITELIB}/tests/test_existence_check.py
+${PYSITELIB}/tests/test_existence_check.pyc
+${PYSITELIB}/tests/test_existence_check.pyo
 ${PYSITELIB}/tests/test_exit_codes.py
 ${PYSITELIB}/tests/test_exit_codes.pyc
 ${PYSITELIB}/tests/test_exit_codes.pyo
 ${PYSITELIB}/tests/test_garner_dates.py
 ${PYSITELIB}/tests/test_garner_dates.pyc
 ${PYSITELIB}/tests/test_garner_dates.pyo
+${PYSITELIB}/tests/test_hedging.py
+${PYSITELIB}/tests/test_hedging.pyc
+${PYSITELIB}/tests/test_hedging.pyo
+${PYSITELIB}/tests/test_hyperbole.py
+${PYSITELIB}/tests/test_hyperbole.pyc
+${PYSITELIB}/tests/test_hyperbole.pyo
+${PYSITELIB}/tests/test_illegal_chars.py
+${PYSITELIB}/tests/test_illegal_chars.pyc
+${PYSITELIB}/tests/test_illegal_chars.pyo
+${PYSITELIB}/tests/test_jargon.py
+${PYSITELIB}/tests/test_jargon.pyc
+${PYSITELIB}/tests/test_jargon.pyo
 ${PYSITELIB}/tests/test_junge_but.py
 ${PYSITELIB}/tests/test_junge_but.pyc
 ${PYSITELIB}/tests/test_junge_but.pyo
+${PYSITELIB}/tests/test_leonard.py
+${PYSITELIB}/tests/test_leonard.pyc
+${PYSITELIB}/tests/test_leonard.pyo
+${PYSITELIB}/tests/test_lexical_illusions.py
+${PYSITELIB}/tests/test_lexical_illusions.pyc
+${PYSITELIB}/tests/test_lexical_illusions.pyo
+${PYSITELIB}/tests/test_lgbtq_offensive_terms.py
+${PYSITELIB}/tests/test_lgbtq_offensive_terms.pyc
+${PYSITELIB}/tests/test_lgbtq_offensive_terms.pyo
+${PYSITELIB}/tests/test_lgbtq_terms.py
+${PYSITELIB}/tests/test_lgbtq_terms.pyc
+${PYSITELIB}/tests/test_lgbtq_terms.pyo
+${PYSITELIB}/tests/test_preferred_forms_check.py
+${PYSITELIB}/tests/test_preferred_forms_check.pyc
+${PYSITELIB}/tests/test_preferred_forms_check.pyo
 ${PYSITELIB}/tests/test_strunk_white_eos.py
 ${PYSITELIB}/tests/test_strunk_white_eos.pyc
 ${PYSITELIB}/tests/test_strunk_white_eos.pyo
+${PYSITELIB}/tests/test_tools.py
+${PYSITELIB}/tests/test_tools.pyc
+${PYSITELIB}/tests/test_tools.pyo
 ${PYSITELIB}/tests/test_topic_detector.py
 ${PYSITELIB}/tests/test_topic_detector.pyc
 ${PYSITELIB}/tests/test_topic_detector.pyo
diff --git a/proselint/distinfo b/proselint/distinfo
index 41fb3b8..7aba111 100644
--- a/proselint/distinfo
+++ b/proselint/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (proselint-0.5.3.tar.gz) = c9309feb479a5907956d957dff377ed78d347f4a
-RMD160 (proselint-0.5.3.tar.gz) = a191cec69d24367659ff1910cc38fbb91c0df82e
-SHA512 (proselint-0.5.3.tar.gz) = 4c942b30310dfbd429f0e0f1670530ec90f9bdfde13e37b5e07b6dac4e1540c7967b38eba1c6b822d130b1b29841f6b47b995dd92826f09f430e6c7f520f2aea
-Size (proselint-0.5.3.tar.gz) = 824363 bytes
+SHA1 (proselint-0.7.0.tar.gz) = 5c5cdc44daf09d7c51a0d99985d69344d42aece5
+RMD160 (proselint-0.7.0.tar.gz) = 42dd9471e4fd498fde72673eda1aefe6441841bb
+SHA512 (proselint-0.7.0.tar.gz) = 287c2f101de674a349bfee2528e5b58b7fb1e1cc77cd399d6987bb18b87d14777f17788160b6d4f8e7cc16fd1f9179271b96abd39f72fb81946f9843af42e014
+Size (proselint-0.7.0.tar.gz) = 847186 bytes


Home | Main Index | Thread Index | Old Index