pulp-python-client 3.26.0__tar.gz → 3.26.1__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 (137) hide show
  1. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/PKG-INFO +2 -2
  2. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/README.md +1 -1
  3. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulp_python_client.egg-info/PKG-INFO +2 -2
  4. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/__init__.py +1 -1
  5. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/api_client.py +1 -1
  6. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/configuration.py +1 -1
  7. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/models/patchedpython_python_remote.py +1 -1
  8. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/models/patchedpython_python_repository.py +2 -2
  9. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/models/python_python_remote.py +1 -1
  10. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/models/python_python_remote_response.py +1 -1
  11. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/models/python_python_repository.py +2 -2
  12. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/models/python_python_repository_response.py +3 -2
  13. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/models/remote_network_config.py +1 -1
  14. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/models/remote_network_config_response.py +1 -1
  15. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/models/set_label.py +1 -8
  16. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/models/set_label_response.py +2 -10
  17. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/models/unset_label.py +1 -8
  18. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/models/unset_label_response.py +2 -10
  19. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pyproject.toml +1 -1
  20. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/setup.py +1 -1
  21. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_paginatedpython_python_remote_response_list.py +2 -2
  22. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_paginatedpython_python_repository_response_list.py +2 -2
  23. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_patchedpython_python_remote.py +1 -1
  24. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_patchedpython_python_repository.py +1 -1
  25. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_python_python_remote.py +1 -1
  26. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_python_python_remote_response.py +1 -1
  27. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_python_python_repository.py +1 -1
  28. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_python_python_repository_response.py +1 -1
  29. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_remote_network_config.py +1 -1
  30. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_remote_network_config_response.py +1 -1
  31. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_set_label.py +2 -2
  32. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_set_label_response.py +2 -2
  33. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_unset_label.py +2 -2
  34. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_unset_label_response.py +2 -2
  35. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulp_python_client.egg-info/SOURCES.txt +0 -0
  36. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulp_python_client.egg-info/dependency_links.txt +0 -0
  37. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulp_python_client.egg-info/requires.txt +0 -0
  38. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulp_python_client.egg-info/top_level.txt +0 -0
  39. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/__init__.py +0 -0
  40. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/__init__.py +0 -0
  41. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/api/__init__.py +0 -0
  42. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/api/content_packages_api.py +0 -0
  43. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/api/content_provenance_api.py +0 -0
  44. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/api/distributions_pypi_api.py +0 -0
  45. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/api/publications_pypi_api.py +0 -0
  46. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/api/pypi_api.py +0 -0
  47. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/api/pypi_legacy_api.py +0 -0
  48. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/api/pypi_metadata_api.py +0 -0
  49. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/api/pypi_provenance_api.py +0 -0
  50. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/api/pypi_simple_api.py +0 -0
  51. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/api/remotes_python_api.py +0 -0
  52. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/api/repositories_python_api.py +0 -0
  53. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/api/repositories_python_versions_api.py +0 -0
  54. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/api_response.py +0 -0
  55. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/exceptions.py +0 -0
  56. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/models/__init__.py +0 -0
  57. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/models/async_operation_response.py +0 -0
  58. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/models/content_summary_response.py +0 -0
  59. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/models/exclude_platforms_enum.py +0 -0
  60. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/models/filetype_enum.py +0 -0
  61. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/models/metadata_version_enum.py +0 -0
  62. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/models/my_permissions_response.py +0 -0
  63. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/models/nested_role.py +0 -0
  64. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/models/nested_role_response.py +0 -0
  65. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/models/object_roles_response.py +0 -0
  66. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/models/package_metadata_response.py +0 -0
  67. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/models/package_types_enum.py +0 -0
  68. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/models/package_upload_task_response.py +0 -0
  69. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py +0 -0
  70. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/models/paginatedpython_package_provenance_response_list.py +0 -0
  71. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py +0 -0
  72. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py +0 -0
  73. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py +0 -0
  74. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py +0 -0
  75. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py +0 -0
  76. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/models/patchedpython_python_distribution.py +0 -0
  77. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/models/policy_enum.py +0 -0
  78. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/models/protocol_version_enum.py +0 -0
  79. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/models/python_package_provenance_response.py +0 -0
  80. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/models/python_python_distribution.py +0 -0
  81. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/models/python_python_distribution_response.py +0 -0
  82. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/models/python_python_package_content_response.py +0 -0
  83. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/models/python_python_publication.py +0 -0
  84. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/models/python_python_publication_response.py +0 -0
  85. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields_inner.py +0 -0
  86. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/models/repair.py +0 -0
  87. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/models/repository_add_remove_content.py +0 -0
  88. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/models/repository_sync_url.py +0 -0
  89. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/models/repository_version_response.py +0 -0
  90. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/models/summary_response.py +0 -0
  91. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/py.typed +0 -0
  92. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/pulpcore/client/pulp_python/rest.py +0 -0
  93. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/setup.cfg +0 -0
  94. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_async_operation_response.py +0 -0
  95. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_content_packages_api.py +0 -0
  96. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_content_provenance_api.py +0 -0
  97. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_content_summary_response.py +0 -0
  98. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_distributions_pypi_api.py +0 -0
  99. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_exclude_platforms_enum.py +0 -0
  100. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_filetype_enum.py +0 -0
  101. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_metadata_version_enum.py +0 -0
  102. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_my_permissions_response.py +0 -0
  103. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_nested_role.py +0 -0
  104. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_nested_role_response.py +0 -0
  105. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_object_roles_response.py +0 -0
  106. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_package_metadata_response.py +0 -0
  107. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_package_types_enum.py +0 -0
  108. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_package_upload_task_response.py +0 -0
  109. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_paginated_repository_version_response_list.py +0 -0
  110. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_paginatedpython_package_provenance_response_list.py +0 -0
  111. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_paginatedpython_python_distribution_response_list.py +0 -0
  112. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_paginatedpython_python_package_content_response_list.py +0 -0
  113. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_paginatedpython_python_publication_response_list.py +0 -0
  114. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_patchedpython_python_distribution.py +0 -0
  115. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_policy_enum.py +0 -0
  116. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_protocol_version_enum.py +0 -0
  117. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_publications_pypi_api.py +0 -0
  118. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_pypi_api.py +0 -0
  119. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_pypi_legacy_api.py +0 -0
  120. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_pypi_metadata_api.py +0 -0
  121. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_pypi_provenance_api.py +0 -0
  122. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_pypi_simple_api.py +0 -0
  123. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_python_package_provenance_response.py +0 -0
  124. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_python_python_distribution.py +0 -0
  125. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_python_python_distribution_response.py +0 -0
  126. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_python_python_package_content_response.py +0 -0
  127. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_python_python_publication.py +0 -0
  128. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_python_python_publication_response.py +0 -0
  129. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_python_python_remote_response_hidden_fields_inner.py +0 -0
  130. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_remotes_python_api.py +0 -0
  131. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_repair.py +0 -0
  132. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_repositories_python_api.py +0 -0
  133. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_repositories_python_versions_api.py +0 -0
  134. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_repository_add_remove_content.py +0 -0
  135. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_repository_sync_url.py +0 -0
  136. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_repository_version_response.py +0 -0
  137. {pulp_python_client-3.26.0 → pulp_python_client-3.26.1}/test/test_summary_response.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulp_python-client
