crc-pulp-service-client 20250829.1__tar.gz → 20250901.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-service-client might be problematic. Click here for more details.

Files changed (83) hide show
  1. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/PKG-INFO +1 -1
  2. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/README.md +4 -4
  3. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/crc_pulp_service_client.egg-info/PKG-INFO +1 -1
  4. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/pulpcore/client/pulp_service/__init__.py +1 -1
  5. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/pulpcore/client/pulp_service/api/tasks_api.py +6 -6
  6. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/pulpcore/client/pulp_service/api_client.py +1 -1
  7. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/pulpcore/client/pulp_service/configuration.py +3 -3
  8. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/pyproject.toml +1 -1
  9. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/setup.py +1 -1
  10. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/crc_pulp_service_client.egg-info/SOURCES.txt +0 -0
  11. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/crc_pulp_service_client.egg-info/dependency_links.txt +0 -0
  12. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/crc_pulp_service_client.egg-info/requires.txt +0 -0
  13. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/crc_pulp_service_client.egg-info/top_level.txt +0 -0
  14. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/pulpcore/__init__.py +0 -0
  15. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/pulpcore/client/__init__.py +0 -0
  16. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/pulpcore/client/pulp_service/api/__init__.py +0 -0
  17. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/pulpcore/client/pulp_service/api/api_create_domain_api.py +0 -0
  18. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/pulpcore/client/pulp_service/api/api_debug_auth_header_api.py +0 -0
  19. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/pulpcore/client/pulp_service/api/api_test_random_lock_tasks_api.py +0 -0
  20. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/pulpcore/client/pulp_service/api/api_test_tasks_api.py +0 -0
  21. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/pulpcore/client/pulp_service/api/content_rpmpackages_api.py +0 -0
  22. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/pulpcore/client/pulp_service/api/contentguards_feature_api.py +0 -0
  23. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/pulpcore/client/pulp_service/api/vuln_report_service_api.py +0 -0
  24. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/pulpcore/client/pulp_service/api_response.py +0 -0
  25. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/pulpcore/client/pulp_service/exceptions.py +0 -0
  26. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/pulpcore/client/pulp_service/models/__init__.py +0 -0
  27. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/pulpcore/client/pulp_service/models/async_operation_response.py +0 -0
  28. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/pulpcore/client/pulp_service/models/domain.py +0 -0
  29. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/pulpcore/client/pulp_service/models/domain_response.py +0 -0
  30. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/pulpcore/client/pulp_service/models/my_permissions_response.py +0 -0
  31. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/pulpcore/client/pulp_service/models/nested_role.py +0 -0
  32. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/pulpcore/client/pulp_service/models/nested_role_response.py +0 -0
  33. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/pulpcore/client/pulp_service/models/object_roles_response.py +0 -0
  34. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/pulpcore/client/pulp_service/models/paginated_task_response_list.py +0 -0
  35. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/pulpcore/client/pulp_service/models/paginatedrpm_package_response_list.py +0 -0
  36. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/pulpcore/client/pulp_service/models/paginatedservice_feature_content_guard_response_list.py +0 -0
  37. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/pulpcore/client/pulp_service/models/paginatedservice_vulnerability_report_response_list.py +0 -0
  38. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/pulpcore/client/pulp_service/models/patchedservice_feature_content_guard.py +0 -0
  39. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/pulpcore/client/pulp_service/models/progress_report_response.py +0 -0
  40. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/pulpcore/client/pulp_service/models/rpm_package_response.py +0 -0
  41. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/pulpcore/client/pulp_service/models/service_feature_content_guard.py +0 -0
  42. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/pulpcore/client/pulp_service/models/service_feature_content_guard_response.py +0 -0
  43. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/pulpcore/client/pulp_service/models/service_vulnerability_report_response.py +0 -0
  44. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/pulpcore/client/pulp_service/models/set_label.py +0 -0
  45. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/pulpcore/client/pulp_service/models/set_label_response.py +0 -0
  46. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/pulpcore/client/pulp_service/models/storage_class_enum.py +0 -0
  47. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/pulpcore/client/pulp_service/models/task_response.py +0 -0
  48. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/pulpcore/client/pulp_service/models/unset_label.py +0 -0
  49. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/pulpcore/client/pulp_service/models/unset_label_response.py +0 -0
  50. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/pulpcore/client/pulp_service/py.typed +0 -0
  51. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/pulpcore/client/pulp_service/rest.py +0 -0
  52. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/setup.cfg +0 -0
  53. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/test/test_api_create_domain_api.py +0 -0
  54. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/test/test_api_debug_auth_header_api.py +0 -0
  55. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/test/test_api_test_random_lock_tasks_api.py +0 -0
  56. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/test/test_api_test_tasks_api.py +0 -0
  57. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/test/test_async_operation_response.py +0 -0
  58. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/test/test_content_rpmpackages_api.py +0 -0
  59. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/test/test_contentguards_feature_api.py +0 -0
  60. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/test/test_domain.py +0 -0
  61. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/test/test_domain_response.py +0 -0
  62. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/test/test_my_permissions_response.py +0 -0
  63. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/test/test_nested_role.py +0 -0
  64. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/test/test_nested_role_response.py +0 -0
  65. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/test/test_object_roles_response.py +0 -0
  66. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/test/test_paginated_task_response_list.py +0 -0
  67. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/test/test_paginatedrpm_package_response_list.py +0 -0
  68. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/test/test_paginatedservice_feature_content_guard_response_list.py +0 -0
  69. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/test/test_paginatedservice_vulnerability_report_response_list.py +0 -0
  70. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/test/test_patchedservice_feature_content_guard.py +0 -0
  71. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/test/test_progress_report_response.py +0 -0
  72. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/test/test_rpm_package_response.py +0 -0
  73. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/test/test_service_feature_content_guard.py +0 -0
  74. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/test/test_service_feature_content_guard_response.py +0 -0
  75. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/test/test_service_vulnerability_report_response.py +0 -0
  76. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/test/test_set_label.py +0 -0
  77. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/test/test_set_label_response.py +0 -0
  78. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/test/test_storage_class_enum.py +0 -0
  79. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/test/test_task_response.py +0 -0
  80. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/test/test_tasks_api.py +0 -0
  81. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/test/test_unset_label.py +0 -0
  82. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/test/test_unset_label_response.py +0 -0
  83. {crc_pulp_service_client-20250829.1 → crc_pulp_service_client-20250901.1}/test/test_vuln_report_service_api.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crc-pulp_service-client
