Revisions of python-flickrapi

buildservice-autocommit accepted request 1150543 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 20)
baserev update by copy to link target
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 19)
- Switch to autosetup and pyproject macros.
- Refresh python-flickrapi-no-python2.patch to not pull in poetry.
- No more greedy globs in %files.
buildservice-autocommit accepted request 1030330 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 18)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) committed (revision 17)
remove the six dep, pin the BuildRequirements according to runtime deps
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1030298 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 16)
- do not require six
- added patches
  https://github.com/sybrenstuvel/flickrapi/commit/e47e62df304d36ae81c483230bb41e6f4dde8bfd
  + python-flickrapi-no-python2.patch
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 15)
- Remove unneeded BuildRequires on python-devel
buildservice-autocommit accepted request 655676 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 14)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 13)
- Version update to 2.4.0:
  * Fix parameter naming conflict: 'method_name' parameter from do_flickr_call() clashed with 'method_name' parameter required by the Flickr API method flickr.reflection.getMethodInfo (since 952c133
  * Fixed typos [ Pull request #86 ] (Daniel Hohard)
  * Fixed infinite recursion calling FlickrAccessToken.str()
  * Use latest pip and enable cache on travis [ Pull request #100 ] (Thijs Triemstra)
  * Properly include text files in setup.py [ Pull request #101 ] (Thijs Triemstra)
- Fix fdupes call
buildservice-autocommit accepted request 495528 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 12)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 11)
- update to 2.3:
  - Removed flickrapi/contrib.py, as a persistent connection is now managed (much better)
  - Added explicit support for Python 3.5.
  - Moved from a Mercurial repository at BitBucket to a [Git repository
    at GitHub](https://github.com/sybrenstuvel/flickrapi/).
  - Mocking some calls to Flickr, so that unit tests can run without
    requiring the user to authenticate via the browser. This also
    prevents the upload of the test photo.
  - More serious testing, using py.test and Tox to test on all support
    versions of Python.
  - Automated builds are performed with Travis-CI.
  - Make flickrapi token storage directory configurable.
    [[ Feature request #68 ]](https://github.com/sybrenstuvel/flickrapi/issues/68)
  - Put requests in a session to benefit from connection reuse (Alexandre L).
  - When uploading a photo, send the title as UTF8
  - Sort many photosets with 'flickr.photosets.orderSets' failed
    [[ Bug report #74]](https://github.com/sybrenstuvel/flickrapi/issues/74)
  - Converted requested_permissions to unicode and ported authentication
    example to Python 3 (Michael Klich).

- 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
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 10)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 9)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 8)
- update to 2.3:
  - Removed flickrapi/contrib.py, as a persistent connection is now managed (much better)
  - Added explicit support for Python 3.5.
  - Moved from a Mercurial repository at BitBucket to a [Git repository
    at GitHub](https://github.com/sybrenstuvel/flickrapi/).
  - Mocking some calls to Flickr, so that unit tests can run without
    requiring the user to authenticate via the browser. This also
    prevents the upload of the test photo.
  - More serious testing, using py.test and Tox to test on all support
    versions of Python.
  - Automated builds are performed with Travis-CI.
  - Make flickrapi token storage directory configurable.
    [[ Feature request #68 ]](https://github.com/sybrenstuvel/flickrapi/issues/68)
  - Put requests in a session to benefit from connection reuse (Alexandre L).
  - When uploading a photo, send the title as UTF8
  - Sort many photosets with 'flickr.photosets.orderSets' failed
    [[ Bug report #74]](https://github.com/sybrenstuvel/flickrapi/issues/74)
  - Converted requested_permissions to unicode and ported authentication
    example to Python 3 (Michael Klich).
Jan Matejek's avatar Jan Matejek (matejcik) accepted request 305445 from Benoît Monin's avatar Benoît Monin (benoit_monin) (revision 7)
 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
Sascha Peilicke's avatar Sascha Peilicke (saschpe) accepted request 199200 from Michal Vyskocil's avatar Michal Vyskocil (mvyskocil) (revision 6)
- don't use distribute bootstrapping code as it attempt to download files 
  * flickrapi-drop-bootstrap-distribute.patch
Sascha Peilicke's avatar Sascha Peilicke (saschpe) accepted request 100001 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 5)
patching license field to be in spdx.org format, for legal team to review before forward
Sascha Peilicke's avatar Sascha Peilicke (saschpe) committed (revision 4)
- BuildRequire python-docutils instead of old docutils
Sascha Peilicke's avatar Sascha Peilicke (saschpe) committed (revision 3)
- Update to version 1.4.0:
  * No changes provided by upstream
- Spec file cleanup:
  * Proper suse version checks
  * Removed old stuff (%clean section)
  * Corrected docs install location, generate HTML docs
  * Obsolete doc package, ship in base package
  * Fix non-executable bit rpmlint warning
Jan Matejek's avatar Jan Matejek (matejcik) committed (revision 2)
- fixed python version in filelist
Pavol Rusnak's avatar Pavol Rusnak (prusnak) accepted request 30318 from Vincent Untz's avatar Vincent Untz (vuntz) (revision 1)
Copy from home:vuntz/python-flickrapi via accept of submit request 30318 revision 2.
Request was accepted with message:
Reviewed ok
Displaying all 20 revisions
openSUSE Build Service is sponsored by