Python 2.6.3 for Fedora 13?

2009-10-02 Thread David Malcolm
Python 2.6.3 was just released [1].  I think we'll want this in F13
(seems far too late to me for F12).

I tried rebuilding our devel branch with the 2.6.3 tarball, and it
built with no changes to the existing patches.  I haven't gone through
the upstream changes in detail though.  Caveat: this was on an F11 box,
not in Koji.

I'm running with 2.6.3 rpms on my F11 box, I'll see if anything
unexpected happens.  yum seems to still work.

Attached is a patch to the devel branch FWIW.

I've just requested watchbugzilla watchcommits and commit rights
for python's devel and F12 branches.  Is there a process I need to go
through for this, e.g. to establish trustworthiness?

Hope this is helpful
Dave

PS  I'm about to be unreachable electronically, until October 12th
(vacation).  I plan to start running rawhide when I'm back.

[1] http://www.python.org/download/releases/2.6.3/
? .build-2.6.2-2.fc12.log
? .build-2.6.3-1.fc13.log
? bump-python-devel-to-2.6.3.patch
Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/python/devel/.cvsignore,v
retrieving revision 1.20
diff -u -p -r1.20 .cvsignore
--- .cvsignore	30 Jul 2009 20:57:27 -	1.20
+++ .cvsignore	2 Oct 2009 21:00:23 -
@@ -1 +1,2 @@
 Python-2.6.2.tar.bz2
+Python-2.6.3.tar.bz2
Index: python.spec
===
RCS file: /cvs/pkgs/rpms/python/devel/python.spec,v
retrieving revision 1.152
diff -u -p -r1.152 python.spec
--- python.spec	21 Aug 2009 15:34:49 -	1.152
+++ python.spec	2 Oct 2009 21:00:23 -
@@ -21,8 +21,8 @@
 
 Summary: An interpreted, interactive, object-oriented programming language
 Name: %{python}
-Version: 2.6.2
-Release: 2%{?dist}
+Version: 2.6.3
+Release: 1%{?dist}
 License: Python
 Group: Development/Languages
 Provides: python-abi = %{pybasever}
@@ -538,6 +538,9 @@ rm -fr $RPM_BUILD_ROOT
 %{_libdir}/python%{pybasever}/lib-dynload/_testcapimodule.so
 
 %changelog
+* Fri Oct  2 2009 David Malcolm dmalc...@redhat.com - 2.6.3-1
+- Update to 2.6.3
+
 * Fri Aug 21 2009 Tomas Mraz tm...@redhat.com - 2.6.2-2
 - rebuilt with new openssl
 
Index: sources
===
RCS file: /cvs/pkgs/rpms/python/devel/sources,v
retrieving revision 1.20
diff -u -p -r1.20 sources
--- sources	30 Jul 2009 20:57:27 -	1.20
+++ sources	2 Oct 2009 21:00:23 -
@@ -1 +1,2 @@
 245db9f1e0f09ab7e0faaa0cf7301011  Python-2.6.2.tar.bz2
+8755fc03075b1701ca3f13932e6ade9f  Python-2.6.3.tar.bz2
___
Fedora-python-devel-list mailing list
Fedora-python-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-python-devel-list

Re: Python 2.6.3 for Fedora 13?

2009-10-02 Thread David Malcolm
On Fri, 2009-10-02 at 17:17 -0400, David Malcolm wrote:
 Python 2.6.3 was just released [1].  I think we'll want this in F13
 (seems far too late to me for F12).
 
 I tried rebuilding our devel branch with the 2.6.3 tarball, and it
 built with no changes to the existing patches.  I haven't gone through
 the upstream changes in detail though.  Caveat: this was on an F11 box,
 not in Koji.

Scratch build here:
http://koji.fedoraproject.org/koji/taskinfo?taskID=1725285

[snip]



___
Fedora-python-devel-list mailing list
Fedora-python-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-python-devel-list