17
0

32 Commits

Author SHA256 Message Date
d84d055bd1 Accepting request 1183037 from devel:languages:python
- update to 0.14.0:
  * now loads the default configuration if none is provided
  * added support for hyphens in `lexical_illusions`
  * additional spelling checks `ally_ly`, `ance_ence`, `ely_ly`
    and `ve_of`

OBS-URL: https://build.opensuse.org/request/show/1183037
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-proselint?expand=0&rev=14
2024-06-24 18:56:59 +00:00
02cc1d2c71 - update to 0.14.0:
* now loads the default configuration if none is provided
  * added support for hyphens in `lexical_illusions`
  * additional spelling checks `ally_ly`, `ance_ence`, `ely_ly`
    and `ve_of`

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proselint?expand=0&rev=31
2024-06-24 15:38:14 +00:00
a4ae3c6cb6 Accepting request 1108365 from devel:languages:python
- Remove future requirement, not required.
- Switch to autosetup.
- Drop python2 leftovers.

OBS-URL: https://build.opensuse.org/request/show/1108365
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-proselint?expand=0&rev=13
2023-09-01 12:19:43 +00:00
baf3527946 - Remove future requirement, not required.
- Switch to autosetup.
- Drop python2 leftovers.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proselint?expand=0&rev=29
2023-09-01 04:53:34 +00:00
243ee02fb1 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proselint?expand=0&rev=28 2023-04-12 15:49:16 +00:00
dc404bc51b Accepting request 1030156 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1030156
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-proselint?expand=0&rev=12
2022-10-20 14:03:31 +00:00
f4142399ae Accepting request 1030133 from home:pgajdos:python
- python-six is not required

OBS-URL: https://build.opensuse.org/request/show/1030133
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proselint?expand=0&rev=26
2022-10-20 12:07:11 +00:00
4f2c6d6274 Accepting request 953901 from devel:languages:python
- Update to 0.13.0
  - made memoize safe for both arguments and keyword arguments
  - now exports decorators that wrap meta-checks
- Update to 0.12.0
  - make am_pm checks case-sensitive
  - added --dump-config and --dump-default-config CLI arguments
  - now exports proselint.config.default
  - proselint.tools.lint now takes a config object instead of
    using load_options
- Proselint no longer uses a proselintrc config file.
  Remove no longer needed commands from the spec.

OBS-URL: https://build.opensuse.org/request/show/953901
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-proselint?expand=0&rev=11
2022-02-12 23:15:25 +00:00
e8b726881f Accepting request 953812 from home:bfein:branches:devel:languages:python
- Update to 0.13.0
  - made memoize safe for both arguments and keyword arguments
  - now exports decorators that wrap meta-checks
- Update to 0.12.0
  - make am_pm checks case-sensitive
  - added --dump-config and --dump-default-config CLI arguments
  - now exports proselint.config.default
  - proselint.tools.lint now takes a config object instead of
    using load_options
- Proselint no longer uses a proselintrc config file.
  Remove no longer needed commands from the spec.

