From 0e8bf4300a7542e3183abf6d878df215ce3963853a2a975257325d2b56e7ff44 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Fri, 23 Nov 2012 11:08:12 +0000 Subject: [PATCH] - Update to version 1.2.0: + Upstream provides no changelog - Build HTML documentation OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-factory_boy?expand=0&rev=3 --- factory_boy-1.0.4.tar.gz | 3 --- factory_boy-1.2.0.tar.gz | 3 +++ python-factory_boy.changes | 7 +++++++ python-factory_boy.spec | 14 +++++++++++--- 4 files changed, 21 insertions(+), 6 deletions(-) delete mode 100644 factory_boy-1.0.4.tar.gz create mode 100644 factory_boy-1.2.0.tar.gz diff --git a/factory_boy-1.0.4.tar.gz b/factory_boy-1.0.4.tar.gz deleted file mode 100644 index 7aa986a..0000000 --- a/factory_boy-1.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:923416592bc38d63bdfb93a56cb540a1ba230e80a1aa22f1eacc7bc37a2b1593 -size 8761 diff --git a/factory_boy-1.2.0.tar.gz b/factory_boy-1.2.0.tar.gz new file mode 100644 index 0000000..b2da2c4 --- /dev/null +++ b/factory_boy-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5d69a4d7ca8fde1d52cabdce63d11dc2d753d3c533e400694e45f2a952d33b7 +size 32693 diff --git a/python-factory_boy.changes b/python-factory_boy.changes index 174a66e..272dacc 100644 --- a/python-factory_boy.changes +++ b/python-factory_boy.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Nov 23 11:06:19 UTC 2012 - saschpe@suse.de + +- Update to version 1.2.0: + + Upstream provides no changelog +- Build HTML documentation + ------------------------------------------------------------------- Mon Jun 11 13:10:36 UTC 2012 - saschpe@suse.de diff --git a/python-factory_boy.spec b/python-factory_boy.spec index 431c6c9..2070f5d 100644 --- a/python-factory_boy.spec +++ b/python-factory_boy.spec @@ -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 @@ A test fixtures replacement based on thoughtbot's factory_girl for Ruby. %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