diff --git a/programming/language/python/python-imagesize/actions.py b/programming/language/python/python-imagesize/actions.py
index 661334e1..99cec05b 100755
--- a/programming/language/python/python-imagesize/actions.py
+++ b/programming/language/python/python-imagesize/actions.py
@@ -4,10 +4,8 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
-from pisi.actionsapi import pisitools
from pisi.actionsapi import pythonmodules
-from pisi.actionsapi import shelltools
-from pisi.actionsapi import get
+from pisi.actionsapi import pisitools
def build():
@@ -16,4 +14,4 @@ def build():
def install():
pythonmodules.install()
- pisitools.dodoc("LICENSE*", "README*")
+ pisitools.dodoc("LICENSE*")
\ No newline at end of file
diff --git a/programming/language/python/python-imagesize/pspec.xml b/programming/language/python/python-imagesize/pspec.xml
index 0027f339..f2d588c1 100755
--- a/programming/language/python/python-imagesize/pspec.xml
+++ b/programming/language/python/python-imagesize/pspec.xml
@@ -12,7 +12,7 @@
library
Getting image size from png/jpeg/jpeg2000/gif file.
This module analyzes jpeg/jpeg2000/png/gif image header and return image size.
- https://files.pythonhosted.org/packages/41/f5/3cf63735d54aa9974e544aa25858d8f9670ac5b4da51020bbfc6aaade741/imagesize-1.1.0.tar.gz
+ https://files.pythonhosted.org/packages/e4/9f/0452b459c8ba97e07c3cd2bd243783936a992006cf4cd1353c314a927028/imagesize-1.2.0.tar.gz
python-devel
python-setuptools
@@ -21,9 +21,7 @@
python-imagesize
-
- python-setuptools
-
+ Getting image size from png/jpeg/jpeg2000/gif file.
/usr/bin
/usr/lib
@@ -32,6 +30,13 @@
+
+ 2019-12-29
+ 1.2.0
+ Version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
2019-10-03
1.1.0