From d4a1795fb985c403901699090a81ca9bd31c29d8d20ba1b852e1007cd3b419a3 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Wed, 1 Jan 2020 10:47:42 +0000 Subject: [PATCH 1/2] - 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 --- python-stomp.py.changes | 19 +++++++++++++++++++ python-stomp.py.spec | 8 ++++---- stomp.py-4.1.22.tar.gz | 3 --- stomp.py-4.2.0.tar.gz | 3 +++ 4 files changed, 26 insertions(+), 7 deletions(-) delete mode 100644 stomp.py-4.1.22.tar.gz create mode 100644 stomp.py-4.2.0.tar.gz diff --git a/python-stomp.py.changes b/python-stomp.py.changes index 1f9d714..64447b1 100644 --- a/python-stomp.py.changes +++ b/python-stomp.py.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Jan 1 10:45:18 UTC 2020 - Sebastian Wagner + +- 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 diff --git a/python-stomp.py.spec b/python-stomp.py.spec index c0224f2..ab114fc 100644 --- a/python-stomp.py.spec +++ b/python-stomp.py.spec @@ -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 diff --git a/stomp.py-4.1.22.tar.gz b/stomp.py-4.1.22.tar.gz deleted file mode 100644 index 72ec22f..0000000 --- a/stomp.py-4.1.22.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d28120d902dcb81274cf78bd269dfbdfe2b20ea5ae5b33d90b56a32e8c18abe2 -size 50541 diff --git a/stomp.py-4.2.0.tar.gz b/stomp.py-4.2.0.tar.gz new file mode 100644 index 0000000..931d817 --- /dev/null +++ b/stomp.py-4.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80b33ad59d14ff34503fee2472f279723cf5286399f45ea1684d137d585b0470 +size 53720 From 41e298096043f794895fe16da06d9216bbf634d454434819d1f65f5468288fcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 6 Jan 2020 12:57:55 +0000 Subject: [PATCH 2/2] - update to version 5.0.0: OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stomp.py?expand=0&rev=10 --- python-stomp.py.changes | 2 +- python-stomp.py.spec | 4 +--- stomp.py-4.2.0.tar.gz | 3 --- stomp.py-5.0.0.tar.gz | 3 +++ 4 files changed, 5 insertions(+), 7 deletions(-) delete mode 100644 stomp.py-4.2.0.tar.gz create mode 100644 stomp.py-5.0.0.tar.gz diff --git a/python-stomp.py.changes b/python-stomp.py.changes index 64447b1..983eb44 100644 --- a/python-stomp.py.changes +++ b/python-stomp.py.changes @@ -2,7 +2,7 @@ Wed Jan 1 10:45:18 UTC 2020 - Sebastian Wagner - dropped Python 2 support, not supported by the package -- update to version 4.2.0: +- 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 diff --git a/python-stomp.py.spec b/python-stomp.py.spec index ab114fc..5eb3c9f 100644 --- a/python-stomp.py.spec +++ b/python-stomp.py.spec @@ -18,11 +18,10 @@ %define skip_python2 1 Name: python-stomp.py -Version: 4.2.0 +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 Source: https://files.pythonhosted.org/packages/source/s/stomp.py/stomp.py-%{version}.tar.gz BuildRequires: %{python_module setuptools} @@ -30,7 +29,6 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-docopt >= 0.6.2 BuildArch: noarch - %python_subpackages %description diff --git a/stomp.py-4.2.0.tar.gz b/stomp.py-4.2.0.tar.gz deleted file mode 100644 index 931d817..0000000 --- a/stomp.py-4.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80b33ad59d14ff34503fee2472f279723cf5286399f45ea1684d137d585b0470 -size 53720 diff --git a/stomp.py-5.0.0.tar.gz b/stomp.py-5.0.0.tar.gz new file mode 100644 index 0000000..1c88eeb --- /dev/null +++ b/stomp.py-5.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dba68fc90bdad8829e769e38e5623c8445e4ab13d778be550ddd0f8aaff28d25 +size 53715