python-aioresponses 0.7.4-1 source package in Ubuntu

Changelog

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

  [ upstream ]
  * new release

  [ Jonas Smedegaard ]
  * unfuzz patches
  * declare compliance with Debian Policy 4.6.2
  * update git-buildpackage config:
    + use DEP-14 git branches
    + enable automatic DEP-14 branch name handling
    + add usage config
  * update copyright info: update coverage

 -- Jonas Smedegaard <email address hidden>  Sun, 29 Jan 2023 00:04:32 +0100

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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-aioresponses_0.7.4-1.dsc 2.2 KiB 21f097a32c84a657cd932a91741c9942da30d843215e9c5806a73a0c1c0c8e49
python-aioresponses_0.7.4.orig.tar.gz 25.0 KiB 98b54e38ce19bf227159cf6eba33428c215c171960140c54f04ac3c9f6df250f
python-aioresponses_0.7.4-1.debian.tar.xz 4.9 KiB 208b35994d5a99878188953a76be9f1054ca1ab246b4e6df9f983c8e8614599e

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.