pulp-python-client 3.13.3__tar.gz → 3.13.4__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.

Potentially problematic release.


This version of pulp-python-client might be problematic. Click here for more details.

Files changed (119) hide show
  1. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/PKG-INFO +1 -1
  2. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/README.md +1 -1
  3. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulp_python_client.egg-info/PKG-INFO +1 -1
  4. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/__init__.py +1 -1
  5. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/api_client.py +1 -1
  6. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/configuration.py +1 -1
  7. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pyproject.toml +1 -1
  8. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/setup.py +1 -1
  9. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulp_python_client.egg-info/SOURCES.txt +0 -0
  10. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulp_python_client.egg-info/dependency_links.txt +0 -0
  11. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulp_python_client.egg-info/requires.txt +0 -0
  12. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulp_python_client.egg-info/top_level.txt +0 -0
  13. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/__init__.py +0 -0
  14. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/__init__.py +0 -0
  15. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/api/__init__.py +0 -0
  16. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/api/content_packages_api.py +0 -0
  17. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/api/distributions_pypi_api.py +0 -0
  18. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/api/publications_pypi_api.py +0 -0
  19. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/api/pypi_api.py +0 -0
  20. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/api/pypi_legacy_api.py +0 -0
  21. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/api/pypi_metadata_api.py +0 -0
  22. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/api/pypi_simple_api.py +0 -0
  23. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/api/remotes_python_api.py +0 -0
  24. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/api/repositories_python_api.py +0 -0
  25. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/api/repositories_python_versions_api.py +0 -0
  26. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/api_response.py +0 -0
  27. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/exceptions.py +0 -0
  28. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/models/__init__.py +0 -0
  29. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/models/async_operation_response.py +0 -0
  30. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/models/content_summary_response.py +0 -0
  31. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/models/exclude_platforms_enum.py +0 -0
  32. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/models/my_permissions_response.py +0 -0
  33. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/models/nested_role.py +0 -0
  34. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/models/nested_role_response.py +0 -0
  35. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/models/object_roles_response.py +0 -0
  36. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/models/package_metadata_response.py +0 -0
  37. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/models/package_types_enum.py +0 -0
  38. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/models/package_upload_task_response.py +0 -0
  39. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py +0 -0
  40. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py +0 -0
  41. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py +0 -0
  42. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py +0 -0
  43. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py +0 -0
  44. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py +0 -0
  45. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/models/patchedpython_python_distribution.py +0 -0
  46. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/models/patchedpython_python_remote.py +0 -0
  47. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/models/patchedpython_python_repository.py +0 -0
  48. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/models/policy_enum.py +0 -0
  49. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/models/python_python_distribution.py +0 -0
  50. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/models/python_python_distribution_response.py +0 -0
  51. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/models/python_python_package_content_response.py +0 -0
  52. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/models/python_python_publication.py +0 -0
  53. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/models/python_python_publication_response.py +0 -0
  54. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/models/python_python_remote.py +0 -0
  55. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/models/python_python_remote_response.py +0 -0
  56. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields_inner.py +0 -0
  57. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/models/python_python_repository.py +0 -0
  58. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/models/python_python_repository_response.py +0 -0
  59. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/models/repair.py +0 -0
  60. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/models/repository_add_remove_content.py +0 -0
  61. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/models/repository_sync_url.py +0 -0
  62. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/models/repository_version_response.py +0 -0
  63. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/models/set_label.py +0 -0
  64. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/models/set_label_response.py +0 -0
  65. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/models/summary_response.py +0 -0
  66. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/models/unset_label.py +0 -0
  67. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/models/unset_label_response.py +0 -0
  68. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/py.typed +0 -0
  69. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/pulpcore/client/pulp_python/rest.py +0 -0
  70. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/setup.cfg +0 -0
  71. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/test/test_async_operation_response.py +0 -0
  72. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/test/test_content_packages_api.py +0 -0
  73. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/test/test_content_summary_response.py +0 -0
  74. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/test/test_distributions_pypi_api.py +0 -0
  75. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/test/test_exclude_platforms_enum.py +0 -0
  76. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/test/test_my_permissions_response.py +0 -0
  77. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/test/test_nested_role.py +0 -0
  78. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/test/test_nested_role_response.py +0 -0
  79. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/test/test_object_roles_response.py +0 -0
  80. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/test/test_package_metadata_response.py +0 -0
  81. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/test/test_package_types_enum.py +0 -0
  82. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/test/test_package_upload_task_response.py +0 -0
  83. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/test/test_paginated_repository_version_response_list.py +0 -0
  84. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/test/test_paginatedpython_python_distribution_response_list.py +0 -0
  85. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/test/test_paginatedpython_python_package_content_response_list.py +0 -0
  86. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/test/test_paginatedpython_python_publication_response_list.py +0 -0
  87. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/test/test_paginatedpython_python_remote_response_list.py +0 -0
  88. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/test/test_paginatedpython_python_repository_response_list.py +0 -0
  89. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/test/test_patchedpython_python_distribution.py +0 -0
  90. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/test/test_patchedpython_python_remote.py +0 -0
  91. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/test/test_patchedpython_python_repository.py +0 -0
  92. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/test/test_policy_enum.py +0 -0
  93. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/test/test_publications_pypi_api.py +0 -0
  94. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/test/test_pypi_api.py +0 -0
  95. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/test/test_pypi_legacy_api.py +0 -0
  96. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/test/test_pypi_metadata_api.py +0 -0
  97. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/test/test_pypi_simple_api.py +0 -0
  98. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/test/test_python_python_distribution.py +0 -0
  99. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/test/test_python_python_distribution_response.py +0 -0
  100. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/test/test_python_python_package_content_response.py +0 -0
  101. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/test/test_python_python_publication.py +0 -0
  102. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/test/test_python_python_publication_response.py +0 -0
  103. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/test/test_python_python_remote.py +0 -0
  104. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/test/test_python_python_remote_response.py +0 -0
  105. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/test/test_python_python_remote_response_hidden_fields_inner.py +0 -0
  106. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/test/test_python_python_repository.py +0 -0
  107. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/test/test_python_python_repository_response.py +0 -0
  108. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/test/test_remotes_python_api.py +0 -0
  109. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/test/test_repair.py +0 -0
  110. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/test/test_repositories_python_api.py +0 -0
  111. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/test/test_repositories_python_versions_api.py +0 -0
  112. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/test/test_repository_add_remove_content.py +0 -0
  113. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/test/test_repository_sync_url.py +0 -0
  114. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/test/test_repository_version_response.py +0 -0
  115. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/test/test_set_label.py +0 -0
  116. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/test/test_set_label_response.py +0 -0
  117. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/test/test_summary_response.py +0 -0
  118. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/test/test_unset_label.py +0 -0
  119. {pulp_python-client-3.13.3 → pulp_python-client-3.13.4}/test/test_unset_label_response.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulp_python-client
