gnu: python-imagesize: Update to 1.0.0.
* gnu/packages/python.scm (python-imagesize): Update to 1.0.0. [arguments]: Remove.
This commit is contained in:
		
							parent
							
								
									9764dac511
								
							
						
					
					
						commit
						4c36fc7051
					
				
					 1 changed files with 2 additions and 6 deletions
				
			
		|  | @ -10354,19 +10354,15 @@ useful as a validator for JSON data.") | ||||||
| (define-public python-imagesize | (define-public python-imagesize | ||||||
|   (package |   (package | ||||||
|     (name "python-imagesize") |     (name "python-imagesize") | ||||||
|     (version "0.7.1") |     (version "1.0.0") | ||||||
|     (source |     (source | ||||||
|       (origin |       (origin | ||||||
|       (method url-fetch) |       (method url-fetch) | ||||||
|       (uri (pypi-uri "imagesize" version)) |       (uri (pypi-uri "imagesize" version)) | ||||||
|       (sha256 |       (sha256 | ||||||
|         (base32 |         (base32 | ||||||
|           "0qk07k0z4241lkzzjji7z4da04pcvg7bfc4xz1934zlqhwmwdcha")))) |           "05b3p62r7rbcvvbk5vknr3bhcq9b2airysn6ric534mng136wcjv")))) | ||||||
|     (build-system python-build-system) |     (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") |     (home-page "https://github.com/shibukawa/imagesize_py") | ||||||
|     (synopsis "Gets image size of files in variaous formats in Python") |     (synopsis "Gets image size of files in variaous formats in Python") | ||||||
|     (description |     (description | ||||||
|  |  | ||||||
		Reference in a new issue