[python-flickrapi] New upstream release 1.4.2

Maxim Burgerhout wzzrd at fedoraproject.org
Fri Dec 2 22:09:34 UTC 2011


commit 5f2526fc8b0fa52b0f2672dad2f1fd6eee33f5db
Author: Maxim Burgerhout <maxim at wzzrd.com>
Date:   Fri Dec 2 23:08:05 2011 +0100

    New upstream release 1.4.2
    
    Support short URLs
    Support for overriding API URLs in subclasses

 .gitignore            |    1 +
 python-flickrapi.spec |   21 ++++++++++++++++-----
 sources               |    2 +-
 3 files changed, 18 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b71f610..5c8d5a9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 flickrapi-1.3.tar.gz
+/flickrapi-1.4.2.zip
diff --git a/python-flickrapi.spec b/python-flickrapi.spec
index d608696..1d4bf9c 100644
--- a/python-flickrapi.spec
+++ b/python-flickrapi.spec
@@ -1,14 +1,14 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-flickrapi
-Version:        1.3
-Release:        4%{?dist}
+Version:        1.4.2
+Release:        1%{?dist}
 Summary:        Python module for interfacing with the Flickr API
 
 Group:          Development/Languages
 License:        Python
-URL:            http://stuvel.eu/projects/flickrapi
-Source0:        http://pypi.python.org/packages/source/f/flickrapi/flickrapi-%{version}.tar.gz
+URL:            http://stuvel.eu/flickrapi
+Source0:        http://pypi.python.org/packages/source/f/flickrapi/flickrapi-%{version}.zip
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -43,9 +43,20 @@ rm -rf %{buildroot}
 %defattr(-,root,root,-)
 %doc README LICENSE doc/documentation.css doc/index.html doc/index.rst doc/html4css1.css
 %{python_sitelib}/*
-
+%exclude /usr/LICENSE
+%exclude /usr/README
+%exclude /usr/UPGRADING
 
 %changelog
+* Thu Mar 24 2011 Maxim Burgerhout <wzzrd at fedoraproject.org> - 1.4-1
+- "New" upstream release
+- Using auth_callback=False when authentication is actually required now raises
+  a FlickrError exception.
+- The implementation uses self.flickr_host so that subclasses can override the
+  API URLs.
+- Support for short URLs was added.
+- Changed source url to .zip because .tar.gz no longer seems to be available
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 847b2c7..af42b18 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6a36063ff7e0aadd00d363f06ea1f1df  flickrapi-1.3.tar.gz
+90dca08a45968b18da0894887f3e59b3  flickrapi-1.4.2.zip


More information about the scm-commits mailing list