Changelog for
python311-stomper-0.4.3-4.2.noarch.rpm :
* Wed Mar 13 2024 Steve Kowalik
- Add patch fix-test-assertion-methods.patch, use non-removed assertion methods.
* Fri Sep 08 2023 Steve Kowalik - Switch to pyproject and autosetup macros.- Stop using greedy globs in %files.- Add patch remove-future-requirement.patch, remove future requirement.
* Wed Jun 03 2020 Marketa Calabkova - replace nose with pytest
* Thu Apr 18 2019 Marketa Calabkova - 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 - Avoid repetition of project name or self in summary (rpmlint).
* Tue Mar 26 2019 pgajdosAATTsuse.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
* Wed May 13 2015 benoit.moninAATTgmx.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.drouandAATTgmail.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 speilickeAATTsuse.com- Require python-setuptools instead of distribute (upstreams merged)
* Wed Mar 14 2012 saschpeAATTsuse.de- Simplified macro usage, ran spec-cleaner