Hello community,
here is the log from the commit of package python-factory_boy for
openSUSE:Factory checked in at 2012-11-25 13:39:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-factory_boy (Old)
and /work/SRC/openSUSE:Factory/.python-factory_boy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-factory_boy", Maintainer is ""
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-factory_boy/python-factory_boy.changes
2012-06-13 13:32:46.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-factory_boy.new/python-factory_boy.changes
2012-11-25 13:39:33.000000000 +0100
@@ -1,0 +2,7 @@
+Fri Nov 23 11:06:19 UTC 2012 - [email protected]
+
+- Update to version 1.2.0:
+ + Upstream provides no changelog
+- Build HTML documentation
+
+-------------------------------------------------------------------
Old:
----
factory_boy-1.0.4.tar.gz
New:
----
factory_boy-1.2.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-factory_boy.spec ++++++
--- /var/tmp/diff_new_pack.hxXEQ2/_old 2012-11-25 13:39:34.000000000 +0100
+++ /var/tmp/diff_new_pack.hxXEQ2/_new 2012-11-25 13:39:34.000000000 +0100
@@ -15,14 +15,16 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
+
Name: python-factory_boy
-Version: 1.0.4
+Version: 1.2.0
Release: 0
-License: MIT
Summary: A test fixtures replacement
-Url: http://github.com/rbarrois/factory_boy
+License: MIT
Group: Development/Languages/Python
+Url: http://github.com/rbarrois/factory_boy
Source:
http://pypi.python.org/packages/source/f/factory_boy/factory_boy-%{version}.tar.gz
+BuildRequires: python-Sphinx
BuildRequires: python-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
@@ -39,12 +41,18 @@
%build
python setup.py build
+#python setup.py build_sphinx && rm build/sphinx/html/.buildinfo
+cd docs && make html
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%check
+python setup.py test
+
%files
%defattr(-,root,root,-)
+%doc README docs/_build/html
%{python_sitelib}/*
%changelog
++++++ factory_boy-1.0.4.tar.gz -> factory_boy-1.2.0.tar.gz ++++++
++++ 4256 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]