14
0

- 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:
2024-06-24 15:38:14 +00:00
committed by Git OBS Bridge
parent baf3527946
commit 02cc1d2c71
4 changed files with 15 additions and 6 deletions

View File

@@ -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}