forked from pool/python-mohawk
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mohawk?expand=0&rev=18
73 lines
3.0 KiB
Plaintext
73 lines
3.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Jun 2 12:54:31 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- Convert to pip-based build
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 2 03:39:31 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Remove unneeded BuildRequires on mock.
|
|
- Remove bcond for running tests.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 24 13:27:46 UTC 2022 - pgajdos@suse.com
|
|
|
|
- Extend remove-nose.patch: Use unittest.mock instead of
|
|
python-mock (https://trello.com/c/S6eADbii/64-remove-python-mock)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 23 06:11:30 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Add patch remove-nose.patch:
|
|
* Use unittest assert methods rather than requiring nose.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 19 22:51:29 UTC 2021 - antoine.belvire@opensuse.org
|
|
|
|
- Replace call to 'python setup.py test' by pyunittest macro: This
|
|
prevents a DeprecationWarning turned into an error from failing
|
|
the build.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 28 20:05:08 UTC 2019 - antoine.belvire@opensuse.org
|
|
|
|
- Update to version 1.1.0:
|
|
* Support passing file-like objects (those implementing .read(n))
|
|
as the content parameter for Resources. See mohawk.Sender for
|
|
details.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 11 06:41:11 UTC 2019 - antoine.belvire@opensuse.org
|
|
|
|
- Update to version 1.0.0:
|
|
* Security related: Bewit MACs were not compared in constant time
|
|
and were thus possibly circumventable by an attacker.
|
|
* Breaking change: Escape characters in header values (such as a
|
|
back slash) are no longer allowed, potentially breaking clients
|
|
that depended on this behavior.
|
|
* A sender is allowed to omit the content hash as long as their
|
|
request has no content. The `mohawk.Receiver` will skip the
|
|
content hash check in this situation, regardless of the value
|
|
of accept_untrusted_content.
|
|
* Introduced max limit of 4096 characters in the Authorization
|
|
header.
|
|
* Changed default values of content and content_type arguments to
|
|
`mohawk.base.EmptyValue` in order to differentiate between
|
|
misconfiguration and cases where these arguments are explicitly
|
|
given as None (as with some web frameworks).
|
|
* Failing to pass content and content_type arguments to
|
|
`mohawk.Receiver` or `mohawk.Sender.accept_response` without
|
|
specifying accept_untrusted_content=True will now raise
|
|
`mohawk.exc.MissingContent` instead of `ValueError`.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 4 12:50:27 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 2 10:15:38 UTC 2017 - antoine.belvire@opensuse.org
|
|
|
|
- Initial package: python-mohawk 0.3.4.
|
|
|