diff --git a/click-plugins-1.0.3.tar.gz b/click-plugins-1.0.3.tar.gz deleted file mode 100644 index 18e4c59..0000000 --- a/click-plugins-1.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7acc5e7eedd2dfd719714e8d53ae99030b5357aed661d0b06dacd6c2d583d7c5 -size 7950 diff --git a/click-plugins-1.0.4.tar.gz b/click-plugins-1.0.4.tar.gz new file mode 100644 index 0000000..ba84827 --- /dev/null +++ b/click-plugins-1.0.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfed74b5063546a137de99baaaf742b4de4337ad2b3e1df5ec7c8a256adc0847 +size 7984 diff --git a/python-click-plugins.changes b/python-click-plugins.changes index 61bad8e..cd8a273 100644 --- a/python-click-plugins.changes +++ b/python-click-plugins.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Sep 17 20:00:17 UTC 2018 - Sebastian Wagner + +- update to version 1.0.4: + - Preemptive fix for a breaking change in Click v7. CLI command names generated from functions with underscores will have dashes instead of underscores. See https://github.com/click-contrib/click-plugins/issues/19. + ------------------------------------------------------------------- Sat Mar 3 18:34:32 UTC 2018 - arun@gmx.de diff --git a/python-click-plugins.spec b/python-click-plugins.spec index 9874074..4228dcd 100644 --- a/python-click-plugins.spec +++ b/python-click-plugins.spec @@ -12,14 +12,14 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without test Name: python-click-plugins -Version: 1.0.3 +Version: 1.0.4 Release: 0 Summary: An extension for click to register CLI commands via setuptools entry-points License: BSD-3-Clause