diff --git a/proselint-0.13.0.tar.gz b/proselint-0.13.0.tar.gz deleted file mode 100644 index 3939fe3..0000000 --- a/proselint-0.13.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:019783cb13a5b6546389764bdd2e505648063315b4307113ff8a93d03bde62e4 -size 875919 diff --git a/proselint-0.14.0.tar.gz b/proselint-0.14.0.tar.gz new file mode 100644 index 0000000..f5f381a --- /dev/null +++ b/proselint-0.14.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3076f88a0a1d79d097ef5da395e4dddede8f8db3b5175be1e30bcf4fab90eda +size 889947 diff --git a/python-proselint.changes b/python-proselint.changes index 013373b..87f79ce 100644 --- a/python-proselint.changes +++ b/python-proselint.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Jun 24 15:38:04 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-proselint.spec b/python-proselint.spec index b6aa3aa..5d3e373 100644 --- a/python-proselint.spec +++ b/python-proselint.spec @@ -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}