3
- Version: 3.13.3
3
+ Version: 3.13.4
4
4
  Summary: Pulp 3 API
5
5
  Home-page:
6
6
  Author: Pulp Team
@@ -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.13.3
7
+ - Package version: 3.13.4
8
8
  - Generator version: 7.10.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.1
2
2
  Name: pulp-python-client
3
- Version: 3.13.3
3
+ Version: 3.13.4
4
4
  Summary: Pulp 3 API
5
5
  Home-page:
6
6
  Author: Pulp Team
@@ -15,7 +15,7 @@
15
15
  """ # noqa: E501
16
16
 
17
17
 
18
- __version__ = "3.13.3"
18
+ __version__ = "3.13.4"
19
19
 
20
20
  # import apis into sdk package
21
21
  from pulpcore.client.pulp_python.api.content_packages_api import ContentPackagesApi
@@ -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.13.3/python'
94
+ self.user_agent = 'OpenAPI-Generator/3.13.4/python'
95
95
  self.client_side_validation = configuration.client_side_validation
96
96
 
97
97
  def __enter__(self):
@@ -549,7 +549,7 @@ conf = pulpcore.client.pulp_python.Configuration(
549
549
  "OS: {env}\n"\
550
550
  "Python Version: {pyversion}\n"\
551
551
  "Version of the API: v3\n"\
552
- "SDK Package Version: 3.13.3".\
552
+ "SDK Package Version: 3.13.4".\
553
553
  format(env=sys.platform, pyversion=sys.version)
554
554
 
555
555
  def get_host_settings(self) -> List[HostSetting]:
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "pulpcore.client.pulp_python"
3
- version = "3.13.3"
3
+ version = "3.13.4"
4
4
  description = "Pulp 3 API"
5
5
  authors = ["Pulp Team <pulp-list@redhat.com>"]
6
6
  license = "GPLv2+"
@@ -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.13.3"
25
+ VERSION = "3.13.4"
26
26
  PYTHON_REQUIRES = ">= 3.8"
27
27
  REQUIRES = [
28
28
  "urllib3 >= 1.25.3, < 3.0.0",