2023-11-29 11:32:46 by Jonathan Perkin | Files touched by this commit (1) |
Log message: py-aioresponses: Fix PYTHON_VERSIONS_INCOMPATIBLE. |
2023-11-28 18:30:21 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-aioresponses: updated to 0.7.6 0.7.6 * refactor: Make mock for writer compatible with 3.9.0b1 and older * fix: aiohttp 3.9 \_writer can't await 0.7.5 * replaced pkg\_resources with packaging module * Add Python 3.11 support |
2023-11-07 23:38:10 by Thomas Klausner | Files touched by this commit (112) |
Log message: *: latest py-sphinx only support Python 3.9+ |
2022-12-16 00:05:27 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-aioresponses: updated to 0.7.4 0.7.4 ----- * bump py36 to ubuntu 20.04 * restore 3.6 * Adjust github actions test workflow * Fix python versions in env list * Add documentation for repeat argument * Add compat module * fix long line by adding line breaks * shorten comment to obey line length limit * split typing and assignment to avoid long line * Avoid type confusion by explicitly typing as \`ClientResponse\` * ignore false positive mypy warning when \`url\_or\_pattern\` is a \`Pattern\` * add \`py.typed\` to MANIFEST.in * add \`py.typed\` file to package data in setup.py * fix version after release was tagged/released * Extend for arguments * Init assert\_called * Fix type annotations |
2022-01-21 12:36:24 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-aioresponses: updated to 0.7.3 0.7.3 ----- * Support binary bodies in responses * fix flake8 * move RequestInfo to compat * drop \`.travis.yml\` * basic CI using github actions add codecov and add flake8 * basic CI using github actions * basic CI using github actions * basic CI using github actions * basic CI using github actions * basic CI using github actions * (feat) add unit tests * (feat) allow for callbacks to be called before raising of exception * add \`py.typed\` (PEP 561) * Fix setuptools warnings by replacing dashes in keys with underscores |
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message: *: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS |
2021-10-26 13:07:15 by Nia Alarie | Files touched by this commit (958) |
Log message: net: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Not committed (merge conflicts...): net/radsecproxy/distinfo The following distfiles could not be fetched (fetched conditionally?): ./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz ./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch ./net/djbdns/distinfo djbdns-1.05-test28.diff.xz ./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch ./net/djbdns/distinfo djbdns-1.05-multiip.diff ./net/djbdns/distinfo djbdns-cachestats.patch |
2021-10-07 16:43:07 by Nia Alarie | Files touched by this commit (962) |
Log message: net: Remove SHA1 hashes for distfiles |
2021-05-19 13:03:46 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-aioresponses: updated to 0.7.2 0.7.2 ----- * fix version parsing * version 0.7.2 * adding catch to ignore ValueError when deepcopy is unsuccessful |
2020-12-04 17:31:18 by Adam Ciarcinski | Files touched by this commit (4) |
Log message: py-aioresponses: added version 0.7.1 Aioresponses is a helper to mock/fake web requests in python aiohttp package. |