forked from pool/python-stomper
Accepting request 307040 from home:benoit_monin:branches:devel:languages:python
- update to version 0.3.0 - rename README.md to README.rst: changed upstream OBS-URL: https://build.opensuse.org/request/show/307040 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stomper?expand=0&rev=12
This commit is contained in:
committed by
Git OBS Bridge
parent
bb83f8b795
commit
f97c28d721
@@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 13 16:50:23 UTC 2015 - benoit.monin@gmx.fr
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Nov 17 18:50:51 UTC 2013 - p.drouand@gmail.com
|
Sun Nov 17 18:50:51 UTC 2013 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-stomper
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-stomper
|
Name: python-stomper
|
||||||
Version: 0.2.7
|
Version: 0.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: This is a transport neutral client implementation of the STOMP protocol
|
Summary: This is a transport neutral client implementation of the STOMP protocol
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@@ -56,7 +56,7 @@ nosetests
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc README.md lib/stomper/examples
|
%doc README.rst lib/stomper/examples
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8978fd3421390abe3c1a8c8adc72346f4a8175b6fb154011fc8d37bb916e01ce
|
|
||||||
size 21459
|
|
3
stomper-0.3.0.tar.gz
Normal file
3
stomper-0.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ceaacc016c0e8e98c3d3155f22069d18d403637d57492d9cf678813e27c9ecb0
|
||||||
|
size 21051
|
Reference in New Issue
Block a user