commit python-flickrapi for openSUSE:Factory

2018-12-07 Thread root
Hello community,

here is the log from the commit of package python-flickrapi for 
openSUSE:Factory checked in at 2018-12-07 14:35:25

Comparing /work/SRC/openSUSE:Factory/python-flickrapi (Old)
 and  /work/SRC/openSUSE:Factory/.python-flickrapi.new.19453 (New)


Package is "python-flickrapi"

Fri Dec  7 14:35:25 2018 rev:12 rq:655676 version:2.4.0

Changes:

--- /work/SRC/openSUSE:Factory/python-flickrapi/python-flickrapi.changes
2017-05-17 17:20:15.960898103 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-flickrapi.new.19453/python-flickrapi.changes 
2018-12-07 14:35:28.295065870 +0100
@@ -1,0 +2,11 @@
+Thu Dec  6 13:28:39 UTC 2018 - Tomáš Chvátal 
+
+- 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
+
+---

Old:

  flickrapi-2.3.tar.gz

New:

  flickrapi-2.4.0.tar.gz



Other differences:
--
++ python-flickrapi.spec ++
--- /var/tmp/diff_new_pack.5EW4Hu/_old  2018-12-07 14:35:29.719064105 +0100
+++ /var/tmp/diff_new_pack.5EW4Hu/_new  2018-12-07 14:35:29.723064101 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-flickrapi
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,25 +12,24 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-flickrapi
-Version:2.3
+Version:2.4.0
 Release:0
-Url:http://stuvel.eu/projects/flickrapi
 Summary:Python interface to Flickr
 License:Python-2.0
 Group:  Development/Libraries/Python
-Source0:
https://pypi.io/packages/source/f/flickrapi/flickrapi-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{python_module requests }
-BuildRequires:  %{python_module requests-oauthlib }
-BuildRequires:  %{python_module requests-toolbelt }
-BuildRequires:  %{python_module setuptools }
-BuildRequires:  %{python_module six }
+URL:http://stuvel.eu/projects/flickrapi
+Source0:
https://files.pythonhosted.org/packages/source/f/flickrapi/flickrapi-%{version}.tar.gz
+BuildRequires:  %{python_module requests-oauthlib}
+BuildRequires:  %{python_module requests-toolbelt}
+BuildRequires:  %{python_module requests}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module six}
 BuildRequires:  fdupes
 BuildRequires:  python-devel
 BuildRequires:  python-rpm-macros
@@ -38,11 +37,11 @@
 Requires:   python-requests-oauthlib >= 0.4.2
 Requires:   python-requests-toolbelt >= 0.3.1
 Requires:   python-six >= 1.8.0
+BuildArch:  noarch
 %ifpython2
 Provides:   python-flickrapi-doc = %{version}
 Obsoletes:  python-flickrapi-doc < %{version}
 %endif
-BuildArch:  noarch
 %python_subpackages
 
 %description
