diff --git a/programming/language/python/python-click/actions.py b/programming/language/python/python-click/actions.py
index 89abfd5f8e..14c34295ba 100644
--- a/programming/language/python/python-click/actions.py
+++ b/programming/language/python/python-click/actions.py
@@ -4,9 +4,9 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
-from pisi.actionsapi import pythonmodules
-from pisi.actionsapi import pisitools
from pisi.actionsapi import get
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import pythonmodules
def build():
pythonmodules.compile()
diff --git a/programming/language/python/python-click/pspec.xml b/programming/language/python/python-click/pspec.xml
index f852a9595e..4c2947cea9 100644
--- a/programming/language/python/python-click/pspec.xml
+++ b/programming/language/python/python-click/pspec.xml
@@ -13,10 +13,10 @@
library
Python composable command line interface toolkit
Click is a Python package for creating beautiful command line interfaces in a composable way with as little code as necessary. It's the "Command Line Interface Creation Kit". It's highly configurable but comes with sensible defaults out of the box.
- https://github.com/pallets/click/archive/7.1.1.tar.gz
+ https://github.com/pallets/click/archive/7.1.2.tar.gz
- python-setuptools
python
+ python-setuptools
@@ -24,12 +24,19 @@
python-click
Python composable command line interface toolkit
- /usr/share/doc/python-click
/usr/lib/python2*
+ /usr/share/doc/python-click
+
+ 2020-05-24
+ 7.1.2
+ Patch version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
2020-03-11
7.1.1