drb-driver-http 1.3.6__tar.gz → 1.3.7__tar.gz

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.
Files changed (33) hide show
  1. {drb_driver_http-1.3.6/drb_driver_http.egg-info → drb_driver_http-1.3.7}/PKG-INFO +2 -2
  2. {drb_driver_http-1.3.6 → drb_driver_http-1.3.7}/drb/drivers/http/_version.py +3 -3
  3. {drb_driver_http-1.3.6 → drb_driver_http-1.3.7/drb_driver_http.egg-info}/PKG-INFO +2 -2
  4. drb_driver_http-1.3.7/drb_driver_http.egg-info/requires.txt +2 -0
  5. drb_driver_http-1.3.7/requirements.txt +2 -0
  6. {drb_driver_http-1.3.6 → drb_driver_http-1.3.7}/tests/test_drb_http_basic_auth.py +2 -0
  7. {drb_driver_http-1.3.6 → drb_driver_http-1.3.7}/tests/test_drb_http_keyring.py +2 -0
  8. {drb_driver_http-1.3.6 → drb_driver_http-1.3.7}/tests/test_drb_impl_http.py +2 -0
  9. drb_driver_http-1.3.6/drb_driver_http.egg-info/requires.txt +0 -2
  10. drb_driver_http-1.3.6/requirements.txt +0 -2
  11. {drb_driver_http-1.3.6 → drb_driver_http-1.3.7}/LICENCE.txt +0 -0
  12. {drb_driver_http-1.3.6 → drb_driver_http-1.3.7}/README.md +0 -0
  13. {drb_driver_http-1.3.6 → drb_driver_http-1.3.7}/drb/drivers/http/__init__.py +0 -0
  14. {drb_driver_http-1.3.6 → drb_driver_http-1.3.7}/drb/drivers/http/http.py +0 -0
  15. {drb_driver_http-1.3.6 → drb_driver_http-1.3.7}/drb/drivers/http/oauth2/HTTPOAuth2.py +0 -0
  16. {drb_driver_http-1.3.6 → drb_driver_http-1.3.7}/drb/drivers/http/oauth2/__init__.py +0 -0
  17. {drb_driver_http-1.3.6 → drb_driver_http-1.3.7}/drb/drivers/http/oauth2/oauth2.py +0 -0
  18. {drb_driver_http-1.3.6 → drb_driver_http-1.3.7}/drb/exceptions/http.py +0 -0
  19. {drb_driver_http-1.3.6 → drb_driver_http-1.3.7}/drb/topics/http/__init__.py +0 -0
  20. {drb_driver_http-1.3.6 → drb_driver_http-1.3.7}/drb/topics/http/cortex.yml +0 -0
  21. {drb_driver_http-1.3.6 → drb_driver_http-1.3.7}/drb_driver_http.egg-info/SOURCES.txt +0 -0
  22. {drb_driver_http-1.3.6 → drb_driver_http-1.3.7}/drb_driver_http.egg-info/dependency_links.txt +0 -0
  23. {drb_driver_http-1.3.6 → drb_driver_http-1.3.7}/drb_driver_http.egg-info/entry_points.txt +0 -0
  24. {drb_driver_http-1.3.6 → drb_driver_http-1.3.7}/drb_driver_http.egg-info/not-zip-safe +0 -0
  25. {drb_driver_http-1.3.6 → drb_driver_http-1.3.7}/drb_driver_http.egg-info/top_level.txt +0 -0
  26. {drb_driver_http-1.3.6 → drb_driver_http-1.3.7}/pyproject.toml +0 -0
  27. {drb_driver_http-1.3.6 → drb_driver_http-1.3.7}/setup.cfg +0 -0
  28. {drb_driver_http-1.3.6 → drb_driver_http-1.3.7}/setup.py +0 -0
  29. {drb_driver_http-1.3.6 → drb_driver_http-1.3.7}/tests/test_drb_http_bearer.py +0 -0
  30. {drb_driver_http-1.3.6 → drb_driver_http-1.3.7}/tests/test_drb_http_factory.py +0 -0
  31. {drb_driver_http-1.3.6 → drb_driver_http-1.3.7}/tests/test_drb_http_signature.py +0 -0
  32. {drb_driver_http-1.3.6 → drb_driver_http-1.3.7}/tests/test_drb_https_signature.py +0 -0
  33. {drb_driver_http-1.3.6 → drb_driver_http-1.3.7}/versioneer.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: drb-driver-http
