rpms/python-exif/F-7 .cvsignore, 1.1, 1.2 python-exif.spec, 1.2, 1.3 setup.py, 1.1, 1.2 sources, 1.3, 1.4

Terje Røsten (terjeros) fedora-extras-commits at redhat.com
Sat Jan 19 21:31:42 UTC 2008


Author: terjeros

Update of /cvs/extras/rpms/python-exif/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24612/F-7

Modified Files:
	.cvsignore python-exif.spec setup.py sources 
Log Message:
Sync with rawhide
- 1.0.7
- improved setup.py




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-exif/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	7 Aug 2007 22:32:55 -0000	1.1
+++ .cvsignore	19 Jan 2008 21:31:07 -0000	1.2
@@ -0,0 +1 @@
+EXIFpy_1.0.7.tar.gz


Index: python-exif.spec
===================================================================
RCS file: /cvs/extras/rpms/python-exif/F-7/python-exif.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-exif.spec	19 Nov 2007 08:34:40 -0000	1.2
+++ python-exif.spec	19 Jan 2008 21:31:07 -0000	1.3
@@ -5,8 +5,9 @@
 
 Summary: Python module to extract EXIF information
 Name:    python-exif
-Version: 1.0.5
-Release: 1%{?dist}
+# Remember to update setup.py 
+Version: 1.0.7
+Release: 2%{?dist}
 License: BSD
 Group:   Development/Libraries
 URL:     http://sourceforge.net/projects/%{oname}/
@@ -40,9 +41,16 @@
 %files
 %defattr(-, root, root, -)
 %doc COPYING
-%{python_sitelib}/EXIF.py*
+%{python_sitelib}/EXIF*
 
 %changelog
+* Sat Jan 19 2008 Terje Rosten <terjeros at phys.ntnu.no> - 1.0.7-2
+- Improve setup.py
+
+* Thu Jan  3 2008 Terje Rosten <terjeros at phys.ntnu.no> - 1.0.7-1
+- 1.0.7
+- Include egg info
+
 * Mon Nov 19 2007 Terje Rosten <terjeros at phys.ntnu.no> - 1.0.5-1
 - 1.0.5
 


Index: setup.py
===================================================================
RCS file: /cvs/extras/rpms/python-exif/F-7/setup.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- setup.py	8 Aug 2007 20:07:44 -0000	1.1
+++ setup.py	19 Jan 2008 21:31:07 -0000	1.2
@@ -1,9 +1,23 @@
-# Copyright 2007 Terje Rosten <terjeros at phys.ntnu.no>
+#! /usr/bin/env python
+# -*- coding: utf-8 -*-
+# Copyright 2008 Terje Rosten <terjeros at phys.ntnu.no>
 # License: BSD
 from distutils.core import setup
-setup(name='EXIF',
-      version='1.0.2',
-      py_modules=['EXIF'],
+desc = 'Python library to extract EXIF data from tiff and jpeg files'
+setup(name        = 'EXIF',
+      version     = '1.0.7',
+      author      = 'Ianaré Sévi',
+      description =  desc,
+      long_description =  desc,
+      url         = 'http://sourceforge.net/projects/exif-py/',
+      license     = 'BSD license',
+      py_modules  = ['EXIF'],
+      classifiers = ['Development Status :: 5 - Production/Stable',
+                     'Intended Audience :: Developers',
+                     'License :: OSI Approved :: BSD License',
+                     'Operating System :: OS Independent',
+                     'Programming Language :: Python',
+                     'Topic :: Graphics :: Software Development :: Libraries :: Python Modules ',
+                     'User Interface :: Command-line',
+                     ],
       )
-
-


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-exif/F-7/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	19 Nov 2007 08:34:40 -0000	1.3
+++ sources	19 Jan 2008 21:31:07 -0000	1.4
@@ -1 +1 @@
-72265328a3dc55bf12e85615ef39a17c  EXIFpy_1.0.5.tar.gz
+bbf0d274af8d9abb9683ca07942a6cca  EXIFpy_1.0.7.tar.gz




More information about the fedora-extras-commits mailing list