zpdatafetch 2.2.4__tar.gz → 2.2.6__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 (84) hide show
  1. {zpdatafetch-2.2.4/src/zpdatafetch.egg-info → zpdatafetch-2.2.6}/PKG-INFO +5 -3
  2. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/pyproject.toml +6 -4
  3. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6/src/zpdatafetch.egg-info}/PKG-INFO +5 -3
  4. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zpdatafetch.egg-info/requires.txt +4 -2
  5. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/LICENSE +0 -0
  6. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/README.md +0 -0
  7. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/setup.cfg +0 -0
  8. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/shared/__init__.py +0 -0
  9. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/shared/cli.py +0 -0
  10. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/shared/config.py +0 -0
  11. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/shared/error_helpers.py +0 -0
  12. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/shared/exceptions.py +0 -0
  13. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/shared/http_client.py +0 -0
  14. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/shared/json_helpers.py +0 -0
  15. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/shared/logging.py +0 -0
  16. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/shared/validation.py +0 -0
  17. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zdatafetch/__init__.py +0 -0
  18. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zdatafetch/activity.py +0 -0
  19. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zdatafetch/auth.py +0 -0
  20. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zdatafetch/cli.py +0 -0
  21. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zdatafetch/config.py +0 -0
  22. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zdatafetch/followers.py +0 -0
  23. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zdatafetch/logging_config.py +0 -0
  24. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zdatafetch/profile.py +0 -0
  25. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zdatafetch/rideons.py +0 -0
  26. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zdatafetch/ridersinworld.py +0 -0
  27. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zdatafetch/worlds.py +0 -0
  28. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zpdatafetch/__init__.py +0 -0
  29. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zpdatafetch/async_zp.py +0 -0
  30. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zpdatafetch/cli.py +0 -0
  31. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zpdatafetch/config.py +0 -0
  32. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zpdatafetch/logging_config.py +0 -0
  33. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zpdatafetch/zp.py +0 -0
  34. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zpdatafetch/zp_obj.py +0 -0
  35. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zpdatafetch/zp_utils.py +0 -0
  36. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zpdatafetch/zpcyclist.py +0 -0
  37. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zpdatafetch/zpcyclistfetch.py +0 -0
  38. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zpdatafetch/zpleague.py +0 -0
  39. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zpdatafetch/zpleaguefetch.py +0 -0
  40. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zpdatafetch/zpprime.py +0 -0
  41. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zpdatafetch/zpprimesfetch.py +0 -0
  42. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zpdatafetch/zpracefinish.py +0 -0
  43. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zpdatafetch/zpracelog.py +0 -0
  44. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zpdatafetch/zpraceresult.py +0 -0
  45. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zpdatafetch/zpracesignup.py +0 -0
  46. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zpdatafetch/zpracesprint.py +0 -0
  47. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zpdatafetch/zpresultfetch.py +0 -0
  48. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zpdatafetch/zpsignupfetch.py +0 -0
  49. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zpdatafetch/zpsprintsfetch.py +0 -0
  50. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zpdatafetch/zpteam.py +0 -0
  51. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zpdatafetch/zpteamfetch.py +0 -0
  52. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zpdatafetch.egg-info/SOURCES.txt +0 -0
  53. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zpdatafetch.egg-info/dependency_links.txt +0 -0
  54. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zpdatafetch.egg-info/entry_points.txt +0 -0
  55. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zpdatafetch.egg-info/top_level.txt +0 -0
  56. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zrdatafetch/__init__.py +0 -0
  57. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zrdatafetch/async_zr.py +0 -0
  58. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zrdatafetch/cli.py +0 -0
  59. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zrdatafetch/config.py +0 -0
  60. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zrdatafetch/logging_config.py +0 -0
  61. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zrdatafetch/rate_limiter.py +0 -0
  62. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zrdatafetch/zr.py +0 -0
  63. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zrdatafetch/zr_utils.py +0 -0
  64. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zrdatafetch/zrraceresult.py +0 -0
  65. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zrdatafetch/zrresultfetch.py +0 -0
  66. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zrdatafetch/zrrider.py +0 -0
  67. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zrdatafetch/zrriderfetch.py +0 -0
  68. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zrdatafetch/zrteamfetch.py +0 -0
  69. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zrdatafetch/zrteamroster.py +0 -0
  70. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zsdatafetch/__init__.py +0 -0
  71. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zsdatafetch/async_zs.py +0 -0
  72. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zsdatafetch/cli.py +0 -0
  73. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zsdatafetch/logging_config.py +0 -0
  74. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zsdatafetch/models/__init__.py +0 -0
  75. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zsdatafetch/models/component.py +0 -0
  76. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zsdatafetch/models/incident.py +0 -0
  77. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zsdatafetch/models/maintenance.py +0 -0
  78. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zsdatafetch/models/page.py +0 -0
  79. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zsdatafetch/models/status.py +0 -0
  80. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zsdatafetch/models/summary.py +0 -0
  81. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zsdatafetch/zs.py +0 -0
  82. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zsdatafetch/zsincidentfetch.py +0 -0
  83. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zsdatafetch/zsmaintenancefetch.py +0 -0
  84. {zpdatafetch-2.2.4 → zpdatafetch-2.2.6}/src/zsdatafetch/zssummaryfetch.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: zpdatafetch
