Hello community,

here is the log from the commit of package python-python-subunit for 
openSUSE:Factory checked in at 2013-05-02 11:44:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-subunit (Old)
 and      /work/SRC/openSUSE:Factory/.python-python-subunit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-python-subunit"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-python-subunit/python-python-subunit.changes  
    2013-01-21 17:46:26.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-python-subunit.new/python-python-subunit.changes
 2013-05-02 11:44:11.000000000 +0200
@@ -1,0 +2,14 @@
+Mon Apr 29 12:20:03 UTC 2013 - dmuel...@suse.com
+
+- update to 0.0.11:
+  * v2 protocol draft included in this release. The v2 protocol trades off 
human
+  readability for a massive improvement in robustness, the ability to represent
+  concurrent tests in a single stream, cheaper parsing, and that provides
+  significantly better in-line debugging support and structured forwarding
+  of non-test data (such as stdout or stdin data).
+  * make_stream_binary is now public for reuse. (Robert Collins)
+  * Streams with no fileno() attribute are now supported, but they are not
+  checked for being in binary mode: be sure to take care of that if using
+  the library yourself. (Robert Collins)
+
+-------------------------------------------------------------------

New:
----
  python-subunit-0.0.11.tar.gz

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

Other differences:
------------------
++++++ python-python-subunit.spec ++++++
--- /var/tmp/diff_new_pack.rAL8Ci/_old  2013-05-02 11:44:12.000000000 +0200
+++ /var/tmp/diff_new_pack.rAL8Ci/_new  2013-05-02 11:44:12.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python-python-subunit
-Version:        0.0.9
+Version:        0.0.11
 Release:        0
 Summary:        Python implementation of subunit test streaming protocol
 License:        Apache-2.0 or BSD-3-Clause
@@ -26,6 +26,7 @@
 Source:         
http://pypi.python.org/packages/source/p/python-subunit/python-subunit-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  python-nose
+Requires:       python-extras
 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()")}
@@ -57,6 +58,8 @@
 %files
 %defattr(-,root,root,-)
 %doc README NEWS
+%{_bindir}/subunit-2to1
+%{_bindir}/subunit-1to2
 %{_bindir}/subunit-filter
 %{_bindir}/subunit-ls
 %{_bindir}/subunit-notify

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to