forked from pool/python-proselint
- 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
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-proselint
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%define modname proselint
|
||||
Name: python-proselint
|
||||
Version: 0.13.0
|
||||
Version: 0.14.0
|
||||
Release: 0
|
||||
Summary: A linter for prose
|
||||
License: BSD-3-Clause
|
||||
@@ -33,7 +33,7 @@ BuildRequires: python-rpm-macros
|
||||
Requires: python-click
|
||||
Requires: python-dbm
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module click}
|
||||
|
Reference in New Issue
Block a user