From 8214f8dbdeb871e4e50920281f4f14bfa036bacb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Thu, 19 Oct 2023 17:23:31 +0200 Subject: [PATCH] Update to 3.0.2 --- cloup-3.0.0.tar.gz | 3 --- cloup-3.0.2.tar.gz | 3 +++ python-cloup.changes | 7 +++++++ python-cloup.spec | 3 +-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 cloup-3.0.0.tar.gz create mode 100644 cloup-3.0.2.tar.gz diff --git a/cloup-3.0.0.tar.gz b/cloup-3.0.0.tar.gz deleted file mode 100644 index bec22b7..0000000 --- a/cloup-3.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:babd4bdcfd274f86779d6d3ce39b9ea0f6cc5ab3d4efe35ba6841e6d6d037893 -size 225423 diff --git a/cloup-3.0.2.tar.gz b/cloup-3.0.2.tar.gz new file mode 100644 index 0000000..ffc8eb7 --- /dev/null +++ b/cloup-3.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc1059610d81daa08cc607e56c7ae819fab010f19d19f3c875ceeb675183acf6 +size 225273 diff --git a/python-cloup.changes b/python-cloup.changes index 8d43f5f..e06d641 100644 --- a/python-cloup.changes +++ b/python-cloup.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Oct 19 14:38:42 UTC 2023 - Ondřej Súkup + +- update to 3.0.2 + * Truncate help text to the first form feed, like click + * Fix: Constraint.__getattr__ was returning None instead of raising AttributeError + ------------------------------------------------------------------- Wed Jul 26 16:03:22 UTC 2023 - Dirk Müller diff --git a/python-cloup.spec b/python-cloup.spec index 1e9b7ef..9b5fc2d 100644 --- a/python-cloup.spec +++ b/python-cloup.spec @@ -17,7 +17,7 @@ Name: python-cloup -Version: 3.0.0 +Version: 3.0.2 Release: 0 Summary: Option groups, constraints, subcommand sections and help themes for Click License: BSD-3-Clause @@ -34,7 +34,6 @@ BuildRequires: %{python_module pytest} # /SECTION BuildRequires: fdupes Requires: python-click >= 8.0 -Suggests: python-typing_extensions BuildArch: noarch %python_subpackages