3
- Version: 3.26.0
3
+ Version: 3.26.1
4
4
  Summary: Pulp 3 API
5
5
  Home-page:
6
6
  Author: Pulp Team
@@ -24,7 +24,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
24
24
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
25
25
 
26
26
  - API version: v3
27
- - Package version: 3.26.0
27
+ - Package version: 3.26.1
28
28
  - Generator version: 7.14.0
29
29
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
30
30
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
@@ -4,7 +4,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
4
4
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
5
5
 
6
6
  - API version: v3
7
- - Package version: 3.26.0
7
+ - Package version: 3.26.1
8
8
  - Generator version: 7.14.0
9
9
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
10
10
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulp_python-client
3
- Version: 3.26.0
3
+ Version: 3.26.1
4
4
  Summary: Pulp 3 API
5
5
  Home-page:
6
6
  Author: Pulp Team
@@ -24,7 +24,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
24
24
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
25
25
 
26
26
  - API version: v3
27
- - Package version: 3.26.0
27
+ - Package version: 3.26.1
28
28
  - Generator version: 7.14.0
29
29
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
30
30
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
@@ -15,7 +15,7 @@
15
15
  """ # noqa: E501
16
16
 
17
17
 
18
- __version__ = "3.26.0"
18
+ __version__ = "3.26.1"
19
19
 
20
20
  # Define package exports
21
21
  __all__ = [
@@ -91,7 +91,7 @@ class ApiClient:
91
91
  self.default_headers[header_name] = header_value
92
92
  self.cookie = cookie
93
93
  # Set default User-Agent.
94
- self.user_agent = 'OpenAPI-Generator/3.26.0/python'
94
+ self.user_agent = 'OpenAPI-Generator/3.26.1/python'
95
95
  self.client_side_validation = configuration.client_side_validation
96
96
 
97
97
  def __enter__(self):
@@ -556,7 +556,7 @@ conf = pulpcore.client.pulp_python.Configuration(
556
556
  "OS: {env}\n"\
557
557
  "Python Version: {pyversion}\n"\
558
558
  "Version of the API: v3\n"\
559
- "SDK Package Version: 3.26.0".\
559
+ "SDK Package Version: 3.26.1".\
560
560
  format(env=sys.platform, pyversion=sys.version)
561
561
 
562
562
  def get_host_settings(self) -> List[HostSetting]:
@@ -50,7 +50,7 @@ class PatchedpythonPythonRemote(BaseModel):
50
50
  sock_connect_timeout: Optional[Union[Annotated[float, Field(strict=True, ge=0.0)], Annotated[int, Field(strict=True, ge=0)]]] = Field(default=None, description="aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.")
51
51
  sock_read_timeout: Optional[Union[Annotated[float, Field(strict=True, ge=0.0)], Annotated[int, Field(strict=True, ge=0)]]] = Field(default=None, description="aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.")
52
52
  headers: Optional[List[Dict[str, Any]]] = Field(default=None, description="Headers for aiohttp.Clientsession")
53
- download_concurrency: Optional[StrictInt] = Field(default=None, description="Total number of simultaneous connections. If not set then the default value will be used.")
53
+ download_concurrency: Optional[Annotated[int, Field(strict=True, ge=1)]] = Field(default=None, description="Total number of simultaneous connections. If not set then the default value will be used.")
54
54
  rate_limit: Optional[StrictInt] = Field(default=None, description="Limits requests per second for each concurrent downloader")
55
55
  includes: Optional[List[Annotated[str, Field(min_length=1, strict=True)]]] = Field(default=None, description="A list containing project specifiers for Python packages to include.")
56
56
  excludes: Optional[List[Annotated[str, Field(min_length=1, strict=True)]]] = Field(default=None, description="A list containing project specifiers for Python packages to exclude.")
@@ -18,7 +18,7 @@ import pprint
18
18
  import re # noqa: F401
19
19
  import json
20
20
 
21
- from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictInt, StrictStr
21
+ from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictStr
22
22
  from typing import Any, ClassVar, Dict, List, Optional
23
23
  from typing_extensions import Annotated
24
24
  from typing import Optional, Set
@@ -31,7 +31,7 @@ class PatchedpythonPythonRepository(BaseModel):
31
31
  pulp_labels: Optional[Dict[str, Optional[StrictStr]]] = None
32
32
  name: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="A unique name for this repository.")
33
33
  description: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="An optional description.")
34
- retain_repo_versions: Optional[StrictInt] = Field(default=None, description="Retain X versions of the repository. Default is null which retains all versions.")
34
+ retain_repo_versions: Optional[Annotated[int, Field(strict=True, ge=1)]] = Field(default=None, description="Retain X versions of the repository. Default is null which retains all versions.")
35
35
  remote: Optional[StrictStr] = Field(default=None, description="An optional remote to use by default when syncing.")
36
36
  autopublish: Optional[StrictBool] = Field(default=False, description="Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository.")
37
37
  __properties: ClassVar[List[str]] = ["pulp_labels", "name", "description", "retain_repo_versions", "remote", "autopublish"]
@@ -50,7 +50,7 @@ class PythonPythonRemote(BaseModel):
50
50
  sock_connect_timeout: Optional[Union[Annotated[float, Field(strict=True, ge=0.0)], Annotated[int, Field(strict=True, ge=0)]]] = Field(default=None, description="aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.")
51
51
  sock_read_timeout: Optional[Union[Annotated[float, Field(strict=True, ge=0.0)], Annotated[int, Field(strict=True, ge=0)]]] = Field(default=None, description="aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.")
52
52
  headers: Optional[List[Dict[str, Any]]] = Field(default=None, description="Headers for aiohttp.Clientsession")
53
- download_concurrency: Optional[StrictInt] = Field(default=None, description="Total number of simultaneous connections. If not set then the default value will be used.")
53
+ download_concurrency: Optional[Annotated[int, Field(strict=True, ge=1)]] = Field(default=None, description="Total number of simultaneous connections. If not set then the default value will be used.")
54
54
  rate_limit: Optional[StrictInt] = Field(default=None, description="Limits requests per second for each concurrent downloader")
55
55
  includes: Optional[List[Annotated[str, Field(min_length=1, strict=True)]]] = Field(default=None, description="A list containing project specifiers for Python packages to include.")
56
56
  excludes: Optional[List[Annotated[str, Field(min_length=1, strict=True)]]] = Field(default=None, description="A list containing project specifiers for Python packages to exclude.")
@@ -52,7 +52,7 @@ class PythonPythonRemoteResponse(BaseModel):
52
52
  sock_connect_timeout: Optional[Union[Annotated[float, Field(strict=True, ge=0.0)], Annotated[int, Field(strict=True, ge=0)]]] = Field(default=None, description="aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.")
53
53
  sock_read_timeout: Optional[Union[Annotated[float, Field(strict=True, ge=0.0)], Annotated[int, Field(strict=True, ge=0)]]] = Field(default=None, description="aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.")
54
54
  headers: Optional[List[Dict[str, Any]]] = Field(default=None, description="Headers for aiohttp.Clientsession")
55
- download_concurrency: Optional[StrictInt] = Field(default=None, description="Total number of simultaneous connections. If not set then the default value will be used.")
55
+ download_concurrency: Optional[Annotated[int, Field(strict=True, ge=1)]] = Field(default=None, description="Total number of simultaneous connections. If not set then the default value will be used.")
56
56
  rate_limit: Optional[StrictInt] = Field(default=None, description="Limits requests per second for each concurrent downloader")
57
57
  includes: Optional[List[StrictStr]] = Field(default=None, description="A list containing project specifiers for Python packages to include.")
58
58
  excludes: Optional[List[StrictStr]] = Field(default=None, description="A list containing project specifiers for Python packages to exclude.")
@@ -18,7 +18,7 @@ import pprint
18
18
  import re # noqa: F401
19
19
  import json
20
20
 
21
- from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictInt, StrictStr
21
+ from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictStr
22
22
  from typing import Any, ClassVar, Dict, List, Optional
23
23
  from typing_extensions import Annotated
24
24
  from typing import Optional, Set
@@ -31,7 +31,7 @@ class PythonPythonRepository(BaseModel):
31
31
  pulp_labels: Optional[Dict[str, Optional[StrictStr]]] = None
32
32
  name: Annotated[str, Field(min_length=1, strict=True)] = Field(description="A unique name for this repository.")
33
33
  description: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="An optional description.")
34
- retain_repo_versions: Optional[StrictInt] = Field(default=None, description="Retain X versions of the repository. Default is null which retains all versions.")
34
+ retain_repo_versions: Optional[Annotated[int, Field(strict=True, ge=1)]] = Field(default=None, description="Retain X versions of the repository. Default is null which retains all versions.")
35
35
  remote: Optional[StrictStr] = Field(default=None, description="An optional remote to use by default when syncing.")
36
36
  autopublish: Optional[StrictBool] = Field(default=False, description="Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository.")
37
37
  __properties: ClassVar[List[str]] = ["pulp_labels", "name", "description", "retain_repo_versions", "remote", "autopublish"]
@@ -19,8 +19,9 @@ import re # noqa: F401
19
19
  import json
20
20
 
21
21
  from datetime import datetime
22
- from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictInt, StrictStr
22
+ from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictStr
23
23
  from typing import Any, ClassVar, Dict, List, Optional
24
+ from typing_extensions import Annotated
24
25
  from typing import Optional, Set
25
26
  from typing_extensions import Self
26
27
 
@@ -37,7 +38,7 @@ class PythonPythonRepositoryResponse(BaseModel):
37
38
  latest_version_href: Optional[StrictStr] = None
38
39
  name: StrictStr = Field(description="A unique name for this repository.")
39
40
  description: Optional[StrictStr] = Field(default=None, description="An optional description.")
40
- retain_repo_versions: Optional[StrictInt] = Field(default=None, description="Retain X versions of the repository. Default is null which retains all versions.")
41
+ retain_repo_versions: Optional[Annotated[int, Field(strict=True, ge=1)]] = Field(default=None, description="Retain X versions of the repository. Default is null which retains all versions.")
41
42
  remote: Optional[StrictStr] = Field(default=None, description="An optional remote to use by default when syncing.")
42
43
  autopublish: Optional[StrictBool] = Field(default=False, description="Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository.")
43
44
  __properties: ClassVar[List[str]] = ["pulp_href", "prn", "pulp_created", "pulp_last_updated", "versions_href", "pulp_labels", "latest_version_href", "name", "description", "retain_repo_versions", "remote", "autopublish"]
@@ -43,7 +43,7 @@ class RemoteNetworkConfig(BaseModel):
43
43
  sock_connect_timeout: Optional[Union[Annotated[float, Field(strict=True, ge=0.0)], Annotated[int, Field(strict=True, ge=0)]]] = Field(default=None, description="aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.")
44
44
  sock_read_timeout: Optional[Union[Annotated[float, Field(strict=True, ge=0.0)], Annotated[int, Field(strict=True, ge=0)]]] = Field(default=None, description="aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.")
45
45
  headers: Optional[List[Dict[str, Any]]] = Field(default=None, description="Headers for aiohttp.Clientsession")
46
- download_concurrency: Optional[StrictInt] = Field(default=None, description="Total number of simultaneous connections. If not set then the default value will be used.")
46
+ download_concurrency: Optional[Annotated[int, Field(strict=True, ge=1)]] = Field(default=None, description="Total number of simultaneous connections. If not set then the default value will be used.")
47
47
  rate_limit: Optional[StrictInt] = Field(default=None, description="Limits requests per second for each concurrent downloader")
48
48
  __properties: ClassVar[List[str]] = ["ca_cert", "client_cert", "client_key", "tls_validation", "proxy_url", "proxy_username", "proxy_password", "username", "password", "max_retries", "total_timeout", "connect_timeout", "sock_connect_timeout", "sock_read_timeout", "headers", "download_concurrency", "rate_limit"]
49
49
 
@@ -38,7 +38,7 @@ class RemoteNetworkConfigResponse(BaseModel):
38
38
  sock_connect_timeout: Optional[Union[Annotated[float, Field(strict=True, ge=0.0)], Annotated[int, Field(strict=True, ge=0)]]] = Field(default=None, description="aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.")
39
39
  sock_read_timeout: Optional[Union[Annotated[float, Field(strict=True, ge=0.0)], Annotated[int, Field(strict=True, ge=0)]]] = Field(default=None, description="aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.")
40
40
  headers: Optional[List[Dict[str, Any]]] = Field(default=None, description="Headers for aiohttp.Clientsession")
41
- download_concurrency: Optional[StrictInt] = Field(default=None, description="Total number of simultaneous connections. If not set then the default value will be used.")
41
+ download_concurrency: Optional[Annotated[int, Field(strict=True, ge=1)]] = Field(default=None, description="Total number of simultaneous connections. If not set then the default value will be used.")
42
42
  rate_limit: Optional[StrictInt] = Field(default=None, description="Limits requests per second for each concurrent downloader")
43
43
  __properties: ClassVar[List[str]] = ["ca_cert", "client_cert", "tls_validation", "proxy_url", "max_retries", "total_timeout", "connect_timeout", "sock_connect_timeout", "sock_read_timeout", "headers", "download_concurrency", "rate_limit"]
44
44
 
@@ -18,7 +18,7 @@ import pprint
18
18
  import re # noqa: F401
19
19
  import json
20
20
 
21
- from pydantic import BaseModel, ConfigDict, Field, StrictStr, field_validator
21
+ from pydantic import BaseModel, ConfigDict, Field, StrictStr
22
22
  from typing import Any, ClassVar, Dict, List, Optional
23
23
  from typing_extensions import Annotated
24
24
  from typing import Optional, Set
@@ -32,13 +32,6 @@ class SetLabel(BaseModel):
32
32
  value: Optional[StrictStr]
33
33
  __properties: ClassVar[List[str]] = ["key", "value"]
34
34
 
35
- @field_validator('key')
36
- def key_validate_regular_expression(cls, value):
37
- """Validates the regular expression"""
38
- if not re.match(r"^[-a-zA-Z0-9_]+$", value):
39
- raise ValueError(r"must validate the regular expression /^[-a-zA-Z0-9_]+$/")
40
- return value
41
-
42
35
  model_config = ConfigDict(
43
36
  populate_by_name=True,
44
37
  validate_assignment=True,
@@ -18,9 +18,8 @@ import pprint
18
18
  import re # noqa: F401
19
19
  import json
20
20
 
21
- from pydantic import BaseModel, ConfigDict, Field, StrictStr, field_validator
21
+ from pydantic import BaseModel, ConfigDict, StrictStr
22
22
  from typing import Any, ClassVar, Dict, List, Optional
23
- from typing_extensions import Annotated
24
23
  from typing import Optional, Set
25
24
  from typing_extensions import Self
26
25
 
@@ -28,17 +27,10 @@ class SetLabelResponse(BaseModel):
28
27
  """
