forked from pool/python-pytest-localserver
- 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
This commit is contained in:
parent
5ac0b6ee7a
commit
90e5c0dc28
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f19b490c7ca1ed05bfe4bc6b490811805a61e7271f0424d3c0fa4d43893a5dcd
|
||||
size 184154
|
3
pytest-localserver-0.7.1.tar.gz
Normal file
3
pytest-localserver-0.7.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e77b46555cb438931d219c54bcf9f5953c0407d645436a602b5730babfd3fe3b
|
||||
size 185617
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user