[arch-commits] Commit in python-dropbox/trunk (PKGBUILD)

2020-11-28 Thread Lukas Fleischer via arch-commits
Date: Saturday, November 28, 2020 @ 14:17:39
  Author: lfleischer
Revision: 765278

upgpkg: python-dropbox 10.10.0-2: upstream update

Modified:
  python-dropbox/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-28 14:15:50 UTC (rev 765277)
+++ PKGBUILD2020-11-28 14:17:39 UTC (rev 765278)
@@ -5,7 +5,7 @@
 pkgname=python-dropbox
 _pkgname=dropbox-sdk-python
 pkgver=10.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Python SDK for Dropbox Core APIs"
 url="https://github.com/dropbox/dropbox-sdk-python";
 arch=('any')


[arch-commits] Commit in python-dropbox/trunk (PKGBUILD)

2020-11-28 Thread Lukas Fleischer via arch-commits
Date: Saturday, November 28, 2020 @ 13:58:57
  Author: lfleischer
Revision: 765246

upgpkg: python-dropbox 10.10.0-1: upstream update

Modified:
  python-dropbox/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-28 13:42:21 UTC (rev 765245)
+++ PKGBUILD2020-11-28 13:58:57 UTC (rev 765246)
@@ -4,8 +4,8 @@
 
 pkgname=python-dropbox
 _pkgname=dropbox-sdk-python
-pkgver=10.5.0
-pkgrel=2
+pkgver=10.10.0
+pkgrel=1
 pkgdesc="Python SDK for Dropbox Core APIs"
 url="https://github.com/dropbox/dropbox-sdk-python";
 arch=('any')
@@ -13,7 +13,7 @@
 depends=(python python-urllib3 python-requests)
 makedepends=(python-setuptools python-pytest-runner)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dropbox/$_pkgname/archive/v$pkgver.tar.gz";)
