From e8539160a73d8b726778d139fcf753e6c139e733be9c600591a0282d2767bc75 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Sun, 7 Apr 2019 19:43:56 +0000 Subject: [PATCH] - 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 --- click-plugins-1.0.4.tar.gz | 3 --- click-plugins-1.1.1.tar.gz | 3 +++ python-click-plugins.changes | 10 ++++++++++ python-click-plugins.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 click-plugins-1.0.4.tar.gz create mode 100644 click-plugins-1.1.1.tar.gz diff --git a/click-plugins-1.0.4.tar.gz b/click-plugins-1.0.4.tar.gz deleted file mode 100644 index ba84827..0000000 --- a/click-plugins-1.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dfed74b5063546a137de99baaaf742b4de4337ad2b3e1df5ec7c8a256adc0847 -size 7984 diff --git a/click-plugins-1.1.1.tar.gz b/click-plugins-1.1.1.tar.gz new file mode 100644 index 0000000..a68996e --- /dev/null +++ b/click-plugins-1.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46ab999744a9d831159c3411bb0c79346d94a444df9a3a3742e9ed63645f264b +size 8164 diff --git a/python-click-plugins.changes b/python-click-plugins.changes index d40f6c2..b7d89f0 100644 --- a/python-click-plugins.changes +++ b/python-click-plugins.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Apr 7 19:43:09 UTC 2019 - Sebastian Wagner + +- 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 + ------------------------------------------------------------------- Tue Dec 4 12:46:38 UTC 2018 - Matej Cepl diff --git a/python-click-plugins.spec b/python-click-plugins.spec index ec2dba1..01ca107 100644 --- a/python-click-plugins.spec +++ b/python-click-plugins.spec @@ -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