14
0

- Update to version 8.1.0:

- Remove ssl expiration check as per PR: #380
 - Change deprecated PROTOCOL_TLS to PROTOCOL_TLS_CLIENT
 - Mock dns responses for testing: #383
 - Support for connection over websocket: #395
 - Add default arg for try_setsockopt (#391)
 - Updating log levels (#401)
 - General tidy up of log messages

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stomp.py?expand=0&rev=27
This commit is contained in:
Sebastian Wagner
2023-03-11 10:22:58 +00:00
committed by Git OBS Bridge
parent 1d08278379
commit d74493cd81
4 changed files with 24 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-stomp.py
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,15 @@
%define skip_python2 1
Name: python-stomp.py
Version: 8.0.1
Version: 8.1.0
Release: 0
Summary: Python STOMP client
License: Apache-2.0
URL: https://github.com/jasonrbriggs/stomp.py
# using github archive for docs
Source0: https://github.com/jasonrbriggs/stomp.py/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
#Source0: https://github.com/jasonrbriggs/stomp.py/archive/v%%{version}.tar.gz#/%%{name}-%%{version}.tar.gz
#github is missing the tag: https://github.com/jasonrbriggs/stomp.py/issues/415
Source0: https://files.pythonhosted.org/packages/source/s/stomp.py/stomp.py-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module poetry}
BuildRequires: fdupes
@@ -58,9 +60,11 @@ sed -i 's/\^/>=/' pyproject.toml
%python_uninstall_alternative stomp
%files %{python_files}
%doc README CHANGELOG.md
%doc README.rst
# CHANGELOG.md
%license LICENSE
%{python_sitelib}/*
%python_alternative %{_bindir}/stomp
%{python_sitelib}/stomp/
%{python_sitelib}/stomp_py-%{version}*-info
%changelog