Skip to content
Snippets Groups Projects
Commit 3de77cba authored by achill (fossdd)'s avatar achill (fossdd) Committed by J0WI
Browse files

testing/py3-minio: upgrade to 7.2.13

https://github.com/minio/minio-py/releases
parent 63c5def5
No related branches found
No related tags found
2 merge requests!79570community/firefox-esr: upgrade to 128.7.0,!77446testing/py3-minio: upgrade to 7.2.13
Pipeline #285114 skipped
# Maintainer: Cowington Post <cowingtonpost@gmail.com>
pkgname=py3-minio
pkgver=7.2.0
pkgrel=1
pkgver=7.2.13
pkgrel=0
pkgdesc="MinIO client SDK for Python"
url="https://docs.min.io/docs/python-client-quickstart-guide.html"
arch="noarch"
license="Apache-2.0"
depends="py3-certifi py3-urllib3 py3-argon2-cffi py3-pycryptodome"
depends="
py3-argon2-cffi
py3-certifi
py3-pycryptodome
py3-typing-extensions
py3-urllib3
"
makedepends="py3-gpep517 py3-setuptools py3-wheel"
checkdepends="py3-pytest"
subpackages="$pkgname-pyc"
source="https://github.com/minio/minio-py/archive/$pkgver/py3-minio-$pkgver.tar.gz
assertEquals.patch
"
source="https://github.com/minio/minio-py/archive/$pkgver/py3-minio-$pkgver.tar.gz"
builddir="$srcdir/minio-py-$pkgver"
build() {
......@@ -33,6 +37,5 @@ package() {
}
sha512sums="
13d6771043538a5eb4108e693e8135ecaae0aea23492fab735b0de921ac575528a72520356281da0bbaf0b56cfef0026d7d51b64ad30881d8cdb67f9723be424 py3-minio-7.2.0.tar.gz
31b52c6250fa31347aeae234e62978312163f8c5a7b407521000c966a908260b3578108473f26170238b8fd0d88690df7ed861012933dc96f0948d9d16899298 assertEquals.patch
61989cfb5a0a7b6bbee3246661fdfee9fdd1e37dc22116f14e50b2b09298f3eed683c310a48fa0205e82db6a2ffdb97e90d342d1f855cda4ed732ef8340e2a95 py3-minio-7.2.13.tar.gz
"
diff --git a/tests/unit/crypto_test.py b/tests/unit/crypto_test.py
index 367399a..ae7846c 100644
--- a/tests/unit/crypto_test.py
+++ b/tests/unit/crypto_test.py
@@ -27,3 +27,3 @@ class CryptoTest(TestCase):
decrypted = decrypt(encrypted, secret).decode()
- self.assertEquals(plaintext, decrypted)
+ self.assertEqual(plaintext, decrypted)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment