Hello community,
here is the log from the commit of package python-msgpack-python for
openSUSE:Factory checked in at 2013-06-19 17:03:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-msgpack-python (Old)
and /work/SRC/openSUSE:Factory/.python-msgpack-python.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-msgpack-python"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-msgpack-python/python-msgpack-python.changes
2013-03-08 09:43:36.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python-msgpack-python.new/python-msgpack-python.changes
2013-06-19 17:03:49.000000000 +0200
@@ -1,0 +2,6 @@
+Thu May 2 10:29:24 UTC 2013 - [email protected]
+
+- Package COPYING and README.rst
+- Run testsuite
+
+-------------------------------------------------------------------
Old:
----
python3-msgpack-python.changes
python3-msgpack-python.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-msgpack-python.spec ++++++
--- /var/tmp/diff_new_pack.qFoQP3/_old 2013-06-19 17:03:49.000000000 +0200
+++ /var/tmp/diff_new_pack.qFoQP3/_new 2013-06-19 17:03:49.000000000 +0200
@@ -27,6 +27,10 @@
BuildRequires: gcc-c++
BuildRequires: python-devel
BuildRequires: python-distribute
+# Test requirements:
+BuildRequires: python-nose
+BuildRequires: python-pytest
+BuildRequires: python-six
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitearch: %global python_sitearch %(python -c "from
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
@@ -49,8 +53,12 @@
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%check
+nosetests
+
%files
%defattr(-,root,root,-)
+%doc COPYING README.rst
%{python_sitearch}/*
%changelog
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]