26 Commits

Author SHA256 Message Date
Ana Guerrero
cc5bd23bae Accepting request 1150543 from devel:languages:python
- Switch to autosetup and pyproject macros.
- Refresh python-flickrapi-no-python2.patch to not pull in poetry.
- No more greedy globs in %files.

OBS-URL: https://build.opensuse.org/request/show/1150543
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flickrapi?expand=0&rev=15
2024-02-26 18:45:22 +00:00
Steve Kowalik
cbd43d9a91 - Switch to autosetup and pyproject macros.
- Refresh python-flickrapi-no-python2.patch to not pull in poetry.
- No more greedy globs in %files.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flickrapi?expand=0&rev=19
2024-02-26 05:00:32 +00:00
Dominique Leuenberger
998b877f3c Accepting request 1030330 from devel:languages:python
- do not require six
- added patches
  e47e62df30
  + python-flickrapi-no-python2.patch

OBS-URL: https://build.opensuse.org/request/show/1030330
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flickrapi?expand=0&rev=14
2022-10-21 14:20:00 +00:00
496ce8be44 remove the six dep, pin the BuildRequirements according to runtime deps
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flickrapi?expand=0&rev=17
2022-10-21 08:51:18 +00:00
3c6b1de3cb Accepting request 1030298 from home:pgajdos:python
- do not require six
- added patches
  e47e62df30
  + python-flickrapi-no-python2.patch

OBS-URL: https://build.opensuse.org/request/show/1030298
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flickrapi?expand=0&rev=16
2022-10-21 08:49:12 +00:00
Dominique Leuenberger
ac83ee2d1b Accepting request 902967 from devel:languages:python
- Remove unneeded BuildRequires on python-devel

OBS-URL: https://build.opensuse.org/request/show/902967
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flickrapi?expand=0&rev=13
2021-06-29 20:43:22 +00:00
Steve Kowalik
4846b67efb - Remove unneeded BuildRequires on python-devel
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flickrapi?expand=0&rev=15
2021-06-29 07:50:05 +00:00
Dominique Leuenberger
9fd186d835 Accepting request 655676 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/655676
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flickrapi?expand=0&rev=12
2018-12-07 13:35:25 +00:00
Tomáš Chvátal
bdceb5619d - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flickrapi?expand=0&rev=13
2018-12-06 13:30:03 +00:00
Dominique Leuenberger
6548055300 Accepting request 495528 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/495528
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flickrapi?expand=0&rev=11
2017-05-17 15:18:59 +00:00
a9cc4172c6 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flickrapi?expand=0&rev=11
2017-05-17 08:19:29 +00:00
b868fe0833 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flickrapi?expand=0&rev=10 2017-05-17 08:19:09 +00:00
e0b79bc5aa OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flickrapi?expand=0&rev=9 2017-05-16 16:17:08 +00:00
9030b9026d - 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).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flickrapi?expand=0&rev=8
2017-05-16 16:14:54 +00:00
Jan Matejek
3ef3d494d9 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
2015-05-07 11:53:37 +00:00
Stephan Kulow
563c8c8092 Accepting request 199385 from devel:languages:python
- don't use distribute bootstrapping code as it attempt to download files 
  * flickrapi-drop-bootstrap-distribute.patch (forwarded request 199200 from mvyskocil)

OBS-URL: https://build.opensuse.org/request/show/199385
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flickrapi?expand=0&rev=8
2013-09-17 14:18:53 +00:00
Sascha Peilicke
6c8b0452c2 Accepting request 199200 from home:mvyskocil
- don't use distribute bootstrapping code as it attempt to download files 
  * flickrapi-drop-bootstrap-distribute.patch

OBS-URL: https://build.opensuse.org/request/show/199200
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flickrapi?expand=0&rev=6
2013-09-17 11:25:32 +00:00
Stephan Kulow
42f6dee2f6 Accepting request 100015 from devel:languages:python
patching license field to be in spdx.org format, for legal team to review before forward (forwarded request 100001 from coolo)

OBS-URL: https://build.opensuse.org/request/show/100015
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flickrapi?expand=0&rev=5
2012-01-19 15:56:45 +00:00
Sascha Peilicke
b1b9160282 Accepting request 100001 from devel:openSUSE:Factory:for-legal-lhf
patching license field to be in spdx.org format, for legal team to review before forward

OBS-URL: https://build.opensuse.org/request/show/100001
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flickrapi?expand=0&rev=5
2012-01-12 12:54:48 +00:00
Sascha Peilicke
cccfa6bef8 Accepting request 84429 from devel:languages:python
- BuildRequire python-docutils instead of old docutils

- 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

OBS-URL: https://build.opensuse.org/request/show/84429
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flickrapi?expand=0&rev=3
2011-09-26 08:14:39 +00:00
Sascha Peilicke
1411746eb3 - BuildRequire python-docutils instead of old docutils
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flickrapi?expand=0&rev=4
2011-09-22 11:00:29 +00:00
Sascha Peilicke
fdfa3dee88 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flickrapi?expand=0&rev=3
2011-09-21 13:34:02 +00:00
e56c93f3c7 Autobuild autoformatter for 67298
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flickrapi?expand=0&rev=2
2011-05-30 14:39:01 +00:00
14abcd0a92 Accepting request 67298 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/67298
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flickrapi?expand=0&rev=1
2011-05-30 14:38:52 +00:00
Jan Matejek
ba79312e13 - fixed python version in filelist
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flickrapi?expand=0&rev=2
2010-09-03 12:54:24 +00:00
Pavol Rusnak
6d52e04a3b Accepting request 30318 from home:vuntz
Copy from home:vuntz/python-flickrapi via accept of submit request 30318 revision 2.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/30318
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flickrapi?expand=0&rev=1
2010-02-11 15:18:48 +00:00