Hello community,

here is the log from the commit of package python-stomper for openSUSE:Factory 
checked in at 2015-05-18 22:26:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-stomper (Old)
 and      /work/SRC/openSUSE:Factory/.python-stomper.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-stomper"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-stomper/python-stomper.changes    
2013-11-18 10:53:53.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-stomper.new/python-stomper.changes       
2015-05-18 22:26:45.000000000 +0200
@@ -1,0 +2,24 @@
+Wed May 13 16:50:23 UTC 2015 - [email protected]
+
+- update to version 0.3.0:
+  * This release makes STOMP v1.1 the default protocol. To stick
+    with STOMP v1.0 you can continue to use stomper v0.2.9 or
+    change the import in your code to:
+    import stomper.stomp_10 as stomper
+  * Note: Any fixes to STOMP v1.0 will only be applied to
+    version >= 0.3.
+- additional changes from version 0.2.9:
+  * Thanks to Ralph Bean for contributing the new protocol 1.1
+    support:
+        https://github.com/oisinmulvihill/stomper/issues/6
+        https://github.com/oisinmulvihill/stomper/pull/7
+- additional changes from version 0.2.8:
+  * Thanks to Daniele Varrazzo for contributing the fixes:
+    + https://github.com/oisinmulvihill/stomper/pull/4
+      Fixed newline prepended to messages without transaction id
+    + https://github.com/oisinmulvihill/stomper/pull/5
+      Fixed reST syntax. Extension changed to allow github to
+      render it properly. Also changed the source url in the readme
+- rename README.md to README.rst: changed upstream
+
+-------------------------------------------------------------------

Old:
----
  stomper-0.2.7.tar.gz

New:
----
  stomper-0.3.0.tar.gz

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

Other differences:
------------------
++++++ python-stomper.spec ++++++
--- /var/tmp/diff_new_pack.AyYpTF/_old  2015-05-18 22:26:46.000000000 +0200
+++ /var/tmp/diff_new_pack.AyYpTF/_new  2015-05-18 22:26:46.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-stomper
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           python-stomper
-Version:        0.2.7
+Version:        0.3.0
 Release:        0
 Summary:        This is a transport neutral client implementation of the STOMP 
protocol
 License:        Apache-2.0
@@ -56,7 +56,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README.md lib/stomper/examples
+%doc README.rst lib/stomper/examples
 %{python_sitelib}/*
 
 %changelog

++++++ stomper-0.2.7.tar.gz -> stomper-0.3.0.tar.gz ++++++
++++ 3520 lines of diff (skipped)


Reply via email to