15
0

Accepting request 1031830 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1031830
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-asyncclick?expand=0&rev=2
This commit is contained in:
2022-10-28 17:31:22 +00:00
committed by Git OBS Bridge
4 changed files with 11 additions and 4 deletions

View File

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

View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Oct 27 21:44:24 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 8.1.3.4
* Use verbose form of typing.Callable for @command and @group. :issue:`2255`
* Show error when attempting to create an option with multiple=True, is_flag=True. Use count instead. :issue:`2246`
-------------------------------------------------------------------
Thu Sep 29 13:17:28 UTC 2022 - Guillaume GARDET <guillaume.gardet@opensuse.org>

View File

@@ -20,7 +20,7 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-asyncclick
Version: 8.1.3.2
Version: 8.1.3.4
Release: 0
Summary: A wrapper around optparse for command line utilities
License: BSD-3-Clause