3
- Version: 20250829.1
3
+ Version: 20250901.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: 20250829.1
7
+ - Package version: 20250901.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_service
56
56
  from pulpcore.client.pulp_service.rest import ApiException
57
57
  from pprint import pprint
58
58
 
59
- # Defining the host is optional and defaults to https://env-ephemeral-otxi0c.apps.crc-eph.r9lp.p1.openshiftapps.com
59
+ # Defining the host is optional and defaults to https://env-ephemeral-wvnstg.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_service.Configuration(
62
- host = "https://env-ephemeral-otxi0c.apps.crc-eph.r9lp.p1.openshiftapps.com"
62
+ host = "https://env-ephemeral-wvnstg.apps.crc-eph.r9lp.p1.openshiftapps.com"
63
63
  )
64
64
 
65
65
  # The client must configure the authentication and authorization parameters
@@ -101,7 +101,7 @@ with pulpcore.client.pulp_service.ApiClient(configuration) as api_client:
101
101
 
102
102
  ## Documentation for API Endpoints
103
103
 
104
- All URIs are relative to *https://env-ephemeral-otxi0c.apps.crc-eph.r9lp.p1.openshiftapps.com*
104
+ All URIs are relative to *https://env-ephemeral-wvnstg.apps.crc-eph.r9lp.p1.openshiftapps.com*
105
105
 
106
106
  Class | Method | HTTP request | Description
107
107
  ------------ | ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crc-pulp_service-client
3
- Version: 20250829.1
3
+ Version: 20250901.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__ = "20250829.1"
18
+ __version__ = "20250901.1"
19
19
 
20
20
  # import apis into sdk package
21
21
  from pulpcore.client.pulp_service.api.api_create_domain_api import ApiCreateDomainApi
@@ -99,7 +99,7 @@ class TasksApi:
99
99
  unblocked_at__lt: Annotated[Optional[datetime], Field(description="Filter results where unblocked_at is less than value")] = None,
100
100
  unblocked_at__lte: Annotated[Optional[datetime], Field(description="Filter results where unblocked_at is less than or equal to value")] = None,
101
101
  unblocked_at__range: Annotated[Optional[List[datetime]], Field(description="Filter results where unblocked_at is between two comma separated values")] = None,
102
- worker: Annotated[Optional[StrictStr], Field(description="Filter results where worker matches value")] = None,
102
+ worker: Optional[StrictStr] = None,
103
103
  worker__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where worker is in a comma-separated list of values")] = None,
104
104
  worker__isnull: Annotated[Optional[StrictBool], Field(description="Filter results where worker has a null value")] = None,
105
105
  fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
@@ -231,7 +231,7 @@ class TasksApi:
231
231
  :type unblocked_at__lte: datetime
232
232
  :param unblocked_at__range: Filter results where unblocked_at is between two comma separated values