OBS-URL: https://build.opensuse.org/request/show/953812
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proselint?expand=0&rev=25
2022-02-12 11:33:55 +00:00
c30e9eca3e Accepting request 905848 from devel:languages:python
- Update to 0.11.3:
  - fix package bundling to include proselintrc (#1195)
- Update to 0.11.2:
  - correct false positives in lexical_illusions.misc
  - fix package metadata and pypi upload (hotfix release)
  - add warning for missing corpus
  - reduce false positives for uncomparables.misc
  - correct "attorney and not a republic" mondegreen
  - correct unbound line and column in error printing
  - fix false positive in misc.but
  - add --config CLI argument
  - add exceptions for proselint.tools.existence_check
  - use regex for lexical_illusions.misc
  - implement project-wide proselintrc
Removed upstreamed patches:
  - disable-empty-test.patch
  - remove_nose.patch
  - test-use-sys-executable.patch

OBS-URL: https://build.opensuse.org/request/show/905848
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-proselint?expand=0&rev=10
2021-07-12 19:40:10 +00:00
d0c841e5ac - Update to 0.11.3:
- fix package bundling to include proselintrc (#1195)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proselint?expand=0&rev=24
2021-07-12 13:25:37 +00:00
1f3e7d49f6 Fix changes on removed patches
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proselint?expand=0&rev=23
2021-07-08 07:55:46 +00:00
ac54b526bb - Update to 0.11.2:
- correct false positives in lexical_illusions.misc
  - fix package metadata and pypi upload (hotfix release)
  - add warning for missing corpus
  - reduce false positives for uncomparables.misc
  - correct "attorney and not a republic" mondegreen
  - correct unbound line and column in error printing
  - fix false positive in misc.but
  - add --config CLI argument
  - add exceptions for proselint.tools.existence_check
  - use regex for lexical_illusions.misc
  - implement project-wide proselintrc

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proselint?expand=0&rev=22
2021-07-08 00:24:40 +00:00
b7f46f701c Accepting request 827089 from devel:languages:python
- Replace the sed command from the previous commit with
  the proper patch remove_nose.patch and send it upstream
  (gh#amperser/proselint#1097).
- Replace unittest+nose with pytest
- Tidy spec

OBS-URL: https://build.opensuse.org/request/show/827089
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-proselint?expand=0&rev=9
2020-08-18 13:10:29 +00:00
a6b0c5c38c - Replace the sed command from the previous commit with
the proper patch remove_nose.patch and send it upstream
  (gh#amperser/proselint#1097).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proselint?expand=0&rev=20
2020-08-16 17:50:48 +00:00
0bd5f42640 Accepting request 827065 from home:jayvdb:py-submit
Replace nose with pytest

OBS-URL: https://build.opensuse.org/request/show/827065
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proselint?expand=0&rev=19
2020-08-16 17:41:34 +00:00
639489f616 Accepting request 800653 from devel:languages:python
- Don't use %python3_only command, but properly use alternatives.

OBS-URL: https://build.opensuse.org/request/show/800653
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-proselint?expand=0&rev=8
2020-05-07 12:50:18 +00:00
b8301554d9 - Don't use %python3_only command, but properly use alternatives.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proselint?expand=0&rev=17
2020-05-06 09:49:47 +00:00
1c550c6caf Accepting request 795780 from devel:languages:python
- Fix build without python2

OBS-URL: https://build.opensuse.org/request/show/795780
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-proselint?expand=0&rev=7
2020-04-21 11:09:19 +00:00
Tomáš Chvátal
5a2fc79945 - Fix build without python2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proselint?expand=0&rev=15
2020-04-20 10:51:13 +00:00
c6ca72fb49 Accepting request 761546 from devel:languages:python
- Use python dbm dependency instead of legacy gdbm

OBS-URL: https://build.opensuse.org/request/show/761546
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-proselint?expand=0&rev=6
2020-01-13 21:20:46 +00:00
Tomáš Chvátal
e7e1baec34 - Use python dbm dependency instead of legacy gdbm
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proselint?expand=0&rev=13
2020-01-07 11:40:57 +00:00
Stephan Kulow
eed9b1f407 Accepting request 682725 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/682725
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-proselint?expand=0&rev=5
2019-03-10 08:39:28 +00:00
Tomáš Chvátal
6385757bb3 Accepting request 682718 from home:jayvdb:py-check-failures
- Add test-use-sys-executable.patch to avoid invoking Python 3 CLI during Python 2 tests.

OBS-URL: https://build.opensuse.org/request/show/682718
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proselint?expand=0&rev=11
2019-03-08 08:11:07 +00:00
53e5b2e39f Accepting request 674882 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/674882
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-proselint?expand=0&rev=4
2019-02-27 16:27:58 +00:00
Tomáš Chvátal
5d0a78e4d7 Accepting request 674778 from home:jayvdb:coala:python3-bears
- Fix invocation of test suite to run the tests
- Add Recommends for python2-gdbm, and BuildRequires to activate
  the tests related to gdbm
- Add disable-empty-test.patch to remove unused test module
- Update from v0.8.0 to v0.10.2

OBS-URL: https://build.opensuse.org/request/show/674778
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proselint?expand=0&rev=9
2019-02-14 08:32:41 +00:00
ddc5c59fb6 Accepting request 659565 from devel:languages:python
Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/659565
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-proselint?expand=0&rev=3
2018-12-24 10:41:28 +00:00
91be42bcc8 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proselint?expand=0&rev=7
2018-12-04 13:48:18 +00:00
c68c0dc8f6 Accepting request 626410 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/626410
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-proselint?expand=0&rev=2
2018-07-31 14:01:52 +00:00
Tomáš Chvátal
3bdd65e0b4 Accepting request 626110 from home:jengelh:branches:devel:languages:python
- Remove rhetoric part from description.

OBS-URL: https://build.opensuse.org/request/show/626110
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proselint?expand=0&rev=5
2018-07-30 07:36:21 +00:00
ea2cf63e00 Accepting request 612061 from devel:languages:python
A linter for prose

OBS-URL: https://build.opensuse.org/request/show/612061
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-proselint?expand=0&rev=1
2018-06-02 10:02:56 +00:00
Todd R
3012fdc3d3 Accepting request 612008 from devel:languages:python:misc
A linter for prose

OBS-URL: https://build.opensuse.org/request/show/612008
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proselint?expand=0&rev=1
2018-05-24 20:56:44 +00:00