Accepting request 1124088 from devel:languages:python:pytest

- 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/request/show/1124088
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-localserver?expand=0&rev=9
This commit is contained in:
Ana Guerrero 2023-11-08 21:17:13 +00:00 committed by Git OBS Bridge
commit 1db0f10eb5
4 changed files with 13 additions and 7 deletions

BIN
pytest-localserver-0.8.0.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:66569c34fef31a5750b16effd1cd1288a7a90b59155d005e7f916accd3dee4f1
size 29088

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Nov 7 19:46:14 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>
@ -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
-------------------------------------------------------------------

View File

@ -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