Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-requests-aws4auth


Commits:
45788b1a by Jelle van der Waa at 2025-01-01T18:57:40+01:00
upgpkg: 1.3.1-1

Drops python2 support and so python-six as dependency. One excluded test can
now be enabled.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-requests-aws4auth
        pkgdesc = Amazon Web Services version 4 authentication for the Python 
Requests module
-       pkgver = 1.2.3
-       pkgrel = 4
+       pkgver = 1.3.1
+       pkgrel = 1
        url = https://github.com/sam-washington/requests-aws4auth
        arch = any
        license = MIT
@@ -13,10 +13,9 @@ pkgbase = python-requests-aws4auth
        makedepends = python-wheel
        depends = python
        depends = python-requests
-       depends = python-six
        optdepends = python-httpx
-       source = 
https://github.com/sam-washington/requests-aws4auth/archive/v1.2.3/python-requests-aws4auth-1.2.3.tar.gz
-       sha512sums = 
5a0e941999ef90118530e7864ed34c688d9b723af7ed22c74c6d8c4692e844c6b02c3710a2cdbdfa3e607587847fe02f17d9db7c6d746b81256c78d8fa85300f
-       b2sums = 
1dfa3678ac73afa3d275fc183335cb5e8a2791ae553752e4e86913e55e19cacf3930ef84b2a1cfedf4d06ae9b933ccffa2951ad7289aa235e3c66782d3fbff0d
+       source = 
https://github.com/sam-washington/requests-aws4auth/archive/v1.3.1/python-requests-aws4auth-1.3.1.tar.gz
+       sha512sums = 
478842dc91a3aca6ebbc4b3ee7538bd4c0ec2f71fcf6473842c8389570b1ab7ae2ccf3a64e893999173daee714435a7778c8cf362cf709e0d2f9dd642f1891d1
+       b2sums = 
f700e71090cc2b69632040471346676ea4de363a640c6b0577158f72afa91679c2f656b3f57fd245829fdf9e8011dd76a0fd655b2fcb78f4d02a10afcc21dc2c
 
 pkgname = python-requests-aws4auth


=====================================
PKGBUILD
=====================================
@@ -3,19 +3,19 @@
 
 _pkgname=requests-aws4auth
 pkgname=python-requests-aws4auth
-pkgver=1.2.3
-pkgrel=4
+pkgver=1.3.1
+pkgrel=1
 pkgdesc='Amazon Web Services version 4 authentication for the Python Requests 
module'
 url='https://github.com/sam-washington/requests-aws4auth'
 arch=('any')
 license=('MIT')
-depends=('python' 'python-requests' 'python-six')
+depends=('python' 'python-requests')
 makedepends=('python-setuptools' 'python-build' 'python-installer' 
'python-wheel')
 checkdepends=('python-pytest' 'python-httpx')
 optdepends=('python-httpx')
 source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('5a0e941999ef90118530e7864ed34c688d9b723af7ed22c74c6d8c4692e844c6b02c3710a2cdbdfa3e607587847fe02f17d9db7c6d746b81256c78d8fa85300f')
-b2sums=('1dfa3678ac73afa3d275fc183335cb5e8a2791ae553752e4e86913e55e19cacf3930ef84b2a1cfedf4d06ae9b933ccffa2951ad7289aa235e3c66782d3fbff0d')
+sha512sums=('478842dc91a3aca6ebbc4b3ee7538bd4c0ec2f71fcf6473842c8389570b1ab7ae2ccf3a64e893999173daee714435a7778c8cf362cf709e0d2f9dd642f1891d1')
+b2sums=('f700e71090cc2b69632040471346676ea4de363a640c6b0577158f72afa91679c2f656b3f57fd245829fdf9e8011dd76a0fd655b2fcb78f4d02a10afcc21dc2c')
 
 prepare() {
   cd ${_pkgname}-${pkgver}
@@ -29,7 +29,7 @@ build() {
 
 check() {
   cd ${_pkgname}-${pkgver}
-  python -m pytest -k 'not test_headers_amz_example'
+  python -m pytest
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-requests-aws4auth/-/commit/45788b1a0153e55d1accef0aa3ec397c804a9f43

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-requests-aws4auth/-/commit/45788b1a0153e55d1accef0aa3ec397c804a9f43
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to