1
0

31 Commits

Author SHA256 Message Date
9765ba5d9c Accepting request 1128741 from devel:languages:python
- update to 0.7.6:
  * refactor: Make mock for writer compatible with 3.9.0b1 and
    older
  * fix: aiohttp 3.9 \_writer can't await

OBS-URL: https://build.opensuse.org/request/show/1128741
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aioresponses?expand=0&rev=14
2023-11-26 18:37:11 +00:00
4cf0ce5521 - update to 0.7.6:
* refactor: Make mock for writer compatible with 3.9.0b1 and
    older
  * fix: aiohttp 3.9 \_writer can't await

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioresponses?expand=0&rev=29
2023-11-25 14:08:54 +00:00
dde1145a17 Accepting request 1125857 from devel:languages:python
- update to 0.7.5:
  * replaced pkg\_resources with packaging module
  * Add Python 3.11 support

OBS-URL: https://build.opensuse.org/request/show/1125857
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aioresponses?expand=0&rev=13
2023-11-14 20:43:31 +00:00
9a68f0413b - update to 0.7.5:
* replaced pkg\_resources with packaging module
  * Add Python 3.11 support

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioresponses?expand=0&rev=27
2023-11-14 12:00:19 +00:00
93b4de3d58 Accepting request 1046200 from devel:languages:python
- update to 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

