Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python310-pytest-localserver-0.8.1-1.3 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python310-pytest-localserver Distribution: openSUSE Tumbleweed
Version: 0.8.1 Vendor: openSUSE
Release: 1.3 Build date: Tue Nov 7 20:46:14 2023
Group: Unspecified Build host: reproducible
Size: 74756 Source RPM: python-pytest-localserver-0.8.1-1.3.src.rpm
Packager: https://bugs.opensuse.org
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!

Provides

Requires

License

MIT

Changelog

* Tue Nov 07 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 2023 Dirk Müller <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 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 2023 Dirk Müller <dmueller@suse.com>
  - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl <mcepl@suse.com>
  - Make calling of %{sle15modernpython} optional.
* Mon Jan 09 2023 Dirk Müller <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 Ben Greiner <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 Torsten Gruner <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 Tomáš Chvátal <tchvatal@suse.com>
  - Use %pytest call for testing
* Fri Feb 22 2019 Matej Cepl <mcepl@suse.com>
  - Add remove_bindir.patch making test suite pass by removing
    '/usr/bin' from sys.path.

Files

/usr/lib/python3.10/site-packages/pytest_localserver
/usr/lib/python3.10/site-packages/pytest_localserver-0.8.1.dist-info
/usr/lib/python3.10/site-packages/pytest_localserver-0.8.1.dist-info/AUTHORS
/usr/lib/python3.10/site-packages/pytest_localserver-0.8.1.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/pytest_localserver-0.8.1.dist-info/LICENSE
/usr/lib/python3.10/site-packages/pytest_localserver-0.8.1.dist-info/METADATA
/usr/lib/python3.10/site-packages/pytest_localserver-0.8.1.dist-info/RECORD
/usr/lib/python3.10/site-packages/pytest_localserver-0.8.1.dist-info/REQUESTED
/usr/lib/python3.10/site-packages/pytest_localserver-0.8.1.dist-info/WHEEL
/usr/lib/python3.10/site-packages/pytest_localserver-0.8.1.dist-info/entry_points.txt
/usr/lib/python3.10/site-packages/pytest_localserver-0.8.1.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/pytest_localserver/__init__.py
/usr/lib/python3.10/site-packages/pytest_localserver/__pycache__
/usr/lib/python3.10/site-packages/pytest_localserver/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_localserver/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_localserver/__pycache__/_version.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_localserver/__pycache__/_version.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_localserver/__pycache__/http.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_localserver/__pycache__/http.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_localserver/__pycache__/https.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_localserver/__pycache__/https.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_localserver/__pycache__/plugin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_localserver/__pycache__/plugin.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_localserver/__pycache__/smtp.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_localserver/__pycache__/smtp.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_localserver/_version.py
/usr/lib/python3.10/site-packages/pytest_localserver/http.py
/usr/lib/python3.10/site-packages/pytest_localserver/https.py
/usr/lib/python3.10/site-packages/pytest_localserver/plugin.py
/usr/lib/python3.10/site-packages/pytest_localserver/server.pem
/usr/lib/python3.10/site-packages/pytest_localserver/smtp.py
/usr/share/doc/packages/python310-pytest-localserver
/usr/share/doc/packages/python310-pytest-localserver/README.rst
/usr/share/licenses/python310-pytest-localserver
/usr/share/licenses/python310-pytest-localserver/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 23:23:10 2024