From 90e5c0dc2899c3f4615ff6ec5ba2ef09b54d2ec20bb4e6aaf63275580ce60566 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 4 May 2023 22:23:41 +0000 Subject: [PATCH] - 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/package/show/devel:languages:python:pytest/python-pytest-localserver?expand=0&rev=15 --- pytest-localserver-0.7.0.tar.gz | 3 --- pytest-localserver-0.7.1.tar.gz | 3 +++ python-pytest-localserver.changes | 8 ++++++++ python-pytest-localserver.spec | 5 +++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 pytest-localserver-0.7.0.tar.gz create mode 100644 pytest-localserver-0.7.1.tar.gz diff --git a/pytest-localserver-0.7.0.tar.gz b/pytest-localserver-0.7.0.tar.gz deleted file mode 100644 index ac0c2cf..0000000 --- a/pytest-localserver-0.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f19b490c7ca1ed05bfe4bc6b490811805a61e7271f0424d3c0fa4d43893a5dcd -size 184154 diff --git a/pytest-localserver-0.7.1.tar.gz b/pytest-localserver-0.7.1.tar.gz new file mode 100644 index 0000000..96198e8 --- /dev/null +++ b/pytest-localserver-0.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e77b46555cb438931d219c54bcf9f5953c0407d645436a602b5730babfd3fe3b +size 185617 diff --git a/python-pytest-localserver.changes b/python-pytest-localserver.changes index a7e9419..934edd9 100644 --- a/python-pytest-localserver.changes +++ b/python-pytest-localserver.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu May 4 22:19:59 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-pytest-localserver.spec b/python-pytest-localserver.spec index f14a161..67f529e 100644 --- a/python-pytest-localserver.spec +++ b/python-pytest-localserver.spec @@ -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