3
- Version: 2.2.4
3
+ Version: 2.2.6
4
4
  Summary: A package for fetching data from Zwiftpower and Zwiftracing.app
5
5
  Author-email: Doug Morris <doug@mhost.com>
6
6
  License-Expression: MIT
@@ -13,12 +13,14 @@ Description-Content-Type: text/markdown
13
13
  License-File: LICENSE
14
14
  Requires-Dist: anyio>=4.4.0
15
15
  Requires-Dist: beautifulsoup4>=4.12.3
16
- Requires-Dist: cryptography>=46.0.5
16
+ Requires-Dist: cryptography>=46.0.7
17
17
  Requires-Dist: httpx>=0.28.0
18
+ Requires-Dist: idna>=3.16
18
19
  Requires-Dist: keyring>=25.2.0
19
20
  Requires-Dist: keyrings-alt
20
- Requires-Dist: lxml>=5.4.0
21
+ Requires-Dist: lxml>=6.1.0
21
22
  Requires-Dist: protobuf>=7.34.1
23
+ Requires-Dist: urllib3>=2.7.0
22
24
  Provides-Extra: async-full
23
25
  Requires-Dist: trio>=0.26.0; extra == "async-full"
24
26
  Provides-Extra: trio
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "zpdatafetch"
3
- version = "2.2.4"
3
+ version = "2.2.6"
4
4
  description = "A package for fetching data from Zwiftpower and Zwiftracing.app"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
@@ -19,16 +19,18 @@ dependencies = [
19
19
  # Async support (anyio provides backend-agnostic async utilities)
20
20
  "anyio>=4.4.0",
21
21
  "beautifulsoup4>=4.12.3",
22
- "cryptography>=46.0.5",
22
+ "cryptography>=46.0.7",
23
23
  # Note: httpx 0.28.0 depends on httpcore 1.1.x which has a compatibility
24
24
  # issue with Python 3.14's typing.Union. This causes test failures on 3.14.
25
25
  # Workaround: test_shared_client_connection_pooling is marked as xfail on 3.14.
26
26
  # This will be resolved when httpx 0.29.0+ is released (depends on httpcore 1.2.0+).
27
27
  "httpx>=0.28.0",
28
+ "idna>=3.16",
28
29
  "keyring>=25.2.0",
29
30
  "keyrings-alt",
30
- "lxml>=5.4.0",
31
+ "lxml>=6.1.0",
31
32
  "protobuf>=7.34.1",
33
+ "urllib3>=2.7.0",
32
34
  ]
33
35
 
34
36
  [project.urls]
@@ -54,7 +56,7 @@ dev = [
54
56
  "build>=1.2.1",
55
57
  "ipdb>=0.13.13",
56
58
  "packaging>=24.1",
57
- "pytest>=8.3.2",
59
+ "pytest>=9.0.3",
58
60
  "pytest-cov>=4.1.0",
59
61
  "ruff>=0.6.2",
60
62
  "setuptools>=73.0.1",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: zpdatafetch
3
- Version: 2.2.4
3
+ Version: 2.2.6
4
4
  Summary: A package for fetching data from Zwiftpower and Zwiftracing.app
5
5
  Author-email: Doug Morris <doug@mhost.com>
6
6
  License-Expression: MIT
@@ -13,12 +13,14 @@ Description-Content-Type: text/markdown
13
13
  License-File: LICENSE
14
14
  Requires-Dist: anyio>=4.4.0
15
15
  Requires-Dist: beautifulsoup4>=4.12.3
16
- Requires-Dist: cryptography>=46.0.5
16
+ Requires-Dist: cryptography>=46.0.7
17
17
  Requires-Dist: httpx>=0.28.0
18
+ Requires-Dist: idna>=3.16
18
19
  Requires-Dist: keyring>=25.2.0
19
20
  Requires-Dist: keyrings-alt
20
- Requires-Dist: lxml>=5.4.0
21
+ Requires-Dist: lxml>=6.1.0
21
22
  Requires-Dist: protobuf>=7.34.1
23
+ Requires-Dist: urllib3>=2.7.0
22
24
  Provides-Extra: async-full
23
25
  Requires-Dist: trio>=0.26.0; extra == "async-full"
24
26
  Provides-Extra: trio
@@ -1,11 +1,13 @@
1
1
  anyio>=4.4.0
2
2
  beautifulsoup4>=4.12.3
3
- cryptography>=46.0.5
3
+ cryptography>=46.0.7
4
4
  httpx>=0.28.0
5
+ idna>=3.16
5
6
  keyring>=25.2.0
6
7
  keyrings-alt
7
- lxml>=5.4.0
8
+ lxml>=6.1.0
8
9
  protobuf>=7.34.1
10
+ urllib3>=2.7.0
9
11
 
10
12
  [async-full]
11
13
  trio>=0.26.0
File without changes
File without changes
File without changes