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

2020-11-12 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 12, 2020 @ 17:49:25
  Author: foutrelis
Revision: 752830

upgpkg: python-flickrapi 2.4.0-5: Python 3.9 rebuild

Modified:
  python-flickrapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 17:49:24 UTC (rev 752829)
+++ PKGBUILD2020-11-12 17:49:25 UTC (rev 752830)
@@ -4,7 +4,7 @@
 
 pkgname=python-flickrapi
 pkgver=2.4.0
-pkgrel=4
+pkgrel=5
 pkgdesc="The official Python interface to the Flickr API"
 arch=('any')
 url="https://stuvel.eu/flickrapi";


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 06:07:42
  Author: felixonmars
Revision: 523306

Python 3.8 rebuild

Modified:
  python-flickrapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 06:07:42 UTC (rev 523305)
+++ PKGBUILD2019-11-04 06:07:42 UTC (rev 523306)
@@ -4,7 +4,7 @@
 
 pkgname=python-flickrapi
 pkgver=2.4.0
-pkgrel=3
+pkgrel=4
 pkgdesc="The official Python interface to the Flickr API"
 arch=('any')
 url="https://stuvel.eu/flickrapi";


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

2019-06-18 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 18, 2019 @ 20:17:57
  Author: arojas
Revision: 482186

https

Modified:
  python-flickrapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-18 20:17:30 UTC (rev 482185)
+++ PKGBUILD2019-06-18 20:17:57 UTC (rev 482186)
@@ -7,7 +7,7 @@
 pkgrel=3
 pkgdesc="The official Python interface to the Flickr API"
 arch=('any')
-url="http://stuvel.eu/flickrapi";
+url="https://stuvel.eu/flickrapi";
 license=('Python')
 depends=('python-six' 'python-requests-oauthlib' 'python-requests-toolbelt')
 makedepends=('python-docutils' 'python-setuptools')


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

2019-04-02 Thread Felix Yan via arch-commits
Date: Tuesday, April 2, 2019 @ 12:15:25
  Author: felixonmars
Revision: 447621

upgpkg: python-flickrapi 2.4.0-3

remove python2 sibling

Modified:
  python-flickrapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-02 12:14:20 UTC (rev 447620)
+++ PKGBUILD2019-04-02 12:15:25 UTC (rev 447621)
@@ -2,33 +2,22 @@
 # Contributor: Francois Garillot 
 # Contributor: György Balló 
 
-pkgbase=python-flickrapi
-pkgname=(python-flickrapi python2-flickrapi)
+pkgname=python-flickrapi
 pkgver=2.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc="The official Python interface to the Flickr API"
 arch=('any')
 url="http://stuvel.eu/flickrapi";
 license=('Python')
-makedepends=('python-docutils' 'python2-docutils' 'python-setuptools' 
'python2-setuptools' 'python-requests-toolbelt' 'python2-requests-toolbelt'
- 'python-requests-oauthlib' 'python2-requests-oauthlib' 
'python-six' 'python2-six')
-checkdepends=('python-nose' 'python2-nose')
+depends=('python-six' 'python-requests-oauthlib' 'python-requests-toolbelt')
+makedepends=('python-docutils' 'python-setuptools')
+checkdepends=('python-nose')
 source=("https://pypi.io/packages/source/f/flickrapi/flickrapi-$pkgver.tar.gz";)
 
sha512sums=('8c14a00850fa0d70d5f0f0e856425b09cd25746f8ed3aaf34f59e0f8e8567ebb814893ddc3c768500207ec1fd437179ccae24d39a167f116020d4cb97d4cce1d')
 
-prepare() {
-  cp -a flickrapi-$pkgver{,-py2}
-
-  cd flickrapi-$pkgver-py2
-  find . -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-}
-
 build() {
   cd flickrapi-$pkgver
   python setup.py build
-
-  cd ../flickrapi-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
@@ -37,25 +26,10 @@
 
   cd flickrapi-$pkgver
   python runtests
-
-  cd ../flickrapi-$pkgver-py2
-  python2 runtests
 }
 
