George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
python-dropbox
Commits:
628d8a16 by George Rawlinson at 2026-07-14T21:35:45+00:00
upgpkg: 12.2.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-dropbox
pkgdesc = Python SDK for Dropbox Core APIs
- pkgver = 12.1.0
- pkgrel = 2
+ pkgver = 12.2.0
+ pkgrel = 1
url = https://github.com/dropbox/dropbox-sdk-python
arch = any
license = MIT
@@ -18,8 +18,8 @@ pkgbase = python-dropbox
depends = python-requests
depends = python-stone
depends = python-urllib3
- source =
python-dropbox::git+https://github.com/dropbox/dropbox-sdk-python#tag=v12.1.0
- sha512sums =
44ad653f243e84da4fb547e4f3387b3a1a2fa760cc6fb15f3bfcaf09a696129cf7373e5abda12167a8018f68fb9ec2bc0c9b48ab5537ee2afb2f3b266e0cbd68
- b2sums =
a1ba96601f815347e10784bfacdf7b7be4f3082675bf74dd8ba9587728d78799feee781b52eb3c49b0abccb881d756be02e9b8851ec2f9957c76eccfbe3a5e4e
+ source =
python-dropbox::git+https://github.com/dropbox/dropbox-sdk-python#tag=v12.2.0
+ sha512sums =
53d4469f90473b079e0d8043dd4b98321fbe157e858cf74eb08da4aa6047f961d6292c3a72298d79de0828d8a10c4031b411a1b23ea47bac42777da513c3d73f
+ b2sums =
b8c5420771dc407fb60182c0632cc3ee952432136ef648e7d7dc9a2d2c37b08cfd651202fe438821ac047b92cc674e6976757af29987a7b13e7a2f0faba70463
pkgname = python-dropbox
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Tim Diels <[email protected]>
pkgname=python-dropbox
-pkgver=12.1.0
-pkgrel=2
+pkgver=12.2.0
+pkgrel=1
pkgdesc="Python SDK for Dropbox Core APIs"
url="https://github.com/dropbox/dropbox-sdk-python"
arch=(any)
@@ -29,25 +29,17 @@ checkdepends=(
python-pytest-mock
)
source=("$pkgname::git+$url#tag=v$pkgver")
-sha512sums=('44ad653f243e84da4fb547e4f3387b3a1a2fa760cc6fb15f3bfcaf09a696129cf7373e5abda12167a8018f68fb9ec2bc0c9b48ab5537ee2afb2f3b266e0cbd68')
-b2sums=('a1ba96601f815347e10784bfacdf7b7be4f3082675bf74dd8ba9587728d78799feee781b52eb3c49b0abccb881d756be02e9b8851ec2f9957c76eccfbe3a5e4e')
+sha512sums=('53d4469f90473b079e0d8043dd4b98321fbe157e858cf74eb08da4aa6047f961d6292c3a72298d79de0828d8a10c4031b411a1b23ea47bac42777da513c3d73f')
+b2sums=('b8c5420771dc407fb60182c0632cc3ee952432136ef648e7d7dc9a2d2c37b08cfd651202fe438821ac047b92cc674e6976757af29987a7b13e7a2f0faba70463')
prepare() {
cd "$pkgname"
- # yeet six
- # https://github.com/dropbox/dropbox-sdk-python/pull/532
- git cherry-pick --no-commit 6c4f78eb5dd021164c395608619efc312830117e
-
- # remove strict version dependencies
- # remove broken version specifiers
- sed -e 's/==/>=/;s/2\.\*/2.0/' -i setup.py requirements.txt
test/requirements.txt
# don't use mock
sed -e 's/import mock/from unittest import mock/' -i
test/unit/test_dropbox_unit.py
+
# Fix version
sed -e "s|0.0.0|$pkgver|" -i dropbox/dropbox_client.py
- # Remove pytest-runner
- sed -i 's|pytest-runner|pytest|' setup.py requirements.txt
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-dropbox/-/commit/628d8a16023b5a8bfd1c8386483ad840d4221069
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-dropbox/-/commit/628d8a16023b5a8bfd1c8386483ad840d4221069
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help