This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch ungraft
in repository guix.
The following commit(s) were added to refs/heads/ungraft by this push:
new cd7ef7e609 gnu: python-translationstring: Update to 1.4.
cd7ef7e609 is described below
commit cd7ef7e609d0236d3c78300691f54aac30d9e70f
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Dec 15 13:22:28 2025 +0000
gnu: python-translationstring: Update to 1.4.
* gnu/packages/python-web.scm (python-translationstring): Update to 1.4.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-pytest and python-setuptools.
Change-Id: Idd574b4de5247a09c52debb7ee130dcf6f323e72
---
gnu/packages/python-web.scm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 9916fd45f7..11a51b70e0 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -10153,14 +10153,17 @@ displaying warnings when usaged in application code.")
(define-public python-translationstring
(package
(name "python-translationstring")
- (version "1.3")
+ (version "1.4")
(source (origin
(method url-fetch)
(uri (pypi-uri "translationstring" version))
(sha256
(base32
- "0bdpcnd9pv0131dl08h4zbcwmgc45lyvq3pa224xwan5b3x4rr2f"))))
- (build-system python-build-system)
+ "1wvncdzi1wj37x226qcf0yycz7js6l83na0pmc9blsbfsww7b55z"))))
+ (build-system pyproject-build-system)
+ (native-inputs
+ (list python-pytest
+ python-setuptools))
(home-page "https://docs.pylonsproject.org/projects/translationstring")
(synopsis "Internationalization tooling for the Pylons project")
(description "This package provides a library used by various Pylons