[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/361: gnu: python-imagesize: Update to 1.4.1.
From: |
guix-commits |
Subject: |
02/361: gnu: python-imagesize: Update to 1.4.1. |
Date: |
Thu, 21 Nov 2024 06:28:35 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit efbc0a2a1f62524cfe0c8389dfd93d0532daf64b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jul 28 00:12:43 2023 +0200
gnu: python-imagesize: Update to 1.4.1.
* gnu/packages/python-xyz.scm (python-imagesize): Update to 1.4.1.
[build-system]: Use pyproject-build-system.
---
gnu/packages/python-xyz.scm | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 94cf078043..74cd0aa9fe 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -23511,20 +23511,20 @@ from the header, as well as section details and data
available.")
(define-public python-imagesize
(package
(name "python-imagesize")
- (version "1.2.0")
+ (version "1.4.1")
(source
- (origin
- (method url-fetch)
- (uri (pypi-uri "imagesize" version))
- (sha256
- (base32
- "1cd24x0vqbd6c8ym1n21qc0aj54mfb7rzdqglmwk9xxixajbbxmi"))))
- (build-system python-build-system)
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "imagesize" version))
+ (sha256
+ (base32
+ "0jndjx26p8qibrx997p3kb6vfbqbdxkv74jsrkav177vmx2085b9"))))
+ (build-system pyproject-build-system)
(home-page "https://github.com/shibukawa/imagesize_py")
(synopsis "Gets image size of files in various formats in Python")
(description
- "This package allows determination of image size from
- PNG, JPEG, JPEG2000 and GIF files in pure Python.")
+ "This package allows determination of image size from PNG, JPEG,
+JPEG2000 and GIF files in pure Python.")
(license license:expat)))
(define-public python-termstyle
- branch python-team created (now 03305c465d), guix-commits, 2024/11/21
- 04/361: gnu: python-sphinx: Update to 5.3.0., guix-commits, 2024/11/21
- 01/361: gnu: python-pygments: Update to 2.15.1., guix-commits, 2024/11/21
- 03/361: gnu: python-sphinx-alabaster-theme: Update to 0.7.13., guix-commits, 2024/11/21
- 05/361: build-system/pyproject: Use python-sans-pip-wrapper as default-python., guix-commits, 2024/11/21
- 15/361: gnu: Add missing import., guix-commits, 2024/11/21
- 12/361: guix: pyproject-build-system: Default configure-flags to empty dictionary., guix-commits, 2024/11/21
- 19/361: gnu: Add setuptools/wheel to more Python packages., guix-commits, 2024/11/21
- 18/361: gnu: python-typing-extensions: Update to 4.10.0., guix-commits, 2024/11/21
- 02/361: gnu: python-imagesize: Update to 1.4.1.,
guix-commits <=
- 06/361: build-system/python: Ignore symlinks when changing mtime., guix-commits, 2024/11/21
- 09/361: guix: toml: Add TOML parser., guix-commits, 2024/11/21
- 16/361: gnu: Add missing import (again)., guix-commits, 2024/11/21
- 21/361: gnu: python-markdown-it-py: Update to 3.0.0., guix-commits, 2024/11/21
- 22/361: gnu: python-mdit-py-plugins: Update to 0.4.0., guix-commits, 2024/11/21
- 24/361: gnu: python-jupytext: Update to 1.15.0., guix-commits, 2024/11/21
- 25/361: gnu: python-textual: Update to 0.50.1., guix-commits, 2024/11/21
- 35/361: gnu: python-packaging-bootstrap: Update to 23.2., guix-commits, 2024/11/21
- 40/361: gnu: java-testng: Disable one test., guix-commits, 2024/11/21
- 11/361: gnu: python-pytest-xdist: Disable failing test., guix-commits, 2024/11/21