29
28
  Serializer for synchronously setting a label.
30
29
  """ # noqa: E501
31
- key: Annotated[str, Field(strict=True)]
30
+ key: StrictStr
32
31
  value: Optional[StrictStr]
33
32
  __properties: ClassVar[List[str]] = ["key", "value"]
34
33
 
35
- @field_validator('key')
36
- def key_validate_regular_expression(cls, value):
37
- """Validates the regular expression"""
38
- if not re.match(r"^[-a-zA-Z0-9_]+$", value):
39
- raise ValueError(r"must validate the regular expression /^[-a-zA-Z0-9_]+$/")
40
- return value
41
-
42
34
  model_config = ConfigDict(
43
35
  populate_by_name=True,
44
36
  validate_assignment=True,
@@ -18,7 +18,7 @@ import pprint
18
18
  import re # noqa: F401
19
19
  import json
20
20
 
21
- from pydantic import BaseModel, ConfigDict, Field, field_validator
21
+ from pydantic import BaseModel, ConfigDict, Field
22
22
  from typing import Any, ClassVar, Dict, List
23
23
  from typing_extensions import Annotated
24
24
  from typing import Optional, Set
@@ -31,13 +31,6 @@ class UnsetLabel(BaseModel):
31
31
  key: Annotated[str, Field(min_length=1, strict=True)]
32
32
  __properties: ClassVar[List[str]] = ["key"]
33
33
 
34
- @field_validator('key')
35
- def key_validate_regular_expression(cls, value):
36
- """Validates the regular expression"""
37
- if not re.match(r"^[-a-zA-Z0-9_]+$", value):
38
- raise ValueError(r"must validate the regular expression /^[-a-zA-Z0-9_]+$/")
39
- return value
40
-
41
34
  model_config = ConfigDict(
42
35
  populate_by_name=True,
43
36
  validate_assignment=True,
@@ -18,9 +18,8 @@ import pprint
18
18
  import re # noqa: F401
19
19
  import json
20
20
 
21
- from pydantic import BaseModel, ConfigDict, Field, StrictStr, field_validator
21
+ from pydantic import BaseModel, ConfigDict, StrictStr
22
22
  from typing import Any, ClassVar, Dict, List, Optional
23
- from typing_extensions import Annotated
24
23
  from typing import Optional, Set
25
24
  from typing_extensions import Self
26
25
 
@@ -28,17 +27,10 @@ class UnsetLabelResponse(BaseModel):
28
27
  """
