[python-imdb] 4.7.

Jon Ciesla limb at fedoraproject.org
Fri Jul 15 14:52:30 UTC 2011


commit 524502cf2cd9ad5c97fb278f096d7da9f714035e
Author: Jon Ciesla <limb at jcomserv.net>
Date:   Fri Jul 15 09:48:03 2011 -0500

    4.7.

 .gitignore                  |    1 +
 python-imdb-4.7-setup.patch |   18 ++++++++++++++++++
 python-imdb.spec            |    9 ++++++---
 sources                     |    2 +-
 4 files changed, 26 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 93d5e4a..a2aca05 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 IMDbPY-4.5.1.tar.gz
+/IMDbPY-4.7.tar.gz
diff --git a/python-imdb-4.7-setup.patch b/python-imdb-4.7-setup.patch
new file mode 100644
index 0000000..3c6396c
--- /dev/null
+++ b/python-imdb-4.7-setup.patch
@@ -0,0 +1,18 @@
+--- IMDbPY-4.7/setup.py~	2011-01-23 05:46:09.000000000 -0600
++++ IMDbPY-4.7/setup.py	2011-07-15 09:43:11.000000000 -0500
+@@ -2,10 +2,11 @@
+ 
+ import os
+ import sys
+-import ez_setup
+-ez_setup.use_setuptools()
+-
+-import setuptools
++try:
++    import setuptools
++except ImportError:
++    import ez_setup
++    ez_setup.use_setuptools()
+ 
+ # version of the software; in the code repository this represents
+ # the _next_ release.  setuptools will automatically add 'dev-rREVISION'.
diff --git a/python-imdb.spec b/python-imdb.spec
index 5fcdd79..a7306f4 100644
--- a/python-imdb.spec
+++ b/python-imdb.spec
@@ -5,8 +5,8 @@
 
 Name:           python-imdb
 Provides:       IMDbPY = %{version}-%{release}
-Version:        4.5.1
-Release:        4%{?dist}
+Version:        4.7
+Release:        1%{?dist}
 Summary:        Retrieve and manage the data of the IMDb movie database
 
 Group:          Development/Languages
@@ -17,7 +17,7 @@ Source0:        http://prdownloads.sourceforge.net/imdbpy/%{realname}-%{version}
 Source1:        imdbpy.lang
 #use system beautifulsoup
 Patch0:         %{name}-4.2-beautifulsoup.patch
-Patch1:		%{name}-4.5.1-setup.patch
+Patch1:		%{name}-4.7-setup.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel, python-setuptools, gettext
@@ -87,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jul 15 2011 Jon Ciesla <limb at jcomserv.net> - 4.7-1
+- New upstream.
+
 * Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 4.5.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 
diff --git a/sources b/sources
index d10ac7a..9b4ac88 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2bd76171aeacb609af5dd39ad7ac6144  IMDbPY-4.5.1.tar.gz
+4deaed7b55ba3098af5ac559da7dde1a  IMDbPY-4.7.tar.gz


More information about the scm-commits mailing list