python-aioresponses 0.7.2-1 source package in Ubuntu

Changelog

python-aioresponses (0.7.2-1) unstable; urgency=medium

  [ upstream ]
  * new release

  [ Jonas Smedegaard ]
  * update copyright info:
    + use Reference field (not License-Reference);
      tighten lintian overrides
    + update coverage
  * declare compliance with Debian Policy 4.6.0

 -- Jonas Smedegaard <email address hidden>  Wed, 22 Sep 2021 00:14:48 +0200

Upload details

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

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.dsc 2.2 KiB b68127cd86e9d5ed3eabf64f63947212e6697e17133966046d2b78f71628a72b
python-aioresponses_0.7.2.orig.tar.gz 22.5 KiB 1bef1328f6732cd10b6d9c4ce02bd0198ffd491728d3c57f8e47fef1e427c5d3
python-aioresponses_0.7.2-1.debian.tar.xz 4.6 KiB 1c00223581d9ef06055a3a84dc71a919957ee6b5149b570f25e496af41ba8e31

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.