Mailinglist Archive: opensuse-commit (1192 mails)

< Previous Next >
commit python-pexpect
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Sat, 02 Aug 2008 06:16:56 +0200
  • Message-id: <20080802041656.AEB1267816D@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package python-pexpect
checked in at Sat Aug 2 06:16:56 CEST 2008.


--------
--- python-pexpect/python-pexpect.changes 2007-01-24 23:44:47.000000000
+0100
+++ python-pexpect/python-pexpect.changes 2008-08-01 15:28:41.000000000
+0200
@@ -1,0 +2,5 @@
+Fri Aug 01 15:09:21 CEST 2008 - bwalle@xxxxxxx
+
+- update to 2.3 (no upstream changelog available)
+
+-------------------------------------------------------------------



Old:
----
python-pexpect-2.1.patch
python-pexpect-2.1.tar.gz

New:
----
pexpect-2.3.tar.bz2
python-pexpect-2.3.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pexpect.spec ++++++
--- /var/tmp/diff_new_pack.y24539/_old 2008-08-02 06:15:59.000000000 +0200
+++ /var/tmp/diff_new_pack.y24539/_new 2008-08-02 06:15:59.000000000 +0200
@@ -1,7 +1,7 @@
#
-# spec file for package python-pexpect (Version 2.1)
+# spec file for package python-pexpect (Version 2.3)
#
-# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@@ -10,16 +10,17 @@

# norootforbuild

+
Name: python-pexpect
BuildRequires: python-devel
License: X11/MIT
Group: Development/Libraries/Python
-Autoreqprov: on
-Version: 2.1
+AutoReqProv: on
+Version: 2.3
Release: 1
-Summary: Pure Python Expect-like module.
-URL: http://pexpect.sourceforge.net/
-Source: %{name}-%{version}.tar.gz
+Summary: Pure Python Expect-like module
+Url: http://pexpect.sourceforge.net/
+Source: pexpect-%{version}.tar.bz2
Patch: %{name}-%{version}.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#BuildArchitectures: noarch
@@ -38,8 +39,8 @@

%prep
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%setup
-%patch
+%setup -n pexpect-%{version}
+%patch -p1

%build
python ./setup.py build
@@ -58,5 +59,7 @@
#%doc doc/

%changelog
-* Wed Jan 24 2007 - timlee@xxxxxxx
+* Fri Aug 01 2008 bwalle@xxxxxxx
+- update to 2.3 (no upstream changelog available)
+* Thu Jan 25 2007 timlee@xxxxxxx
- initial submission to autobuild, version 2.1

++++++ python-pexpect-2.1.patch -> python-pexpect-2.3.patch ++++++
--- python-pexpect/python-pexpect-2.1.patch 2007-02-21 21:11:56.000000000
+0100
+++ python-pexpect/python-pexpect-2.3.patch 2008-08-01 15:10:35.000000000
+0200
@@ -1,6 +1,10 @@
-diff -uNr MANIFEST.in MANIFEST.in
---- MANIFEST.in 1969-12-31 19:00:00.000000000 -0500
-+++ MANIFEST.in 2007-01-17 17:17:01.000000000 -0500
+---
+ MANIFEST.in | 15 +++++++++++++++
+ setup.py | 28 +++++++++++++++++++++++++++-
+ 2 files changed, 42 insertions(+), 1 deletion(-)
+
+--- /dev/null
++++ b/MANIFEST.in
@@ -0,0 +1,15 @@
+include ANSI.py
+include fdpexpect.py
@@ -17,11 +21,10 @@
+include setup.py
+recursive-include doc *
+recursive-include examples *
-diff -uNr setup.py setup.py
---- setup.py 2006-05-31 23:16:08.000000000 -0400
-+++ setup.py 2007-02-21 14:08:34.000000000 -0500
-@@ -3,7 +3,27 @@
- $Date: 2006-05-30 18:00:23 -0700 (Tue, 30 May 2006) $
+--- a/setup.py
++++ b/setup.py
+@@ -3,7 +3,27 @@ $Revision: 485 $
+ $Date: 2007-07-12 15:23:15 -0700 (Thu, 12 Jul 2007) $
'''
from distutils.core import setup
-setup (name='pexpect',
@@ -46,10 +49,10 @@
+ return result
+
+setup (name=NAME,
- version='2.1',
- py_modules=['pexpect', 'pxssh', 'fdpexpect'],
+ version='2.3',
+ py_modules=['pexpect', 'pxssh', 'fdpexpect', 'FSM', 'screen', 'ANSI'],
description='Pexpect is a pure Python Expect. It allows easy control of
other applications.',
-@@ -12,6 +32,12 @@
+@@ -12,6 +32,12 @@ setup (name='pexpect',
url='http://pexpect.sourceforge.net/',
license='MIT license',
platforms='UNIX',
@@ -58,7 +61,7 @@
+ cmdclass = {
+ 'bdist_rpm': bdist_rpm
+ }
-+
++
)

# classifiers = [


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages