http-message-signatures 0.6.1__py3-none-any.whl → 0.7.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -26,7 +26,7 @@ class HTTPSignatureComponentResolver:
26
26
  self.message_type = "request"
27
27
  if hasattr(message, "status_code"):
28
28
  self.message_type = "response"
29
- self.url = message.url
29
+ self.url = str(message.url)
30
30
  self.headers = CaseInsensitiveDict(message.headers)
31
31
 
32
32
  def resolve(self, component_node: http_sfv.Item):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: http-message-signatures
3
- Version: 0.6.1
3
+ Version: 0.7.0
4
4
  Summary: An implementation of the IETF HTTP Message Signatures draft standard
5
5
  Project-URL: Homepage, https://github.com/pyauth/http-message-signatures
6
6
  Author: Andrey Kislyuk
@@ -3,11 +3,11 @@ http_message_signatures/_algorithms.py,sha256=XW1yajZqG8XmL_SaoWSp_ya-yfENCBt7A3
3
3
  http_message_signatures/algorithms.py,sha256=CXHOcleb8dkdTSUxTdNfl-d0XkVxSXGmf9ugKe_xGaY,190
4
4
  http_message_signatures/exceptions.py,sha256=kEF1-8-ACSQL97vfIo_bwv-Hh8pdtjXjRDbsrFKlgA4,260
5
5
  http_message_signatures/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
- http_message_signatures/resolvers.py,sha256=h-kdnS1Ie3Xv5z22GrE_HkAHHONJ66W3kkEbReGLGLE,3260
6
+ http_message_signatures/resolvers.py,sha256=6w01CdK-QA8JEQlj6JB7axk1cK5xs74HX_6QVyq0rVE,3265
7
7
  http_message_signatures/signatures.py,sha256=BXFGNYcq4zPDkmfZ7WSKT-MhxMZB3acpiapJEzX-zTg,9286
8
8
  http_message_signatures/structures.py,sha256=xCz9W4Rmjj541GgGdjZeKNObxLFqN8mdZFrsOg9g9Yc,1575
9
- http_message_signatures-0.6.1.dist-info/METADATA,sha256=L7g_TK27F6mzY9A3KokxKIERXS15sPLFL3BK6H4GLY8,6293
10
- http_message_signatures-0.6.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
11
- http_message_signatures-0.6.1.dist-info/licenses/LICENSE,sha256=h-3wDrOtt7Mou9MC2Hz07aB0PwvDbGAYnVLAXlFqBAI,9144
12
- http_message_signatures-0.6.1.dist-info/licenses/NOTICE,sha256=uffnI3KUzenxf-zvcOBEIbaShnRk1fMnvgSzdy1C2M0,634
13
- http_message_signatures-0.6.1.dist-info/RECORD,,
9
+ http_message_signatures-0.7.0.dist-info/METADATA,sha256=jgFNOEijhUfolXlnPoVtSolNKfo-wMoqMz4o9gmaw8Y,6293
10
+ http_message_signatures-0.7.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
11
+ http_message_signatures-0.7.0.dist-info/licenses/LICENSE,sha256=h-3wDrOtt7Mou9MC2Hz07aB0PwvDbGAYnVLAXlFqBAI,9144
12
+ http_message_signatures-0.7.0.dist-info/licenses/NOTICE,sha256=uffnI3KUzenxf-zvcOBEIbaShnRk1fMnvgSzdy1C2M0,634
13
+ http_message_signatures-0.7.0.dist-info/RECORD,,