Package Release Info

python-stomper-0.4.3-bp154.1.24

Update Info: Base Release
Available in Package Hub : 15 SP4

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python3-stomper

Change Logs

Version: 0.4.3-bp152.1.10
* Thu Apr 18 2019 Marketa Calabkova <mcalabkova@suse.com>
- update to version 0.4.3
  * Added missing attribution to contributors section and messed up
    0.4.2 release to new pypi.
  * Thanks to https://github.com/pgajdos for contributing a fix to
    include the license in the distribution.
- removed LICENSE (now it is included).
* Tue Mar 26 2019 Jan Engelhardt <jengelh@inai.de>
- Avoid repetition of project name or self in summary (rpmlint).
* Tue Mar 26 2019 pgajdos@suse.com
- version update to 0.4.1
  * python3 support
  * utf-8 encoding under python3
- build also python3 variant
- drop SLE11 support
- run fdupes
- include LICENSE
Version: 0.3.0-bp150.2.4
* Wed May 13 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 2013 p.drouand@gmail.com
- Update to version 0.2.7
  + add a MANIFEST.in which makes sure README.md is present. Without
    this pip install fails: https://github.com/oisinmulvihill/stomper/issues/3.
- Changes from version 0.2.6
  + correct many spelling mistakes throughout the code base.
  + make the README.md the main
- Changes from 0.2.5
  + removes the extra line ending which can cause problems.
- README has been renamed in README.md; change it in %doc
* Thu Oct 24 2013 speilicke@suse.com
- Require python-setuptools instead of distribute (upstreams merged)
* Wed Mar 14 2012 saschpe@suse.de
- Simplified macro usage, ran spec-cleaner
* Thu Sep 22 2011 saschpe@suse.de
- Require python-uuid for SLE_10 and below.
- Use python-nose for unittests to fix SLE build
* Thu Sep 22 2011 saschpe@suse.de
- Fixed license to Apache-2.0
* Thu Sep 22 2011 saschpe@suse.de
- Update to version 0.2.4:
  * Fixing the problem whereby uuid would be installed on python2.5+.
- Changes from version 0.2.3:
  * Fixed issue #9 with the example code. All messages are sent and received correctly.
- Spec file cleanup:
  * Added proper changes file and spec file license header
  * Run testsuite
* Thu Apr 09 2009 silas@sewell.ch
- Remove Python version dependency
* Sun Mar 29 2009 silas@sewell.ch
- Fix dependencies
* Thu Mar 26 2009 silas@sewell.ch
- Update package name to conform to Fedora naming standards
- Change define to global
* Fri Mar 20 2009 silas@sewell.ch
- Update upstream package to remove hidden files
* Thu Mar 05 2009 silas@sewell.ch
- Manually remove hidden files
* Wed Dec 17 2008 silas@sewell.ch
- Initial package