python-aioresponses 0.7.6-2 source package in Ubuntu

Changelog

python-aioresponses (0.7.6-2) unstable; urgency=medium

  * depend on python3-packaging (not python3-pkg-resources)

 -- Jonas Smedegaard <email address hidden>  Mon, 27 Nov 2023 16:03:52 +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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-aioresponses_0.7.6-2.dsc 2.2 KiB dd0655eaa9c9d368f95a113f4346f2a4777de09a34e7b8f70d9059d3c3a33111
python-aioresponses_0.7.6.orig.tar.gz 24.8 KiB ecc1e0056562c676f4fe67ab04df9097813a398824af11d9c6fb56bb48318183
python-aioresponses_0.7.6-2.debian.tar.xz 5.0 KiB 02df24be59aaee814850c636a9d89509d77f73523cfc5975e06bde80a050f36d

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.