python-pook 1.1.1-1 source package in Ubuntu

Changelog

python-pook (1.1.1-1) unstable; urgency=medium

  * New upstream version 1.1.1. (Closes: #1026747)
  * debian/control:
      - Bump Standards-Version to 4.6.2.
      - Remove 'python3-nose' unnecessary dependency in
    build-depends field.
  * debian/copyright: update upstream and packaging copyright years.
  * debian/patches/020_fix-sufix_versions.patch: Little update to make the
    following patch compliant with the new upstream version.

 -- Guilherme de Paula Xavier Segundo <email address hidden>  Thu, 02 Feb 2023 11:27:49 -0300

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pook_1.1.1-1.dsc 2.3 KiB a4e2544acaabce13fd8448ebd56d07905319ecef3d993c04cdf180baa448a944
python-pook_1.1.1.orig.tar.gz 49.7 KiB f42b828aa9e796fde6f0fca502804a619fcd9a23af2a7a58c77c54a5ff388db9
python-pook_1.1.1-1.debian.tar.xz 3.8 KiB b0b560b2935c7ebe134dd27032683f4e894e9c91cc610478947f6c0cf6231fd2

Available diffs

No changes file available.

Binary packages built by this source

python-pook-doc: HTTP traffic mocking and testing made easy (common documentation)

 Versatile, expressive and hackable utility library for HTTP traffic mocking
 and expectations made easy in Python. Heavily inspired by gock.
 .
 Features:
   - Simple, expressive and fluent API.
   - Provides both Pythonic and chainable DSL API styles.
   - Full-featured HTTP response definitions and expectations.
   - Matches any HTTP protocol primitive (URL, method, query params, headers,
     body...).
   - Full regular expressions capable mock expectations matching.
   - Supports most popular HTTP clients via interceptor adapters.
   - Configurable volatile, persistent or TTL limited mocks.
   - Works with any testing framework/engine (unittest, pytest, nosetests...).
   - First-class JSON & XML support matching and responses.
   - Supports JSON Schema body matching.
   - Works in both runtime and testing environments.
   - Can be used as decorator and/or via context managers.
   - Supports real networking mode with optional traffic filtering.
   - Map/filter mocks easily for generic or custom mock expectations.
   - Custom user-defined mock matcher functions.
   - Simulated raised error exceptions.
   - Network delay simulation (only available for aiohttp).
   - Pluggable and hackable API.
   - Customizable HTTP traffic mock interceptor engine.
   - Supports third-party mocking engines, such as mocket.
   - Fits good for painless test doubles.
   - Does not support WebSocket traffic mocking.
   - Works with Python +2.7 and +3.0 (including PyPy).
   - Dependency-less: just 2 small dependencies for JSONSchema and XML tree
     comparison.
 .
 This is the common documentation package.

python3-pook: HTTP traffic mocking and testing made easy (Python 3)

 Versatile, expressive and hackable utility library for HTTP traffic mocking
 and expectations made easy in Python. Heavily inspired by gock.
 .
 Features:
   - Simple, expressive and fluent API.
   - Provides both Pythonic and chainable DSL API styles.
   - Full-featured HTTP response definitions and expectations.
   - Matches any HTTP protocol primitive (URL, method, query params, headers,
     body...).
   - Full regular expressions capable mock expectations matching.
   - Supports most popular HTTP clients via interceptor adapters.
   - Configurable volatile, persistent or TTL limited mocks.
   - Works with any testing framework/engine (unittest, pytest, nosetests...).
   - First-class JSON & XML support matching and responses.
   - Supports JSON Schema body matching.
   - Works in both runtime and testing environments.
   - Can be used as decorator and/or via context managers.
   - Supports real networking mode with optional traffic filtering.
   - Map/filter mocks easily for generic or custom mock expectations.
   - Custom user-defined mock matcher functions.
   - Simulated raised error exceptions.
   - Network delay simulation (only available for aiohttp).
   - Pluggable and hackable API.
   - Customizable HTTP traffic mock interceptor engine.
   - Supports third-party mocking engines, such as mocket.
   - Fits good for painless test doubles.
   - Does not support WebSocket traffic mocking.
   - Works with Python +2.7 and +3.0 (including PyPy).
   - Dependency-less: just 2 small dependencies for JSONSchema and XML tree
     comparison.
 .
 This package installs the library for Python 3.