-sha512sums=('a0ef47f4c51869eb8c3fc8e9b6f1502352d6a1a408bffcd6d42f4b3187914c051140c5e40946b250442543b4fe90a9c87032ed07cce165cc4253d11ad2df4472')
+sha512sums=('2f97c3cbf516f61dc1ff6012659df1576dbfa265cb40094ba16cd5064cbee2a236644c5554b3102ad1b86cc4ce4bbb17b61069c3e2fd3cd6203c1493be6f2c15')
 
 build() {
   cd "$srcdir/$_pkgname-$pkgver"


[arch-commits] Commit in python-dropbox/trunk (PKGBUILD)

2020-11-12 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 12, 2020 @ 18:35:08
  Author: foutrelis
Revision: 753127

upgpkg: python-dropbox 10.5.0-2: Python 3.9 rebuild

Modified:
  python-dropbox/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 18:34:54 UTC (rev 753126)
+++ PKGBUILD2020-11-12 18:35:08 UTC (rev 753127)
@@ -5,7 +5,7 @@
 pkgname=python-dropbox
 _pkgname=dropbox-sdk-python
 pkgver=10.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Python SDK for Dropbox Core APIs"
 url="https://github.com/dropbox/dropbox-sdk-python";
 arch=('any')


[arch-commits] Commit in python-dropbox/trunk (PKGBUILD)

2020-10-10 Thread Lukas Fleischer via arch-commits
Date: Saturday, October 10, 2020 @ 13:32:19
  Author: lfleischer
Revision: 723103

upgpkg: python-dropbox 10.5.0-1: upstream update

Modified:
  python-dropbox/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-10 13:32:17 UTC (rev 723102)
+++ PKGBUILD2020-10-10 13:32:19 UTC (rev 723103)
@@ -4,16 +4,16 @@
 
 pkgname=python-dropbox
 _pkgname=dropbox-sdk-python
-pkgver=10.3.1
+pkgver=10.5.0
 pkgrel=1
 pkgdesc="Python SDK for Dropbox Core APIs"
-url="https://www.dropbox.com/developers/core/sdks/python";
+url="https://github.com/dropbox/dropbox-sdk-python";
 arch=('any')
 license=('MIT')
 depends=(python python-urllib3 python-requests)
 makedepends=(python-setuptools python-pytest-runner)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dropbox/$_pkgname/archive/v$pkgver.tar.gz";)
-sha512sums=('c525f2ff918c57288e41f935aac81853d655f62e9f3de0be4ad2f1263ec54fe609fbe7d40a07b246affafb98820fd08120977524be8232169c7284ea785c0161')
+sha512sums=('a0ef47f4c51869eb8c3fc8e9b6f1502352d6a1a408bffcd6d42f4b3187914c051140c5e40946b250442543b4fe90a9c87032ed07cce165cc4253d11ad2df4472')
 
 build() {
   cd "$srcdir/$_pkgname-$pkgver"


[arch-commits] Commit in python-dropbox/trunk (PKGBUILD)

2020-08-28 Thread Felix Yan via arch-commits
Date: Saturday, August 29, 2020 @ 00:39:16
  Author: felixonmars
Revision: 691361

upgpkg: python-dropbox 10.3.1-1

Modified:
  python-dropbox/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-29 00:31:23 UTC (rev 691360)
+++ PKGBUILD2020-08-29 00:39:16 UTC (rev 691361)
@@ -4,7 +4,7 @@
 
 pkgname=python-dropbox
 _pkgname=dropbox-sdk-python
-pkgver=10.3.0
+pkgver=10.3.1
 pkgrel=1
 pkgdesc="Python SDK for Dropbox Core APIs"
 url="https://www.dropbox.com/developers/core/sdks/python";
@@ -13,7 +13,7 @@
 depends=(python python-urllib3 python-requests)
 makedepends=(python-setuptools python-pytest-runner)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dropbox/$_pkgname/archive/v$pkgver.tar.gz";)
-sha512sums=('2f714366131df0adf5d3708f30f8fa0481616b93284aa185160308ad1682e8bc63fb920f1afedba746e31e55f9b2e82eb759c71d29c8fc2a37f1d98a92405cd2')
+sha512sums=('c525f2ff918c57288e41f935aac81853d655f62e9f3de0be4ad2f1263ec54fe609fbe7d40a07b246affafb98820fd08120977524be8232169c7284ea785c0161')
 
 build() {
   cd "$srcdir/$_pkgname-$pkgver"


[arch-commits] Commit in python-dropbox/trunk (PKGBUILD)

2020-07-31 Thread Felix Yan via arch-commits
Date: Friday, July 31, 2020 @ 08:31:45
  Author: felixonmars
Revision: 666087

upgpkg: python-dropbox 10.3.0-1

Modified:
  python-dropbox/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-31 08:28:41 UTC (rev 666086)
+++ PKGBUILD2020-07-31 08:31:45 UTC (rev 666087)
@@ -4,7 +4,7 @@
 
 pkgname=python-dropbox
 _pkgname=dropbox-sdk-python
-pkgver=10.2.0
+pkgver=10.3.0
 pkgrel=1
 pkgdesc="Python SDK for Dropbox Core APIs"
 url="https://www.dropbox.com/developers/core/sdks/python";
@@ -13,7 +13,7 @@
 depends=(python python-urllib3 python-requests)
 makedepends=(python-setuptools python-pytest-runner)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dropbox/$_pkgname/archive/v$pkgver.tar.gz";)
-sha512sums=('ca852a976e3af2d0c95dac4f79d08e6673a6e294ad053d6ca2d5e258ae9fb13665a151a563d1310b05db9a56b435f1b488b705d673d9275515c9a9969dbcb614')
+sha512sums=('2f714366131df0adf5d3708f30f8fa0481616b93284aa185160308ad1682e8bc63fb920f1afedba746e31e55f9b2e82eb759c71d29c8fc2a37f1d98a92405cd2')
 
 build() {
   cd "$srcdir/$_pkgname-$pkgver"


[arch-commits] Commit in python-dropbox/trunk (PKGBUILD)

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 17:36:20
  Author: felixonmars
Revision: 638371

upgpkg: python-dropbox 10.2.0-1

Modified:
  python-dropbox/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 17:36:12 UTC (rev 638370)
+++ PKGBUILD2020-06-03 17:36:20 UTC (rev 638371)
@@ -4,7 +4,7 @@
 
 pkgname=python-dropbox
 _pkgname=dropbox-sdk-python
-pkgver=10.1.2
+pkgver=10.2.0
 pkgrel=1
 pkgdesc="Python SDK for Dropbox Core APIs"
 url="https://www.dropbox.com/developers/core/sdks/python";
@@ -13,7 +13,7 @@
 depends=(python python-urllib3 python-requests)
 makedepends=(python-setuptools python-pytest-runner)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dropbox/$_pkgname/archive/v$pkgver.tar.gz";)
-sha512sums=('b7715b9fed4f9d42526112d16500bb369f17f7895be0218fe2a74de0b0176cf76dba02dced4b596b687bc6c69c62521009774a79b6a6d68080048c3539429be6')
+sha512sums=('ca852a976e3af2d0c95dac4f79d08e6673a6e294ad053d6ca2d5e258ae9fb13665a151a563d1310b05db9a56b435f1b488b705d673d9275515c9a9969dbcb614')
 
 build() {
   cd "$srcdir/$_pkgname-$pkgver"


[arch-commits] Commit in python-dropbox/trunk (PKGBUILD)

2020-05-08 Thread Felix Yan via arch-commits
Date: Friday, May 8, 2020 @ 08:30:20
  Author: felixonmars
Revision: 62

upgpkg: python-dropbox 10.1.2-1

Modified:
  python-dropbox/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-08 08:27:49 UTC (rev 625554)
+++ PKGBUILD2020-05-08 08:30:20 UTC (rev 62)
@@ -4,7 +4,7 @@
 
 pkgname=python-dropbox
 _pkgname=dropbox-sdk-python
-pkgver=10.1.1
+pkgver=10.1.2
 pkgrel=1
 pkgdesc="Python SDK for Dropbox Core APIs"
 url="https://www.dropbox.com/developers/core/sdks/python";
@@ -13,7 +13,7 @@
 depends=(python python-urllib3 python-requests)
 makedepends=(python-setuptools python-pytest-runner)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dropbox/$_pkgname/archive/v$pkgver.tar.gz";)
-sha512sums=('0af92e4460c2f2c3f520054d1c28678612ad92d1ea64451a26036b23876896f527aed2d959af398bbd0f7b7f21ee39afbf27bc3168a2c7636af8f76db64c4e67')
+sha512sums=('b7715b9fed4f9d42526112d16500bb369f17f7895be0218fe2a74de0b0176cf76dba02dced4b596b687bc6c69c62521009774a79b6a6d68080048c3539429be6')
 
 build() {
   cd "$srcdir/$_pkgname-$pkgver"


[arch-commits] Commit in python-dropbox/trunk (PKGBUILD)

2020-05-02 Thread Lukas Fleischer via arch-commits
Date: Saturday, May 2, 2020 @ 17:06:10
  Author: lfleischer
Revision: 624492

upgpkg: python-dropbox 10.1.1-1: upstream update

Modified:
  python-dropbox/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-02 16:22:45 UTC (rev 624491)
+++ PKGBUILD2020-05-02 17:06:10 UTC (rev 624492)
@@ -4,7 +4,7 @@
 
 pkgname=python-dropbox
 _pkgname=dropbox-sdk-python
-pkgver=9.5.0
+pkgver=10.1.1
 pkgrel=1
 pkgdesc="Python SDK for Dropbox Core APIs"
 url="https://www.dropbox.com/developers/core/sdks/python";
@@ -13,7 +13,7 @@
 depends=(python python-urllib3 python-requests)
 makedepends=(python-setuptools python-pytest-runner)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dropbox/$_pkgname/archive/v$pkgver.tar.gz";)
-sha512sums=('518b0e504d2e1a8296339c3803fddc45fd5056079be06a0bf0090f2241f94dde8040efc948a8770667bf87d8d48d722db0f55a00cc7f0c40ebe5ff4cbb3e')
+sha512sums=('0af92e4460c2f2c3f520054d1c28678612ad92d1ea64451a26036b23876896f527aed2d959af398bbd0f7b7f21ee39afbf27bc3168a2c7636af8f76db64c4e67')
 
 build() {
   cd "$srcdir/$_pkgname-$pkgver"


[arch-commits] Commit in python-dropbox/trunk (PKGBUILD)

2020-03-29 Thread Felix Yan via arch-commits
Date: Sunday, March 29, 2020 @ 18:01:25
  Author: felixonmars
Revision: 606258

upgpkg: python-dropbox 9.5.0-1

Modified:
  python-dropbox/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-29 18:01:05 UTC (rev 606257)
+++ PKGBUILD2020-03-29 18:01:25 UTC (rev 606258)
@@ -4,8 +4,8 @@
 
 pkgname=python-dropbox
 _pkgname=dropbox-sdk-python
-pkgver=9.4.0
-pkgrel=3
+pkgver=9.5.0
+pkgrel=1
 pkgdesc="Python SDK for Dropbox Core APIs"
 url="https://www.dropbox.com/developers/core/sdks/python";
 arch=('any')
@@ -13,7 +13,7 @@
 depends=(python python-urllib3 python-requests)
 makedepends=(python-setuptools python-pytest-runner)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dropbox/$_pkgname/archive/v$pkgver.tar.gz";)
-sha512sums=('977212f9d41221509b80ac91935e406659e31f3611e80330cea7122a351dc758573ba9fad7b3cd7a95fea3839514f99e02223fb0e25ab18d052f5af378eddbf2')
+sha512sums=('518b0e504d2e1a8296339c3803fddc45fd5056079be06a0bf0090f2241f94dde8040efc948a8770667bf87d8d48d722db0f55a00cc7f0c40ebe5ff4cbb3e')
 
 build() {
   cd "$srcdir/$_pkgname-$pkgver"


[arch-commits] Commit in python-dropbox/trunk (PKGBUILD)

2020-01-15 Thread Antonio Rojas via arch-commits
Date: Wednesday, January 15, 2020 @ 17:35:43
  Author: arojas
Revision: 552667

Drop python2

Modified:
  python-dropbox/trunk/PKGBUILD

--+
 PKGBUILD |   25 ++---
 1 file changed, 6 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-15 17:30:16 UTC (rev 552666)
+++ PKGBUILD2020-01-15 17:35:43 UTC (rev 552667)
@@ -2,18 +2,17 @@
 # Contributor: Andrey Mivrenik 
 # Contributor: Tim Diels 
 
-pkgbase=python-dropbox
+pkgname=python-dropbox
 _pkgname=dropbox-sdk-python
-pkgname=(python-dropbox python2-dropbox)
 pkgver=9.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Python SDK for Dropbox Core APIs"
 url="https://www.dropbox.com/developers/core/sdks/python";
 arch=('any')
 license=('MIT')
-makedepends=(python-requests python2-requests python-urllib3 python2-urllib3
- python-setuptools python2-setuptools python-pytest-runner 
python2-pytest-runner)
-source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/dropbox/$_pkgname/archive/v$pkgver.tar.gz";)
+depends=(python python-urllib3 python-requests)
+makedepends=(python-setuptools python-pytest-runner)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dropbox/$_pkgname/archive/v$pkgver.tar.gz";)
 
sha512sums=('977212f9d41221509b80ac91935e406659e31f3611e80330cea7122a351dc758573ba9fad7b3cd7a95fea3839514f99e02223fb0e25ab18d052f5af378eddbf2')
 
 build() {
@@ -20,7 +19,6 @@
   cd "$srcdir/$_pkgname-$pkgver"
 
   python setup.py build
-  python2 setup.py build
 }
 
 # requires API token in $DROPBOX_TOKEN
@@ -31,20 +29,9 @@
 #  python2 setup.py pytest --addopts "-k 'not TestDropboxTeam'"
 #}
 
-package_python-dropbox() {
-  depends=(python python-urllib3 python-requests)
-
+package() {
   cd "$srcdir/$_pkgname-$pkgver"
 
   python setup.py install --root="$pkgdir" --optimize=1
   install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
-
-package_python2-dropbox() {
-  depends=(python2 python2-urllib3 python2-requests)
-
-  cd "$srcdir/$_pkgname-$pkgver"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}


[arch-commits] Commit in python-dropbox/trunk (PKGBUILD)

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 06:20:39
  Author: felixonmars
Revision: 523367

Python 3.8 rebuild

Modified:
  python-dropbox/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 06:19:56 UTC (rev 523366)
+++ PKGBUILD2019-11-04 06:20:39 UTC (rev 523367)
@@ -6,7 +6,7 @@
 _pkgname=dropbox-sdk-python
 pkgname=(python-dropbox python2-dropbox)
 pkgver=9.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Python SDK for Dropbox Core APIs"
 url="https://www.dropbox.com/developers/core/sdks/python";
 arch=('any')


[arch-commits] Commit in python-dropbox/trunk (PKGBUILD)

2019-10-28 Thread Lukas Fleischer via arch-commits
Date: Monday, October 28, 2019 @ 14:20:11
  Author: lfleischer
Revision: 520846

upgpkg: python-dropbox 9.4.0-1

Upstream update.

Modified:
  python-dropbox/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-28 14:18:34 UTC (rev 520845)
+++ PKGBUILD2019-10-28 14:20:11 UTC (rev 520846)
@@ -5,7 +5,7 @@
 pkgbase=python-dropbox
 _pkgname=dropbox-sdk-python
 pkgname=(python-dropbox python2-dropbox)
-pkgver=9.2.0
+pkgver=9.4.0
 pkgrel=1
 pkgdesc="Python SDK for Dropbox Core APIs"
 url="https://www.dropbox.com/developers/core/sdks/python";
@@ -14,7 +14,7 @@
 makedepends=(python-requests python2-requests python-urllib3 python2-urllib3
  python-setuptools python2-setuptools python-pytest-runner 
python2-pytest-runner)
 
source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/dropbox/$_pkgname/archive/v$pkgver.tar.gz";)
-sha512sums=('b609b6f283176ab8fc4af28a2ef729a2346434fa817334b7377ba8ab8e46cd9f1a78e66b9ccc15f87636f37e3b71fc3362a871da655d76401a7e198c353b07e4')
+sha512sums=('977212f9d41221509b80ac91935e406659e31f3611e80330cea7122a351dc758573ba9fad7b3cd7a95fea3839514f99e02223fb0e25ab18d052f5af378eddbf2')
 
 build() {
   cd "$srcdir/$_pkgname-$pkgver"


[arch-commits] Commit in python-dropbox/trunk (PKGBUILD)

2019-05-07 Thread Felix Yan via arch-commits
Date: Tuesday, May 7, 2019 @ 13:57:08
  Author: felixonmars
Revision: 462114

upgpkg: python-dropbox 9.2.0-1

Modified:
  python-dropbox/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-07 13:55:41 UTC (rev 462113)
+++ PKGBUILD2019-05-07 13:57:08 UTC (rev 462114)
@@ -5,7 +5,7 @@
 pkgbase=python-dropbox
 _pkgname=dropbox-sdk-python
 pkgname=(python-dropbox python2-dropbox)
-pkgver=9.1.0
+pkgver=9.2.0
 pkgrel=1
 pkgdesc="Python SDK for Dropbox Core APIs"
 url="https://www.dropbox.com/developers/core/sdks/python";
@@ -14,7 +14,7 @@
 makedepends=(python-requests python2-requests python-urllib3 python2-urllib3
  python-setuptools python2-setuptools python-pytest-runner 
python2-pytest-runner)
 
source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/dropbox/$_pkgname/archive/v$pkgver.tar.gz";)
-sha512sums=('96ddd5fddc92190715f3cfe8c3a6aac46aeca97af63a841b88ae6b2e57735245f4ff9d23311a76c6d8e88f59460e557b0050d72b65df85787e5e7db0a82cf9cd')
+sha512sums=('b609b6f283176ab8fc4af28a2ef729a2346434fa817334b7377ba8ab8e46cd9f1a78e66b9ccc15f87636f37e3b71fc3362a871da655d76401a7e198c353b07e4')
 
 build() {
   cd "$srcdir/$_pkgname-$pkgver"


[arch-commits] Commit in python-dropbox/trunk (PKGBUILD)

2019-02-16 Thread Felix Yan via arch-commits
Date: Saturday, February 16, 2019 @ 17:36:17
  Author: felixonmars
Revision: 433571

upgpkg: python-dropbox 9.1.0-1

Modified:
  python-dropbox/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-16 17:36:04 UTC (rev 433570)
+++ PKGBUILD2019-02-16 17:36:17 UTC (rev 433571)
@@ -5,7 +5,7 @@
 pkgbase=python-dropbox
 _pkgname=dropbox-sdk-python
 pkgname=(python-dropbox python2-dropbox)
-pkgver=9.0.0
+pkgver=9.1.0
 pkgrel=1
 pkgdesc="Python SDK for Dropbox Core APIs"
 url="https://www.dropbox.com/developers/core/sdks/python";
@@ -14,7 +14,7 @@
 makedepends=(python-requests python2-requests python-urllib3 python2-urllib3
  python-setuptools python2-setuptools python-pytest-runner 
python2-pytest-runner)
 
source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/dropbox/$_pkgname/archive/v$pkgver.tar.gz";)
-sha512sums=('6d1ffd283f53744579514e03c0ac8d9c7d922a998e0563d98381dfa29d147e81b6e252f5cb40bba3dc90c140d7a3088e231ed4d0c9d39012d14f9326d4516ebf')
+sha512sums=('96ddd5fddc92190715f3cfe8c3a6aac46aeca97af63a841b88ae6b2e57735245f4ff9d23311a76c6d8e88f59460e557b0050d72b65df85787e5e7db0a82cf9cd')
 
 build() {
   cd "$srcdir/$_pkgname-$pkgver"


[arch-commits] Commit in python-dropbox/trunk (PKGBUILD)

2018-08-16 Thread Felix Yan via arch-commits
Date: Friday, August 17, 2018 @ 06:23:50
  Author: felixonmars
Revision: 372111

upgpkg: python-dropbox 9.0.0-1

Modified:
  python-dropbox/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-17 06:22:53 UTC (rev 372110)
+++ PKGBUILD2018-08-17 06:23:50 UTC (rev 372111)
@@ -5,8 +5,8 @@
 pkgbase=python-dropbox
 _pkgname=dropbox-sdk-python
 pkgname=(python-dropbox python2-dropbox)
-pkgver=8.9.0
-pkgrel=2
+pkgver=9.0.0
+pkgrel=1
 pkgdesc="Python SDK for Dropbox Core APIs"
 url="https://www.dropbox.com/developers/core/sdks/python";
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=(python-requests python2-requests python-urllib3 python2-urllib3
  python-setuptools python2-setuptools)
 source=("https://github.com/dropbox/$_pkgname/archive/v$pkgver.tar.gz";)
-sha256sums=('ff8e6348ec003cab8a0cbf0d75a07cda772a38a970571976b92e985a21b4460a')
+sha512sums=('6d1ffd283f53744579514e03c0ac8d9c7d922a998e0563d98381dfa29d147e81b6e252f5cb40bba3dc90c140d7a3088e231ed4d0c9d39012d14f9326d4516ebf')
 
 package_python-dropbox() {
   depends=(python python-urllib3 python-requests)


[arch-commits] Commit in python-dropbox/trunk (PKGBUILD)

2018-06-30 Thread Felix Yan via arch-commits
Date: Saturday, June 30, 2018 @ 18:46:29
  Author: felixonmars
Revision: 349105

Python 3.7 rebuild

Modified:
  python-dropbox/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-30 18:46:08 UTC (rev 349104)
+++ PKGBUILD2018-06-30 18:46:29 UTC (rev 349105)
@@ -6,7 +6,7 @@
 _pkgname=dropbox-sdk-python
 pkgname=(python-dropbox python2-dropbox)
 pkgver=8.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Python SDK for Dropbox Core APIs"
 url="https://www.dropbox.com/developers/core/sdks/python";
 arch=('any')


[arch-commits] Commit in python-dropbox/trunk (PKGBUILD)

2018-05-23 Thread Lukas Fleischer via arch-commits
Date: Wednesday, May 23, 2018 @ 14:21:55
  Author: lfleischer
Revision: 328319

upgpkg: python-dropbox 8.9.0-1

Upstream update.

Modified:
  python-dropbox/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 14:14:24 UTC (rev 328318)
+++ PKGBUILD2018-05-23 14:21:55 UTC (rev 328319)
@@ -5,7 +5,7 @@
 pkgbase=python-dropbox
 _pkgname=dropbox-sdk-python
 pkgname=(python-dropbox python2-dropbox)
-pkgver=8.7.1
+pkgver=8.9.0
 pkgrel=1
 pkgdesc="Python SDK for Dropbox Core APIs"
 url="https://www.dropbox.com/developers/core/sdks/python";
@@ -14,7 +14,7 @@
 makedepends=(python-requests python2-requests python-urllib3 python2-urllib3
  python-setuptools python2-setuptools)
 source=("https://github.com/dropbox/$_pkgname/archive/v$pkgver.tar.gz";)
-sha256sums=('058ea85f6d65d2d2be690e7facc512252397e92917dd131bebf77c19e78f95d6')
+sha256sums=('ff8e6348ec003cab8a0cbf0d75a07cda772a38a970571976b92e985a21b4460a')
 
 package_python-dropbox() {
   depends=(python python-urllib3 python-requests)


[arch-commits] Commit in python-dropbox/trunk (PKGBUILD)

2018-03-27 Thread Lukas Fleischer via arch-commits
Date: Tuesday, March 27, 2018 @ 16:48:09
  Author: lfleischer
Revision: 312886

upgpkg: python-dropbox 8.7.1-1

Upstream update.

Modified:
  python-dropbox/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-27 16:43:53 UTC (rev 312885)
+++ PKGBUILD2018-03-27 16:48:09 UTC (rev 312886)
@@ -5,7 +5,7 @@
 pkgbase=python-dropbox
 _pkgname=dropbox-sdk-python
 pkgname=(python-dropbox python2-dropbox)
-pkgver=8.6.0
+pkgver=8.7.1
 pkgrel=1
 pkgdesc="Python SDK for Dropbox Core APIs"
 url="https://www.dropbox.com/developers/core/sdks/python";
@@ -14,7 +14,7 @@
 makedepends=(python-requests python2-requests python-urllib3 python2-urllib3
  python-setuptools python2-setuptools)
 source=("https://github.com/dropbox/$_pkgname/archive/v$pkgver.tar.gz";)
-sha256sums=('0de0bd2370c3fcb2f4ecba8191f96abf17663f42f663befaa5187a937cd4cb93')
+sha256sums=('058ea85f6d65d2d2be690e7facc512252397e92917dd131bebf77c19e78f95d6')
 
 package_python-dropbox() {
   depends=(python python-urllib3 python-requests)


[arch-commits] Commit in python-dropbox/trunk (PKGBUILD)

2018-01-26 Thread Lukas Fleischer via arch-commits
Date: Friday, January 26, 2018 @ 20:14:25
  Author: lfleischer
Revision: 287272

upgpkg: python-dropbox 8.6.0-1

Upstream update.

Modified:
  python-dropbox/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-26 20:12:24 UTC (rev 287271)
+++ PKGBUILD2018-01-26 20:14:25 UTC (rev 287272)
@@ -5,7 +5,7 @@
 pkgbase=python-dropbox
 _pkgname=dropbox-sdk-python
 pkgname=(python-dropbox python2-dropbox)
-pkgver=8.5.0
+pkgver=8.6.0
 pkgrel=1
 pkgdesc="Python SDK for Dropbox Core APIs"
 url="https://www.dropbox.com/developers/core/sdks/python";
@@ -14,7 +14,7 @@
 makedepends=(python-requests python2-requests python-urllib3 python2-urllib3
  python-setuptools python2-setuptools)
 source=("https://github.com/dropbox/$_pkgname/archive/v$pkgver.tar.gz";)
-sha256sums=('e587e0dcd568931924a4e2d197fc37c382673b45c591c41136c6783ef5fffce1')
+sha256sums=('0de0bd2370c3fcb2f4ecba8191f96abf17663f42f663befaa5187a937cd4cb93')
 
 package_python-dropbox() {
   depends=(python python-urllib3 python-requests)


[arch-commits] Commit in python-dropbox/trunk (PKGBUILD)

2017-11-18 Thread Lukas Fleischer
Date: Saturday, November 18, 2017 @ 16:08:17
  Author: lfleischer
Revision: 267303

upgpkg: python-dropbox 8.5.0-1

Upstream update.

Modified:
  python-dropbox/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-18 16:06:37 UTC (rev 267302)
+++ PKGBUILD2017-11-18 16:08:17 UTC (rev 267303)
@@ -5,7 +5,7 @@
 pkgbase=python-dropbox
 _pkgname=dropbox-sdk-python
 pkgname=(python-dropbox python2-dropbox)
-pkgver=8.4.1
+pkgver=8.5.0
 pkgrel=1
 pkgdesc="Python SDK for Dropbox Core APIs"
 url="https://www.dropbox.com/developers/core/sdks/python";
@@ -14,7 +14,7 @@
 makedepends=(python-requests python2-requests python-urllib3 python2-urllib3
  python-setuptools python2-setuptools)
 source=("https://github.com/dropbox/$_pkgname/archive/v$pkgver.tar.gz";)
-sha256sums=('000fd9e91b04d9e3ad2838cf4cf62cd4b0b294ae5260d65d126acb933a981463')
+sha256sums=('e587e0dcd568931924a4e2d197fc37c382673b45c591c41136c6783ef5fffce1')
 
 package_python-dropbox() {
   depends=(python python-urllib3 python-requests)


[arch-commits] Commit in python-dropbox/trunk (PKGBUILD)

2017-11-05 Thread Lukas Fleischer
Date: Monday, November 6, 2017 @ 06:32:47
  Author: lfleischer
Revision: 265515

upgpkg: python-dropbox 8.4.1-1

Upstream update.

Modified:
  python-dropbox/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 06:30:48 UTC (rev 265514)
+++ PKGBUILD2017-11-06 06:32:47 UTC (rev 265515)
@@ -5,7 +5,7 @@
 pkgbase=python-dropbox
 _pkgname=dropbox-sdk-python
 pkgname=(python-dropbox python2-dropbox)
-pkgver=8.4.0
+pkgver=8.4.1
 pkgrel=1
 pkgdesc="Python SDK for Dropbox Core APIs"
 url="https://www.dropbox.com/developers/core/sdks/python";
@@ -14,7 +14,7 @@
 makedepends=(python-requests python2-requests python-urllib3 python2-urllib3
  python-setuptools python2-setuptools)
 source=("https://github.com/dropbox/$_pkgname/archive/v$pkgver.tar.gz";)
-sha256sums=('2857c119e711de948401eb9cf4137cc16cee816ad56e82daed18d6c002db8e31')
+sha256sums=('000fd9e91b04d9e3ad2838cf4cf62cd4b0b294ae5260d65d126acb933a981463')
 
 package_python-dropbox() {
   depends=(python python-urllib3 python-requests)


[arch-commits] Commit in python-dropbox/trunk (PKGBUILD)

2017-10-14 Thread Lukas Fleischer
Date: Sunday, October 15, 2017 @ 06:25:14
  Author: lfleischer
Revision: 262829

upgpkg: python-dropbox 8.4.0-1

Upstream update.

Modified:
  python-dropbox/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-15 06:21:38 UTC (rev 262828)
+++ PKGBUILD2017-10-15 06:25:14 UTC (rev 262829)
@@ -5,7 +5,7 @@
 pkgbase=python-dropbox
 _pkgname=dropbox-sdk-python
 pkgname=(python-dropbox python2-dropbox)
-pkgver=8.0.0
+pkgver=8.4.0
 pkgrel=1
 pkgdesc="Python SDK for Dropbox Core APIs"
 url="https://www.dropbox.com/developers/core/sdks/python";
@@ -14,7 +14,7 @@
 makedepends=(python-requests python2-requests python-urllib3 python2-urllib3
  python-setuptools python2-setuptools)
 source=("https://github.com/dropbox/$_pkgname/archive/v$pkgver.tar.gz";)
-sha256sums=('2230fadf56747b6d0cb2db12aba278f11e1d49504e63fe30cb94c77fc63d81dd')
+sha256sums=('2857c119e711de948401eb9cf4137cc16cee816ad56e82daed18d6c002db8e31')
 
 package_python-dropbox() {
   depends=(python python-urllib3 python-requests)


[arch-commits] Commit in python-dropbox/trunk (PKGBUILD)

2017-07-05 Thread Lukas Fleischer
Date: Wednesday, July 5, 2017 @ 16:39:46
  Author: lfleischer
Revision: 242415

upgpkg: python-dropbox 8.0.0-1

Upstream update.

Modified:
  python-dropbox/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-05 16:38:55 UTC (rev 242414)
+++ PKGBUILD2017-07-05 16:39:46 UTC (rev 242415)
@@ -5,7 +5,7 @@
 pkgbase=python-dropbox
 _pkgname=dropbox-sdk-python
 pkgname=(python-dropbox python2-dropbox)
-pkgver=7.3.1
+pkgver=8.0.0
 pkgrel=1
 pkgdesc="Python SDK for Dropbox Core APIs"
 url="https://www.dropbox.com/developers/core/sdks/python";
@@ -14,7 +14,7 @@
 makedepends=(python-requests python2-requests python-urllib3 python2-urllib3
  python-setuptools python2-setuptools)
 source=("https://github.com/dropbox/$_pkgname/archive/v$pkgver.tar.gz";)
-sha256sums=('1f2f714a0e6bea508856b348e6e70c8b3917b4f4a374739b002c5c355140a947')
+sha256sums=('2230fadf56747b6d0cb2db12aba278f11e1d49504e63fe30cb94c77fc63d81dd')
 
 package_python-dropbox() {
   depends=(python python-urllib3 python-requests)


[arch-commits] Commit in python-dropbox/trunk (PKGBUILD)

2017-05-18 Thread Lukas Fleischer
Date: Thursday, May 18, 2017 @ 17:37:30
  Author: lfleischer
Revision: 228484

upgpkg: python-dropbox 7.3.1-1

Upstream update.

Modified:
  python-dropbox/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-18 17:36:42 UTC (rev 228483)
+++ PKGBUILD2017-05-18 17:37:30 UTC (rev 228484)
@@ -5,7 +5,7 @@
 pkgbase=python-dropbox
 _pkgname=dropbox-sdk-python
 pkgname=(python-dropbox python2-dropbox)
-pkgver=7.2.1
+pkgver=7.3.1
 pkgrel=1
 pkgdesc="Python SDK for Dropbox Core APIs"
 url="https://www.dropbox.com/developers/core/sdks/python";
@@ -14,7 +14,7 @@
 makedepends=(python-requests python2-requests python-urllib3 python2-urllib3
  python-setuptools python2-setuptools)
 source=("https://github.com/dropbox/$_pkgname/archive/v$pkgver.tar.gz";)
-sha256sums=('1328173d6f5c0ce87ae8a8e808c75ac43cfe99f24af7e1556c5d6dbe5f41b70d')
+sha256sums=('1f2f714a0e6bea508856b348e6e70c8b3917b4f4a374739b002c5c355140a947')
 
 package_python-dropbox() {
   depends=(python python-urllib3 python-requests)


[arch-commits] Commit in python-dropbox/trunk (PKGBUILD)

2017-03-21 Thread Lukas Fleischer
Date: Wednesday, March 22, 2017 @ 06:37:17
  Author: lfleischer
Revision: 218320

upgpkg: python-dropbox 7.2.1-1

Upstream update.

Modified:
  python-dropbox/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-22 06:34:28 UTC (rev 218319)
+++ PKGBUILD2017-03-22 06:37:17 UTC (rev 218320)
@@ -5,7 +5,7 @@
 pkgbase=python-dropbox
 _pkgname=dropbox-sdk-python
 pkgname=(python-dropbox python2-dropbox)
-pkgver=7.2.0
+pkgver=7.2.1
 pkgrel=1
 pkgdesc="Python SDK for Dropbox Core APIs"
 url="https://www.dropbox.com/developers/core/sdks/python";
@@ -14,7 +14,7 @@
 makedepends=(python-requests python2-requests python-urllib3 python2-urllib3
  python-setuptools python2-setuptools)
 source=("https://github.com/dropbox/$_pkgname/archive/v$pkgver.tar.gz";)
-sha256sums=('4c7e2f1a37fb0fe106980ed468330b2fc7ea8f1803fda5cd922bcb116dfa9b6e')
+sha256sums=('1328173d6f5c0ce87ae8a8e808c75ac43cfe99f24af7e1556c5d6dbe5f41b70d')
 
 package_python-dropbox() {
   depends=(python python-urllib3 python-requests)


[arch-commits] Commit in python-dropbox/trunk (PKGBUILD)

2017-02-27 Thread Lukas Fleischer
Date: Tuesday, February 28, 2017 @ 05:51:02
  Author: lfleischer
Revision: 214156

upgpkg: python-dropbox 7.2.0-1

Upstream update.

Modified:
  python-dropbox/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-28 05:49:31 UTC (rev 214155)
+++ PKGBUILD2017-02-28 05:51:02 UTC (rev 214156)
@@ -5,8 +5,8 @@
 pkgbase=python-dropbox
 _pkgname=dropbox-sdk-python
 pkgname=(python-dropbox python2-dropbox)
-pkgver=7.1.1
-pkgrel=2
+pkgver=7.2.0
+pkgrel=1
 pkgdesc="Python SDK for Dropbox Core APIs"
 url="https://www.dropbox.com/developers/core/sdks/python";
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=(python-requests python2-requests python-urllib3 python2-urllib3
  python-setuptools python2-setuptools)
 source=("https://github.com/dropbox/$_pkgname/archive/v$pkgver.tar.gz";)
-sha256sums=('acb43232d8e5fccfc46d601a22f91271f911db58faf12fd770123e687b8a9f15')
+sha256sums=('4c7e2f1a37fb0fe106980ed468330b2fc7ea8f1803fda5cd922bcb116dfa9b6e')
 
 package_python-dropbox() {
   depends=(python python-urllib3 python-requests)


[arch-commits] Commit in python-dropbox/trunk (PKGBUILD)

2016-12-25 Thread Evangelos Foutras
Date: Sunday, December 25, 2016 @ 17:12:34
  Author: foutrelis
Revision: 202048

Python 3.6 rebuild

Modified:
  python-dropbox/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-25 17:12:10 UTC (rev 202047)
+++ PKGBUILD2016-12-25 17:12:34 UTC (rev 202048)
@@ -6,7 +6,7 @@
 _pkgname=dropbox-sdk-python
 pkgname=(python-dropbox python2-dropbox)
 pkgver=7.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Python SDK for Dropbox Core APIs"
 url="https://www.dropbox.com/developers/core/sdks/python";
 arch=('any')


[arch-commits] Commit in python-dropbox/trunk (PKGBUILD)

2016-10-27 Thread Lukas Fleischer
Date: Thursday, October 27, 2016 @ 19:52:27
  Author: lfleischer
Revision: 193800

upgpkg: python-dropbox 7.1.1-1

Upstream update.

Modified:
  python-dropbox/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-27 19:49:07 UTC (rev 193799)
+++ PKGBUILD2016-10-27 19:52:27 UTC (rev 193800)
@@ -5,7 +5,7 @@
 pkgbase=python-dropbox
 _pkgname=dropbox-sdk-python
 pkgname=(python-dropbox python2-dropbox)
-pkgver=6.1
+pkgver=7.1.1
 pkgrel=1
 pkgdesc="Python SDK for Dropbox Core APIs"
 url="https://www.dropbox.com/developers/core/sdks/python";
@@ -14,7 +14,7 @@
 makedepends=(python-requests python2-requests python-urllib3 python2-urllib3
  python-setuptools python2-setuptools)
 source=("https://github.com/dropbox/$_pkgname/archive/v$pkgver.tar.gz";)
-sha256sums=('87a49120ecd7fa8d9c8f01a5cb5404726cfe183c2df0a58aae852d0649f847ea')
+sha256sums=('acb43232d8e5fccfc46d601a22f91271f911db58faf12fd770123e687b8a9f15')
 
 package_python-dropbox() {
   depends=(python python-urllib3 python-requests)


[arch-commits] Commit in python-dropbox/trunk (PKGBUILD)

2016-04-13 Thread Lukas Fleischer
Date: Wednesday, April 13, 2016 @ 22:04:26
  Author: lfleischer
Revision: 170850

upgpkg: python-dropbox 6.1-1

Upstream update.

Modified:
  python-dropbox/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-13 19:35:40 UTC (rev 170849)
+++ PKGBUILD2016-04-13 20:04:26 UTC (rev 170850)
@@ -5,8 +5,8 @@
 pkgbase=python-dropbox
 _pkgname=dropbox-sdk-python
 pkgname=(python-dropbox python2-dropbox)
-pkgver=4.0.0
-pkgrel=2
+pkgver=6.1
+pkgrel=1
 pkgdesc="Python SDK for Dropbox Core APIs"
 url="https://www.dropbox.com/developers/core/sdks/python";
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=(python-requests python2-requests python-urllib3 python2-urllib3
  python-setuptools python2-setuptools)
 source=("https://github.com/dropbox/$_pkgname/archive/v$pkgver.tar.gz";)
-sha256sums=('90e501146a4ae4559f1b6259a4b69319321741e767ae75c6ba0d495a03a1b131')
+sha256sums=('87a49120ecd7fa8d9c8f01a5cb5404726cfe183c2df0a58aae852d0649f847ea')
 
 package_python-dropbox() {
   depends=(python python-urllib3 python-requests)


[arch-commits] Commit in python-dropbox/trunk (PKGBUILD)

2016-02-07 Thread Evangelos Foutras
Date: Monday, February 8, 2016 @ 01:22:59
  Author: foutrelis
Revision: 160627

Rebuild due to temporarily untrusted key

Modified:
  python-dropbox/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 00:22:26 UTC (rev 160626)
+++ PKGBUILD2016-02-08 00:22:59 UTC (rev 160627)
@@ -6,7 +6,7 @@
 _pkgname=dropbox-sdk-python
 pkgname=(python-dropbox python2-dropbox)
 pkgver=4.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Python SDK for Dropbox Core APIs"
 url="https://www.dropbox.com/developers/core/sdks/python";
 arch=('any')


[arch-commits] Commit in python-dropbox/trunk (PKGBUILD)

2016-01-17 Thread Lukas Fleischer
Date: Sunday, January 17, 2016 @ 12:08:40
  Author: lfleischer
Revision: 157074

upgpkg: python-dropbox 4.0.0-1

Upstream update.

Modified:
  python-dropbox/trunk/PKGBUILD

--+
 PKGBUILD |   20 +++-
 1 file changed, 11 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-17 10:34:05 UTC (rev 157073)
+++ PKGBUILD2016-01-17 11:08:40 UTC (rev 157074)
@@ -3,21 +3,23 @@
 # Contributor: Tim Diels 
 
 pkgbase=python-dropbox
+_pkgname=dropbox-sdk-python
 pkgname=(python-dropbox python2-dropbox)
-pkgver=2.2.0
-pkgrel=3
+pkgver=4.0.0
+pkgrel=1
 pkgdesc="Python SDK for Dropbox Core APIs"
 url="https://www.dropbox.com/developers/core/sdks/python";
 arch=('any')
 license=('MIT')
-makedepends=(python-urllib3 python2-urllib3 python2-setuptools 
python-setuptools)
-source=("https://www.dropbox.com/developers/downloads/sdks/core/python/dropbox-python-sdk-$pkgver.zip";)
-sha256sums=('7886c816fddbda6fa0ee707e6f30b1be8b5b2c4298385edceed01e9d5d98c43a')
+makedepends=(python-requests python2-requests python-urllib3 python2-urllib3
+ python-setuptools python2-setuptools)
+source=("https://github.com/dropbox/$_pkgname/archive/v$pkgver.tar.gz";)
+sha256sums=('90e501146a4ae4559f1b6259a4b69319321741e767ae75c6ba0d495a03a1b131')
 
 package_python-dropbox() {
-  depends=(python python-urllib3)
+  depends=(python python-urllib3 python-requests)
 
-  cd "$srcdir/dropbox-python-sdk-$pkgver"
+  cd "$srcdir/$_pkgname-$pkgver"
 
   python setup.py install --root="$pkgdir" --optimize=1
   install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
@@ -24,9 +26,9 @@
 }
 
 package_python2-dropbox() {
-  depends=(python2 python2-urllib3)
+  depends=(python2 python2-urllib3 python2-requests)
 
-  cd "$srcdir/dropbox-python-sdk-$pkgver"
+  cd "$srcdir/$_pkgname-$pkgver"
 
   python2 setup.py install --root="$pkgdir" --optimize=1
   install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"


[arch-commits] Commit in python-dropbox/trunk (PKGBUILD)

2015-09-20 Thread Jelle van der Waa
Date: Sunday, September 20, 2015 @ 14:11:01
  Author: jelle
Revision: 141253

upgpkg: python-dropbox 2.2.0-3

Python 3.5 rebuild

Modified:
  python-dropbox/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 12:07:00 UTC (rev 141252)
+++ PKGBUILD2015-09-20 12:11:01 UTC (rev 141253)
@@ -5,7 +5,7 @@
 pkgbase=python-dropbox
 pkgname=(python-dropbox python2-dropbox)
 pkgver=2.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Python SDK for Dropbox Core APIs"
 url="https://www.dropbox.com/developers/core/sdks/python";
 arch=('any')