15
0

Accepting request 305445 from home:benoit_monin:branches:devel:languages:python

update to version 2.0
- drop flickrapi-drop-bootstrap-distribute.patch: fixed upstream
- point the source URL to pypi
- remove unneeded depedencies to python-docutils, python-xml and unzip
- add new dependencies required by upstream:
  * python-requests
  * python-requests-oauthlib
  * python-requests-toolbelt
  * python-six
- always requires fdupes and run it after install
- define python_sitelib only for SLE11
- doc is not provided anymore: do not build it
- rename LICENSE, README, UPGRADING to LICENSE.txt, README.txt, UPGRADING.txt: changed upstream

OBS-URL: https://build.opensuse.org/request/show/305445
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flickrapi?expand=0&rev=7
This commit is contained in:
Jan Matejek
2015-05-07 11:53:37 +00:00
committed by Git OBS Bridge
parent 6c8b0452c2
commit 3ef3d494d9
5 changed files with 47 additions and 41 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Tue May 5 12:31:06 UTC 2015 - benoit.monin@gmx.fr
- update to version 2.0:
* Major revision; now uses OAuth to interface with Flickr.
Combines work of Sybren A. Stüvel, Jim Easterbrook,
Thai Nguyen, Nick Loadholtes and Bengt.
- drop flickrapi-drop-bootstrap-distribute.patch: fixed upstream
- point the source URL to pypi
- remove unneeded depedencies to python-docutils, python-xml
and unzip
- add new dependencies required by upstream:
* python-requests
* python-requests-oauthlib
* python-requests-toolbelt
* python-six
- always requires fdupes and run it after install
- define python_sitelib only for SLE11
- doc is not provided anymore: do not build it
- rename LICENSE, README, UPGRADING to LICENSE.txt, README.txt,
UPGRADING.txt: changed upstream
-------------------------------------------------------------------
Mon Sep 16 08:58:45 UTC 2013 - mvyskocil@suse.com