Skip to content

Commit

Permalink
Update python-stomp.py to rev 5 via SR 761142
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/761142
by user dimstar_suse
- dropped Python 2 support, not supported by the package
- update to version 5.0.0:
 * Fix for credentials exposure (jasonrbriggs/stomp.py#244)
 * Check for ``STOMP_SKIP_HOSTNAME_SCAN`` environment variable before extending ``LOCALHOST_NAMES``
 * Remove python2 backwards compatibility
 * Update dockerfile for better local testing
 * Fix docker and travis setup, so there are consistent builds both locally and via CI
 * Drop deprecated start/stop methods from connection (issue jasonrbriggs/stomp.py#257)
 * Fix for missing return in get_ssl (jasonrbriggs/stomp.py#258)
 * Clear heartbeat event after heartbeat loop ends (jasonrbriggs/stomp.py#260)
 * Update listener to move receive/message_received/
  • Loading branch information
bmwiedemann committed Jan 6, 2020
1 parent 11c2ae8 commit 2974f4b
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 7 deletions.
Binary file modified packages/p/python-stomp.py/.files
Binary file not shown.
22 changes: 22 additions & 0 deletions packages/p/python-stomp.py/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,26 @@
<comment></comment>
<requestid>697387</requestid>
</revision>
<revision rev="5" vrev="1">
<srcmd5>8b160b91b5a45c188488d3dbf4b940b5</srcmd5>
<version>5.0.0</version>
<time>1578320675</time>
<user>dimstar_suse</user>
<comment>- dropped Python 2 support, not supported by the package
- update to version 5.0.0:
* Fix for credentials exposure (https://github.com/jasonrbriggs/stomp.py/pull/244)
* Check for ``STOMP_SKIP_HOSTNAME_SCAN`` environment variable before extending ``LOCALHOST_NAMES``
* Remove python2 backwards compatibility
* Update dockerfile for better local testing
* Fix docker and travis setup, so there are consistent builds both locally and via CI
* Drop deprecated start/stop methods from connection (issue https://github.com/jasonrbriggs/stomp.py/issues/257)
* Fix for missing return in get_ssl (https://github.com/jasonrbriggs/stomp.py/pull/258)
* Clear heartbeat event after heartbeat loop ends (https://github.com/jasonrbriggs/stomp.py/pull/260)
* Update listener to move receive/message_received/heartbeat_received vars inside the 'with' blocks (https://github.com/jasonrbriggs/stomp.py/pull/252)
* Simplify logging calls
* Tidy up listeners (correct the behaviour of TestListener)
* Fix problem with double-disconnect notification (ihttps://github.com/jasonrbriggs/stomp.py/issues/245)
* Add facility for PrintingListener to write to log rather than print statements</comment>
<requestid>761142</requestid>
</revision>
</revisionlist>
19 changes: 19 additions & 0 deletions packages/p/python-stomp.py/python-stomp.py.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Jan 1 10:45:18 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>

- dropped Python 2 support, not supported by the package
- update to version 5.0.0:
* Fix for credentials exposure (https://github.com/jasonrbriggs/stomp.py/pull/244)
* Check for ``STOMP_SKIP_HOSTNAME_SCAN`` environment variable before extending ``LOCALHOST_NAMES``
* Remove python2 backwards compatibility
* Update dockerfile for better local testing
* Fix docker and travis setup, so there are consistent builds both locally and via CI
* Drop deprecated start/stop methods from connection (issue https://github.com/jasonrbriggs/stomp.py/issues/257)
* Fix for missing return in get_ssl (https://github.com/jasonrbriggs/stomp.py/pull/258)
* Clear heartbeat event after heartbeat loop ends (https://github.com/jasonrbriggs/stomp.py/pull/260)
* Update listener to move receive/message_received/heartbeat_received vars inside the 'with' blocks (https://github.com/jasonrbriggs/stomp.py/pull/252)
* Simplify logging calls
* Tidy up listeners (correct the behaviour of TestListener)
* Fix problem with double-disconnect notification (ihttps://github.com/jasonrbriggs/stomp.py/issues/245)
* Add facility for PrintingListener to write to log rather than print statements

-------------------------------------------------------------------
Thu Apr 18 16:12:05 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>

Expand Down
10 changes: 4 additions & 6 deletions packages/p/python-stomp.py/python-stomp.py.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# spec file for package python-stomp.py
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
Expand All @@ -16,21 +16,19 @@
#


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-stomp.py
Version: 4.1.22
Version: 5.0.0
Release: 0
Summary: Python STOMP client
License: Apache-2.0
Group: Development/Languages/Python
Url: https://github.com/jasonrbriggs/stomp.py
URL: https://github.com/jasonrbriggs/stomp.py
Source: https://files.pythonhosted.org/packages/source/s/stomp.py/stomp.py-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-docopt >= 0.6.2
BuildArch: noarch

%python_subpackages

%description
Expand Down
1 change: 0 additions & 1 deletion packages/p/python-stomp.py/stomp.py-4.1.22.tar.gz

This file was deleted.

1 change: 1 addition & 0 deletions packages/p/python-stomp.py/stomp.py-5.0.0.tar.gz

0 comments on commit 2974f4b

Please sign in to comment.