-package_python-flickrapi() {
-  depends=('python-six' 'python-requests-oauthlib' 'python-requests-toolbelt')
-
+package() {
   cd flickrapi-$pkgver
-
   python setup.py install --root="$pkgdir" --optimize=1
   install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
 }
-
-package_python2-flickrapi() {
-  depends=('python2-six' 'python2-requests-oauthlib' 
'python2-requests-toolbelt')
-
-  cd flickrapi-$pkgver-py2
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}


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

2018-07-23 Thread Felix Yan via arch-commits
Date: Monday, July 23, 2018 @ 15:23:35
  Author: felixonmars
Revision: 363003

Python 3.7 rebuild

Modified:
  python-flickrapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 15:23:33 UTC (rev 363002)
+++ PKGBUILD2018-07-23 15:23:35 UTC (rev 363003)
@@ -6,7 +6,7 @@
 pkgbase=python-flickrapi
 pkgname=(python-flickrapi python2-flickrapi)
 pkgver=2.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The official Python interface to the Flickr API"
 arch=('any')
 url="http://stuvel.eu/flickrapi";


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

2018-02-05 Thread Felix Yan via arch-commits
Date: Monday, February 5, 2018 @ 08:38:05
  Author: felixonmars
Revision: 289154

upgpkg: python-flickrapi 2.4.0-1

Modified:
  python-flickrapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-05 08:37:13 UTC (rev 289153)
+++ PKGBUILD2018-02-05 08:38:05 UTC (rev 289154)
@@ -5,7 +5,7 @@
 
 pkgbase=python-flickrapi
 pkgname=(python-flickrapi python2-flickrapi)
-pkgver=2.3.1
+pkgver=2.4.0
 pkgrel=1
 pkgdesc="The official Python interface to the Flickr API"
 arch=('any')
@@ -15,7 +15,7 @@
  'python-requests-oauthlib' 'python2-requests-oauthlib' 
'python-six' 'python2-six')
 checkdepends=('python-nose' 'python2-nose')
 source=("https://pypi.io/packages/source/f/flickrapi/flickrapi-$pkgver.tar.gz";)
