rpms/python-imdb/devel python-imdb-4.2-beautifulsoup.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 python-imdb.spec, 1.9, 1.10 sources, 1.3, 1.4

Sindre Pedersen Bjørdal sindrepb at fedoraproject.org
Sat Sep 26 02:13:56 UTC 2009


Author: sindrepb

Update of /cvs/pkgs/rpms/python-imdb/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3778

Modified Files:
	.cvsignore python-imdb.spec sources 
Added Files:
	python-imdb-4.2-beautifulsoup.patch 
Log Message:
new upstream

python-imdb-4.2-beautifulsoup.patch:
 bsoupxpath.py |    2 +-
 etree.py      |    4 ++--
 html.py       |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

--- NEW FILE python-imdb-4.2-beautifulsoup.patch ---
diff -up ./imdb/parser/http/bsouplxml/bsoupxpath.py.orig ./imdb/parser/http/bsouplxml/bsoupxpath.py
--- ./imdb/parser/http/bsouplxml/bsoupxpath.py.orig	2009-09-26 04:01:34.000000000 +0200
+++ ./imdb/parser/http/bsouplxml/bsoupxpath.py	2009-09-26 04:05:37.000000000 +0200
@@ -26,7 +26,7 @@ __docformat__ = 'restructuredtext'
 
 import re
 import string
-import _bsoup as BeautifulSoup
+import BeautifulSoup
 
 
 # XPath related enumerations and constants
diff -up ./imdb/parser/http/bsouplxml/etree.py.orig ./imdb/parser/http/bsouplxml/etree.py
--- ./imdb/parser/http/bsouplxml/etree.py.orig	2009-09-26 04:05:10.000000000 +0200
+++ ./imdb/parser/http/bsouplxml/etree.py	2009-09-26 04:06:03.000000000 +0200
@@ -21,8 +21,8 @@ along with this program; if not, write t
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 """
 
-import _bsoup as BeautifulSoup
-from _bsoup import Tag as Element
+import BeautifulSoup
+from BeautifulSoup import Tag as Element
 
 import bsoupxpath
 
diff -up ./imdb/parser/http/bsouplxml/html.py.orig ./imdb/parser/http/bsouplxml/html.py
--- ./imdb/parser/http/bsouplxml/html.py.orig	2009-09-26 04:05:14.000000000 +0200
+++ ./imdb/parser/http/bsouplxml/html.py	2009-09-26 04:06:16.000000000 +0200
@@ -21,7 +21,7 @@ along with this program; if not, write t
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 """
 
-import _bsoup as BeautifulSoup
+import BeautifulSoup
 
 
 def fromstring(html_string):


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-imdb/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	1 Apr 2009 03:06:40 -0000	1.3
+++ .cvsignore	26 Sep 2009 02:13:55 -0000	1.4
@@ -1 +1 @@
-IMDbPY-4.0.tar.gz
+IMDbPY-4.2.tar.gz


Index: python-imdb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-imdb/devel/python-imdb.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- python-imdb.spec	26 Jul 2009 20:28:01 -0000	1.9
+++ python-imdb.spec	26 Sep 2009 02:13:55 -0000	1.10
@@ -5,8 +5,8 @@
 
 Name:           python-imdb
 Provides:       IMDbPY = %{version}-%{release}
-Version:        4.0
-Release:        6%{?dist}
+Version:        4.2
+Release:        1%{?dist}
 Summary:        Retrieve and manage the data of the IMDb movie database
 
 Group:          Development/Languages
@@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Sep 26 2009 Sindre Pedersen Bjørdal <sindrepb at fedoraproject.org> - 4.2-1
+- New upstream release
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.0-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-imdb/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	1 Apr 2009 03:06:40 -0000	1.3
+++ sources	26 Sep 2009 02:13:55 -0000	1.4
@@ -1 +1 @@
-873fb1550f0fde04acbb297b74c94377  IMDbPY-4.0.tar.gz
+a97fdde99e5810b47a7102e0980e1655  IMDbPY-4.2.tar.gz




More information about the fedora-extras-commits mailing list