flickrapi

changeset 258:fe34f2ac0f5a release version-1.4.2

Merged from development branch, bumped version to 1.4.2
author Sybren A. Stüvel <sybren@stuvel.eu>
date Thu, 18 Feb 2010 11:57:30 +0100
parents c42d69612103 148a3ac670c4
children 2a50a09d2e7e
files MANIFEST flickrapi.egg-info/PKG-INFO flickrapi.egg-info/SOURCES.txt flickrapi.egg-info/dependency_links.txt flickrapi.egg-info/requires.txt flickrapi.egg-info/top_level.txt flickrapi.egg-info/zip-safe flickrapi/__init__.py
diffstat 10 files changed, 5 insertions(+), 85 deletions(-) [+]
line diff
     1.1 --- a/.hgignore	Wed Feb 17 17:00:03 2010 +0100
     1.2 +++ b/.hgignore	Thu Feb 18 11:57:30 2010 +0100
     1.3 @@ -7,3 +7,4 @@
     1.4  doc/index.html
     1.5  doc/apidoc/
     1.6  .coverage
     1.7 +flickrapi.egg-info/
     2.1 --- a/MANIFEST	Wed Feb 17 17:00:03 2010 +0100
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,27 +0,0 @@
     2.4 -doc/documentation.css
     2.5 -doc/GNUmakefile
     2.6 -doc/html4css1.css
     2.7 -doc/index.rst
     2.8 -distribute_setup.py
     2.9 -flickrapi/cache.py
    2.10 -flickrapi/exceptions.py
    2.11 -flickrapi/__init__.py
    2.12 -flickrapi/multipart.py
    2.13 -flickrapi/reportinghttp.py
    2.14 -flickrapi/shorturl.py
    2.15 -flickrapi/tokencache.py
    2.16 -flickrapi/xmlnode.py
    2.17 -LICENSE
    2.18 -MANIFEST
    2.19 -README
    2.20 -runtests
    2.21 -_setup.py
    2.22 -setup.py
    2.23 -tests/photo.jpg
    2.24 -tests/test_cache.py
    2.25 -tests/test_flicrkapi.py
    2.26 -tests/test_multipart.py
    2.27 -tests/test_shorturl.py
    2.28 -tests/test_tokencache.py
    2.29 -tests/test_xmlnode.py
    2.30 -UPGRADING
     3.1 --- a/README	Wed Feb 17 17:00:03 2010 +0100
     3.2 +++ b/README	Thu Feb 18 11:57:30 2010 +0100
     3.3 @@ -14,4 +14,6 @@
     3.4      easy_install nose
     3.5      easy_install pymock
     3.6  
     3.7 -then run ``nosetest`` in the top-level directory.
     3.8 \ No newline at end of file
     3.9 +then run ``nosetest`` in the top-level directory.
    3.10 +
    3.11 +Packaging requires ``easy_install setuptools-hg``
     4.1 --- a/flickrapi.egg-info/PKG-INFO	Wed Feb 17 17:00:03 2010 +0100
     4.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.3 @@ -1,17 +0,0 @@
     4.4 -Metadata-Version: 1.0
     4.5 -Name: flickrapi
     4.6 -Version: 1.4.1
     4.7 -Summary: The official Python interface to the Flickr API
     4.8 -Home-page: http://stuvel.eu/projects/flickrapi
     4.9 -Author: Sybren A. Stuvel
    4.10 -Author-email: sybren@stuvel.eu
    4.11 -License: Python
    4.12 -Description: 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.
    4.13 -Platform: UNKNOWN
    4.14 -Classifier: Development Status :: 6 - Mature
    4.15 -Classifier: Intended Audience :: Developers
    4.16 -Classifier: License :: OSI Approved :: Python License (CNRI Python License)
    4.17 -Classifier: Operating System :: OS Independent
    4.18 -Classifier: Programming Language :: Python
    4.19 -Classifier: Topic :: Multimedia :: Graphics
    4.20 -Classifier: Topic :: Software Development :: Libraries :: Python Modules
     5.1 --- a/flickrapi.egg-info/SOURCES.txt	Wed Feb 17 17:00:03 2010 +0100
     5.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.3 @@ -1,32 +0,0 @@
     5.4 -LICENSE
     5.5 -MANIFEST
     5.6 -README
     5.7 -UPGRADING
     5.8 -_setup.py
     5.9 -distribute_setup.py
    5.10 -runtests
    5.11 -setup.py
    5.12 -doc/GNUmakefile
    5.13 -doc/documentation.css
    5.14 -doc/html4css1.css
    5.15 -flickrapi/__init__.py
    5.16 -flickrapi/cache.py
    5.17 -flickrapi/exceptions.py
    5.18 -flickrapi/multipart.py
    5.19 -flickrapi/reportinghttp.py
    5.20 -flickrapi/shorturl.py
    5.21 -flickrapi/tokencache.py
    5.22 -flickrapi/xmlnode.py
    5.23 -flickrapi.egg-info/PKG-INFO
    5.24 -flickrapi.egg-info/SOURCES.txt
    5.25 -flickrapi.egg-info/dependency_links.txt
    5.26 -flickrapi.egg-info/requires.txt
    5.27 -flickrapi.egg-info/top_level.txt
    5.28 -flickrapi.egg-info/zip-safe
    5.29 -tests/photo.jpg
    5.30 -tests/test_cache.py
    5.31 -tests/test_flicrkapi.py
    5.32 -tests/test_multipart.py
    5.33 -tests/test_shorturl.py
    5.34 -tests/test_tokencache.py
    5.35 -tests/test_xmlnode.py
    5.36 \ No newline at end of file
     6.1 --- a/flickrapi.egg-info/dependency_links.txt	Wed Feb 17 17:00:03 2010 +0100
     6.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.3 @@ -1,1 +0,0 @@
     6.4 -
     7.1 --- a/flickrapi.egg-info/requires.txt	Wed Feb 17 17:00:03 2010 +0100
     7.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.3 @@ -1,4 +0,0 @@
     7.4 -
     7.5 -
     7.6 -[ElementTree]
     7.7 -elementtree>=1.2.6
     7.8 \ No newline at end of file
     8.1 --- a/flickrapi.egg-info/top_level.txt	Wed Feb 17 17:00:03 2010 +0100
     8.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.3 @@ -1,1 +0,0 @@
     8.4 -flickrapi
     9.1 --- a/flickrapi.egg-info/zip-safe	Wed Feb 17 17:00:03 2010 +0100
     9.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.3 @@ -1,1 +0,0 @@
     9.4 -
    10.1 --- a/flickrapi/__init__.py	Wed Feb 17 17:00:03 2010 +0100
    10.2 +++ b/flickrapi/__init__.py	Thu Feb 18 11:57:30 2010 +0100
    10.3 @@ -11,7 +11,7 @@
    10.4  .. _`the FlickrAPI homepage`: http://stuvel.eu/projects/flickrapi
    10.5  '''
    10.6  
    10.7 -__version__ = '1.4.1'
    10.8 +__version__ = '1.4.2'
    10.9  __all__ = ('FlickrAPI', 'IllegalArgumentException', 'FlickrError',
   10.10          'CancelUpload', 'XMLNode', 'set_log_level', '__version__')
   10.11  __author__ = u'Sybren St\u00fcvel'.encode('utf-8')