* [PATCH 1/2] python3-botocore: Add httpchecksum module
@ 2022-06-23 12:31 Michael Tremer
2022-06-23 12:31 ` [PATCH 2/2] python3-botocore: Ship interface descriptions Michael Tremer
2022-06-23 12:35 ` [PATCH 1/2] python3-botocore: Add httpchecksum module Michael Tremer
0 siblings, 2 replies; 3+ messages in thread
From: Michael Tremer @ 2022-06-23 12:31 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1007 bytes --]
It looks like this has been commented out by mistake
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
config/rootfiles/packages/python3-botocore | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/rootfiles/packages/python3-botocore b/config/rootfiles/packages/python3-botocore
index 3696fe528..2ff8da3e1 100644
--- a/config/rootfiles/packages/python3-botocore
+++ b/config/rootfiles/packages/python3-botocore
@@ -1593,7 +1593,7 @@ usr/lib/python3.10/site-packages/botocore/exceptions.py
usr/lib/python3.10/site-packages/botocore/handlers.py
usr/lib/python3.10/site-packages/botocore/history.py
usr/lib/python3.10/site-packages/botocore/hooks.py
-#usr/lib/python3.10/site-packages/botocore/httpchecksum.py
+usr/lib/python3.10/site-packages/botocore/httpchecksum.py
usr/lib/python3.10/site-packages/botocore/httpsession.py
usr/lib/python3.10/site-packages/botocore/loaders.py
usr/lib/python3.10/site-packages/botocore/model.py
--
2.30.2
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 2/2] python3-botocore: Ship interface descriptions
2022-06-23 12:31 [PATCH 1/2] python3-botocore: Add httpchecksum module Michael Tremer
@ 2022-06-23 12:31 ` Michael Tremer
2022-06-23 12:35 ` [PATCH 1/2] python3-botocore: Add httpchecksum module Michael Tremer
1 sibling, 0 replies; 3+ messages in thread
From: Michael Tremer @ 2022-06-23 12:31 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1078 bytes --]
botocore parses any interface descriptions and exposes them to Python.
For that to work, we need to ship them.
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
config/rootfiles/packages/python3-botocore | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/rootfiles/packages/python3-botocore b/config/rootfiles/packages/python3-botocore
index 2ff8da3e1..0376fac9d 100644
--- a/config/rootfiles/packages/python3-botocore
+++ b/config/rootfiles/packages/python3-botocore
@@ -19,7 +19,7 @@ usr/lib/python3.10/site-packages/botocore/credentials.py
#usr/lib/python3.10/site-packages/botocore/crt
usr/lib/python3.10/site-packages/botocore/crt/__init__.py
usr/lib/python3.10/site-packages/botocore/crt/auth.py
-#usr/lib/python3.10/site-packages/botocore/data
+usr/lib/python3.10/site-packages/botocore/data
#usr/lib/python3.10/site-packages/botocore/data/_retry.json
#usr/lib/python3.10/site-packages/botocore/data/accessanalyzer
#usr/lib/python3.10/site-packages/botocore/data/accessanalyzer/2019-11-01
--
2.30.2
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 1/2] python3-botocore: Add httpchecksum module
2022-06-23 12:31 [PATCH 1/2] python3-botocore: Add httpchecksum module Michael Tremer
2022-06-23 12:31 ` [PATCH 2/2] python3-botocore: Ship interface descriptions Michael Tremer
@ 2022-06-23 12:35 ` Michael Tremer
1 sibling, 0 replies; 3+ messages in thread
From: Michael Tremer @ 2022-06-23 12:35 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1180 bytes --]
@Peter: Please merge both patches into next.
> On 23 Jun 2022, at 13:31, Michael Tremer <michael.tremer(a)ipfire.org> wrote:
>
> It looks like this has been commented out by mistake
>
> Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
> ---
> config/rootfiles/packages/python3-botocore | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/config/rootfiles/packages/python3-botocore b/config/rootfiles/packages/python3-botocore
> index 3696fe528..2ff8da3e1 100644
> --- a/config/rootfiles/packages/python3-botocore
> +++ b/config/rootfiles/packages/python3-botocore
> @@ -1593,7 +1593,7 @@ usr/lib/python3.10/site-packages/botocore/exceptions.py
> usr/lib/python3.10/site-packages/botocore/handlers.py
> usr/lib/python3.10/site-packages/botocore/history.py
> usr/lib/python3.10/site-packages/botocore/hooks.py
> -#usr/lib/python3.10/site-packages/botocore/httpchecksum.py
> +usr/lib/python3.10/site-packages/botocore/httpchecksum.py
> usr/lib/python3.10/site-packages/botocore/httpsession.py
> usr/lib/python3.10/site-packages/botocore/loaders.py
> usr/lib/python3.10/site-packages/botocore/model.py
> --
> 2.30.2
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-06-23 12:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-23 12:31 [PATCH 1/2] python3-botocore: Add httpchecksum module Michael Tremer
2022-06-23 12:31 ` [PATCH 2/2] python3-botocore: Ship interface descriptions Michael Tremer
2022-06-23 12:35 ` [PATCH 1/2] python3-botocore: Add httpchecksum module Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox