[arch-commits] Commit in python-cookiecutter/trunk (2 files)

David Runge dvzrv at archlinux.org
Fri May 14 17:45:37 UTC 2021


    Date: Friday, May 14, 2021 @ 17:45:37
  Author: dvzrv
Revision: 934277

Remove obsolete patches.

Deleted:
  python-cookiecutter/trunk/allow-jinja-3.0.0.patch
  python-cookiecutter/trunk/drop-unneeded-markupsafe-constraints.patch

--------------------------------------------+
 allow-jinja-3.0.0.patch                    |   22 ----------------------
 drop-unneeded-markupsafe-constraints.patch |   23 -----------------------
 2 files changed, 45 deletions(-)

Deleted: allow-jinja-3.0.0.patch
===================================================================
--- allow-jinja-3.0.0.patch	2021-05-14 17:45:10 UTC (rev 934276)
+++ allow-jinja-3.0.0.patch	2021-05-14 17:45:37 UTC (rev 934277)
@@ -1,22 +0,0 @@
-From c48119dd015274cc645f27396e645dcc1edb9dca Mon Sep 17 00:00:00 2001
-From: Wouter De Borger <wouter.deborger at inmanta.com>
-Date: Wed, 12 May 2021 15:24:42 +0200
-Subject: [PATCH] allow jinja 3.0.0 (#1548)
-
----
- setup.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/setup.py b/setup.py
-index fca2a82..f36f57b 100644
---- a/setup.py
-+++ b/setup.py
-@@ -9,7 +9,7 @@ with open('README.md', encoding='utf-8') as readme_file:
- 
- requirements = [
-     'binaryornot>=0.4.4',
--    'Jinja2<3.0.0',
-+    'Jinja2<4.0.0',
-     'click>=7.0',
-     'pyyaml>=5.3.1',
-     'jinja2-time>=0.2.0',

Deleted: drop-unneeded-markupsafe-constraints.patch
===================================================================
--- drop-unneeded-markupsafe-constraints.patch	2021-05-14 17:45:10 UTC (rev 934276)
+++ drop-unneeded-markupsafe-constraints.patch	2021-05-14 17:45:37 UTC (rev 934277)
@@ -1,23 +0,0 @@
-From cf0495159a12ca5aa146b625b0083681e9636932 Mon Sep 17 00:00:00 2001
-From: Sorin Sbarnea <ssbarnea at redhat.com>
-Date: Wed, 12 May 2021 14:31:25 +0100
-Subject: [PATCH] Remove direct dependency on markupsafe
-
-This sorts potential dependency conflicts with jinja2 which is the
-only place where markupsafe is used (since version 2.7)
----
- setup.py | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
-diff --git a/setup.py b/setup.py
-index f36f57be..124dc40c 100644
---- a/setup.py
-+++ b/setup.py
-@@ -16,7 +16,6 @@
-     'python-slugify>=4.0.0',
-     'requests>=2.23.0',
-     'six>=1.10',
--    'MarkupSafe<2.0.0',
- ]
- 
- setup(



More information about the arch-commits mailing list