Date: Friday, May 12, 2023 @ 03:09:10
  Author: grawlinson
Revision: 1460051

archrelease: copy trunk to community-any

Added:
  python-minio/repos/community-any/PKGBUILD
    (from rev 1460050, python-minio/trunk/PKGBUILD)
Deleted:
  python-minio/repos/community-any/PKGBUILD

----------+
 PKGBUILD |  120 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-12 03:07:23 UTC (rev 1460050)
+++ PKGBUILD    2023-05-12 03:09:10 UTC (rev 1460051)
@@ -1,60 +0,0 @@
-# Maintainer: George Rawlinson <[email protected]>
-
-pkgname=python-minio
-pkgver=7.1.13
-pkgrel=2
-pkgdesc='MinIO Python Library for Amazon S3 Compatible Cloud Storage'
-arch=('any')
-url='https://github.com/minio/minio-py'
-license=('Apache')
-depends=(
-  'python'
-  'python-certifi'
-  'python-urllib3'
-)
-makedepends=(
-  'git'
-  'python-build'
-  'python-installer'
-  'python-wheel'
-  'python-setuptools'
-)
-checkdepends=(
-  'minio'
-  'python-pytest'
-)
-_commit='3d5f32606b6500af1c2ede7dbf217e87cbc76bc7'
-source=("$pkgname::git+$url.git#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags
-}
-
-prepare() {
-  cd "$pkgname"
-
-  ln -sf /usr/bin/minio tests/functional/minio
-}
-
-build() {
-  cd "$pkgname"
-
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd "$pkgname"
-
-  python -m pytest
-
-  ./run_functional_tests.sh
-}
-
-package() {
-  cd "$pkgname"
-
-  python -m installer --destdir="$pkgdir" dist/*.whl
-}

Copied: python-minio/repos/community-any/PKGBUILD (from rev 1460050, 
python-minio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-12 03:09:10 UTC (rev 1460051)
@@ -0,0 +1,60 @@
+# Maintainer: George Rawlinson <[email protected]>
+
+pkgname=python-minio
+pkgver=7.1.14
+pkgrel=1
+pkgdesc='MinIO Python Library for Amazon S3 Compatible Cloud Storage'
+arch=('any')
+url='https://github.com/minio/minio-py'
+license=('Apache')
+depends=(
+  'python'
+  'python-certifi'
+  'python-urllib3'
+)
+makedepends=(
+  'git'
+  'python-build'
+  'python-installer'
+  'python-wheel'
+  'python-setuptools'
+)
+checkdepends=(
+  'minio'
+  'python-pytest'
+)
+_commit='753ec66f1c80ea75a8e3b91099d61b313c8db47a'
+source=("$pkgname::git+$url.git#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags
+}
+
+prepare() {
+  cd "$pkgname"
+
+  ln -sf /usr/bin/minio tests/functional/minio
+}
+
+build() {
+  cd "$pkgname"
+
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd "$pkgname"
+
+  python -m pytest
+
+  ./run_functional_tests.sh
+}
+
+package() {
+  cd "$pkgname"
+
+  python -m installer --destdir="$pkgdir" dist/*.whl
+}

Reply via email to