unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob a7bb377ba248478949751fffe38ed5e4d9669bf1 977 bytes (raw)
name: gnu/packages/patches/awscli-support-pyyaml-6.0.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
 
From ae78bf3a052a06e9433351509baa06bc09c2680f Mon Sep 17 00:00:00 2001
From: Cyrille <cyrille@bayesimpact.org>
Date: Mon, 10 Jan 2022 10:57:42 +0100
Subject: [PATCH] Update supported PyYAML range.

---
Based on https://github.com/aws/aws-cli/pull/6648.

 setup.cfg | 2 +-
 setup.py  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.cfg b/setup.cfg
index 59a2f81cc8..0db2418d67 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -6,7 +6,7 @@ requires_dist =
 	botocore==1.24.34
 	docutils>=0.10,<0.16
 	s3transfer>=0.5.0,<0.6.0
-	PyYAML>=3.10,<5.5
+	PyYAML>=3.10,<6.1
 	colorama>=0.2.5,<0.4.4
 	rsa>=3.1.2,<4.8
 
diff --git a/setup.py b/setup.py
index 937e34c075..2925b251ce 100644
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,7 @@ def find_version(*file_paths):
     'botocore==1.24.34',
     'docutils>=0.10,<0.16',
     's3transfer>=0.5.0,<0.6.0',
-    'PyYAML>=3.10,<5.5',
+    'PyYAML>=3.10,<6.1',
     'colorama>=0.2.5,<0.4.4',
     'rsa>=3.1.2,<4.8',
 ]

debug log:

solving a7bb377ba2 ...
found a7bb377ba2 in https://yhetil.org/guix-patches/20220408183721.10948-4-felgru@posteo.net/

applying [1/1] https://yhetil.org/guix-patches/20220408183721.10948-4-felgru@posteo.net/
diff --git a/gnu/packages/patches/awscli-support-pyyaml-6.0.patch b/gnu/packages/patches/awscli-support-pyyaml-6.0.patch
new file mode 100644
index 0000000000..a7bb377ba2

1:24: space before tab in indent.
 	botocore==1.24.34
1:25: space before tab in indent.
 	docutils>=0.10,<0.16
1:26: space before tab in indent.
 	s3transfer>=0.5.0,<0.6.0
1:29: space before tab in indent.
 	colorama>=0.2.5,<0.4.4
1:30: space before tab in indent.
 	rsa>=3.1.2,<4.8
Checking patch gnu/packages/patches/awscli-support-pyyaml-6.0.patch...
Applied patch gnu/packages/patches/awscli-support-pyyaml-6.0.patch cleanly.
warning: squelched 1 whitespace error
warning: 6 lines add whitespace errors.

index at:
100644 a7bb377ba248478949751fffe38ed5e4d9669bf1	gnu/packages/patches/awscli-support-pyyaml-6.0.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).