<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Bashton Blog &#187; RPM</title>
	<atom:link href="http://blog.bashton.com/category/rpm/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bashton.com</link>
	<description>Bashton Ltd</description>
	<lastBuildDate>Tue, 13 Apr 2010 05:30:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Django 1.0 Released</title>
		<link>http://blog.bashton.com/2008/django-10-released/</link>
		<comments>http://blog.bashton.com/2008/django-10-released/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 08:49:02 +0000</pubDate>
		<dc:creator>sam</dc:creator>
				<category><![CDATA[RPM]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[redhat]]></category>

		<guid isPermaLink="false">http://blog.bashton.com/2008/django-10-released/</guid>
		<description><![CDATA[The final version of Django 1.0 has been released.  Debian packages are available from the unstable repository and these should install cleanly on Ubuntu too.
As I noted previously with the Alpha releases, an RPM for RHEL5/Centos can be built by doing:
python setup.py bdist_rpm
Note you&#8217;ll need an updated MySQL-python library installed, which can be found below.
MySQL-python-1.2.2-1.x86_64.rpm
If [...]]]></description>
			<content:encoded><![CDATA[<p>The final version of Django 1.0 <a href="http://www.djangoproject.com/">has been released</a>.  Debian packages are available from the <a href="http://packages.debian.org/search?keywords=django&amp;searchon=names&amp;suite=unstable&amp;section=all">unstable repository</a> and these should install cleanly on Ubuntu too.</p>
<p>As I <a href="http://blog.bashton.com/2008/django-10-alpha-rpms-for-centosrhel-5/">noted previously with the Alpha releases</a>, an RPM for RHEL5/Centos can be built by doing:</p>
<pre>python setup.py bdist_rpm</pre>
<p>Note you&#8217;ll need an updated MySQL-python library installed, which can be found below.</p>
<p><a href="http://bashton.com/downloads/rpm/mysql-python/MySQL-python-1.2.2-1.x86_64.rpm">MySQL-python-1.2.2-1.x86_64.rpm</a></p>
<p>If you’re not using a 64bit server, you can download this source RPM and rebuild via rpmbuild –rebuild:</p>
<p><a href="http://bashton.com/downloads/rpm/mysql-python/MySQL-python-1.2.2-1.src.rpm">MySQL-python-1.2.2-1.src.rpm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bashton.com/2008/django-10-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python 2.5 RPMs for RHEL 5 / Centos 5</title>
		<link>http://blog.bashton.com/2008/python-25-rpms-for-rhel-5-centos-5/</link>
		<comments>http://blog.bashton.com/2008/python-25-rpms-for-rhel-5-centos-5/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 13:08:28 +0000</pubDate>
		<dc:creator>sam</dc:creator>
				<category><![CDATA[RPM]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[redhat]]></category>

		<guid isPermaLink="false">http://blog.bashton.com/2008/python-25-rpms-for-rhel-5-centos-5/</guid>
		<description><![CDATA[Red Hat Enterprise 5 ships with Python 2.4.  As it uses this for the majority if its inbuilt scripts, it&#8217;s probably not such a good idea to just change it.
With this in mind, I built the following Python 2.5 RPMs, which create the python executable as /usr/bin/python25.  This means that where necessary, you can use [...]]]></description>
			<content:encoded><![CDATA[<p>Red Hat Enterprise 5 ships with Python 2.4.  As it uses this for the majority if its inbuilt scripts, it&#8217;s probably not such a good idea to just change it.</p>
<p>With this in mind, I built the following Python 2.5 RPMs, which create the python executable as /usr/bin/python25.  This means that where necessary, you can use Python 2.5, but the system scripts will continue to use 2.4.  If you do want to use Python 2.5 by default, by all means make /usr/bin/python a symlink to this &#8211; but don&#8217;t complain to me if &#8216;bad things&#8217; happen.</p>
<p>64-bit RPMs:</p>
<p><a href="http://bashton.com/downloads/rpm/python/python25-2.5.1-bashton1.x86_64.rpm">python25-2.5.1-bashton1.x86_64.rpm</a><br />
<a href="http://bashton.com/downloads/rpm/python/python25-devel-2.5.1-bashton1.x86_64.rpm">python25-devel-2.5.1-bashton1.x86_64.rpm</a><br />
<a href="http://bashton.com/downloads/rpm/python/python25-libs-2.5.1-bashton1.x86_64.rpm">python25-libs-2.5.1-bashton1.x86_64.rpm</a><br />
<a href="http://bashton.com/downloads/rpm/python/python25-test-2.5.1-bashton1.x86_64.rpm">python25-test-2.5.1-bashton1.x86_64.rpm</a><br />
<a href="http://bashton.com/downloads/rpm/python/python25-tools-2.5.1-bashton1.x86_64.rpm">python25-tools-2.5.1-bashton1.x86_64.rpm</a></p>
<p>Source RPM:</p>
<p><a href="http://bashton.com/downloads/rpm/python/python25-2.5.1-bashton1.src.rpm">python25-2.5.1-bashton1.src.rpm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bashton.com/2008/python-25-rpms-for-rhel-5-centos-5/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Django 1.0-alpha RPMs for Centos/RHEL 5</title>
		<link>http://blog.bashton.com/2008/django-10-alpha-rpms-for-centosrhel-5/</link>
		<comments>http://blog.bashton.com/2008/django-10-alpha-rpms-for-centosrhel-5/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 12:58:42 +0000</pubDate>
		<dc:creator>sam</dc:creator>
				<category><![CDATA[RPM]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[redhat]]></category>

		<guid isPermaLink="false">http://blog.bashton.com/2008/django-10-alpha-rpms-for-centosrhel-5/</guid>
		<description><![CDATA[We&#8217;ve been using Django a lot for some internal projects, and for various reasons we&#8217;re using CentOS 5 on the servers running them.
One nice feature of the Python build system I didn&#8217;t know about until today is the ability to make RPMs using the setup.py script.  To build yourself some Django RPMs, just run:
python setup.py [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve been using Django a lot for some internal projects, and for various reasons we&#8217;re using CentOS 5 on the servers running them.</p>
<p>One nice feature of the Python build system I didn&#8217;t know about until today is the ability to make RPMs using the setup.py script.  To build yourself some Django RPMs, just run:</p>
<pre>python setup.py bdist_rpm</pre>
<p>Unfortunately, this feature seems a bit hit and miss.  Django needs a newer version of MySQL-python than ships with EL5, but unfortunately the bdist_rpm for this doesn&#8217;t work.</p>
<p>As such, here&#8217;s a link to an updated MySQL-python RPM I&#8217;ve built:</p>
<p><a href="http://bashton.com/downloads/rpm/mysql-python/MySQL-python-1.2.2-1.x86_64.rpm">MySQL-python-1.2.2-1.x86_64.rpm</a></p>
<p>If you&#8217;re not using a 64bit server, you can download this source RPM and rebuild via rpmbuild &#8211;rebuild:</p>
<p><a href="http://bashton.com/downloads/rpm/mysql-python/MySQL-python-1.2.2-1.src.rpm">MySQL-python-1.2.2-1.src.rpm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bashton.com/2008/django-10-alpha-rpms-for-centosrhel-5/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
