forked from pool/python-stomp.py
Accepting request 1070844 from devel:languages:python
- 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/request/show/1070844 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-stomp.py?expand=0&rev=13
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:14fe983f2ad00b11b7992a68ded77b7a31ee24fdfd07afbcb3c46ec90adb1233
|
||||
size 83445
|
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 11 10:22:27 UTC 2023 - Sebastian Wagner <sebix@sebix.at>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 24 06:55:07 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||
|
||||
|
@@ -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
|
||||
|
3
stomp.py-8.1.0.tar.gz
Normal file
3
stomp.py-8.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b4737d002684639753fbf12dedecb8aa85e5e260749c947acd49c482db42a594
|
||||
size 39808
|
Reference in New Issue
Block a user