29
28
  Serializer for synchronously UNsetting a label.
30
29
  """ # noqa: E501
31
- key: Annotated[str, Field(strict=True)]
30
+ key: StrictStr
32
31
  value: Optional[StrictStr] = None
33
32
  __properties: ClassVar[List[str]] = ["key", "value"]
34
33
 
35
- @field_validator('key')
36
- def key_validate_regular_expression(cls, value):
37
- """Validates the regular expression"""
38
- if not re.match(r"^[-a-zA-Z0-9_]+$", value):
39
- raise ValueError(r"must validate the regular expression /^[-a-zA-Z0-9_]+$/")
40
- return value
41
-
42
34
  model_config = ConfigDict(
43
35
  populate_by_name=True,
44
36
  validate_assignment=True,
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "pulp_python-client"
3
- version = "3.26.0"
3
+ version = "3.26.1"
4
4
  description = "Pulp 3 API"
5
5
  authors = [
6
6
  {name = "Pulp Team",email = "pulp-list@redhat.com"},
@@ -22,7 +22,7 @@ from setuptools import setup, find_packages # noqa: H301
22
22
  # prerequisite: setuptools
23
23
  # http://pypi.python.org/pypi/setuptools
24
24
  NAME = "pulp_python-client"
25
- VERSION = "3.26.0"
25
+ VERSION = "3.26.1"
26
26
  PYTHON_REQUIRES = ">= 3.9"
27
27
  REQUIRES = [
28
28
  "urllib3 >= 2.1.0, < 2.7",
@@ -68,7 +68,7 @@ class TestPaginatedpythonPythonRemoteResponseList(unittest.TestCase):
68
68
  headers = [
69
69
  None
70
70
  ],
71
- download_concurrency = 56,
71
+ download_concurrency = 1,
72
72
  rate_limit = 56,
73
73
  includes = [
74
74
  ''
@@ -119,7 +119,7 @@ class TestPaginatedpythonPythonRemoteResponseList(unittest.TestCase):
119
119
  headers = [
120
120
  None
121
121
  ],
122
- download_concurrency = 56,
122
+ download_concurrency = 1,
123
123
  rate_limit = 56,
124
124
  includes = [
125
125
  ''
@@ -52,7 +52,7 @@ class TestPaginatedpythonPythonRepositoryResponseList(unittest.TestCase):
52
52
  latest_version_href = '',
53
53
  name = '',
54
54
  description = '',
55
- retain_repo_versions = 56,
55
+ retain_repo_versions = 1,
56
56
  remote = '',
57
57
  autopublish = True, )
58
58
  ]
@@ -73,7 +73,7 @@ class TestPaginatedpythonPythonRepositoryResponseList(unittest.TestCase):
73
73
  latest_version_href = '',
74
74
  name = '',
75
75
  description = '',
76
- retain_repo_versions = 56,
76
+ retain_repo_versions = 1,
77
77
  remote = '',
78
78
  autopublish = True, )
79
79
  ],
@@ -59,7 +59,7 @@ class TestPatchedpythonPythonRemote(unittest.TestCase):
59
59
  headers = [
60
60
  None
61
61
  ],
62
- download_concurrency = 56,
62
+ download_concurrency = 1,
63
63
  rate_limit = 56,
64
64
  includes = [
65
65
  '0'
@@ -41,7 +41,7 @@ class TestPatchedpythonPythonRepository(unittest.TestCase):
41
41
  },
42
42
  name = '0',
43
43
  description = '0',
44
- retain_repo_versions = 56,
44
+ retain_repo_versions = 1,
45
45
  remote = '',
46
46
  autopublish = True
47
47
  )
@@ -59,7 +59,7 @@ class TestPythonPythonRemote(unittest.TestCase):
59
59
  headers = [
60
60
  None
61
61
  ],
62
- download_concurrency = 56,
62
+ download_concurrency = 1,
63
63
  rate_limit = 56,
64
64
  includes = [
65
65
  '0'
@@ -63,7 +63,7 @@ class TestPythonPythonRemoteResponse(unittest.TestCase):
63
63
  headers = [
64
64
  None
65
65
  ],
66
- download_concurrency = 56,
66
+ download_concurrency = 1,
67
67
  rate_limit = 56,
68
68
  includes = [
69
69
  ''
@@ -41,7 +41,7 @@ class TestPythonPythonRepository(unittest.TestCase):
41
41
  },
42
42
  name = '0',
43
43
  description = '0',
44
- retain_repo_versions = 56,
44
+ retain_repo_versions = 1,
45
45
  remote = '',
46
46
  autopublish = True
47
47
  )
@@ -47,7 +47,7 @@ class TestPythonPythonRepositoryResponse(unittest.TestCase):
47
47
  latest_version_href = '',
48
48
  name = '',
49
49
  description = '',
50
- retain_repo_versions = 56,
50
+ retain_repo_versions = 1,
51
51
  remote = '',
52
52
  autopublish = True
53
53
  )
@@ -53,7 +53,7 @@ class TestRemoteNetworkConfig(unittest.TestCase):
53
53
  headers = [
54
54
  None
55
55
  ],
56
- download_concurrency = 56,
56
+ download_concurrency = 1,
57
57
  rate_limit = 56
58
58
  )
59
59
  else:
@@ -48,7 +48,7 @@ class TestRemoteNetworkConfigResponse(unittest.TestCase):
48
48
  headers = [
49
49
  None
50
50
  ],
51
- download_concurrency = 56,
51
+ download_concurrency = 1,
52
52
  rate_limit = 56
53
53
  )
54
54
  else:
@@ -36,12 +36,12 @@ class TestSetLabel(unittest.TestCase):
36
36
  model = SetLabel()
37
37
  if include_optional:
38
38
  return SetLabel(
39
- key = 'z0',
39
+ key = '0',
40
40
  value = ''
41
41
  )
42
42
  else:
43
43
  return SetLabel(
44
- key = 'z0',
44
+ key = '0',
45
45
  value = '',
46
46
  )
47
47
  """
