[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50213] [PATCH 14/19] gnu: python-markupsafe: Fix linter warning to
From: |
jgart |
Subject: |
[bug#50213] [PATCH 14/19] gnu: python-markupsafe: Fix linter warning to follow redirect. |
Date: |
Thu, 26 Aug 2021 11:15:48 -0400 |
* gnu/packages/python-xyz.scm (python-markupsafe) [home-page]:
Fix linter warning to follow permanent redirect.
---
gnu/packages/python-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9e3576c74e..f379c54164 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3777,7 +3777,7 @@ e.g. filters, callbacks and errbacks can all be
promises.")
(invoke "pytest" "-vv")))))))
(native-inputs
`(("python-pytest" ,python-pytest)))
- (home-page "https://github.com/mitsuhiko/markupsafe")
+ (home-page "https://github.com/pallets/markupsafe")
(synopsis "XML/HTML/XHTML markup safe string implementation for Python")
(description
"Markupsafe provides an XML/HTML/XHTML markup safe string implementation
--
2.33.0
- [bug#50213] [PATCH 11/19] gnu: python-jinja2: Update to 3.0.1., (continued)
- [bug#50213] [PATCH 11/19] gnu: python-jinja2: Update to 3.0.1., jgart, 2021/08/26
- [bug#50213] [PATCH 13/19] gnu: python-markupsafe: Update to 2.0.1., jgart, 2021/08/26
- [bug#50213] [PATCH 16/19] gnu: python-flask: Update to 2.0.1., jgart, 2021/08/26
- [bug#50213] [PATCH 19/19] gnu: python-flask: Add missing propagated-inputs., jgart, 2021/08/26
- [bug#50213] [PATCH 18/19] gnu: python-flask: Add missing native-inputs., jgart, 2021/08/26
- [bug#50213] [PATCH 12/19] gnu: python-itsdangerous: Update to 2.0.1., jgart, 2021/08/26
- [bug#50213] [PATCH 10/19] gnu: python-werkzeug: Disable tests that require networking., jgart, 2021/08/26
- [bug#50213] [PATCH 14/19] gnu: python-markupsafe: Fix linter warning to follow redirect.,
jgart <=
- [bug#50213] [PATCH 17/19] gnu: python-flask: Use add-installed-pythonpath in the check phase., jgart, 2021/08/26
- [bug#50213] [PATCH 15/19] gnu: Add python-dotenv., jgart, 2021/08/26
- Message not available
[bug#50213] [PATCH 1/6] gnu: python-werkzeug: Update to 2.0.1., jgart, 2021/08/31
- [bug#50213] [PATCH 5/6] gnu: Add python-dotenv., jgart, 2021/08/31
- [bug#50213] [PATCH 4/6] gnu: python-markupsafe: Update to 2.0.1., jgart, 2021/08/31
- [bug#50213] [PATCH 2/6] gnu: python-jinja2: Update to 3.0.1., jgart, 2021/08/31
- [bug#50213] [PATCH 3/6] gnu: python-itsdangerous: Update to 2.0.1., jgart, 2021/08/31
- [bug#50213] [PATCH 6/6] gnu: python-flask: Update to 2.0.1., jgart, 2021/08/31
[bug#50213] Updated patch set, jgart, 2021/08/31