Hello community,

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

Package is "python-Fabric", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Fabric/python-Fabric.changes      
2012-11-25 13:35:34.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-Fabric.new/python-Fabric.changes 
2012-12-10 14:26:26.000000000 +0100
@@ -1,0 +2,7 @@
+Sat Dec  1 15:34:25 UTC 2012 - [email protected]
+
+- (Build)require python-paramiko instead of python-ssh, upstream deps
+  changed
+- Build and install HTML documentation
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-Fabric.spec ++++++
--- /var/tmp/diff_new_pack.llhHFF/_old  2012-12-10 14:26:26.000000000 +0100
+++ /var/tmp/diff_new_pack.llhHFF/_new  2012-12-10 14:26:26.000000000 +0100
@@ -26,10 +26,15 @@
 Source:         Fabric-%{version}.tar.bz2
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
+# Test requirements:
+#TODO: Disabled due to errors / fudge requirement
 #BuildRequires:  python-fudge
-#BuildRequires:  python-ssh
+#BuildRequires:  python-nose
+#BuildRequires:  python-paramiko >= 1.9.0
+# Documentation requirements:
+BuildRequires:  python-Sphinx
 Requires:       python-distribute
-Requires:       python-ssh
+Requires:       python-paramiko >= 1.9.0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %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()")}
@@ -75,9 +80,11 @@
 
 %prep
 %setup -q -n Fabric-%{version}
+#sed -i "s|fudge<1.0|fudge|" setup.py # Try testing with newer fudge
 
 %build
 python setup.py build
+sphinx-build -b html docs html && rm -r html/{.buildinfo,.doctrees}
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
@@ -87,7 +94,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS LICENSE README.rst
+%doc AUTHORS LICENSE README.rst html
 %{_bindir}/fab
 %{python_sitelib}/*
 

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

Reply via email to