pulp-python-client 3.11.0__tar.gz → 3.11.2__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 (114) hide show
  1. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/PKG-INFO +6 -6
  2. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/README.md +1 -1
  3. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulp_python_client.egg-info/PKG-INFO +6 -6
  4. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/__init__.py +1 -1
  5. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/api/content_packages_api.py +5 -0
  6. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/api_client.py +1 -1
  7. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/configuration.py +1 -1
  8. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py +6 -4
  9. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py +6 -4
  10. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py +6 -4
  11. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py +6 -4
  12. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py +6 -4
  13. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py +6 -4
  14. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/models/python_python_distribution_response.py +29 -1
  15. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/models/python_python_package_content_response.py +29 -1
  16. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/models/python_python_publication_response.py +29 -1
  17. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/models/python_python_remote_response.py +29 -29
  18. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields.py +6 -4
  19. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/models/python_python_repository_response.py +29 -1
  20. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/models/repository_version_response.py +29 -1
  21. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/setup.py +1 -1
  22. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/test/test_paginated_repository_version_response_list.py +12 -0
  23. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/test/test_paginatedpython_python_distribution_response_list.py +20 -0
  24. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/test/test_paginatedpython_python_package_content_response_list.py +36 -0
  25. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/test/test_paginatedpython_python_publication_response_list.py +13 -0
  26. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/test/test_paginatedpython_python_remote_response_list.py +47 -1
  27. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/test/test_paginatedpython_python_repository_response_list.py +18 -0
  28. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/test/test_python_python_distribution_response.py +1 -0
  29. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/test/test_python_python_package_content_response.py +1 -0
  30. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/test/test_python_python_publication_response.py +1 -0
  31. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/test/test_python_python_remote_response_hidden_fields.py +2 -0
  32. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/test/test_python_python_repository_response.py +1 -0
  33. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/test/test_repository_version_response.py +1 -0
  34. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulp_python_client.egg-info/SOURCES.txt +0 -0
  35. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulp_python_client.egg-info/dependency_links.txt +0 -0
  36. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulp_python_client.egg-info/requires.txt +0 -0
  37. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulp_python_client.egg-info/top_level.txt +0 -0
  38. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/__init__.py +0 -0
  39. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/__init__.py +0 -0
  40. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/api/__init__.py +0 -0
  41. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/api/distributions_pypi_api.py +0 -0
  42. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/api/publications_pypi_api.py +0 -0
  43. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/api/pypi_api.py +0 -0
  44. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/api/pypi_legacy_api.py +0 -0
  45. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/api/pypi_metadata_api.py +0 -0
  46. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/api/pypi_simple_api.py +0 -0
  47. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/api/remotes_python_api.py +0 -0
  48. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/api/repositories_python_api.py +0 -0
  49. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/api/repositories_python_versions_api.py +0 -0
  50. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/exceptions.py +0 -0
  51. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/models/__init__.py +0 -0
  52. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/models/async_operation_response.py +0 -0
  53. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/models/content_summary_response.py +0 -0
  54. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/models/exclude_platforms_enum.py +0 -0
  55. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/models/package_metadata_response.py +0 -0
  56. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/models/package_types_enum.py +0 -0
  57. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/models/package_upload.py +0 -0
  58. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/models/package_upload_task_response.py +0 -0
  59. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/models/patchedpython_python_distribution.py +0 -0
  60. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/models/patchedpython_python_remote.py +0 -0
  61. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/models/patchedpython_python_repository.py +0 -0
  62. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/models/policy_enum.py +0 -0
  63. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/models/python_bander_remote.py +0 -0
  64. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/models/python_python_distribution.py +0 -0
  65. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/models/python_python_package_content.py +0 -0
  66. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/models/python_python_publication.py +0 -0
  67. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/models/python_python_remote.py +0 -0
  68. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/models/python_python_repository.py +0 -0
  69. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/models/repair.py +0 -0
  70. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/models/repository_add_remove_content.py +0 -0
  71. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/models/repository_sync_url.py +0 -0
  72. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/models/set_label.py +0 -0
  73. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/models/set_label_response.py +0 -0
  74. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/models/summary_response.py +0 -0
  75. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/models/unset_label.py +0 -0
  76. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/models/unset_label_response.py +0 -0
  77. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/pulpcore/client/pulp_python/rest.py +0 -0
  78. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/setup.cfg +0 -0
  79. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/test/test_async_operation_response.py +0 -0
  80. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/test/test_content_packages_api.py +0 -0
  81. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/test/test_content_summary_response.py +0 -0
  82. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/test/test_distributions_pypi_api.py +0 -0
  83. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/test/test_exclude_platforms_enum.py +0 -0
  84. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/test/test_package_metadata_response.py +0 -0
  85. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/test/test_package_types_enum.py +0 -0
  86. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/test/test_package_upload.py +0 -0
  87. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/test/test_package_upload_task_response.py +0 -0
  88. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/test/test_patchedpython_python_distribution.py +0 -0
  89. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/test/test_patchedpython_python_remote.py +0 -0
  90. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/test/test_patchedpython_python_repository.py +0 -0
  91. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/test/test_policy_enum.py +0 -0
  92. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/test/test_publications_pypi_api.py +0 -0
  93. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/test/test_pypi_api.py +0 -0
  94. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/test/test_pypi_legacy_api.py +0 -0
  95. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/test/test_pypi_metadata_api.py +0 -0
  96. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/test/test_pypi_simple_api.py +0 -0
  97. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/test/test_python_bander_remote.py +0 -0
  98. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/test/test_python_python_distribution.py +0 -0
  99. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/test/test_python_python_package_content.py +0 -0
  100. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/test/test_python_python_publication.py +0 -0
  101. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/test/test_python_python_remote.py +0 -0
  102. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/test/test_python_python_remote_response.py +1 -1
  103. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/test/test_python_python_repository.py +0 -0
  104. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/test/test_remotes_python_api.py +0 -0
  105. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/test/test_repair.py +0 -0
  106. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/test/test_repositories_python_api.py +0 -0
  107. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/test/test_repositories_python_versions_api.py +0 -0
  108. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/test/test_repository_add_remove_content.py +0 -0
  109. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/test/test_repository_sync_url.py +0 -0
  110. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/test/test_set_label.py +0 -0
  111. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/test/test_set_label_response.py +0 -0
  112. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/test/test_summary_response.py +0 -0
  113. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/test/test_unset_label.py +0 -0
  114. {pulp_python-client-3.11.0 → pulp_python-client-3.11.2}/test/test_unset_label_response.py +0 -0
