Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] awsume: fix tests ; python3-boto3: update to1.29.6, fix tests ; python3-botocore: update to 1.32.6 
@ 2023-11-23  9:34 Luciogi
  2023-11-29 23:44 ` [PR PATCH] [Merged]: " Duncaen
  0 siblings, 1 reply; 2+ messages in thread
From: Luciogi @ 2023-11-23  9:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 656 bytes --]

There is a new pull request by Luciogi against master on the void-packages repository

https://github.com/Luciogi/void-packages awsume
https://github.com/void-linux/void-packages/pull/47360

awsume: fix tests ; python3-boto3: update to1.29.6, fix tests ; python3-botocore: update to 1.32.6 

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)

Note: awsume test requires, update for both `python3-boto3` and `python3-botocore`

A patch file from https://github.com/void-linux/void-packages/pull/47360.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-awsume-47360.patch --]
[-- Type: text/x-diff, Size: 3621 bytes --]

From 6bfc7b69e3753c1cd58e01304ad386703e1165df Mon Sep 17 00:00:00 2001
From: Luciogi <lucigithubcommit@skiff.com>
Date: Thu, 23 Nov 2023 14:27:12 +0500
Subject: [PATCH 1/3] awsume: fix tests

---
 srcpkgs/awsume/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/awsume/template b/srcpkgs/awsume/template
index e53504e5defaf..81e3e989e1da0 100644
--- a/srcpkgs/awsume/template
+++ b/srcpkgs/awsume/template
@@ -4,9 +4,9 @@ version=4.5.3
 revision=4
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
-makedepends="python3-argcomplete python3-boto3 python3-colorama python3-coverage
- python3-pluggy python3-psutil python3-xmltodict python3-yaml"
+makedepends="python3-boto3 python3-botocore python3-colorama python3-pluggy python3-psutil python3-xmltodict python3-yaml python-dateutil"
 depends="${makedepends}"
+checkdepends="${makedepends} python3-pytest"
 short_desc="Utility for easily assuming AWS IAM roles from the command line"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="MIT"

From 2614b89f47b9dea36f63363279b8628f828c5f2e Mon Sep 17 00:00:00 2001
From: Luciogi <lucigithubcommit@skiff.com>
Date: Thu, 23 Nov 2023 14:28:32 +0500
Subject: [PATCH 2/3] python3-botocore: update to 1.32.6.

---
 srcpkgs/python3-botocore/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-botocore/template b/srcpkgs/python3-botocore/template
index 4d01b6af5cb00..1e893164c22c6 100644
--- a/srcpkgs/python3-botocore/template
+++ b/srcpkgs/python3-botocore/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-botocore'
 pkgname=python3-botocore
-version=1.24.33
-revision=3
+version=1.32.6
+revision=1
 build_style=python3-module
 # integration tests want aws credentials
 make_check_target="tests/functional tests/unit"
@@ -13,7 +13,7 @@ maintainer="Robert Lowry <bobertlo@gmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/boto/botocore"
 distfiles="https://github.com/boto/botocore/archive/${version}.tar.gz"
-checksum=df97ad5dd13847d2684597798214bc35603c1bd9df7fef04ba5d583cb4229629
+checksum=f8526ef334400586bf5082573924f05fbc8f69b5ae00c4012a72cb84158414c5
 
 pre_check() {
 	rm -r tests/functional/leak # these 6 tests fail, probably fixable

From 5adc0346ce229866800ef2a84b91b68408c464a0 Mon Sep 17 00:00:00 2001
From: Luciogi <lucigithubcommit@skiff.com>
Date: Thu, 23 Nov 2023 14:30:28 +0500
Subject: [PATCH 3/3] python3-boto3: update to 1.29.6.

---
 srcpkgs/python3-boto3/template | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-boto3/template b/srcpkgs/python3-boto3/template
index b1bab9aad3ece..8e301c386b287 100644
--- a/srcpkgs/python3-boto3/template
+++ b/srcpkgs/python3-boto3/template
@@ -1,16 +1,18 @@
 # Template file for 'python3-boto3'
 pkgname=python3-boto3
-version=1.28.20
-revision=2
+version=1.29.6
+revision=1
 build_style=python3-module
+make_check_args="--ignore=tests/integration" # These tests require aws credentials
 hostmakedepends="python3-setuptools"
-depends="python3"
+depends="python3-botocore python3-jmespath python3-s3transfer"
+checkdepends="${depends} python3-pytest python3-pytest-xdist"
 short_desc="Python interface to Amazon Web Services"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="MIT"
 homepage="https://github.com/boto/boto3"
 distfiles="https://github.com/boto/boto3/archive/${version}.tar.gz"
-checksum=aa4a8eb9735431a961f63928fb86fd36736c3fd01c77de7b1f1237328158aba4
+checksum=261957684a6f37ae227be7d38130aa3cbf2ae5e1cde9e39d856e58ff2310a854
 
 post_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: awsume: fix tests ; python3-boto3: update to1.29.6, fix tests ; python3-botocore: update to 1.32.6 
  2023-11-23  9:34 [PR PATCH] awsume: fix tests ; python3-boto3: update to1.29.6, fix tests ; python3-botocore: update to 1.32.6 Luciogi
@ 2023-11-29 23:44 ` Duncaen
  0 siblings, 0 replies; 2+ messages in thread
From: Duncaen @ 2023-11-29 23:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 485 bytes --]

There's a merged pull request on the void-packages repository

awsume: fix tests ; python3-boto3: update to1.29.6, fix tests ; python3-botocore: update to 1.32.6 
https://github.com/void-linux/void-packages/pull/47360

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)

Note: awsume test requires, update for both `python3-boto3` and `python3-botocore`

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-11-29 23:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-23  9:34 [PR PATCH] awsume: fix tests ; python3-boto3: update to1.29.6, fix tests ; python3-botocore: update to 1.32.6 Luciogi
2023-11-29 23:44 ` [PR PATCH] [Merged]: " Duncaen

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 NNTP newsgroup(s).