[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
26/43: gnu: python-imagesize: Update to 1.0.0.
From: |
Marius Bakke |
Subject: |
26/43: gnu: python-imagesize: Update to 1.0.0. |
Date: |
Tue, 21 Aug 2018 11:25:57 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 4c36fc705199d60dc441328d4d1d0c90b792575a
Author: Marius Bakke <address@hidden>
Date: Tue Aug 21 06:13:31 2018 +0200
gnu: python-imagesize: Update to 1.0.0.
* gnu/packages/python.scm (python-imagesize): Update to 1.0.0.
[arguments]: Remove.
---
gnu/packages/python.scm | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 1bfcebe..2813b93 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -10354,19 +10354,15 @@ useful as a validator for JSON data.")
(define-public python-imagesize
(package
(name "python-imagesize")
- (version "0.7.1")
+ (version "1.0.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "imagesize" version))
(sha256
(base32
- "0qk07k0z4241lkzzjji7z4da04pcvg7bfc4xz1934zlqhwmwdcha"))))
+ "05b3p62r7rbcvvbk5vknr3bhcq9b2airysn6ric534mng136wcjv"))))
(build-system python-build-system)
- (arguments
- '(;; Test files are not distributed on PyPi:
- ;; https://github.com/shibukawa/imagesize_py/issues/7
- #:tests? #f))
(home-page "https://github.com/shibukawa/imagesize_py")
(synopsis "Gets image size of files in variaous formats in Python")
(description
- 33/43: gnu: python-babel: Update to 2.6.0., (continued)
- 33/43: gnu: python-babel: Update to 2.6.0., Marius Bakke, 2018/08/21
- 31/43: gnu: python-sqlalchemy: Update to 1.2.11., Marius Bakke, 2018/08/21
- 28/43: gnu: python-packaging: Update to 17.1., Marius Bakke, 2018/08/21
- 29/43: gnu: python-packaging: Run the tests., Marius Bakke, 2018/08/21
- 30/43: gnu: python-sqlalchemy: Use 'invoke'., Marius Bakke, 2018/08/21
- 27/43: gnu: python-imagesize: Fix typo., Marius Bakke, 2018/08/21
- 24/43: gnu: python-pytest: Run the tests again., Marius Bakke, 2018/08/21
- 23/43: gnu: libssh2: MIPS workaround no longer is., Marius Bakke, 2018/08/21
- 25/43: gnu: python-markupsafe: Update to 1.0., Marius Bakke, 2018/08/21
- 19/43: gnu: python-olefile: Update to 0.45.1., Marius Bakke, 2018/08/21
- 26/43: gnu: python-imagesize: Update to 1.0.0.,
Marius Bakke <=
- 22/43: gnu: pango: Update to 1.42.4., Marius Bakke, 2018/08/21
- 21/43: gnu: libffi: Don't optimize for the build machine CPU., Marius Bakke, 2018/08/21
- 20/43: gnu: libatomic-ops: Update to 7.6.6., Marius Bakke, 2018/08/21
- 18/43: gnu: python-lxml: Update to 4.2.4., Marius Bakke, 2018/08/21
- 17/43: gnu: python-ipaddress: Update to 1.0.22., Marius Bakke, 2018/08/21
- 14/43: gnu: python-hypothesis: Update to 3.68.2., Marius Bakke, 2018/08/21
- 16/43: gnu: python-pycparser: Update to 2.18., Marius Bakke, 2018/08/21
- 15/43: gnu: python-setuptools-scm: Update to 3.1.0., Marius Bakke, 2018/08/21
- 13/43: gnu: python-more-itertools: Update to 4.3.0., Marius Bakke, 2018/08/21
- 12/43: gnu: python-scandir: Update to 1.9.0., Marius Bakke, 2018/08/21