@@ -36,12 +36,12 @@ class TestSetLabelResponse(unittest.TestCase):
36
36
  model = SetLabelResponse()
37
37
  if include_optional:
38
38
  return SetLabelResponse(
39
- key = 'z',
39
+ key = '',
40
40
  value = ''
41
41
  )
42
42
  else:
43
43
  return SetLabelResponse(
44
- key = 'z',
44
+ key = '',
45
45
  value = '',
46
46
  )
47
47
  """
@@ -36,11 +36,11 @@ class TestUnsetLabel(unittest.TestCase):
36
36
  model = UnsetLabel()
37
37
  if include_optional:
38
38
  return UnsetLabel(
39
- key = 'z0'
39
+ key = '0'
40
40
  )
41
41
  else:
42
42
  return UnsetLabel(
43
- key = 'z0',
43
+ key = '0',
44
44
  )
45
45
  """
46
46
 
@@ -36,12 +36,12 @@ class TestUnsetLabelResponse(unittest.TestCase):
36
36
  model = UnsetLabelResponse()
37
37
  if include_optional:
38
38
  return UnsetLabelResponse(
39
- key = 'z',
39
+ key = '',
40
40
  value = ''
41
41
  )
42
42
  else:
43
43
  return UnsetLabelResponse(
44
- key = 'z',
44
+ key = '',
45
45
  )
46
46
  """
47
47