Accepting request 1084891 from devel:languages:python:pytest

- update to 0.7.1:
  * Update SMTP server code to work with aiosmtpd >=1.4.3
  * Add support for Python 3.11 (or at least, list it explicitly
    in the classifiers)

OBS-URL: https://build.opensuse.org/request/show/1084891
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-localserver?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2023-05-09 11:06:22 +00:00 committed by Git OBS Bridge
commit da792cd24d
4 changed files with 14 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu May 4 22:19:59 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.7.1:
* Update SMTP server code to work with aiosmtpd >=1.4.3
* Add support for Python 3.11 (or at least, list it explicitly
in the classifiers)
-------------------------------------------------------------------
Fri Apr 21 12:31:48 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -22,7 +22,7 @@
%bcond_with extras
%{?sle15_python_module_pythons}
Name: python-pytest-localserver
Version: 0.7.0
Version: 0.7.1
Release: 0
Summary: Plugin for py.test to test server connections locally
License: MIT
@ -34,6 +34,7 @@ BuildRequires: %{python_module aiosmtpd}
%endif
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest >= 2.0.0}
BuildRequires: %{python_module pytest-xdist}
BuildRequires: %{python_module requests}
BuildRequires: %{python_module setuptools >= 42}
BuildRequires: %{python_module setuptools_scm >= 3.4.1}
@ -72,7 +73,7 @@ sed -i "1d" pytest_localserver/{plugin,smtp}.py
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest
%pytest %{?jobs: -n %jobs}
%files %{python_files}
%doc README.rst