forked from pool/python-click-plugins
- update to version 1.1.1:
- Fixed a version mismatch in `click_plugins/__init__.py` See `1.1`. - update to version 1.1: - Fix an issue where a broken command's traceback would not be emitted - https://github.com/click-contrib/click-plugins/issues/25 - Bump required click version to `click>=4` - https://github.com/click-contrib/click-plugins/pull/28 - Runs Travis tests for the latest release of click versions 4 -> 7 - https://github.com/click-contrib/click-plugins/pull/28 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-plugins?expand=0&rev=9
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-click-plugins
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# 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 test
|
||||
Name: python-click-plugins
|
||||
Version: 1.0.4
|
||||
Version: 1.1.1
|
||||
Release: 0
|
||||
Summary: An extension for click to register CLI commands via setuptools entry-points
|
||||
License: BSD-3-Clause
|
||||
|
||||
Reference in New Issue
Block a user