@@ -61,11 +60,11 @@
 %install
 %python_install
 rm -rf %{buildroot}%{python_sitelib}/*.txt # Remove wrongly installed 
documentation
-%fdupes %{buildroot}/%{_prefix}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %files %{python_files}
-%defattr(-,root,root)
-%doc LICENSE.txt README.md
+%license LICENSE.txt
+%doc README.md
 %{python_sitelib}/*
 
 %changelog

++ flickrapi-2.3.tar.gz -> flickrapi-2.4.0.tar.gz ++
 2050 lines of diff (skipped)




commit python-flickrapi for openSUSE:Factory

2017-05-17 Thread root
Hello community,

here is the log from the commit of package python-flickrapi for 
openSUSE:Factory checked in at 2017-05-17 17:18:59

Comparing /work/SRC/openSUSE:Factory/python-flickrapi (Old)
 and  /work/SRC/openSUSE:Factory/.python-flickrapi.new (New)


Package is "python-flickrapi"

Wed May 17 17:18:59 2017 rev:11 rq:495528 version:2.3

Changes:

--- /work/SRC/openSUSE:Factory/python-flickrapi/python-flickrapi.changes
2013-09-17 16:25:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-flickrapi.new/python-flickrapi.changes   
2017-05-17 17:20:15.960898103 +0200
@@ -1,0 +2,45 @@
+Tue May 16 16:07:22 UTC 2017 - dmuel...@suse.com
+
+- 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).
+
+---
+Tue May  5 12:31:06 UTC 2015 - benoit.mo...@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
+
+---

Old:

  flickrapi-1.4.2.zip
  flickrapi-drop-bootstrap-distribute.patch

New:

  flickrapi-2.3.tar.gz



Other differences:
--
++ python-flickrapi.spec ++
--- /var/tmp/diff_new_pack.rGqauH/_old  2017-05-17 17:20:17.152730017 +0200
+++ /var/tmp/diff_new_pack.rGqauH/_new  2017-05-17 17:20:17.156729453 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-flickrapi
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -11,39 +11,39 @@
 # case the license is the MIT License). An "Open Source License" is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-flickrapi
-Version:1.4.2
+Version:2.3
 Release:0
 Url:http://stuvel.eu/projects/flickrapi
 Summary:Python interface to Flickr
 License:Python-2.0
 Group:  Development/Libraries/Python
-Source0:flickrapi-%{version}.zip
-Patch0: flickrapi-drop-bootstrap-distribute.patch
+Source0:
https://pypi.io/packages/source/f/flickrapi/flickrapi-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-docutils
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
-BuildRequires:  python-xml
-BuildRequires:  unzip
-Requires:   python-xml
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version} > 1010
+BuildRequires:  %{python_module requests }
+BuildRequires:  %{python_module requests-oauthlib }
+BuildRequires:  %{python_module requests-toolbelt }
+BuildRequires:  %{python_module setuptools }
+BuildRequires:  

commit python-flickrapi for openSUSE:Factory

2013-09-17 Thread h_root
Hello community,

here is the log from the commit of package python-flickrapi for 
openSUSE:Factory checked in at 2013-09-17 16:18:53

Comparing /work/SRC/openSUSE:Factory/python-flickrapi (Old)
 and  /work/SRC/openSUSE:Factory/.python-flickrapi.new (New)


Package is python-flickrapi

Changes:

--- /work/SRC/openSUSE:Factory/python-flickrapi/python-flickrapi.changes
2012-01-19 16:57:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-flickrapi.new/python-flickrapi.changes   
2013-09-17 16:25:47.0 +0200
@@ -1,0 +2,6 @@
+Mon Sep 16 08:58:45 UTC 2013 - mvysko...@suse.com
+
+- don't use distribute bootstrapping code as it attempt to download files 
+  * flickrapi-drop-bootstrap-distribute.patch
+
+---

New:

  flickrapi-drop-bootstrap-distribute.patch



Other differences:
--
++ python-flickrapi.spec ++
--- /var/tmp/diff_new_pack.JnN91X/_old  2013-09-17 16:25:48.0 +0200
+++ /var/tmp/diff_new_pack.JnN91X/_new  2013-09-17 16:25:48.0 +0200
@@ -23,11 +23,12 @@
 Summary:Python interface to Flickr
 License:Python-2.0
 Group:  Development/Libraries/Python
-Source: flickrapi-%{version}.zip
+Source0:flickrapi-%{version}.zip
+Patch0: flickrapi-drop-bootstrap-distribute.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-docutils
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 BuildRequires:  python-xml
 BuildRequires:  unzip
 Requires:   python-xml
@@ -53,6 +54,7 @@
 %prep
 %setup -q -n flickrapi-%{version}
 sed -i 1d flickrapi/__init__.py # Fix non-executable script
+%patch0 -p1
 
 %build
 python setup.py build


++ flickrapi-drop-bootstrap-distribute.patch ++
Index: flickrapi-1.4.2/setup.py
===
--- flickrapi-1.4.2.orig/setup.py
+++ flickrapi-1.4.2/setup.py
@@ -5,9 +5,6 @@
 Run with python setup.py install to install FlickrAPI
 '''
 
-import distribute_setup
-distribute_setup.use_setuptools()
-
 import sys
 
 # Check the Python version
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-flickrapi for openSUSE:Factory

2012-01-19 Thread h_root
Hello community,

here is the log from the commit of package python-flickrapi for 
openSUSE:Factory checked in at 2012-01-19 16:56:45

Comparing /work/SRC/openSUSE:Factory/python-flickrapi (Old)
 and  /work/SRC/openSUSE:Factory/.python-flickrapi.new (New)


Package is python-flickrapi, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-flickrapi/python-flickrapi.changes
2011-09-26 10:14:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-flickrapi.new/python-flickrapi.changes   
2012-01-19 16:57:55.0 +0100
@@ -1,0 +2,5 @@
+Thu Jan 12 11:31:09 UTC 2012 - co...@suse.com
+
+- change license to be in spdx.org format
+
+---



Other differences:
--
++ python-flickrapi.spec ++
--- /var/tmp/diff_new_pack.W9mzwL/_old  2012-01-19 16:57:56.0 +0100
+++ /var/tmp/diff_new_pack.W9mzwL/_new  2012-01-19 16:57:56.0 +0100
@@ -21,7 +21,7 @@
 Release:0
 Url:http://stuvel.eu/projects/flickrapi
 Summary:Python interface to Flickr
-License:Python 2.5 license
+License:Python-2.0
 Group:  Development/Libraries/Python
 Source: flickrapi-%{version}.zip
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-flickrapi for openSUSE:Factory

2011-09-26 Thread h_root

Hello community,

here is the log from the commit of package python-flickrapi for openSUSE:Factory
checked in at Mon Sep 26 10:15:07 CEST 2011.




--- python-flickrapi/python-flickrapi.changes   2010-09-03 14:54:23.0 
+0200
+++ /mounts/work_src_done/STABLE/python-flickrapi/python-flickrapi.changes  
2011-09-22 13:00:29.0 +0200
@@ -1,0 +2,17 @@
+Thu Sep 22 10:59:07 UTC 2011 - sasc...@suse.de
+
+- BuildRequire python-docutils instead of old docutils
+
+---
+Wed Sep 21 09:14:44 UTC 2011 - sasc...@suse.de
+
+- 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
+
+---

calling whatdependson for head-i586


Old:

  flickrapi-1.3.tar.bz2

New:

  flickrapi-1.4.2.zip



Other differences:
--
++ python-flickrapi.spec ++
--- /var/tmp/diff_new_pack.LBgD9l/_old  2011-09-26 10:14:39.0 +0200
+++ /var/tmp/diff_new_pack.LBgD9l/_new  2011-09-26 10:14:39.0 +0200
@@ -11,34 +11,38 @@
 # case the license is the MIT License). An Open Source License is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-
+#
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   python-flickrapi
-%define _name   flickrapi
+Version:1.4.2
+Release:0
+Url:http://stuvel.eu/projects/flickrapi
+Summary:Python interface to Flickr
 License:Python 2.5 license
 Group:  Development/Libraries/Python
-Version:1.3
-Release:1
-Summary:Python interface to Flickr
-Url:http://stuvel.eu/projects/flickrapi
-Source: %{_name}-%{version}.tar.bz2
-BuildRequires:  docutils
+Source: flickrapi-%{version}.zip
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  python-docutils
 BuildRequires:  python-devel
-BuildRequires:  python-setuptools
+BuildRequires:  python-distribute
 BuildRequires:  python-xml
+BuildRequires:  unzip
 Requires:   python-xml
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version}
 %py_requires
-%if %suse_version = 1110
-%define python_sitelib %{py_sitedir}
-%else
+%if 0%{?suse_version}  1010
+BuildRequires:  fdupes
+%endif
+%if 0%{?suse_version}  1110
 BuildArch:  noarch
 %endif
+%endif
+Provides:   python-flickrapi-doc = %{version}
+Obsoletes:  python-flickrapi-doc  %{version}
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 
 %description
 The easiest to use, most complete, and most actively developed
@@ -46,38 +50,21 @@
 authorized and non-authorized access, uploading and replacing
 photos, and all Flickr API functions.
 
-%package doc
-License:Python 2.5 license
-Group:  Development/Libraries/Python
-Summary:Python interface to Flickr - Documentation
-Requires:   %{name} = %{version}
-
-%description doc
-The easiest to use, most complete, and most actively developed
-Python interface to the Flickr API. It includes support for
-authorized and non-authorized access, uploading and replacing
-photos, and all Flickr API functions.
-
 %prep
-%setup -q -n %{_name}-%{version}
+%setup -q -n flickrapi-%{version}
+sed -i 1d flickrapi/__init__.py # Fix non-executable script
 
 %build
-%{__python} setup.py build
+python setup.py build
+cd doc  make # Build HTML documentation
 
 %install
-%{__python} setup.py install --prefix=%{_prefix} --root=%{buildroot}
-
-%clean
-%{__rm} -rf %{buildroot}
+python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+rm -rf 
%{buildroot}/usr/{{LICENSE,README,UPGRADING},share/doc/flickrapi-%{version}} # 
Remove wrongly installed documentation
 
 %files
 %defattr(-,root,root)
 %doc LICENSE README UPGRADING
-%{python_sitelib}/%{_name}-%{version}-py%{py_ver}.egg-info
-%{python_sitelib}/%{_name}/
-
-%files doc
-%defattr(-,root,root)
-%{_datadir}/doc/%{_name}-%{version}
+%{python_sitelib}/*
 
 %changelog






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org