@@ -1,13 +1,13 @@
1
- Metadata-Version: 1.2
1
+ Metadata-Version: 2.1
2
2
  Name: pulp_python-client
3
- Version: 3.11.0
3
+ Version: 3.11.2
4
4
  Summary: Pulp 3 API
5
- Home-page: UNKNOWN
5
+ Home-page:
6
6
  Author: Pulp Team
7
7
  Author-email: pulp-list@redhat.com
8
8
  License: GPLv2+
9
- Description: Fetch, Upload, Organize, and Distribute Software Packages # noqa: E501
10
-
11
9
  Keywords: pulp,pulpcore,client,Pulp 3 API
12
- Platform: UNKNOWN
13
10
  Requires-Python: >=3.4
11
+
12
+ Fetch, Upload, Organize, and Distribute Software Packages # noqa: E501
13
+
@@ -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.11.0
7
+ - Package version: 3.11.2
8
8
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
9
9
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
10
10
 
@@ -1,13 +1,13 @@
1
- Metadata-Version: 1.2
1
+ Metadata-Version: 2.1
2
2
  Name: pulp-python-client
3
- Version: 3.11.0
3
+ Version: 3.11.2
4
4
  Summary: Pulp 3 API
5
- Home-page: UNKNOWN
5
+ Home-page:
6
6
  Author: Pulp Team
7
7
  Author-email: pulp-list@redhat.com
8
8
  License: GPLv2+
9
- Description: Fetch, Upload, Organize, and Distribute Software Packages # noqa: E501
10
-
11
9
  Keywords: pulp,pulpcore,client,Pulp 3 API
12
- Platform: UNKNOWN
13
10
  Requires-Python: >=3.4
