python-aioresponses 0.7.2-1.1 source package in Ubuntu

Changelog

python-aioresponses (0.7.2-1.1) unstable; urgency=high

  * Non-maintainer upload.
  * debian/control: Explicitly add runtime dependency:
    python3-pkg-resources. (Closes: #1002045)

 -- Boyuan Yang <email address hidden>  Mon, 20 Dec 2021 15:38:15 -0500

Upload details

Uploaded by:
Jonas Smedegaard
Uploaded to:
Sid
Original maintainer:
Jonas Smedegaard
Architectures:
all
Section:
misc
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-aioresponses_0.7.2-1.1.dsc 2.2 KiB 7b26f136bfa6486ee9ed11c64a724833f62463fd038c493bd4d0bd978cb563af
python-aioresponses_0.7.2.orig.tar.gz 22.5 KiB 1bef1328f6732cd10b6d9c4ce02bd0198ffd491728d3c57f8e47fef1e427c5d3
python-aioresponses_0.7.2-1.1.debian.tar.xz 4.6 KiB 852f0fed1e5aeea7bff791511eda72983711167baf573b7ac5058dd6c3506012

Available diffs

No changes file available.

Binary packages built by this source

python3-aioresponses: mock out Python aiohttp ClientSession requests

 Aioresponses is a helper
 to mock/fake web requests in python aiohttp package.
 .
 For requests module there are a lot of packages
 that help us with testing
 (eg. httpretty, responses, requests-mock).
 .
 When it comes to testing asynchronous HTTP requests
 it is a bit harder (at least at the beginning).
 The purpose of this package is to provide
 an easy way to test asynchronous HTTP requests.

python3-aioresponses-doc: mock out Python aiohttp ClientSession requests - documentation

 Aioresponses is a helper
 to mock/fake web requests in python aiohttp package.
 .
 For requests module there are a lot of packages
 that help us with testing
 (eg. httpretty, responses, requests-mock).
 .
 When it comes to testing asynchronous HTTP requests
 it is a bit harder (at least at the beginning).
 The purpose of this package is to provide
 an easy way to test asynchronous HTTP requests.
 .
 This package provides documentation for the aioresponses module.