crc-pulp-python-client 20251001.3__tar.gz → 20251002.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.

Potentially problematic release.


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

Files changed (119) hide show
  1. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/PKG-INFO +1 -1
  2. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/README.md +4 -4
  3. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/crc_pulp_python_client.egg-info/PKG-INFO +1 -1
  4. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/__init__.py +1 -1
  5. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/configuration.py +3 -3
  6. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/models/patchedpython_python_distribution.py +8 -1
  7. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/models/python_python_distribution.py +8 -1
  8. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/models/python_python_distribution_response.py +8 -1
  9. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pyproject.toml +1 -1
  10. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/setup.py +1 -1
  11. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/test/test_paginatedpython_python_distribution_response_list.py +2 -0
  12. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/test/test_patchedpython_python_distribution.py +1 -0
  13. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/test/test_python_python_distribution.py +1 -0
  14. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/test/test_python_python_distribution_response.py +1 -0
  15. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/crc_pulp_python_client.egg-info/SOURCES.txt +0 -0
  16. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/crc_pulp_python_client.egg-info/dependency_links.txt +0 -0
  17. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/crc_pulp_python_client.egg-info/requires.txt +0 -0
  18. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/crc_pulp_python_client.egg-info/top_level.txt +0 -0
  19. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/__init__.py +0 -0
  20. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/__init__.py +0 -0
  21. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/api/__init__.py +0 -0
  22. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/api/api_legacy_api.py +0 -0
  23. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/api/api_pypi_api.py +0 -0
  24. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/api/api_simple_api.py +0 -0
  25. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/api/content_packages_api.py +0 -0
  26. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/api/distributions_pypi_api.py +0 -0
  27. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/api/publications_pypi_api.py +0 -0
  28. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/api/pypi_metadata_api.py +0 -0
  29. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/api/remotes_python_api.py +0 -0
  30. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/api/repositories_python_api.py +0 -0
  31. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/api/repositories_python_versions_api.py +0 -0
  32. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/api_client.py +0 -0
  33. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/api_response.py +0 -0
  34. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/exceptions.py +0 -0
  35. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/models/__init__.py +0 -0
  36. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/models/async_operation_response.py +0 -0
  37. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/models/content_summary_response.py +0 -0
  38. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/models/exclude_platforms_enum.py +0 -0
  39. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/models/my_permissions_response.py +0 -0
  40. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/models/nested_role.py +0 -0
  41. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/models/nested_role_response.py +0 -0
  42. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/models/object_roles_response.py +0 -0
  43. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/models/package_metadata_response.py +0 -0
  44. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/models/package_types_enum.py +0 -0
  45. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/models/package_upload_task_response.py +0 -0
  46. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py +0 -0
  47. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py +0 -0
  48. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py +0 -0
  49. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py +0 -0
  50. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py +0 -0
  51. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py +0 -0
  52. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/models/patchedpython_python_remote.py +0 -0
  53. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/models/patchedpython_python_repository.py +0 -0
  54. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/models/policy_enum.py +0 -0
  55. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/models/python_python_package_content_response.py +0 -0
  56. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/models/python_python_publication.py +0 -0
  57. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/models/python_python_publication_response.py +0 -0
  58. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/models/python_python_remote.py +0 -0
  59. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/models/python_python_remote_response.py +0 -0
  60. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields_inner.py +0 -0
  61. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/models/python_python_repository.py +0 -0
  62. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/models/python_python_repository_response.py +0 -0
  63. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/models/repair.py +0 -0
  64. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/models/repository_add_remove_content.py +0 -0
  65. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/models/repository_sync_url.py +0 -0
  66. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/models/repository_version_response.py +0 -0
  67. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/models/set_label.py +0 -0
  68. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/models/set_label_response.py +0 -0
  69. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/models/summary_response.py +0 -0
  70. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/models/unset_label.py +0 -0
  71. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/models/unset_label_response.py +0 -0
  72. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/py.typed +0 -0
  73. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/pulpcore/client/pulp_python/rest.py +0 -0
  74. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/setup.cfg +0 -0
  75. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/test/test_api_legacy_api.py +0 -0
  76. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/test/test_api_pypi_api.py +0 -0
  77. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/test/test_api_simple_api.py +0 -0
  78. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/test/test_async_operation_response.py +0 -0
  79. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/test/test_content_packages_api.py +0 -0
  80. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/test/test_content_summary_response.py +0 -0
  81. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/test/test_distributions_pypi_api.py +0 -0
  82. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/test/test_exclude_platforms_enum.py +0 -0
  83. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/test/test_my_permissions_response.py +0 -0
  84. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/test/test_nested_role.py +0 -0
  85. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/test/test_nested_role_response.py +0 -0
  86. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/test/test_object_roles_response.py +0 -0
  87. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/test/test_package_metadata_response.py +0 -0
  88. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/test/test_package_types_enum.py +0 -0
  89. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/test/test_package_upload_task_response.py +0 -0
  90. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/test/test_paginated_repository_version_response_list.py +0 -0
  91. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/test/test_paginatedpython_python_package_content_response_list.py +0 -0
  92. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/test/test_paginatedpython_python_publication_response_list.py +0 -0
  93. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/test/test_paginatedpython_python_remote_response_list.py +0 -0
  94. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/test/test_paginatedpython_python_repository_response_list.py +0 -0
  95. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/test/test_patchedpython_python_remote.py +0 -0
  96. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/test/test_patchedpython_python_repository.py +0 -0
  97. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/test/test_policy_enum.py +0 -0
  98. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/test/test_publications_pypi_api.py +0 -0
  99. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/test/test_pypi_metadata_api.py +0 -0
  100. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/test/test_python_python_package_content_response.py +0 -0
  101. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/test/test_python_python_publication.py +0 -0
  102. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/test/test_python_python_publication_response.py +0 -0
  103. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/test/test_python_python_remote.py +0 -0
  104. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/test/test_python_python_remote_response.py +0 -0
  105. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/test/test_python_python_remote_response_hidden_fields_inner.py +0 -0
  106. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/test/test_python_python_repository.py +0 -0
  107. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/test/test_python_python_repository_response.py +0 -0
  108. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/test/test_remotes_python_api.py +0 -0
  109. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/test/test_repair.py +0 -0
  110. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/test/test_repositories_python_api.py +0 -0
  111. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/test/test_repositories_python_versions_api.py +0 -0
  112. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/test/test_repository_add_remove_content.py +0 -0
  113. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/test/test_repository_sync_url.py +0 -0
  114. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/test/test_repository_version_response.py +0 -0
  115. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/test/test_set_label.py +0 -0
  116. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/test/test_set_label_response.py +0 -0
  117. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/test/test_summary_response.py +0 -0
  118. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/test/test_unset_label.py +0 -0
  119. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251002.1}/test/test_unset_label_response.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crc-pulp_python-client