11
+
12
+ Fetch, Upload, Organize, and Distribute Software Packages # noqa: E501
13
+
@@ -15,7 +15,7 @@
15
15
 
16
16
  from __future__ import absolute_import
17
17
 
18
- __version__ = "3.11.0"
18
+ __version__ = "3.11.2"
19
19
 
20
20
  # import apis into sdk package
21
21
  from pulpcore.client.pulp_python.api.content_packages_api import ContentPackagesApi
@@ -313,6 +313,7 @@ class ContentPackagesApi(object):
313
313
  :param list[str] name__in: Filter results where name is in a comma-separated list of values
314
314
  :param int offset: The initial index from which to return the results.
315
315
  :param list[str] ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `name` - Name * `-name` - Name (descending) * `version` - Version * `-version` - Version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `summary` - Summary * `-summary` - Summary (descending) * `description` - Description * `-description` - Description (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `license` - License * `-license` - License (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `platform` - Platform * `-platform` - Platform (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `pk` - Pk * `-pk` - Pk (descending)
316
+ :param float orphaned_for: Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
316
317
  :param str packagetype: Filter results where packagetype matches value * `bdist_dmg` - bdist_dmg * `bdist_dumb` - bdist_dumb * `bdist_egg` - bdist_egg * `bdist_msi` - bdist_msi * `bdist_rpm` - bdist_rpm * `bdist_wheel` - bdist_wheel * `bdist_wininst` - bdist_wininst * `sdist` - sdist
317
318
  :param list[str] packagetype__in: Filter results where packagetype is in a comma-separated list of values
318
319
  :param list[str] pulp_href__in: Multiple values may be separated by commas.
@@ -369,6 +370,7 @@ class ContentPackagesApi(object):
369
370
  :param list[str] name__in: Filter results where name is in a comma-separated list of values
370
371
  :param int offset: The initial index from which to return the results.
371
372
  :param list[str] ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `name` - Name * `-name` - Name (descending) * `version` - Version * `-version` - Version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `summary` - Summary * `-summary` - Summary (descending) * `description` - Description * `-description` - Description (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `license` - License * `-license` - License (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `platform` - Platform * `-platform` - Platform (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `pk` - Pk * `-pk` - Pk (descending)
373
+ :param float orphaned_for: Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
372
374
  :param str packagetype: Filter results where packagetype matches value * `bdist_dmg` - bdist_dmg * `bdist_dumb` - bdist_dumb * `bdist_egg` - bdist_egg * `bdist_msi` - bdist_msi * `bdist_rpm` - bdist_rpm * `bdist_wheel` - bdist_wheel * `bdist_wininst` - bdist_wininst * `sdist` - sdist
373
375
  :param list[str] packagetype__in: Filter results where packagetype is in a comma-separated list of values
374
376
  :param list[str] pulp_href__in: Multiple values may be separated by commas.
@@ -418,6 +420,7 @@ class ContentPackagesApi(object):
418
420
  'name__in',
419
421
  'offset',
420
422
  'ordering',
423
+ 'orphaned_for',
421
424
  'packagetype',
422
425
  'packagetype__in',
423
426
  'pulp_href__in',
@@ -491,6 +494,8 @@ class ContentPackagesApi(object):
491
494
  if 'ordering' in local_var_params and local_var_params['ordering'] is not None: # noqa: E501
492
495
  query_params.append(('ordering', local_var_params['ordering'])) # noqa: E501
493
496
  collection_formats['ordering'] = 'csv' # noqa: E501
497
+ if 'orphaned_for' in local_var_params and local_var_params['orphaned_for'] is not None: # noqa: E501
498
+ query_params.append(('orphaned_for', local_var_params['orphaned_for'])) # noqa: E501
494
499
  if 'packagetype' in local_var_params and local_var_params['packagetype'] is not None: # noqa: E501
495
500
  query_params.append(('packagetype', local_var_params['packagetype'])) # noqa: E501
496
501
  if 'packagetype__in' in local_var_params and local_var_params['packagetype__in'] is not None: # noqa: E501
@@ -79,7 +79,7 @@ class ApiClient(object):
79
79
  self.default_headers[header_name] = header_value
80
80
  self.cookie = cookie
81
81
  # Set default User-Agent.
82
- self.user_agent = 'OpenAPI-Generator/3.11.0/python'
82
+ self.user_agent = 'OpenAPI-Generator/3.11.2/python'
83
83
  self.client_side_validation = configuration.client_side_validation
84
84
 
85
85
  def __enter__(self):
@@ -376,7 +376,7 @@ conf = pulpcore.client.pulp_python.Configuration(
376
376
  "OS: {env}\n"\
377
377
  "Python Version: {pyversion}\n"\
378
378
  "Version of the API: v3\n"\
379
- "SDK Package Version: 3.11.0".\
379
+ "SDK Package Version: 3.11.2".\
380
380
  format(env=sys.platform, pyversion=sys.version)
381
381
 
382
382
  def get_host_settings(self):
@@ -59,12 +59,10 @@ class PaginatedRepositoryVersionResponseList(object):
59
59
  self._results = None
60
60
  self.discriminator = None
61
61
 
62
- if count is not None:
63
- self.count = count
62
+ self.count = count
64
63
  self.next = next
65
64
  self.previous = previous
66
- if results is not None:
67
- self.results = results
65
+ self.results = results
68
66
 
69
67
  @property
70
68
  def count(self):
@@ -84,6 +82,8 @@ class PaginatedRepositoryVersionResponseList(object):
84
82
  :param count: The count of this PaginatedRepositoryVersionResponseList. # noqa: E501
85
83
  :type: int
86
84
  """
85
+ if self.local_vars_configuration.client_side_validation and count is None: # noqa: E501
86
+ raise ValueError("Invalid value for `count`, must not be `None`") # noqa: E501
87
87
 
88
88
  self._count = count
89
89
 
@@ -147,6 +147,8 @@ class PaginatedRepositoryVersionResponseList(object):
147
147
  :param results: The results of this PaginatedRepositoryVersionResponseList. # noqa: E501
148
148
  :type: list[RepositoryVersionResponse]
149
149
  """
150
+ if self.local_vars_configuration.client_side_validation and results is None: # noqa: E501
151
+ raise ValueError("Invalid value for `results`, must not be `None`") # noqa: E501
150
152
 
151
153
  self._results = results
152
154
 
@@ -59,12 +59,10 @@ class PaginatedpythonPythonDistributionResponseList(object):
59
59
  self._results = None
60
60
  self.discriminator = None
61
61
 
62
- if count is not None:
63
- self.count = count
62
+ self.count = count
64
63
  self.next = next
65
64
  self.previous = previous
66
- if results is not None:
67
- self.results = results
65
+ self.results = results
68
66
 
69
67
  @property
70
68
  def count(self):
@@ -84,6 +82,8 @@ class PaginatedpythonPythonDistributionResponseList(object):
84
82
  :param count: The count of this PaginatedpythonPythonDistributionResponseList. # noqa: E501
85
83
  :type: int
86
84
  """
85
+ if self.local_vars_configuration.client_side_validation and count is None: # noqa: E501
86
+ raise ValueError("Invalid value for `count`, must not be `None`") # noqa: E501
87
87
 
88
88
  self._count = count
89
89
 
@@ -147,6 +147,8 @@ class PaginatedpythonPythonDistributionResponseList(object):
147
147
  :param results: The results of this PaginatedpythonPythonDistributionResponseList. # noqa: E501
148
148
  :type: list[PythonPythonDistributionResponse]
149
149
  """
150
+ if self.local_vars_configuration.client_side_validation and results is None: # noqa: E501
151
+ raise ValueError("Invalid value for `results`, must not be `None`") # noqa: E501
150
152
 
151
153
  self._results = results
152
154
 
@@ -59,12 +59,10 @@ class PaginatedpythonPythonPackageContentResponseList(object):
59
59
  self._results = None
60
60
  self.discriminator = None
61
61
 
62
- if count is not None:
63
- self.count = count
62
+ self.count = count
64
63
  self.next = next
65
64
  self.previous = previous
66
- if results is not None:
67
- self.results = results
65
+ self.results = results
68
66
 
69
67
  @property
70
68
  def count(self):
@@ -84,6 +82,8 @@ class PaginatedpythonPythonPackageContentResponseList(object):
84
82
  :param count: The count of this PaginatedpythonPythonPackageContentResponseList. # noqa: E501
85
83
  :type: int
86
84
  """
85
+ if self.local_vars_configuration.client_side_validation and count is None: # noqa: E501
86
+ raise ValueError("Invalid value for `count`, must not be `None`") # noqa: E501
87
87
 
88
88
  self._count = count
89
89
 
@@ -147,6 +147,8 @@ class PaginatedpythonPythonPackageContentResponseList(object):
147
147
  :param results: The results of this PaginatedpythonPythonPackageContentResponseList. # noqa: E501
148
148
  :type: list[PythonPythonPackageContentResponse]
149
149
  """
150
+ if self.local_vars_configuration.client_side_validation and results is None: # noqa: E501
151
+ raise ValueError("Invalid value for `results`, must not be `None`") # noqa: E501
150
152
 
151
153
  self._results = results
152
154
 
@@ -59,12 +59,10 @@ class PaginatedpythonPythonPublicationResponseList(object):
59
59
  self._results = None
60
60
  self.discriminator = None
61
61
 
62
- if count is not None:
63
- self.count = count
62
+ self.count = count
64
63
  self.next = next
65
64
  self.previous = previous
66
- if results is not None:
67
- self.results = results
65
+ self.results = results
68
66
 
69
67
  @property
70
68
  def count(self):
@@ -84,6 +82,8 @@ class PaginatedpythonPythonPublicationResponseList(object):
84
82
  :param count: The count of this PaginatedpythonPythonPublicationResponseList. # noqa: E501
85
83
  :type: int
86
84
  """
85
+ if self.local_vars_configuration.client_side_validation and count is None: # noqa: E501
86
+ raise ValueError("Invalid value for `count`, must not be `None`") # noqa: E501
87
87
 
88
88
  self._count = count
89
89
 
@@ -147,6 +147,8 @@ class PaginatedpythonPythonPublicationResponseList(object):
147
147
  :param results: The results of this PaginatedpythonPythonPublicationResponseList. # noqa: E501
148
148
  :type: list[PythonPythonPublicationResponse]
149
149
  """
150
+ if self.local_vars_configuration.client_side_validation and results is None: # noqa: E501
151
+ raise ValueError("Invalid value for `results`, must not be `None`") # noqa: E501
150
152
 
151
153
  self._results = results
152
154
 
@@ -59,12 +59,10 @@ class PaginatedpythonPythonRemoteResponseList(object):
59
59
  self._results = None
60
60
  self.discriminator = None
61
61
 
62
- if count is not None:
63
- self.count = count
62
+ self.count = count
64
63
  self.next = next
65
64
  self.previous = previous
66
- if results is not None:
67
- self.results = results
65
+ self.results = results
68
66
 
69
67
  @property
70
68
  def count(self):
@@ -84,6 +82,8 @@ class PaginatedpythonPythonRemoteResponseList(object):
84
82
  :param count: The count of this PaginatedpythonPythonRemoteResponseList. # noqa: E501
85
83
  :type: int
86
84
  """
85
+ if self.local_vars_configuration.client_side_validation and count is None: # noqa: E501
86
+ raise ValueError("Invalid value for `count`, must not be `None`") # noqa: E501
87
87
 
88
88
  self._count = count
89
89
 
@@ -147,6 +147,8 @@ class PaginatedpythonPythonRemoteResponseList(object):
147
147
  :param results: The results of this PaginatedpythonPythonRemoteResponseList. # noqa: E501
148
148
  :type: list[PythonPythonRemoteResponse]
149
149
  """
150
+ if self.local_vars_configuration.client_side_validation and results is None: # noqa: E501
151
+ raise ValueError("Invalid value for `results`, must not be `None`") # noqa: E501
150
152
 
151
153
  self._results = results
152
154
 
@@ -59,12 +59,10 @@ class PaginatedpythonPythonRepositoryResponseList(object):
59
59
  self._results = None
60
60
  self.discriminator = None
61
61
 
62
- if count is not None:
63
- self.count = count
62
+ self.count = count
64
63
  self.next = next
65
64
  self.previous = previous
66
- if results is not None:
67
- self.results = results
65
+ self.results = results
68
66
 
69
67
  @property
70
68
  def count(self):
@@ -84,6 +82,8 @@ class PaginatedpythonPythonRepositoryResponseList(object):
84
82
  :param count: The count of this PaginatedpythonPythonRepositoryResponseList. # noqa: E501
85
83
  :type: int
86
84
  """
85
+ if self.local_vars_configuration.client_side_validation and count is None: # noqa: E501
86
+ raise ValueError("Invalid value for `count`, must not be `None`") # noqa: E501
87
87
 
88
88
  self._count = count
89
89
 
@@ -147,6 +147,8 @@ class PaginatedpythonPythonRepositoryResponseList(object):
147
147
  :param results: The results of this PaginatedpythonPythonRepositoryResponseList. # noqa: E501
148
148
  :type: list[PythonPythonRepositoryResponse]
149
149
  """
150
+ if self.local_vars_configuration.client_side_validation and results is None: # noqa: E501
151
+ raise ValueError("Invalid value for `results`, must not be `None`") # noqa: E501
150
152
 
151
153
  self._results = results
152
154
 
@@ -36,6 +36,7 @@ class PythonPythonDistributionResponse(object):
36
36
  openapi_types = {
37
37
  'pulp_href': 'str',
38
38
  'pulp_created': 'datetime',
39
+ 'pulp_last_updated': 'datetime',
39
40
  'base_path': 'str',
40
41
  'base_url': 'str',
41
42
  'content_guard': 'str',
@@ -51,6 +52,7 @@ class PythonPythonDistributionResponse(object):
51
52
  attribute_map = {
52
53
  'pulp_href': 'pulp_href',
53
54
  'pulp_created': 'pulp_created',
55
+ 'pulp_last_updated': 'pulp_last_updated',
54
56
  'base_path': 'base_path',
55
57
  'base_url': 'base_url',
56
58
  'content_guard': 'content_guard',
@@ -63,7 +65,7 @@ class PythonPythonDistributionResponse(object):
63
65
  'remote': 'remote'
64
66
  }
65
67
 
66
- def __init__(self, pulp_href=None, pulp_created=None, base_path=None, base_url=None, content_guard=None, hidden=False, pulp_labels=None, name=None, repository=None, publication=None, allow_uploads=True, remote=None, local_vars_configuration=None): # noqa: E501
68
+ def __init__(self, pulp_href=None, pulp_created=None, pulp_last_updated=None, base_path=None, base_url=None, content_guard=None, hidden=False, pulp_labels=None, name=None, repository=None, publication=None, allow_uploads=True, remote=None, local_vars_configuration=None): # noqa: E501
67
69
  """PythonPythonDistributionResponse - a model defined in OpenAPI""" # noqa: E501
68
70
  if local_vars_configuration is None:
69
71
  local_vars_configuration = Configuration()
@@ -71,6 +73,7 @@ class PythonPythonDistributionResponse(object):
71
73
 
72
74
  self._pulp_href = None
73
75
  self._pulp_created = None
76
+ self._pulp_last_updated = None
74
77
  self._base_path = None
75
78
  self._base_url = None
76
79
  self._content_guard = None
@@ -87,6 +90,8 @@ class PythonPythonDistributionResponse(object):
87
90
  self.pulp_href = pulp_href
88
91
  if pulp_created is not None:
89
92
  self.pulp_created = pulp_created
93
+ if pulp_last_updated is not None:
94
+ self.pulp_last_updated = pulp_last_updated
90
95
  self.base_path = base_path
91
96
  if base_url is not None:
92
97
  self.base_url = base_url
@@ -146,6 +151,29 @@ class PythonPythonDistributionResponse(object):
146
151
 
147
152
  self._pulp_created = pulp_created
148
153
 
154
+ @property
155
+ def pulp_last_updated(self):
156
+ """Gets the pulp_last_updated of this PythonPythonDistributionResponse. # noqa: E501
157
+
158
+ Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. # noqa: E501
159
+
160
+ :return: The pulp_last_updated of this PythonPythonDistributionResponse. # noqa: E501
161
+ :rtype: datetime
162
+ """
163
+ return self._pulp_last_updated
164
+
165
+ @pulp_last_updated.setter
166
+ def pulp_last_updated(self, pulp_last_updated):
167
+ """Sets the pulp_last_updated of this PythonPythonDistributionResponse.
168
+
169
+ Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. # noqa: E501
170
+
171
+ :param pulp_last_updated: The pulp_last_updated of this PythonPythonDistributionResponse. # noqa: E501
172
+ :type: datetime
173
+ """
174
+
175
+ self._pulp_last_updated = pulp_last_updated
176
+
149
177
  @property
150
178
  def base_path(self):
151
179
  """Gets the base_path of this PythonPythonDistributionResponse. # noqa: E501
@@ -36,6 +36,7 @@ class PythonPythonPackageContentResponse(object):
36
36
  openapi_types = {
37
37
  'pulp_href': 'str',
38
38
  'pulp_created': 'datetime',
39
+ 'pulp_last_updated': 'datetime',
39
40
  'artifact': 'str',
40
41
  'filename': 'str',
41
42
  'packagetype': 'str',
@@ -69,6 +70,7 @@ class PythonPythonPackageContentResponse(object):
69
70
  attribute_map = {
70
71
  'pulp_href': 'pulp_href',
71
72
  'pulp_created': 'pulp_created',
73
+ 'pulp_last_updated': 'pulp_last_updated',
72
74
  'artifact': 'artifact',
73
75
  'filename': 'filename',
74
76
  'packagetype': 'packagetype',
@@ -99,7 +101,7 @@ class PythonPythonPackageContentResponse(object):
99
101
  'classifiers': 'classifiers'
100
102
  }
101
103
 
102
- def __init__(self, pulp_href=None, pulp_created=None, artifact=None, filename=None, packagetype=None, name=None, version=None, sha256='', metadata_version=None, summary=None, description=None, description_content_type=None, keywords=None, home_page=None, download_url=None, author=None, author_email=None, maintainer=None, maintainer_email=None, license=None, requires_python=None, project_url=None, project_urls=None, platform=None, supported_platform=None, requires_dist=None, provides_dist=None, obsoletes_dist=None, requires_external=None, classifiers=None, local_vars_configuration=None): # noqa: E501
104
+ def __init__(self, pulp_href=None, pulp_created=None, pulp_last_updated=None, artifact=None, filename=None, packagetype=None, name=None, version=None, sha256='', metadata_version=None, summary=None, description=None, description_content_type=None, keywords=None, home_page=None, download_url=None, author=None, author_email=None, maintainer=None, maintainer_email=None, license=None, requires_python=None, project_url=None, project_urls=None, platform=None, supported_platform=None, requires_dist=None, provides_dist=None, obsoletes_dist=None, requires_external=None, classifiers=None, local_vars_configuration=None): # noqa: E501
103
105
  """PythonPythonPackageContentResponse - a model defined in OpenAPI""" # noqa: E501
104
106
  if local_vars_configuration is None:
105
107
  local_vars_configuration = Configuration()
@@ -107,6 +109,7 @@ class PythonPythonPackageContentResponse(object):
107
109
 
108
110
  self._pulp_href = None
109
111
  self._pulp_created = None
112
+ self._pulp_last_updated = None
110
113
  self._artifact = None
111
114
  self._filename = None
112
115
  self._packagetype = None
@@ -141,6 +144,8 @@ class PythonPythonPackageContentResponse(object):
141
144
  self.pulp_href = pulp_href
142
145
  if pulp_created is not None:
143
146
  self.pulp_created = pulp_created
147
+ if pulp_last_updated is not None:
148
+ self.pulp_last_updated = pulp_last_updated
144
149
  if artifact is not None:
145
150
  self.artifact = artifact
146
151
  if filename is not None:
@@ -242,6 +247,29 @@ class PythonPythonPackageContentResponse(object):
242
247
 
243
248
  self._pulp_created = pulp_created
244
249
 
250
+ @property
251
+ def pulp_last_updated(self):
252
+ """Gets the pulp_last_updated of this PythonPythonPackageContentResponse. # noqa: E501
253
+
254
+ Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. # noqa: E501
255
+
256
+ :return: The pulp_last_updated of this PythonPythonPackageContentResponse. # noqa: E501
257
+ :rtype: datetime
258
+ """
259
+ return self._pulp_last_updated
260
+
261
+ @pulp_last_updated.setter
262
+ def pulp_last_updated(self, pulp_last_updated):
263
+ """Sets the pulp_last_updated of this PythonPythonPackageContentResponse.
264
+
265
+ Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. # noqa: E501
266
+
267
+ :param pulp_last_updated: The pulp_last_updated of this PythonPythonPackageContentResponse. # noqa: E501
268
+ :type: datetime
269
+ """
270
+
271
+ self._pulp_last_updated = pulp_last_updated
272
+
245
273
  @property
246
274
  def artifact(self):
247
275
  """Gets the artifact of this PythonPythonPackageContentResponse. # noqa: E501
@@ -36,6 +36,7 @@ class PythonPythonPublicationResponse(object):
36
36
  openapi_types = {
37
37
  'pulp_href': 'str',
38
38
  'pulp_created': 'datetime',
39
+ 'pulp_last_updated': 'datetime',
39
40
  'repository_version': 'str',
40
41
  'repository': 'str',
41
42
  'distributions': 'list[str]'
@@ -44,12 +45,13 @@ class PythonPythonPublicationResponse(object):
44
45
  attribute_map = {
45
46
  'pulp_href': 'pulp_href',
46
47
  'pulp_created': 'pulp_created',
48
+ 'pulp_last_updated': 'pulp_last_updated',
47
49
  'repository_version': 'repository_version',
48
50
  'repository': 'repository',
49
51
  'distributions': 'distributions'
50
52
  }
51
53
 
52
- def __init__(self, pulp_href=None, pulp_created=None, repository_version=None, repository=None, distributions=None, local_vars_configuration=None): # noqa: E501
54
+ def __init__(self, pulp_href=None, pulp_created=None, pulp_last_updated=None, repository_version=None, repository=None, distributions=None, local_vars_configuration=None): # noqa: E501
53
55
  """PythonPythonPublicationResponse - a model defined in OpenAPI""" # noqa: E501
54
56
  if local_vars_configuration is None:
55
57
  local_vars_configuration = Configuration()
@@ -57,6 +59,7 @@ class PythonPythonPublicationResponse(object):
57
59
 
58
60
  self._pulp_href = None
59
61
  self._pulp_created = None
62
+ self._pulp_last_updated = None
60
63
  self._repository_version = None
61
64
  self._repository = None
62
65
  self._distributions = None
@@ -66,6 +69,8 @@ class PythonPythonPublicationResponse(object):
66
69
  self.pulp_href = pulp_href
67
70
  if pulp_created is not None:
68
71
  self.pulp_created = pulp_created
72
+ if pulp_last_updated is not None:
73
+ self.pulp_last_updated = pulp_last_updated
69
74
  if repository_version is not None:
70
75
  self.repository_version = repository_version
71
76
  if repository is not None:
@@ -117,6 +122,29 @@ class PythonPythonPublicationResponse(object):
117
122
 
118
123
  self._pulp_created = pulp_created
119
124
 
125
+ @property
126
+ def pulp_last_updated(self):
127
+ """Gets the pulp_last_updated of this PythonPythonPublicationResponse. # noqa: E501
128
+
129
+ Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. # noqa: E501
130
+
131
+ :return: The pulp_last_updated of this PythonPythonPublicationResponse. # noqa: E501
132
+ :rtype: datetime
133
+ """
134
+ return self._pulp_last_updated
135
+
136
+ @pulp_last_updated.setter
137
+ def pulp_last_updated(self, pulp_last_updated):
138
+ """Sets the pulp_last_updated of this PythonPythonPublicationResponse.
139
+
140
+ Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. # noqa: E501
141
+
142
+ :param pulp_last_updated: The pulp_last_updated of this PythonPythonPublicationResponse. # noqa: E501
143
+ :type: datetime
144
+ """
145
+
146
+ self._pulp_last_updated = pulp_last_updated
147
+
120
148
  @property
121
149
  def repository_version(self):
122
150
  """Gets the repository_version of this PythonPythonPublicationResponse. # noqa: E501