3
- Version: 1.3.6
3
+ Version: 1.3.7
4
4
  Summary: DRB Http driver
5
5
  Author: GAEL Systems
6
6
  Author-email: drb-python@gael.fr
@@ -14,7 +14,7 @@ Requires-Python: >=3.8
14
14
  Description-Content-Type: text/markdown
15
15
  License-File: LICENCE.txt
16
16
  Requires-Dist: drb~=2.2.0
17
- Requires-Dist: tenacity==8.0.1
17
+ Requires-Dist: tenacity<8.3.0,>=8.0.1
18
18
 
19
19
  # Http & Https Implementation
20
20
  This drb-driver-http module implements http and https protocol access with DRB data model.
@@ -8,11 +8,11 @@ import json
8
8
 
9
9
  version_json = '''
10
10
  {
11
- "date": "2025-03-25T14:38:50+0100",
11
+ "date": "2025-12-03T14:08:32+0100",
12
12
  "dirty": false,
13
13
  "error": null,
14
- "full-revisionid": "7db4ae8d4ff1a5d43115b127f9b0b2801a30a566",
15
- "version": "1.3.6"
14
+ "full-revisionid": "7f16365dce55500f72150e6270825fae5d0fbbc3",
15
+ "version": "1.3.7"
16
16
  }
17
17
  ''' # END VERSION_JSON
18
18
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: drb-driver-http
3
- Version: 1.3.6
3
+ Version: 1.3.7
4
4
  Summary: DRB Http driver
5
5
  Author: GAEL Systems
6
6
  Author-email: drb-python@gael.fr
@@ -14,7 +14,7 @@ Requires-Python: >=3.8
14
14
  Description-Content-Type: text/markdown
15
15
  License-File: LICENCE.txt
16
16
  Requires-Dist: drb~=2.2.0
17
- Requires-Dist: tenacity==8.0.1
17
+ Requires-Dist: tenacity<8.3.0,>=8.0.1
18
18
 
19
19
  # Http & Https Implementation
20
20
  This drb-driver-http module implements http and https protocol access with DRB data model.
@@ -0,0 +1,2 @@
1
+ drb~=2.2.0
2
+ tenacity<8.3.0,>=8.0.1
@@ -0,0 +1,2 @@
1
+ drb~=2.2.0
2
+ tenacity>=8.0.1,<8.3.0
@@ -1,4 +1,5 @@
1
1
  import io
2
+ import time
2
3
  import unittest
3
4
  from multiprocessing import Process
4
5
 
@@ -19,6 +20,7 @@ class TestDrbHttpBasicAuth(unittest.TestCase):
19
20
  @classmethod
20
21
  def setUpClass(cls) -> None:
21
22
  process.start()
23
+ time.sleep(1)
22
24
 
23
25
  @classmethod
24
26
  def tearDownClass(cls) -> None:
@@ -1,3 +1,4 @@
1
+ import time
1
2
  import unittest
2
3
  import io
3
4
  from unittest.mock import patch
@@ -21,6 +22,7 @@ class TestBitwardenKeyring(unittest.TestCase):
21
22
  @classmethod
22
23
  def setUpClass(cls) -> None:
23
24
  process.start()
25
+ time.sleep(1)
24
26
 
25
27
  @classmethod
26
28
  def tearDownClass(cls) -> None:
@@ -1,6 +1,7 @@
1
1
  import io
2
2
  import json
3
3
  import sys
4
+ import time
4
5
  import unittest
5
6
  from multiprocessing import Process
6
7
 
@@ -23,6 +24,7 @@ class TestDrbHttp(unittest.TestCase):
23
24
  @classmethod
24
25
  def setUpClass(cls) -> None:
25
26
  process.start()
27
+ time.sleep(1)
26
28
 
27
29
  @classmethod
28
30
  def tearDownClass(cls) -> None:
@@ -1,2 +0,0 @@
1
- drb~=2.2.0
2
- tenacity==8.0.1
@@ -1,2 +0,0 @@
1
- drb~=2.2.0
2
- tenacity==8.0.1