From 2974f4bcf440a03ec0081af61899225d77677c65 Mon Sep 17 00:00:00 2001 From: "Bernhard M. Wiedemann" Date: Mon, 6 Jan 2020 14:26:02 +0000 Subject: [PATCH] Update python-stomp.py to rev 5 via SR 761142 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 (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/ --- packages/p/python-stomp.py/.files | Bin 194 -> 193 bytes packages/p/python-stomp.py/.rev | 22 ++++++++++++++++++ .../p/python-stomp.py/python-stomp.py.changes | 19 +++++++++++++++ .../p/python-stomp.py/python-stomp.py.spec | 10 ++++---- .../p/python-stomp.py/stomp.py-4.1.22.tar.gz | 1 - .../p/python-stomp.py/stomp.py-5.0.0.tar.gz | 1 + 6 files changed, 46 insertions(+), 7 deletions(-) delete mode 120000 packages/p/python-stomp.py/stomp.py-4.1.22.tar.gz create mode 120000 packages/p/python-stomp.py/stomp.py-5.0.0.tar.gz diff --git a/packages/p/python-stomp.py/.files b/packages/p/python-stomp.py/.files index ea035610f5c9b9a4cf986b33483e3f72fd379f3f..8604fab53a60bc082ff46962191b5a11f20b97f6 100644 GIT binary patch literal 193 zcmZ9_u@ZtX5Cl+1$HrPGW5*A`93;71KIf7P&L4CSqrbpeAF#}q_0euP_txe&ekKbc!JJ?(K-A$h_gD^D1 literal 194 zcmZ9_y$-@46a`?Tad9>_Zhe6gE?l_qIQ+JYEfJRb^wPn_vz_F8Ii)s!y**Domtpka z6k40J!DKKdY7NL))E$)5XcD0^GBb*gQ96;^f@7Pro+4x@|U5lH$DF-8(RXy8Wi vAUy%OLqC3OLIz9-*4&%TpN_Q&p2#P%ly#6!CF)&Zj@D|>2fqJb*OI~)75g;J diff --git a/packages/p/python-stomp.py/.rev b/packages/p/python-stomp.py/.rev index 9f766aa0e4d..68821a54774 100644 --- a/packages/p/python-stomp.py/.rev +++ b/packages/p/python-stomp.py/.rev @@ -32,4 +32,26 @@ 697387 + + 8b160b91b5a45c188488d3dbf4b940b5 + 5.0.0 + + dimstar_suse + - 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 + 761142 + diff --git a/packages/p/python-stomp.py/python-stomp.py.changes b/packages/p/python-stomp.py/python-stomp.py.changes index cd76d37dc4d..d13309c8523 100644 --- a/packages/p/python-stomp.py/python-stomp.py.changes +++ b/packages/p/python-stomp.py/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 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 diff --git a/packages/p/python-stomp.py/python-stomp.py.spec b/packages/p/python-stomp.py/python-stomp.py.spec index 126c535bdb7..dc321f7032e 100644 --- a/packages/p/python-stomp.py/python-stomp.py.spec +++ b/packages/p/python-stomp.py/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,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 diff --git a/packages/p/python-stomp.py/stomp.py-4.1.22.tar.gz b/packages/p/python-stomp.py/stomp.py-4.1.22.tar.gz deleted file mode 120000 index 24ec9748369..00000000000 --- a/packages/p/python-stomp.py/stomp.py-4.1.22.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreigsqeqnsaw4xajhjt3yxutj36674kza5jnolmz5sc2wumxiygfl4i \ No newline at end of file diff --git a/packages/p/python-stomp.py/stomp.py-5.0.0.tar.gz b/packages/p/python-stomp.py/stomp.py-5.0.0.tar.gz new file mode 120000 index 00000000000..c46ff73e6b1 --- /dev/null +++ b/packages/p/python-stomp.py/stomp.py-5.0.0.tar.gz @@ -0,0 +1 @@ +/ipfs/bafkreig3u2h4sc623cbj45u6hdswepeeixskwe6xpc7fkdo5b6fk74uneu \ No newline at end of file