forked from pool/python-proselint
- 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
116 lines
4.0 KiB
Plaintext
116 lines
4.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Feb 11 19:17:53 UTC 2022 - Benedikt Fein <benedikt.fein@gmail.com>
|
|
|
|
- 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.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 12 13:16:11 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Update to 0.11.3:
|
|
- fix package bundling to include proselintrc (#1195)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 8 00:03:06 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Aug 16 17:49:59 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Replace the sed command from the previous commit with
|
|
the proper patch remove_nose.patch and send it upstream
|
|
(gh#amperser/proselint#1097).
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Aug 16 16:47:49 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Replace unittest+nose with pytest
|
|
- Tidy spec
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 6 09:49:35 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Don't use %python3_only command, but properly use alternatives.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 20 10:51:03 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Fix build without python2
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 7 11:37:57 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Use python dbm dependency instead of legacy gdbm
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 8 07:30:20 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Add test-use-sys-executable.patch to avoid invoking Python 3 CLI
|
|
during Python 2 tests.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 14 03:33:55 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- 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 to v0.10.2
|
|
* Include tests in source package
|
|
- from v0.10.1
|
|
* Support use as pre-commit hook
|
|
- from v0.10.0
|
|
* Update dependencies to latest
|
|
* Add support for reading from stdin with the CLI
|
|
* Use pytest, not Nose, on Travis
|
|
- from v0.9.0
|
|
* Add new plugins to README
|
|
* Update dependencies
|
|
* Comply with XDG spec
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 4 12:51:45 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jul 29 13:35:54 UTC 2018 - jengelh@inai.de
|
|
|
|
- Remove rhetoric part from description.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 24 17:37:36 UTC 2018 - toddrme2178@gmail.com
|
|
|
|
- Spec file cleanups
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 16 17:45:29 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
- Initial version for v0.8.0
|