From d9c258114c7425354494f9c460d2ee2aa1a74ecb2b18b026bf222fb4cb3833bf Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 7 Nov 2023 19:46:53 +0000 Subject: [PATCH] - update to 0.8.1: * Ignore AttributeError when shutting down server * Add support for Python 3.12 (or at least, list it explicitly in the classifiers) - Do not provide bundled certificate; OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-localserver?expand=0&rev=19 --- pytest-localserver-0.8.0.tar.gz | 3 --- pytest-localserver-0.8.1.tar.gz | 3 +++ python-pytest-localserver.changes | 10 +++++++++- python-pytest-localserver.spec | 4 +--- 4 files changed, 13 insertions(+), 7 deletions(-) delete mode 100644 pytest-localserver-0.8.0.tar.gz create mode 100644 pytest-localserver-0.8.1.tar.gz diff --git a/pytest-localserver-0.8.0.tar.gz b/pytest-localserver-0.8.0.tar.gz deleted file mode 100644 index 37e219b..0000000 --- a/pytest-localserver-0.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d90ce7d085d741e759fa854dbd2e7c5b557321d695179894eb40e210ea2ff30 -size 28368 diff --git a/pytest-localserver-0.8.1.tar.gz b/pytest-localserver-0.8.1.tar.gz new file mode 100644 index 0000000..3787e5d --- /dev/null +++ b/pytest-localserver-0.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66569c34fef31a5750b16effd1cd1288a7a90b59155d005e7f916accd3dee4f1 +size 29088 diff --git a/python-pytest-localserver.changes b/python-pytest-localserver.changes index 5f2a26a..aa1f425 100644 --- a/python-pytest-localserver.changes +++ b/python-pytest-localserver.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Nov 7 19:46:14 UTC 2023 - Dirk Müller + +- update to 0.8.1: + * Ignore AttributeError when shutting down server + * Add support for Python 3.12 (or at least, list it explicitly + in the classifiers) + ------------------------------------------------------------------- Mon Jul 24 19:05:38 UTC 2023 - Dirk Müller @@ -118,7 +126,7 @@ Sun Sep 18 09:30:17 UTC 2016 - mardnh@gmx.de ------------------------------------------------------------------- Mon Feb 9 17:17:11 UTC 2015 - p.drouand@gmail.com -- Do not provide bundled certificate; +- Do not provide bundled certificate; add python-pytest-localserver-do-not-use-shipped-pem.patch ------------------------------------------------------------------- diff --git a/python-pytest-localserver.spec b/python-pytest-localserver.spec index b6bb894..55b9a0b 100644 --- a/python-pytest-localserver.spec +++ b/python-pytest-localserver.spec @@ -17,12 +17,10 @@ # -%{?!python_module:%define python_module() python3-%{**}} -%define skip_python2 1 %bcond_with extras %{?sle15_python_module_pythons} Name: python-pytest-localserver -Version: 0.8.0 +Version: 0.8.1 Release: 0 Summary: Plugin for py.test to test server connections locally License: MIT