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 <[email protected]>
+
+- 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)