Package Release Info

python-aioresponses-0.6.2-bp153.1.23

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python3-aioresponses

Change Logs

Version: 0.6.2-bp152.1.10
* Thu Jan 16 2020 Marketa Calabkova <mcalabkova@suse.com>
- update to 0.6.2
  * Save every received request. Even when no response is subscribed.
  * Ensure that a copy of kwargs is stored in request
  * remove overly verbose Exception
  * assert the correct ClientConnectionError
* Wed Oct 09 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update to 0.6.1:
  * no upstream changelog
Version: 0.6.0-bp151.1.2
* Thu Apr 11 2019 Tomá? Chvátal <tchvatal@suse.com>
- Lower the ddt requirement as it is not really needed
* Sun Mar 03 2019 Ond?ej Súkup <mimi.vx@gmail.com>
- cleanup deps
* Thu Feb 28 2019 John Vandenberg <jayvdb@gmail.com>
- Remove unnecessary build dependencies
- Update to v0.6.0
  * Move internal stuff and CallbackResult class to the core module
  * Add CallbackResult class for returning responses from callbacks
  * Expose build_response method
  * Add Python 3.7 for tox
  * Add callbacks to provide dynamic responses
* Fri Nov 23 2018 Jan Engelhardt <jengelh@inai.de>
- Use noun phrase / full sentences in summary / description.
* Thu Nov 22 2018 Tomá? Chvátal <tchvatal@suse.com>
- Format with spec-cleaner
* Mon Nov 19 2018 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Initial build
  + Version 0.5.0
- Include patch to disable online test
  + disable-online-test.patch