-sha512sums=('f17bbbae15718517942effe6e574f802205cb18483dcc3b9c699dd4de0ebe17dcea787f1e0d59e09f772c71f82c9d39bcaa2273d9b25307b692aed87a776fde7')
+sha512sums=('8c14a00850fa0d70d5f0f0e856425b09cd25746f8ed3aaf34f59e0f8e8567ebb814893ddc3c768500207ec1fd437179ccae24d39a167f116020d4cb97d4cce1d')
 
 prepare() {
   cp -a flickrapi-$pkgver{,-py2}
@@ -50,8 +50,6 @@
 
   python setup.py install --root="$pkgdir" --optimize=1
   install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-
-  rm "$pkgdir"/usr/lib/python3.6/site-packages/*.md
 }
 
 package_python2-flickrapi() {
@@ -61,6 +59,4 @@
 
   python2 setup.py install --root="$pkgdir" --optimize=1
   install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-
-  rm "$pkgdir"/usr/lib/python2.7/site-packages/*.md
 }


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

2017-11-15 Thread Felix Yan
Date: Wednesday, November 15, 2017 @ 09:31:39
  Author: felixonmars
Revision: 266855

upgpkg: python-flickrapi 2.3.1-1

Modified:
  python-flickrapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-15 09:31:16 UTC (rev 266854)
+++ PKGBUILD2017-11-15 09:31:39 UTC (rev 266855)
@@ -5,7 +5,7 @@
 
 pkgbase=python-flickrapi
 pkgname=(python-flickrapi python2-flickrapi)
-pkgver=2.3
+pkgver=2.3.1
 pkgrel=1
 pkgdesc="The official Python interface to the Flickr API"
 arch=('any')
@@ -15,7 +15,7 @@
  'python-requests-oauthlib' 'python2-requests-oauthlib' 
'python-six' 'python2-six')
 checkdepends=('python-nose' 'python2-nose')
 source=("https://pypi.io/packages/source/f/flickrapi/flickrapi-$pkgver.tar.gz";)
-sha512sums=('1d86873bbc8fccba1121f6fd51c0e22b62cff363c7a755236940581ecf4f3fa95cbff005b50e9c388505d5337d0e5ef91062c59737ec87a223d162b0e70f2fda')
+sha512sums=('f17bbbae15718517942effe6e574f802205cb18483dcc3b9c699dd4de0ebe17dcea787f1e0d59e09f772c71f82c9d39bcaa2273d9b25307b692aed87a776fde7')
 
 prepare() {
   cp -a flickrapi-$pkgver{,-py2}


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

2017-05-09 Thread Felix Yan
Date: Tuesday, May 9, 2017 @ 16:48:59
  Author: felixonmars
Revision: 227478

upgpkg: python-flickrapi 2.3-1

Modified:
  python-flickrapi/trunk/PKGBUILD

--+
 PKGBUILD |   35 +++
 1 file changed, 19 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-09 16:48:37 UTC (rev 227477)
+++ PKGBUILD2017-05-09 16:48:59 UTC (rev 227478)
@@ -5,8 +5,7 @@
 
 pkgbase=python-flickrapi
 pkgname=(python-flickrapi python2-flickrapi)
-_pkgname=flickrapi
-pkgver=2.2.1
+pkgver=2.3
 pkgrel=1
 pkgdesc="The official Python interface to the Flickr API"
 arch=('any')
@@ -15,21 +14,21 @@
 makedepends=('python-docutils' 'python2-docutils' 'python-setuptools' 
'python2-setuptools' 'python-requests-toolbelt' 'python2-requests-toolbelt'
  'python-requests-oauthlib' 'python2-requests-oauthlib' 
'python-six' 'python2-six')
 checkdepends=('python-nose' 'python2-nose')
-source=("https://pypi.io/packages/source/f/$_pkgname/$_pkgname-$pkgver.tar.gz";)
-sha512sums=('53f78436ab921d9e400d1fdf105f932e0bbf4bb1b4ac69b77dbbe52b59b10c7b21b95633dfe5405122e0d95fb3631fe61f9fc8dd72fe8782837c14075a6a06da')
+source=("https://pypi.io/packages/source/f/flickrapi/flickrapi-$pkgver.tar.gz";)
+sha512sums=('1d86873bbc8fccba1121f6fd51c0e22b62cff363c7a755236940581ecf4f3fa95cbff005b50e9c388505d5337d0e5ef91062c59737ec87a223d162b0e70f2fda')
 
 prepare() {
-  cp -a $_pkgname-$pkgver{,-py2}
+  cp -a flickrapi-$pkgver{,-py2}
 
-  cd $_pkgname-$pkgver-py2
+  cd flickrapi-$pkgver-py2
   find . -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
 }
 
 build() {
-  cd $_pkgname-$pkgver
+  cd flickrapi-$pkgver
   python setup.py build
 
-  cd ../$_pkgname-$pkgver-py2
+  cd ../flickrapi-$pkgver-py2
   python2 setup.py build
 }
 
@@ -37,10 +36,10 @@
   # Tests not shipped
   return
 
-  cd $_pkgname-$pkgver
+  cd flickrapi-$pkgver
   python runtests
 
-  cd ../$_pkgname-$pkgver-py2
+  cd ../flickrapi-$pkgver-py2
   python2 runtests
 }
 
@@ -47,17 +46,21 @@
 package_python-flickrapi() {
   depends=('python-six' 'python-requests-oauthlib' 'python-requests-toolbelt')
 
-  cd "$srcdir/$_pkgname-$pkgver"
+  cd flickrapi-$pkgver
 
-  python setup.py install --root=$pkgdir/ --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+
+  rm "$pkgdir"/usr/lib/python3.6/site-packages/*.md
 }
 
 package_python2-flickrapi() {
   depends=('python2-six' 'python2-requests-oauthlib' 
'python2-requests-toolbelt')
 
-  cd "$srcdir/$_pkgname-$pkgver-py2"
+  cd flickrapi-$pkgver-py2
 
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+
+  rm "$pkgdir"/usr/lib/python2.7/site-packages/*.md
 }


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

2017-01-19 Thread Felix Yan
Date: Thursday, January 19, 2017 @ 15:37:18
  Author: felixonmars
Revision: 208044

upgpkg: python-flickrapi 2.2.1-1

Modified:
  python-flickrapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-19 15:33:21 UTC (rev 208043)
+++ PKGBUILD2017-01-19 15:37:18 UTC (rev 208044)
@@ -6,8 +6,8 @@
 pkgbase=python-flickrapi
 pkgname=(python-flickrapi python2-flickrapi)
 _pkgname=flickrapi
-pkgver=2.1.2
-pkgrel=3
+pkgver=2.2.1
+pkgrel=1
 pkgdesc="The official Python interface to the Flickr API"
 arch=('any')
 url="http://stuvel.eu/flickrapi";
@@ -15,8 +15,8 @@
 makedepends=('python-docutils' 'python2-docutils' 'python-setuptools' 
'python2-setuptools' 'python-requests-toolbelt' 'python2-requests-toolbelt'
  'python-requests-oauthlib' 'python2-requests-oauthlib' 
'python-six' 'python2-six')
 checkdepends=('python-nose' 'python2-nose')
-source=("http://pypi.python.org/packages/source/f/$_pkgname/$_pkgname-$pkgver.tar.gz";)
-sha512sums=('210ea986ff95a97d8416d136fe38b98247640be954f761f89e1df5ea712d5d8d69cdae40bf3d9e569baf01fc83510fbc9c5da03a93d4456163101a829d96')
+source=("https://pypi.io/packages/source/f/$_pkgname/$_pkgname-$pkgver.tar.gz";)
+sha512sums=('53f78436ab921d9e400d1fdf105f932e0bbf4bb1b4ac69b77dbbe52b59b10c7b21b95633dfe5405122e0d95fb3631fe61f9fc8dd72fe8782837c14075a6a06da')
 
 prepare() {
   cp -a $_pkgname-$pkgver{,-py2}
@@ -51,8 +51,6 @@
 
   python setup.py install --root=$pkgdir/ --optimize=1
   install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-
-  rm "$pkgdir"/usr/lib/python3.6/site-packages/{README,LICENSE,UPGRADING}.txt
 }
 
 package_python2-flickrapi() {
@@ -62,6 +60,4 @@
 
   python2 setup.py install --root=$pkgdir/ --optimize=1
   install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-
-  rm "$pkgdir"/usr/lib/python2.7/site-packages/{README,LICENSE,UPGRADING}.txt
 }


[arch-commits] Commit in python-flickrapi/trunk (PKGBUILD fix_setuptools.patch)

2017-01-03 Thread Felix Yan
Date: Wednesday, January 4, 2017 @ 03:08:13
  Author: felixonmars
Revision: 204829

upgpkg: python-flickrapi 2.1.2-3

remove unwanted files

Modified:
  python-flickrapi/trunk/PKGBUILD
Deleted:
  python-flickrapi/trunk/fix_setuptools.patch

--+
 PKGBUILD |6 +-
 fix_setuptools.patch |   19 ---
 2 files changed, 5 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-03 23:15:53 UTC (rev 204828)
+++ PKGBUILD2017-01-04 03:08:13 UTC (rev 204829)
@@ -7,7 +7,7 @@
 pkgname=(python-flickrapi python2-flickrapi)
 _pkgname=flickrapi
 pkgver=2.1.2
-pkgrel=2
+pkgrel=3
 pkgdesc="The official Python interface to the Flickr API"
 arch=('any')
 url="http://stuvel.eu/flickrapi";
@@ -51,6 +51,8 @@
 
   python setup.py install --root=$pkgdir/ --optimize=1
   install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+
+  rm "$pkgdir"/usr/lib/python3.6/site-packages/{README,LICENSE,UPGRADING}.txt
 }
 
 package_python2-flickrapi() {
@@ -60,4 +62,6 @@
 
   python2 setup.py install --root=$pkgdir/ --optimize=1
   install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+
+  rm "$pkgdir"/usr/lib/python2.7/site-packages/{README,LICENSE,UPGRADING}.txt
 }

Deleted: fix_setuptools.patch
===
--- fix_setuptools.patch2017-01-03 23:15:53 UTC (rev 204828)
+++ fix_setuptools.patch2017-01-04 03:08:13 UTC (rev 204829)
@@ -1,19 +0,0 @@
 a/distribute_setup.py  2013-08-17 22:57:41.227220859 +0800
-+++ b/distribute_setup.py  2013-08-17 22:57:29.343673408 +0800
-@@ -133,6 +133,16 @@
- try:
- try:
- import pkg_resources
-+
-+# Setuptools 0.7b and later is a suitable (and preferable)
-+# substitute for any Distribute version.
-+try:
-+pkg_resources.require("setuptools>=0.7b")
-+return
-+except (pkg_resources.DistributionNotFound,
-+pkg_resources.VersionConflict):
-+pass
-+
- if not hasattr(pkg_resources, '_distribute'):
- if not no_fake:
- _fake_setuptools()


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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 06:53:28
  Author: felixonmars
Revision: 202988

Python 3.6 rebuild

Modified:
  python-flickrapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 06:53:27 UTC (rev 202987)
+++ PKGBUILD2016-12-27 06:53:28 UTC (rev 202988)
@@ -7,7 +7,7 @@
 pkgname=(python-flickrapi python2-flickrapi)
 _pkgname=flickrapi
 pkgver=2.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="The official Python interface to the Flickr API"
 arch=('any')
 url="http://stuvel.eu/flickrapi";


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

2015-10-27 Thread Felix Yan
Date: Tuesday, October 27, 2015 @ 15:33:53
  Author: fyan
Revision: 145122

upgpkg: python-flickrapi 2.1.2-1

Modified:
  python-flickrapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 13:53:59 UTC (rev 145121)
+++ PKGBUILD2015-10-27 14:33:53 UTC (rev 145122)
@@ -6,8 +6,8 @@
 pkgbase=python-flickrapi
 pkgname=(python-flickrapi python2-flickrapi)
 _pkgname=flickrapi
-pkgver=2.1.1
-pkgrel=2
+pkgver=2.1.2
+pkgrel=1
 pkgdesc="The official Python interface to the Flickr API"
 arch=('any')
 url="http://stuvel.eu/flickrapi";
@@ -16,7 +16,7 @@
  'python-requests-oauthlib' 'python2-requests-oauthlib' 
'python-six' 'python2-six')
 checkdepends=('python-nose' 'python2-nose')
 
source=("http://pypi.python.org/packages/source/f/$_pkgname/$_pkgname-$pkgver.tar.gz";)
-sha512sums=('15e3e9e0c08fbc9d7226e4b1f0f18e6d1c69a049f169cf10f9400b9e030907bf590ae1da4ffcf72a8abe1c13cf24ff55f0851feaa9499abe5c0cb96e0a420c55')
+sha512sums=('210ea986ff95a97d8416d136fe38b98247640be954f761f89e1df5ea712d5d8d69cdae40bf3d9e569baf01fc83510fbc9c5da03a93d4456163101a829d96')
 
 prepare() {
   cp -a $_pkgname-$pkgver{,-py2}


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

2015-09-21 Thread Felix Yan
Date: Monday, September 21, 2015 @ 09:39:53
  Author: fyan
Revision: 141355

upgpkg: python-flickrapi 2.1.1-2

rebuild for python 3.5

Modified:
  python-flickrapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-21 07:27:02 UTC (rev 141354)
+++ PKGBUILD2015-09-21 07:39:53 UTC (rev 141355)
@@ -7,7 +7,7 @@
 pkgname=(python-flickrapi python2-flickrapi)
 _pkgname=flickrapi
 pkgver=2.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="The official Python interface to the Flickr API"
 arch=('any')
 url="http://stuvel.eu/flickrapi";


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

2015-08-03 Thread Felix Yan
Date: Tuesday, August 4, 2015 @ 04:16:38
  Author: fyan
Revision: 137887

upgpkg: python-flickrapi 2.1.1-1

Modified:
  python-flickrapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 22:24:34 UTC (rev 137886)
+++ PKGBUILD2015-08-04 02:16:38 UTC (rev 137887)
@@ -6,7 +6,7 @@
 pkgbase=python-flickrapi
 pkgname=(python-flickrapi python2-flickrapi)
 _pkgname=flickrapi
-pkgver=2.0
+pkgver=2.1.1
 pkgrel=1
 pkgdesc="The official Python interface to the Flickr API"
 arch=('any')
@@ -16,7 +16,7 @@
  'python-requests-oauthlib' 'python2-requests-oauthlib' 
'python-six' 'python2-six')
 checkdepends=('python-nose' 'python2-nose')
 
source=("http://pypi.python.org/packages/source/f/$_pkgname/$_pkgname-$pkgver.tar.gz";)
-sha512sums=('634aede2e33f044265b9332296ab4352670ee00e681d1ebcd5c612ef88b1bed35fb8bcecf4de63b2d6cfa660cb31c6903375ed4b660c39c9c16586fe51708c7a')
+sha512sums=('15e3e9e0c08fbc9d7226e4b1f0f18e6d1c69a049f169cf10f9400b9e030907bf590ae1da4ffcf72a8abe1c13cf24ff55f0851feaa9499abe5c0cb96e0a420c55')
 
 prepare() {
   cp -a $_pkgname-$pkgver{,-py2}