From 356e423e025f9dff72bfdc27287e7f98a760b1a1c160fa84af2f0eec2b7c31ee Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 21 Jun 2021 08:06:03 +0000 Subject: [PATCH] Accepting request 900890 from home:stroeder:python update to 8.0.1 (PY3-only) OBS-URL: https://build.opensuse.org/request/show/900890 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click?expand=0&rev=33 --- click-7.1.2.tar.gz | 3 --- click-8.0.1.tar.gz | 3 +++ python-click.changes | 7 +++++++ python-click.spec | 4 +++- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 click-7.1.2.tar.gz create mode 100644 click-8.0.1.tar.gz diff --git a/click-7.1.2.tar.gz b/click-7.1.2.tar.gz deleted file mode 100644 index de82d06..0000000 --- a/click-7.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2b5255c7c6349bc1bd1e59e08cd12acbbd63ce649f2588755783aa94dfb6b1a -size 297279 diff --git a/click-8.0.1.tar.gz b/click-8.0.1.tar.gz new file mode 100644 index 0000000..3031ced --- /dev/null +++ b/click-8.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c04c11192119b1ef78ea049e0a6f0463e4c48ef00a30160c704337586f3ad7a +size 327655 diff --git a/python-click.changes b/python-click.changes index a9c819a..30617a0 100644 --- a/python-click.changes +++ b/python-click.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Jun 19 14:16:30 UTC 2021 - Michael Ströder + +- update to 8.0.1: + way too many changes to be listed here, see: + https://click.palletsprojects.com/en/8.0.x/changes/#version-8-0-1 + ------------------------------------------------------------------- Thu Aug 20 23:45:47 UTC 2020 - John Vandenberg diff --git a/python-click.spec b/python-click.spec index d69c2eb..def6176 100644 --- a/python-click.spec +++ b/python-click.spec @@ -16,9 +16,11 @@ # +%define oldpython python +%define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-click -Version: 7.1.2 +Version: 8.0.1 Release: 0 Summary: A wrapper around optparse for command line utilities License: BSD-3-Clause