14
0

- dropped Python 2 support, not supported by the package

- update to version 4.2.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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stomp.py?expand=0&rev=9
This commit is contained in:
Sebastian Wagner
2020-01-01 10:47:42 +00:00
committed by Git OBS Bridge
parent e75f2f676b
commit d4a1795fb9
4 changed files with 26 additions and 7 deletions

View File

@@ -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 4.2.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>

View File

@@ -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
@@ -16,14 +16,14 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-stomp.py
Version: 4.1.22
Version: 4.2.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

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d28120d902dcb81274cf78bd269dfbdfe2b20ea5ae5b33d90b56a32e8c18abe2
size 50541

3
stomp.py-4.2.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:80b33ad59d14ff34503fee2472f279723cf5286399f45ea1684d137d585b0470
size 53720