e2090403ea
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mocket?expand=0&rev=28
137 lines
4.9 KiB
Plaintext
137 lines
4.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Feb 2 21:33:54 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
|
|
|
- disable test test_asyncio_record_replay as it requires DNS.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 23 19:20:19 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
|
|
|
- Update to version 3.9.40:
|
|
- Fix for asyncio.open_connection() (#144)
|
|
- fix UT for 3.5 support
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 15 16:56:37 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
|
|
|
- update to version 3.9.39:
|
|
- Use MocketSocket as context manager (#141)
|
|
* Adding support for using a `socket` as a context manager as requested by #139.
|
|
* Closing real socket.
|
|
* Bump version.
|
|
- update to version 3.9.38:
|
|
- Update __init__.py
|
|
- update to version 3.9.37:
|
|
- Fix for external decorators (#138)
|
|
- update to version 3.9.36:
|
|
- New mocket method for checking if all entries have been served (#137)
|
|
* Mocket method for checking if all entries have been served at least once.
|
|
- Yet another refactor (#135)
|
|
- Refactor. (#136)
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 3 10:37:41 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
|
|
|
- update to version 3.9.35:
|
|
- Removing Python 2 compatibility layer (#134).
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 17 17:09:52 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
|
|
|
- Do not require and test with pook on Python2
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 17 15:10:50 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
|
|
|
- Update to version 3.9.4
|
|
* fix for new version of pip resolver
|
|
- Skip python38 only tests in python36 flavor and python3 flavor
|
|
if python3 <= 3.8 (Leap)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 10 01:45:45 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
|
|
|
- Relax pinned setup.py requires so that the installed egg-info
|
|
does not interfere with other packages
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 9 20:23:21 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
|
|
|
- Update to version 3.9.3:
|
|
* Fix for `.makefile()` as reported by @KyleKing.
|
|
* From `codecs` to `binascii` for PyPy. (#127)
|
|
- Update to version 3.9.2:
|
|
* Mocket raises exceptions.
|
|
* Fix for Python 2.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Oct 11 07:03:02 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
|
|
|
- Update to version 3.9.1:
|
|
- Multiple HTTP writes (#125)
|
|
- Fix for #111.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Sep 26 07:39:57 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
|
|
|
- Update to version 3.9.0:
|
|
- MockHTTP uses `http-parser` as parser
|
|
Fix for second sendall used for delivering request's body.
|
|
- Update to version 3.8.9:
|
|
- Small refactor for HTTPretty plugin
|
|
Now the import line can be written as from mocket.plugins.httpretty import httpretty, httprettified.
|
|
- Update to version 3.8.8:
|
|
- Small fix applied to `setup.py`
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 11 07:17:16 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
|
|
|
- Update to version 3.8.7
|
|
* This version ships the change to support the libmagic wrapper
|
|
distributed with file's command.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 11 07:08:04 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Switch to multibuild as we create cycle with python-pook otherwise
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Aug 8 13:00:29 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
|
|
|
- Change requirements version specifier from == to >=.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 23 18:54:20 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
|
|
|
- Update to version 3.8.6:
|
|
- No upstream changelog available
|
|
- Use source tarball from pypi instead of GitHub.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 1 07:38:18 UTC 2020 - pgajdos@suse.com
|
|
|
|
- version update to 3.8.4
|
|
* Adding missing `load_verify_locations` method
|
|
* Removing `hexdump` dependency
|
|
* Fix for removing DeprecationWarning (#105)
|
|
* Py3.8 classifier
|
|
* Fix for Redis module
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 18 07:41:18 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 3.7.3:
|
|
* testsuite fixes
|
|
- Drop patch partial-wildcards.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 18 04:08:03 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Activate test suite
|
|
- Add patch partial-wildcards.patch
|
|
- Update to v3.7.2
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 19 11:41:58 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Initial spec for v2.7.2
|