rpms/ipython/devel .cvsignore, 1.8, 1.9 ipython.spec, 1.10, 1.11 sources, 1.8, 1.9

Shahms King (shahms) fedora-extras-commits at redhat.com
Mon Jun 12 17:53:10 UTC 2006


Author: shahms

Update of /cvs/extras/rpms/ipython/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21459/devel

Modified Files:
	.cvsignore ipython.spec sources 
Log Message:
update to new upstream version


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ipython/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	30 Jan 2006 23:47:09 -0000	1.8
+++ .cvsignore	12 Jun 2006 17:53:10 -0000	1.9
@@ -1 +1 @@
-ipython-0.7.1.fix1.tar.gz
+ipython-0.7.2.tar.gz


Index: ipython.spec
===================================================================
RCS file: /cvs/extras/rpms/ipython/devel/ipython.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ipython.spec	13 Feb 2006 17:39:07 -0000	1.10
+++ ipython.spec	12 Jun 2006 17:53:10 -0000	1.11
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           ipython
-Version:        0.7.1.fix1
-Release:        2%{?dist}
+Version:        0.7.2
+Release:        1%{?dist}
 Summary:        An enhanced interactive Python shell
 
 Group:          Development/Libraries
@@ -21,31 +21,20 @@
 extra functionality.
 
 Main features:
-
  * Comprehensive object introspection.
-
  * Input history, persistent across sessions.
-
  * Caching of output results during a session with automatically generated
    references.
-
  * Readline based name completion.
-
  * Extensible system of 'magic' commands for controlling the environment and
    performing many tasks related either to IPython or the operating system.
-
  * Configuration system with easy switching between different setups (simpler
    than changing $PYTHONSTARTUP environment variables every time).
-
  * Session logging and reloading.
-
  * Extensible syntax processing for special purpose situations.
-
  * Access to the system shell with user-extensible alias system.
-
  * Easily embeddable in other Python programs.
-
- * Integrated access to the pdb debugger and the Python profiler. 
+ * Integrated access to the pdb debugger and the Python profiler.
 
 %prep
 %setup -q
@@ -70,6 +59,7 @@
 %{_datadir}/doc/%{name}-%{version}/
 %{_mandir}/man*/*
 %{_bindir}/ipython
+%{_bindir}/irunner
 %{_bindir}/pycolor
 %dir %{python_sitelib}/IPython
 %{python_sitelib}/IPython/*.py
@@ -83,6 +73,9 @@
 %ghost %{python_sitelib}/IPython/Extensions/*.pyo
 
 %changelog
+* Mon Jun 12 2006 Shahms E. King <shahms at shahms.com> 0.7.2
+- Update to new upstream version
+
 * Mon Feb 13 2006 Shahms E. King <shahms at shahms.com> 0.7.1.fix1-2
 - Rebuild for FC-5
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ipython/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	30 Jan 2006 23:47:09 -0000	1.8
+++ sources	12 Jun 2006 17:53:10 -0000	1.9
@@ -1 +1 @@
-ac762aa9480822fff49e08475456fb12  ipython-0.7.1.fix1.tar.gz
+3565efcf87c7318c1a3930e278ac9fa5  ipython-0.7.2.tar.gz




More information about the fedora-extras-commits mailing list