rpms/python-psyco/devel python-psyco.spec,1.6,1.7

Shahms King (shahms) fedora-extras-commits at redhat.com
Wed Jan 11 16:07:04 UTC 2006


Author: shahms

Update of /cvs/extras/rpms/python-psyco/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6586/devel

Modified Files:
	python-psyco.spec 
Log Message:
Add a description.  Can't believe I didn't have one before.



Index: python-psyco.spec
===================================================================
RCS file: /cvs/extras/rpms/python-psyco/devel/python-psyco.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- python-psyco.spec	2 Nov 2005 18:34:22 -0000	1.6
+++ python-psyco.spec	11 Jan 2006 16:07:03 -0000	1.7
@@ -4,7 +4,7 @@
 
 Name:           python-%{srcname}
 Version:        1.5
-Release:        2%{?dist}
+Release:        3%{?dist}
 
 Summary:        The Python Specialing Compiler
 
@@ -19,6 +19,13 @@
 Requires:   python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
 
 %description
+Psyco is a kind of just-in-time (JIT) compiler, a little bit like what exists
+for other languages, that emit machine code on the fly instead of interpreting
+your Python program step by step. The difference with the traditional approach
+to JIT compilers is that Psyco writes several version of the same blocks
+(a block is a bit of a function), which are optimized by being specialized to
+some kinds of variables (a "kind" can mean a type, but it is more general). The
+result is that your unmodified Python programs run faster.
 
 
 %prep
@@ -48,6 +55,9 @@
 %ghost %{python_sitearch}/psyco/*.pyo
 
 %changelog
+* Wed Jan 11 2006 Shahms E. King <shahms at shahms.com> 1.5-3
+- Add a description and rebuild.  Ooops.
+
 * Wed Nov 02 2005 Shahms E. King <shahms at shahms.com> 1.5-2
 - Don't package INSTALL.txt which no longer exists
 




More information about the fedora-extras-commits mailing list