3
- Version: 20251001.3
3
+ Version: 20251002.1
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: 20251001.3
7
+ - Package version: 20251002.1
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)
@@ -56,10 +56,10 @@ import pulpcore.client.pulp_python
56
56
  from pulpcore.client.pulp_python.rest import ApiException
57
57
  from pprint import pprint
58
58
 
59
- # Defining the host is optional and defaults to https://env-ephemeral-fthl9j.apps.crc-eph.r9lp.p1.openshiftapps.com
59
+ # Defining the host is optional and defaults to https://env-ephemeral-pkxxxh.apps.crc-eph.r9lp.p1.openshiftapps.com
60
60
  # See configuration.py for a list of all supported configuration parameters.
61
61
  configuration = pulpcore.client.pulp_python.Configuration(
62
- host = "https://env-ephemeral-fthl9j.apps.crc-eph.r9lp.p1.openshiftapps.com"
62
+ host = "https://env-ephemeral-pkxxxh.apps.crc-eph.r9lp.p1.openshiftapps.com"
63
63
  )
64
64
 
65
65
  # The client must configure the authentication and authorization parameters
@@ -105,7 +105,7 @@ with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
105
105
 
106
106
  ## Documentation for API Endpoints
107
107
 
108
- All URIs are relative to *https://env-ephemeral-fthl9j.apps.crc-eph.r9lp.p1.openshiftapps.com*
108
+ All URIs are relative to *https://env-ephemeral-pkxxxh.apps.crc-eph.r9lp.p1.openshiftapps.com*
109
109
 