OBS-URL: https://build.opensuse.org/request/show/1046200
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aioresponses?expand=0&rev=12
2023-01-02 15:38:23 +00:00
47f5bfd518 - update to 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioresponses?expand=0&rev=25
2023-01-02 14:20:50 +00:00
052ed48734 Accepting request 946669 from devel:languages:python
- update to 0.7.3:
  * Support binary bodies in responses
  * fix flake8
  * move RequestInfo to compat
  * drop \`.travis.yml\`
  * 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
  * fix version parsing
  * version 0.7.2
  * Update aioresponses/core.py
  * adding catch to ignore ValueError when deepcopy is unsuccessful

OBS-URL: https://build.opensuse.org/request/show/946669
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aioresponses?expand=0&rev=11
2022-01-15 19:05:25 +00:00
2db8f21762 - update to 0.7.3:
* Support binary bodies in responses
  * fix flake8
  * move RequestInfo to compat
  * drop \`.travis.yml\`
  * 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
  * fix version parsing
  * version 0.7.2
  * Update aioresponses/core.py
  * adding catch to ignore ValueError when deepcopy is unsuccessful

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioresponses?expand=0&rev=24
2022-01-15 16:38:19 +00:00
7fefbb669e Accepting request 864006 from devel:languages:python
- Remove unused patch pr_174.patch

- Update to v0.7.1 
  * Fix compatibility with aiohttp 3.7
  * remove asynctest from compat.py
  * Python 3.9 compatibility
- drop pr_174.patch merged upstream
- fix python version requirement, require asynctest for python36
  again

OBS-URL: https://build.opensuse.org/request/show/864006
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aioresponses?expand=0&rev=10
2021-01-18 13:39:07 +00:00
a29558fb3e - Remove unused patch pr_174.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioresponses?expand=0&rev=22
2021-01-18 08:31:58 +00:00
b78ce17654 Accepting request 863929 from home:bnavigator:branches:devel:languages:python
- Update to v0.7.1 
  * Fix compatibility with aiohttp 3.7
  * remove asynctest from compat.py
  * Python 3.9 compatibility
- drop pr_174.patch merged upstream
- fix python version requirement, require asynctest for python36
  again

OBS-URL: https://build.opensuse.org/request/show/863929
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioresponses?expand=0&rev=21
2021-01-18 08:08:49 +00:00
5be7489166 Accepting request 844824 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/844824
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aioresponses?expand=0&rev=9
2020-11-02 08:39:05 +00:00
123d11cac7 Accepting request 844619 from home:jayvdb:branches:devel:languages:python
- Remove no longer necessary aioresponses-replace-asynctest.patch
- Add pr_174.patch to add compatibility with aiohttp 3.7.0
- Update to v0.7.0

OBS-URL: https://build.opensuse.org/request/show/844619
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioresponses?expand=0&rev=19
2020-10-29 09:43:11 +00:00
6d9612d818 Accepting request 825738 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/825738
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aioresponses?expand=0&rev=8
2020-08-12 08:31:09 +00:00
Tomáš Chvátal
1a96d0c323 Accepting request 825726 from home:bnavigator:branches:devel:languages:python
asynctest is unmaintained and fails to build in TW

- replace asynctest with native python 3.8 unittest async test class
  * aioresponses-replace-asynctest.patch
  * gh#pnuckowski/aioresponses#166 
- drop disable-online-test.patch and deselect by pytest call

OBS-URL: https://build.opensuse.org/request/show/825726
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioresponses?expand=0&rev=17
2020-08-11 09:13:50 +00:00
8ec67460b8 Accepting request 812531 from devel:languages:python
- update to 0.6.4
 * Load response cookies from headers
 * BaseException handling(in Pyhton 3.8 asyncio.CancelError, 
     asyncio.TimeoutError are subclass of BaseException)
 * exception can be as class or as object of exception(Exception or Exception())
 * Change method to GET for redirect after POST request.
 * set request_info on response rather than a mock
 * Avoid failure in case one of the request arguments cannot be deep copied

OBS-URL: https://build.opensuse.org/request/show/812531
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aioresponses?expand=0&rev=7
2020-06-08 22:06:51 +00:00
39aff648ed - update to 0.6.4
* Load response cookies from headers
 * BaseException handling(in Pyhton 3.8 asyncio.CancelError, 
     asyncio.TimeoutError are subclass of BaseException)
 * exception can be as class or as object of exception(Exception or Exception())
 * Change method to GET for redirect after POST request.
 * set request_info on response rather than a mock
 * Avoid failure in case one of the request arguments cannot be deep copied

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioresponses?expand=0&rev=15
2020-06-08 09:49:08 +00:00
acf0c3a349 Accepting request 765075 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/765075
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aioresponses?expand=0&rev=6
2020-01-17 15:08:22 +00:00
Tomáš Chvátal
f9a7ebb91d Accepting request 765046 from home:mcalabkova:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/765046
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioresponses?expand=0&rev=13
2020-01-16 19:33:19 +00:00
97909e73cc Accepting request 736423 from devel:languages:python
- Update to 0.6.1:
  * no upstream changelog

OBS-URL: https://build.opensuse.org/request/show/736423
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aioresponses?expand=0&rev=5
2019-10-09 13:20:31 +00:00
Tomáš Chvátal
9b910bed8c - Update to 0.6.1:
* no upstream changelog

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioresponses?expand=0&rev=11
2019-10-09 08:43:22 +00:00
877f7a9dc8 Accepting request 693229 from devel:languages:python
- Lower the ddt requirement as it is not really needed

OBS-URL: https://build.opensuse.org/request/show/693229
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aioresponses?expand=0&rev=4
2019-04-17 08:07:25 +00:00
Tomáš Chvátal
9d540708e4 - Lower the ddt requirement as it is not really needed
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioresponses?expand=0&rev=9
2019-04-11 12:15:44 +00:00
4dd838e507 Accepting request 681087 from devel:languages:python
- cleanup deps

OBS-URL: https://build.opensuse.org/request/show/681087
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aioresponses?expand=0&rev=3
2019-03-04 08:23:48 +00:00
d0f4bc3ad7 - cleanup deps
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioresponses?expand=0&rev=7
2019-03-03 13:16:29 +00:00
9b4e4e14a1 Accepting request 680045 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/680045
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aioresponses?expand=0&rev=2
2019-03-01 15:47:48 +00:00
Tomáš Chvátal
2a8f0f9277 Accepting request 680029 from home:jayvdb:noflake8
- Remove unnecessary build dependencies
- Update to v0.6.0

OBS-URL: https://build.opensuse.org/request/show/680029
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioresponses?expand=0&rev=5
2019-02-28 08:55:32 +00:00
c878046269 Accepting request 651662 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/651662
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aioresponses?expand=0&rev=1
2018-11-29 21:58:27 +00:00
Tomáš Chvátal
87faa86fcf Accepting request 651456 from home:jengelh:branches:devel:languages:python
- Use noun phrase / full sentences in summary / description.

OBS-URL: https://build.opensuse.org/request/show/651456
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioresponses?expand=0&rev=3
2018-11-25 08:04:24 +00:00
Tomáš Chvátal
e607e83164 - Format with spec-cleaner
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioresponses?expand=0&rev=2
2018-11-22 08:50:44 +00:00
Tomáš Chvátal
a7a28e51c7 Accepting request 650235 from home:glaubitz:branches:devel:languages:python
- Submit build dependency required for new python-dns-lexicon version

OBS-URL: https://build.opensuse.org/request/show/650235
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioresponses?expand=0&rev=1
2018-11-22 08:50:00 +00:00