Hello community,

here is the log from the commit of package python-pexpect for openSUSE:Factory 
checked in at 2013-10-25 11:26:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pexpect (Old)
 and      /work/SRC/openSUSE:Factory/.python-pexpect.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pexpect"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pexpect/python-pexpect.changes    
2011-09-23 12:43:05.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-pexpect.new/python-pexpect.changes       
2013-10-25 11:26:31.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Oct 24 12:42:54 UTC 2013 - [email protected]
+
+- Update to version 2.4:
+  + No changelog
+
+-------------------------------------------------------------------

Old:
----
  pexpect-2.3.tar.bz2

New:
----
  pexpect-2.4.tar.gz

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

Other differences:
------------------
++++++ python-pexpect.spec ++++++
--- /var/tmp/diff_new_pack.lTDajc/_old  2013-10-25 11:26:44.000000000 +0200
+++ /var/tmp/diff_new_pack.lTDajc/_new  2013-10-25 11:26:44.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package python-pexpect (Version 2.3)
+# spec file for package python-pexpect
 #
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,54 +15,45 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           python-pexpect
 BuildRequires:  python-devel
+Version:        2.4
+Release:        0
+Summary:        Pure Python Expect-like module
 License:        MIT
 Group:          Development/Libraries/Python
-AutoReqProv:    on
-Version:        2.3
-Release:        23
-Summary:        Pure Python Expect-like module
 Url:            http://pexpect.sourceforge.net/
-Source:         pexpect-%{version}.tar.bz2
-Patch:          %{name}-%{version}.patch
+Source:         
https://pypi.python.org/packages/source/p/pexpect/pexpect-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-#BuildArchitectures: noarch
-#ExclusiveArch: %ix86
-%py_requires
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%else
+BuildArch:      noarch
+%endif
 
 %description
 Pexpect is a pure Python module for spawning child applications;
 controlling them; and responding to expected patterns in their output.
 
-
-
-Authors:
---------
-    Noah Spurrier
-
 %prep
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %setup -n pexpect-%{version}
-%patch -p1
 
 %build
-python ./setup.py build
+python setup.py build
 
 %install
-#rm -rf $RPM_BUILD_ROOT
-python ./setup.py install -O2 --prefix="/usr" --root=$RPM_BUILD_ROOT 
--record=%{name}.files
-
-%clean
-#rm -rf $RPM_BUILD_ROOT
+python setup.py install --prefix="/usr" --root=%{buildroot}
 
-%files -f %{name}.files
+%files
 %defattr(-,root,root,-)
-%{_docdir}/python-pexpect
-%{_docdir}/python-pexpect/examples
-#%doc doc/
+%doc doc examples
+%{python_sitelib}/ANSI.py*
+%{python_sitelib}/FSM.py*
+%{python_sitelib}/fdpexpect.py*
+%{python_sitelib}/pexpect-%{version}-py%{py_ver}.egg-info
+%{python_sitelib}/pexpect.py*
+%{python_sitelib}/pxssh.py*
+%{python_sitelib}/screen.py*
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to