Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python311-pytest-localserver | Distribution: SUSE Linux 16 |
Version: 0.8.1 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: 160000.1.2 | Build date: Tue Nov 7 20:46:14 2023 |
Group: Unspecified | Build host: reproducible |
Size: 86684 | Source RPM: python-pytest-localserver-0.8.1-160000.1.2.src.rpm |
Packager: https://www.suse.com/ | |
Url: https://github.com/pytest-dev/pytest-localserver | |
Summary: Plugin for py.test to test server connections locally |
The pytest-localserver package is a plugin for the `pytest`_ testing framework which enables you to test server connections locally. Sometimes `monkeypatching`_ ``urllib2.urlopen()`` just does not cut it, for instance if you work with ``urllib2.Request``, define your own openers/handlers or work with ``httplib``. In these cases it may come in handy to have an HTTP server running locally which behaves just like the real thing. Well, look no further!
MIT
* Tue Nov 07 2023 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 2023 dmueller@suse.com - update to 0.8.0: * Improve deployment workflow to use trusted publishing and upload to Test PyPI first * Remove a bunch of obsolete code * Clean up the smtp module's driver code * Thu May 04 2023 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 2023 dmueller@suse.com - add sle15_python_module_pythons (jsc#PED-68) * Thu Apr 13 2023 mcepl@suse.com - Make calling of %{sle15modernpython} optional. * Mon Jan 09 2023 dmueller@suse.com - update to 0.7.0: * Make smtp support an optional extra * Update some obsolete syntax to drop support for Python 2 * Add linting for code and workflow actions using pre-commit hooks * Expand the range of pytest versions known to be compatible, with tests * Add badges to README * Mon Aug 01 2022 code@bnavigator.de - Update build requirements: Without setuptools_scm[toml], this installs a version 0.0.0 into the python metadata. - Drop obsolete remove_bindir.patch * Sun Jul 31 2022 simmphonie@opensuse.org - Update to 0.6.0 * Drop support for Python 3.3 and 3.4 * Use setuptools_scm for managing versions of this package * Support sending chunked responses from the HTTP server * Switch SMTP server backend from smtpd to aiosmtpd - version 0.5.1.post0 * Explicitly list supported Python versions with python_requires in setup.py. - version 0.5.1 * Regenerate included certificate to use SHA-256 hash to avoid OpenSSL errors (fixes #2). * Add support for Python 3.10. * Drop support for Python 2.6. * Migrate repository to Github and update project metadata. * Tue Mar 17 2020 tchvatal@suse.com - Use %pytest call for testing * Fri Feb 22 2019 mcepl@suse.com - Add remove_bindir.patch making test suite pass by removing '/usr/bin' from sys.path. * Wed Feb 20 2019 tchvatal@suse.com - Drop the patch python-pytest-localserver-do-not-use-shipped-pem.patch * We actually want the local pem as it is used just for the test spawning where we validate against it * Thu Feb 14 2019 tchvatal@suse.com - Update to 0.5.0: * New feature: SMTP email message objects now include a ``details`` property capturing the envelope details. * Thu Feb 22 2018 mimi.vx@gmail.com - update to 0.4.1 - fix requires - remove tests - not work without internal certificate and buggy on python3 * New feature: All received requests are now stored for ilater inspection * Thu Aug 17 2017 toddrme2178@gmail.com - Implement single-spec version - Update to version 0.3.7 * Add support for Python 3.6 * Sun Sep 18 2016 mardnh@gmx.de - Fix URL - Fix Source-URL - Update to version 0.3.6 + Add trove classifiers to make sure that package shows up on PyPI's Python 3 list. + Remove test method which rely on thread to be finished first. + OpenSSL is no longer necessary with werkzeug 0.10. + Tests now work under Python 3.3 \o/ + Fix for Python 3.5 (fixes #13). + Add new Python version to classifiers. + Update repository url + Use @pytest.fixture to declare fixtures + Remove old-style test fixtures from tests and README, too. * Mon Feb 09 2015 p.drouand@gmail.com - Do not provide bundled certificate; add python-pytest-localserver-do-not-use-shipped-pem.patch * Tue Nov 04 2014 hpj@urpla.net - version 0.3.3: initial build
/usr/lib/python3.11/site-packages/pytest_localserver /usr/lib/python3.11/site-packages/pytest_localserver-0.8.1.dist-info /usr/lib/python3.11/site-packages/pytest_localserver-0.8.1.dist-info/AUTHORS /usr/lib/python3.11/site-packages/pytest_localserver-0.8.1.dist-info/INSTALLER /usr/lib/python3.11/site-packages/pytest_localserver-0.8.1.dist-info/LICENSE /usr/lib/python3.11/site-packages/pytest_localserver-0.8.1.dist-info/METADATA /usr/lib/python3.11/site-packages/pytest_localserver-0.8.1.dist-info/RECORD /usr/lib/python3.11/site-packages/pytest_localserver-0.8.1.dist-info/REQUESTED /usr/lib/python3.11/site-packages/pytest_localserver-0.8.1.dist-info/WHEEL /usr/lib/python3.11/site-packages/pytest_localserver-0.8.1.dist-info/entry_points.txt /usr/lib/python3.11/site-packages/pytest_localserver-0.8.1.dist-info/top_level.txt /usr/lib/python3.11/site-packages/pytest_localserver/__init__.py /usr/lib/python3.11/site-packages/pytest_localserver/__pycache__ /usr/lib/python3.11/site-packages/pytest_localserver/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pytest_localserver/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pytest_localserver/__pycache__/_version.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pytest_localserver/__pycache__/_version.cpython-311.pyc /usr/lib/python3.11/site-packages/pytest_localserver/__pycache__/http.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pytest_localserver/__pycache__/http.cpython-311.pyc /usr/lib/python3.11/site-packages/pytest_localserver/__pycache__/https.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pytest_localserver/__pycache__/https.cpython-311.pyc /usr/lib/python3.11/site-packages/pytest_localserver/__pycache__/plugin.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pytest_localserver/__pycache__/plugin.cpython-311.pyc /usr/lib/python3.11/site-packages/pytest_localserver/__pycache__/smtp.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pytest_localserver/__pycache__/smtp.cpython-311.pyc /usr/lib/python3.11/site-packages/pytest_localserver/_version.py /usr/lib/python3.11/site-packages/pytest_localserver/http.py /usr/lib/python3.11/site-packages/pytest_localserver/https.py /usr/lib/python3.11/site-packages/pytest_localserver/plugin.py /usr/lib/python3.11/site-packages/pytest_localserver/server.pem /usr/lib/python3.11/site-packages/pytest_localserver/smtp.py /usr/share/doc/packages/python311-pytest-localserver /usr/share/doc/packages/python311-pytest-localserver/README.rst /usr/share/licenses/python311-pytest-localserver /usr/share/licenses/python311-pytest-localserver/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Mar 9 19:20:43 2025