Hello community,

here is the log from the commit of package python-rdflib for openSUSE:Factory 
checked in at 2012-07-24 16:10:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-rdflib (Old)
 and      /work/SRC/openSUSE:Factory/.python-rdflib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-rdflib", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-rdflib/python-rdflib.changes      
2012-06-15 16:31:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-rdflib.new/python-rdflib.changes 
2012-07-24 17:22:23.000000000 +0200
@@ -6,0 +7,13 @@
+Wed Jun  6 18:17:39 UTC 2012 - [email protected]
+
+- Require python-Sphinx instead of python-sphinx
+- Change Source to full URL
+
+-------------------------------------------------------------------
+Thu May 24 19:41:43 UTC 2012 - [email protected]
+
+- Run tests
+- Add missing requirements
+- Build documentation
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-rdflib.spec ++++++
--- /var/tmp/diff_new_pack.JiSs1p/_old  2012-07-24 17:22:30.000000000 +0200
+++ /var/tmp/diff_new_pack.JiSs1p/_new  2012-07-24 17:22:30.000000000 +0200
@@ -16,6 +16,7 @@
 #
 
 
+
 Name:           python-rdflib
 Version:        3.2.1
 Release:        0
@@ -23,12 +24,15 @@
 License:        BSD-3-Clause
 Group:          Development/Libraries/Python
 Url:            http://rdflib.net/
-Source:         rdflib-%{version}.tar.gz
+Source:         
http://pypi.python.org/packages/source/r/rdflib/rdflib-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
+BuildRequires:  python-isodate
+BuildRequires:  python-nose
+BuildRequires:  python-Sphinx
 BuildRequires:  python-xml
-# term.py:from isodate import parse_time, parse_date, parse_datetime
 Requires:       python-isodate
+Requires:       python-xml
 %if 0%{?suse_version}
 %py_requires
 %if 0%{?suse_version} > 1110
@@ -49,13 +53,18 @@
 
 %build
 python setup.py build
+cd docs
+make html
+
+%check
+python setup.py test
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %files
 %defattr(-,root,root)
-%doc CHANGELOG LICENSE README
+%doc CHANGELOG LICENSE README docs/_build/html
 %{python_sitelib}/*
 
 %changelog

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

Reply via email to