diff --git a/python-stomp.py-8.0.1.tar.gz b/python-stomp.py-8.0.1.tar.gz deleted file mode 100644 index 3710b8c..0000000 --- a/python-stomp.py-8.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14fe983f2ad00b11b7992a68ded77b7a31ee24fdfd07afbcb3c46ec90adb1233 -size 83445 diff --git a/python-stomp.py.changes b/python-stomp.py.changes index 900bfac..3017bd7 100644 --- a/python-stomp.py.changes +++ b/python-stomp.py.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Mar 11 10:22:27 UTC 2023 - Sebastian Wagner + +- 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 diff --git a/python-stomp.py.spec b/python-stomp.py.spec index 5549735..b2f9afe 100644 --- a/python-stomp.py.spec +++ b/python-stomp.py.spec @@ -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 diff --git a/stomp.py-8.1.0.tar.gz b/stomp.py-8.1.0.tar.gz new file mode 100644 index 0000000..855a7d8 --- /dev/null +++ b/stomp.py-8.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4737d002684639753fbf12dedecb8aa85e5e260749c947acd49c482db42a594 +size 39808