15
0

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
This commit is contained in:
2021-07-28 12:33:30 +00:00
committed by Git OBS Bridge
parent 48f8a82b46
commit b83c4dba04
4 changed files with 11 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b2b0fada5bf184b56afaccc99d0d2548d8ab07feb2e95e29e490f6b99c605de7
size 9945

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:adcfe623c02a595c107c314072f67a2278fe4eb40b72c0d1a2c903cc78af3439
size 10484

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jul 28 09:32:20 UTC 2021 - Markéta Machová <mmachova@suse.com>
- Update to 0.5.0
* Fix monkey-patching of functions with annotations
-------------------------------------------------------------------
Thu Apr 23 11:16:18 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -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