From b83c4dba046074c41d83cbedc9604032e15fb858edfa5c5e396bcc4c3d2b19a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 28 Jul 2021 12:33:30 +0000 Subject: [PATCH] Accepting request 908841 from home:mcalabkova:branches:devel:languages:python - Update to 0.5.0 * Fix monkey-patching of functions with annotations OBS-URL: https://build.opensuse.org/request/show/908841 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-threading?expand=0&rev=11 --- click-threading-0.4.4.tar.gz | 3 --- click-threading-0.5.0.tar.gz | 3 +++ python-click-threading.changes | 6 ++++++ python-click-threading.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 click-threading-0.4.4.tar.gz create mode 100644 click-threading-0.5.0.tar.gz diff --git a/click-threading-0.4.4.tar.gz b/click-threading-0.4.4.tar.gz deleted file mode 100644 index fc8c326..0000000 --- a/click-threading-0.4.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2b0fada5bf184b56afaccc99d0d2548d8ab07feb2e95e29e490f6b99c605de7 -size 9945 diff --git a/click-threading-0.5.0.tar.gz b/click-threading-0.5.0.tar.gz new file mode 100644 index 0000000..9a5a401 --- /dev/null +++ b/click-threading-0.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adcfe623c02a595c107c314072f67a2278fe4eb40b72c0d1a2c903cc78af3439 +size 10484 diff --git a/python-click-threading.changes b/python-click-threading.changes index c834f78..979f838 100644 --- a/python-click-threading.changes +++ b/python-click-threading.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jul 28 09:32:20 UTC 2021 - Markéta Machová + +- Update to 0.5.0 + * Fix monkey-patching of functions with annotations + ------------------------------------------------------------------- Thu Apr 23 11:16:18 UTC 2020 - Tomáš Chvátal diff --git a/python-click-threading.spec b/python-click-threading.spec index a40f7f6..fa6a889 100644 --- a/python-click-threading.spec +++ b/python-click-threading.spec @@ -1,7 +1,7 @@ # # spec file for package python-click-threading # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-click-threading -Version: 0.4.4 +Version: 0.5.0 Release: 0 Summary: Multithreaded Click apps made easy License: MIT