233
233
  :type unblocked_at__range: List[datetime]
234
- :param worker: Filter results where worker matches value
234
+ :param worker:
235
235
  :type worker: str
236
236
  :param worker__in: Filter results where worker is in a comma-separated list of values
237
237
  :type worker__in: List[str]
@@ -402,7 +402,7 @@ class TasksApi:
402
402
  unblocked_at__lt: Annotated[Optional[datetime], Field(description="Filter results where unblocked_at is less than value")] = None,
403
403
  unblocked_at__lte: Annotated[Optional[datetime], Field(description="Filter results where unblocked_at is less than or equal to value")] = None,
404
404
  unblocked_at__range: Annotated[Optional[List[datetime]], Field(description="Filter results where unblocked_at is between two comma separated values")] = None,
405
- worker: Annotated[Optional[StrictStr], Field(description="Filter results where worker matches value")] = None,
405
+ worker: Optional[StrictStr] = None,
406
406
  worker__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where worker is in a comma-separated list of values")] = None,
407
407
  worker__isnull: Annotated[Optional[StrictBool], Field(description="Filter results where worker has a null value")] = None,
408
408
  fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
@@ -534,7 +534,7 @@ class TasksApi:
534
534
  :type unblocked_at__lte: datetime
535
535
  :param unblocked_at__range: Filter results where unblocked_at is between two comma separated values
536
536
  :type unblocked_at__range: List[datetime]
537
- :param worker: Filter results where worker matches value
537
+ :param worker:
538
538
  :type worker: str
539
539
  :param worker__in: Filter results where worker is in a comma-separated list of values
540
540
  :type worker__in: List[str]
@@ -705,7 +705,7 @@ class TasksApi:
705
705
  unblocked_at__lt: Annotated[Optional[datetime], Field(description="Filter results where unblocked_at is less than value")] = None,
706
706
  unblocked_at__lte: Annotated[Optional[datetime], Field(description="Filter results where unblocked_at is less than or equal to value")] = None,
707
707
  unblocked_at__range: Annotated[Optional[List[datetime]], Field(description="Filter results where unblocked_at is between two comma separated values")] = None,
708
- worker: Annotated[Optional[StrictStr], Field(description="Filter results where worker matches value")] = None,
708
+ worker: Optional[StrictStr] = None,
709
709
  worker__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where worker is in a comma-separated list of values")] = None,
710
710
  worker__isnull: Annotated[Optional[StrictBool], Field(description="Filter results where worker has a null value")] = None,
711
711
  fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
@@ -837,7 +837,7 @@ class TasksApi:
837
837
  :type unblocked_at__lte: datetime
838
838
  :param unblocked_at__range: Filter results where unblocked_at is between two comma separated values
839
839
  :type unblocked_at__range: List[datetime]
840
- :param worker: Filter results where worker matches value
840
+ :param worker:
841
841
  :type worker: str
842
842
  :param worker__in: Filter results where worker is in a comma-separated list of values
843
843
  :type worker__in: List[str]
@@ -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/20250829.1/python'
94
+ self.user_agent = 'OpenAPI-Generator/20250901.1/python'
95
95
  self.client_side_validation = configuration.client_side_validation
96
96
 
97
97
  def __enter__(self):
@@ -225,7 +225,7 @@ conf = pulpcore.client.pulp_service.Configuration(
225
225
  ) -> None:
226
226
  """Constructor
227
227
  """
228
- self._base_path = "https://env-ephemeral-otxi0c.apps.crc-eph.r9lp.p1.openshiftapps.com" if host is None else host
228
+ self._base_path = "https://env-ephemeral-wvnstg.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_service.Configuration(
557
557
  "OS: {env}\n"\
558
558
  "Python Version: {pyversion}\n"\
559
559
  "Version of the API: v3\n"\
560
- "SDK Package Version: 20250829.1".\
560
+ "SDK Package Version: 20250901.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_service.Configuration(
567
567
  """
568
568
  return [
569
569
  {
570
- 'url': "https://env-ephemeral-otxi0c.apps.crc-eph.r9lp.p1.openshiftapps.com",
570
+ 'url': "https://env-ephemeral-wvnstg.apps.crc-eph.r9lp.p1.openshiftapps.com",
571
571
  'description': "No description provided",
572
572
  }
573
573
  ]
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "pulpcore.client.pulp_service"
3
- version = "20250829.1"
3
+ version = "20250901.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_service-client"
25
- VERSION = "20250829.1"
25
+ VERSION = "20250901.1"
26
26
  PYTHON_REQUIRES = ">= 3.8"
27
27
  REQUIRES = [
28
28
  "urllib3 >= 1.25.3, < 3.0.0",