110
110
  Class | Method | HTTP request | Description
111
111
  ------------ | ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crc-pulp_python-client
3
- Version: 20251001.3
3
+ Version: 20251002.1
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__ = "20251001.3"
18
+ __version__ = "20251002.1"
19
19
 
20
20
  # import apis into sdk package
21
21
  from pulpcore.client.pulp_python.api.api_legacy_api import ApiLegacyApi
@@ -225,7 +225,7 @@ conf = pulpcore.client.pulp_python.Configuration(
225
225
  ) -> None:
226
226
  """Constructor
227
227
  """
228
- self._base_path = "https://env-ephemeral-fthl9j.apps.crc-eph.r9lp.p1.openshiftapps.com" if host is None else host
228
+ self._base_path = "https://env-ephemeral-pkxxxh.apps.crc-eph.r9lp.p1.openshiftapps.com" if host is None else host
229
229
  """Default Base url
230
230
  """
231
231
  self.server_index = 0 if server_index is None and host is None else server_index
@@ -557,7 +557,7 @@ conf = pulpcore.client.pulp_python.Configuration(
557
557
  "OS: {env}\n"\
558
558
  "Python Version: {pyversion}\n"\
559
559
  "Version of the API: v3\n"\
560
- "SDK Package Version: 20251001.3".\
560
+ "SDK Package Version: 20251002.1".\
561
561
  format(env=sys.platform, pyversion=sys.version)
562
562
 
563
563
  def get_host_settings(self) -> List[HostSetting]:
@@ -567,7 +567,7 @@ conf = pulpcore.client.pulp_python.Configuration(
567
567
  """
568
568
  return [
569
569
  {
570
- 'url': "https://env-ephemeral-fthl9j.apps.crc-eph.r9lp.p1.openshiftapps.com",
570
+ 'url': "https://env-ephemeral-pkxxxh.apps.crc-eph.r9lp.p1.openshiftapps.com",
571
571
  'description': "No description provided",
572
572
  }
573
573
  ]
@@ -35,9 +35,10 @@ class PatchedpythonPythonDistribution(BaseModel):
35
35
  name: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="A unique name. Ex, `rawhide` and `stable`.")
36
36
  repository: Optional[StrictStr] = Field(default=None, description="The latest RepositoryVersion for this Repository will be served.")
37
37
  publication: Optional[StrictStr] = Field(default=None, description="Publication to be served")
38
+ repository_version: Optional[StrictStr] = Field(default=None, description="RepositoryVersion to be served.")
38
39
  allow_uploads: Optional[StrictBool] = Field(default=True, description="Allow packages to be uploaded to this index.")
39
40
  remote: Optional[StrictStr] = Field(default=None, description="Remote that can be used to fetch content when using pull-through caching.")
40
- __properties: ClassVar[List[str]] = ["base_path", "content_guard", "hidden", "pulp_labels", "name", "repository", "publication", "allow_uploads", "remote"]
41
+ __properties: ClassVar[List[str]] = ["base_path", "content_guard", "hidden", "pulp_labels", "name", "repository", "publication", "repository_version", "allow_uploads", "remote"]
41
42
 
42
43
  model_config = ConfigDict(
43
44
  populate_by_name=True,
@@ -93,6 +94,11 @@ class PatchedpythonPythonDistribution(BaseModel):
93
94
  if self.publication is None and "publication" in self.model_fields_set:
94
95
  _dict['publication'] = None
95
96
 
97
+ # set to None if repository_version (nullable) is None
98
+ # and model_fields_set contains the field
99
+ if self.repository_version is None and "repository_version" in self.model_fields_set:
100
+ _dict['repository_version'] = None
101
+
96
102
  # set to None if remote (nullable) is None
97
103
  # and model_fields_set contains the field
98
104
  if self.remote is None and "remote" in self.model_fields_set:
@@ -117,6 +123,7 @@ class PatchedpythonPythonDistribution(BaseModel):
117
123
  "name": obj.get("name"),
118
124
  "repository": obj.get("repository"),
119
125
  "publication": obj.get("publication"),
126
+ "repository_version": obj.get("repository_version"),
120
127
  "allow_uploads": obj.get("allow_uploads") if obj.get("allow_uploads") is not None else True,
121
128
  "remote": obj.get("remote")
122
129
  })
@@ -35,9 +35,10 @@ class PythonPythonDistribution(BaseModel):
35
35
  name: Annotated[str, Field(min_length=1, strict=True)] = Field(description="A unique name. Ex, `rawhide` and `stable`.")
36
36
  repository: Optional[StrictStr] = Field(default=None, description="The latest RepositoryVersion for this Repository will be served.")
37
37
  publication: Optional[StrictStr] = Field(default=None, description="Publication to be served")
38
+ repository_version: Optional[StrictStr] = Field(default=None, description="RepositoryVersion to be served.")
38
39
  allow_uploads: Optional[StrictBool] = Field(default=True, description="Allow packages to be uploaded to this index.")
39
40
  remote: Optional[StrictStr] = Field(default=None, description="Remote that can be used to fetch content when using pull-through caching.")
40
- __properties: ClassVar[List[str]] = ["base_path", "content_guard", "hidden", "pulp_labels", "name", "repository", "publication", "allow_uploads", "remote"]
41
+ __properties: ClassVar[List[str]] = ["base_path", "content_guard", "hidden", "pulp_labels", "name", "repository", "publication", "repository_version", "allow_uploads", "remote"]
41
42
 
42
43
  model_config = ConfigDict(
43
44
  populate_by_name=True,
@@ -93,6 +94,11 @@ class PythonPythonDistribution(BaseModel):
93
94
  if self.publication is None and "publication" in self.model_fields_set:
94
95
  _dict['publication'] = None
95
96
 
97
+ # set to None if repository_version (nullable) is None
98
+ # and model_fields_set contains the field
99
+ if self.repository_version is None and "repository_version" in self.model_fields_set:
100
+ _dict['repository_version'] = None
101
+
96
102
  # set to None if remote (nullable) is None
97
103
  # and model_fields_set contains the field
98
104
  if self.remote is None and "remote" in self.model_fields_set:
@@ -117,6 +123,7 @@ class PythonPythonDistribution(BaseModel):
117
123
  "name": obj.get("name"),
118
124
  "repository": obj.get("repository"),
119
125
  "publication": obj.get("publication"),
126
+ "repository_version": obj.get("repository_version"),
120
127
  "allow_uploads": obj.get("allow_uploads") if obj.get("allow_uploads") is not None else True,
121
128
  "remote": obj.get("remote")
122
129
  })
@@ -41,9 +41,10 @@ class PythonPythonDistributionResponse(BaseModel):
41
41
  name: StrictStr = Field(description="A unique name. Ex, `rawhide` and `stable`.")
42
42
  repository: Optional[StrictStr] = Field(default=None, description="The latest RepositoryVersion for this Repository will be served.")
43
43
  publication: Optional[StrictStr] = Field(default=None, description="Publication to be served")
44
+ repository_version: Optional[StrictStr] = Field(default=None, description="RepositoryVersion to be served.")
44
45
  allow_uploads: Optional[StrictBool] = Field(default=True, description="Allow packages to be uploaded to this index.")
45
46
  remote: Optional[StrictStr] = Field(default=None, description="Remote that can be used to fetch content when using pull-through caching.")
46
- __properties: ClassVar[List[str]] = ["pulp_href", "prn", "pulp_created", "pulp_last_updated", "base_path", "base_url", "content_guard", "no_content_change_since", "hidden", "pulp_labels", "name", "repository", "publication", "allow_uploads", "remote"]
47
+ __properties: ClassVar[List[str]] = ["pulp_href", "prn", "pulp_created", "pulp_last_updated", "base_path", "base_url", "content_guard", "no_content_change_since", "hidden", "pulp_labels", "name", "repository", "publication", "repository_version", "allow_uploads", "remote"]
47
48
 
48
49
  model_config = ConfigDict(
49
50
  populate_by_name=True,
@@ -111,6 +112,11 @@ class PythonPythonDistributionResponse(BaseModel):
111
112
  if self.publication is None and "publication" in self.model_fields_set:
112
113
  _dict['publication'] = None
113
114
 
115
+ # set to None if repository_version (nullable) is None
116
+ # and model_fields_set contains the field
117
+ if self.repository_version is None and "repository_version" in self.model_fields_set:
118
+ _dict['repository_version'] = None
119
+
114
120
  # set to None if remote (nullable) is None
115
121
  # and model_fields_set contains the field
116
122
  if self.remote is None and "remote" in self.model_fields_set:
@@ -141,6 +147,7 @@ class PythonPythonDistributionResponse(BaseModel):
141
147
  "name": obj.get("name"),
142
148
  "repository": obj.get("repository"),
143
149
  "publication": obj.get("publication"),
150
+ "repository_version": obj.get("repository_version"),
144
151
  "allow_uploads": obj.get("allow_uploads") if obj.get("allow_uploads") is not None else True,
145
152
  "remote": obj.get("remote")
146
153
  })
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "pulpcore.client.pulp_python"
3
- version = "20251001.3"
3
+ version = "20251002.1"
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 = "crc-pulp_python-client"
25
- VERSION = "20251001.3"
25
+ VERSION = "20251002.1"
26
26
  PYTHON_REQUIRES = ">= 3.8"
27
27
  REQUIRES = [
28
28
  "urllib3 >= 1.25.3, < 3.0.0",
@@ -56,6 +56,7 @@ class TestPaginatedpythonPythonDistributionResponseList(unittest.TestCase):
56
56
  name = '',
57
57
  repository = '',
58
58
  publication = '',
59
+ repository_version = '',
59
60
  allow_uploads = True,
60
61
  remote = '', )
61
62
  ]
@@ -80,6 +81,7 @@ class TestPaginatedpythonPythonDistributionResponseList(unittest.TestCase):
80
81
  name = '',
81
82
  repository = '',
82
83
  publication = '',
84
+ repository_version = '',
83
85
  allow_uploads = True,
84
86
  remote = '', )
85
87
  ],
@@ -45,6 +45,7 @@ class TestPatchedpythonPythonDistribution(unittest.TestCase):
45
45
  name = '0',
46
46
  repository = '',
47
47
  publication = '',
48
+ repository_version = '',
48
49
  allow_uploads = True,
49
50
  remote = ''
50
51
  )
@@ -45,6 +45,7 @@ class TestPythonPythonDistribution(unittest.TestCase):
45
45
  name = '0',
46
46
  repository = '',
47
47
  publication = '',
48
+ repository_version = '',
48
49
  allow_uploads = True,
49
50
  remote = ''
50
51
  )
@@ -51,6 +51,7 @@ class TestPythonPythonDistributionResponse(unittest.TestCase):
51
51
  name = '',
52
52
  repository = '',
53
53
  publication = '',
54
+ repository_version = '',
54
55
  allow_uploads = True,
55
56
  remote = ''
56
57
  )