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,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:019783cb13a5b6546389764bdd2e505648063315b4307113ff8a93d03bde62e4
|
|
||||||
size 875919
|
|
3
proselint-0.14.0.tar.gz
Normal file
3
proselint-0.14.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f3076f88a0a1d79d097ef5da395e4dddede8f8db3b5175be1e30bcf4fab90eda
|
||||||
|
size 889947
|
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 24 15:38:04 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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`
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 1 04:53:07 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
Fri Sep 1 04:53:07 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-proselint
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define modname proselint
|
%define modname proselint
|
||||||
Name: python-proselint
|
Name: python-proselint
|
||||||
Version: 0.13.0
|
Version: 0.14.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A linter for prose
|
Summary: A linter for prose
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@@ -33,7 +33,7 @@ BuildRequires: python-rpm-macros
|
|||||||
Requires: python-click
|
Requires: python-click
|
||||||
Requires: python-dbm
|
Requires: python-dbm
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun): update-alternatives
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module click}
|
BuildRequires: %{python_module click}
|
||||||
|
Reference in New Issue
Block a user