pulp-python-client 3.11.0__py3-none-any.whl → 3.11.1__py3-none-any.whl

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 (21) hide show
  1. {pulp_python_client-3.11.0.dist-info → pulp_python_client-3.11.1.dist-info}/METADATA +4 -6
  2. {pulp_python_client-3.11.0.dist-info → pulp_python_client-3.11.1.dist-info}/RECORD +21 -21
  3. {pulp_python_client-3.11.0.dist-info → pulp_python_client-3.11.1.dist-info}/WHEEL +1 -1
  4. pulpcore/client/pulp_python/__init__.py +1 -1
  5. pulpcore/client/pulp_python/api/content_packages_api.py +5 -0
  6. pulpcore/client/pulp_python/api_client.py +1 -1
  7. pulpcore/client/pulp_python/configuration.py +1 -1
  8. pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py +6 -4
  9. pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py +6 -4
  10. pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py +6 -4
  11. pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py +6 -4
  12. pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py +6 -4
  13. pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py +6 -4
  14. pulpcore/client/pulp_python/models/python_python_distribution_response.py +29 -1
  15. pulpcore/client/pulp_python/models/python_python_package_content_response.py +29 -1
  16. pulpcore/client/pulp_python/models/python_python_publication_response.py +29 -1
  17. pulpcore/client/pulp_python/models/python_python_remote_response.py +29 -29
  18. pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields.py +6 -4
  19. pulpcore/client/pulp_python/models/python_python_repository_response.py +29 -1
  20. pulpcore/client/pulp_python/models/repository_version_response.py +29 -1
  21. {pulp_python_client-3.11.0.dist-info → pulp_python_client-3.11.1.dist-info}/top_level.txt +0 -0
@@ -1,19 +1,17 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulp-python-client
3
- Version: 3.11.0
3
+ Version: 3.11.1
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
9
  Keywords: pulp,pulpcore,client,Pulp 3 API
10
- Platform: UNKNOWN
11
10
  Requires-Python: >=3.4
12
11
  Requires-Dist: urllib3 >=1.15
13
12
  Requires-Dist: six >=1.10
14
13
  Requires-Dist: certifi
15
14
  Requires-Dist: python-dateutil
16
15
 
17
- Fetch, Upload, Organize, and Distribute Software Packages # noqa: E501
18
-
19
-
16
+ Fetch, Upload, Organize, and Distribute Software Packages # noqa: E501
17
+
@@ -1,12 +1,12 @@
1
1
  pulpcore/__init__.py,sha256=QDJyS5jtJnGFsSuOx43ZvLBCOrHImm8NrZk5f9URWdk,75
2
2
  pulpcore/client/__init__.py,sha256=QDJyS5jtJnGFsSuOx43ZvLBCOrHImm8NrZk5f9URWdk,75
3
- pulpcore/client/pulp_python/__init__.py,sha256=UrObJxEvuEG4kWu2WSG7QgejHlkIthh8shnbExwlQgA,5553
4
- pulpcore/client/pulp_python/api_client.py,sha256=koeGVk6SzOnaTFgbTOZHFTGpu1WsiWos6CrFF9QAIE8,26290
5
- pulpcore/client/pulp_python/configuration.py,sha256=naUN7lwcs3H7p77RW8unNNvIhTVEKV_xCWgm_9bMOLc,13968
3
+ pulpcore/client/pulp_python/__init__.py,sha256=gyz9xNnm2xK3ahRUy1eUshFozJcupjEa6RVbefbMb9g,5553
4
+ pulpcore/client/pulp_python/api_client.py,sha256=oTrA7ZZUndCh7O7Zo1Wz6LkcZQuy80yDWYhWZLGkEW8,26290
5
+ pulpcore/client/pulp_python/configuration.py,sha256=JxYMBIJAngXGz4Z0a_mK5PtDAD-HoMwmaleoe-59uJ4,13968
6
6
  pulpcore/client/pulp_python/exceptions.py,sha256=4P8pBnEQ5hqaudJJMdmM57YfxTTRFcvkQ86GsvtKNEs,3769
7
7
  pulpcore/client/pulp_python/rest.py,sha256=LT9W8ZNtZbFDfYEEqBWcQ70vp8XfJLiN2TtKyozgk4U,12314
8
8
  pulpcore/client/pulp_python/api/__init__.py,sha256=Kevd065wwgBI2gr_HXjcVAcTSqLHvBS_VAYlQkbNAYU,909
9
- pulpcore/client/pulp_python/api/content_packages_api.py,sha256=Sq6qwL8lmw6sPXshJFR4oC0h6Vq9RjAtAh_5GAvHKsg,48748
9
+ pulpcore/client/pulp_python/api/content_packages_api.py,sha256=auS-1XYfdH6Z2vnmA2SQFpB-dYcfXfw1yFGLX5OdNyU,49196
10
10
  pulpcore/client/pulp_python/api/distributions_pypi_api.py,sha256=tGMMVebO3xOxtG37iqPXLC_58RvewDmkZDCZXnt5m9w,60745
11
11
  pulpcore/client/pulp_python/api/publications_pypi_api.py,sha256=DXVfU4nk2ZRmPLnzdeDwoRD6aXcelIrGevu0PLMpNuM,31112
12
12
  pulpcore/client/pulp_python/api/pypi_api.py,sha256=4b8op0jY4_nHB_PPm-T0Xzr0Eqw7h3h0XnUUcLvpsjY,6615
@@ -24,38 +24,38 @@ pulpcore/client/pulp_python/models/package_metadata_response.py,sha256=VwwmNNuPD
24
24
  pulpcore/client/pulp_python/models/package_types_enum.py,sha256=GJHD6pglj10qyB4Ap-mPbFzR5TO7TRXlvR0TbspzXoU,3093
25
25
  pulpcore/client/pulp_python/models/package_upload.py,sha256=nZymY1TmC2x1E2YFNZfTyXDLR8N5vOhndK3EIXFGM4E,6276
26
26
  pulpcore/client/pulp_python/models/package_upload_task_response.py,sha256=DcbKw4CPUL2t4RxsguqdgLzSmundaKuZNb4pvifdjA8,5386
27
- pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py,sha256=iccYMgaSUFo2WDM_TgQlZcF64TVmgSEOVInKgjdKyrY,5678
28
- pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py,sha256=VlhlDklC7u5fGw9N0oRiwWWxI6KSSYIrcCEDNWK3Bm0,5839
29
- pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py,sha256=-Bzdf9ZrzqBSbQ357KiHQrypERcXLUfjS6DNYCCzNuQ,5885
30
- pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py,sha256=Z01XmVQaYc7xEUdxebB1CKWUzSMkkPUiCc_di3bCuXI,5816
31
- pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py,sha256=BKdCUORr0hNfUkjHFValBOo5shuShYVqC1mfD7oCn7A,5701
32
- pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py,sha256=hvz41Awsfcgup0Ud1HT2EGYE5RmATxwoR8G716kJunE,5793
27
+ pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py,sha256=IMzcMPg2LP8HZNy4G2Z2P5elpr9-NkC08hBdrav-sAI,5990
28
+ pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py,sha256=cKnKaCTcRl68iCARZfAmoSQCmyPzEKwuizvGM8Abm4s,6151
29
+ pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py,sha256=CQiMkR1cLlI1vFKL6felc6DEDIaOOMQJ6NlWdHydUgE,6197
30
+ pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py,sha256=uOLbzeu4ruUkvN-3gt3YpvSAXv0H9El87kFkSlJlOcI,6128
31
+ pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py,sha256=PrIFucl1vzjajOL_hvfEGDQHR4DUjsTYNF18hkxm1Ok,6013
32
+ pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py,sha256=lQ_VSabGgUfTl7Z5kTdGV1sgKSPTLBI5r8whjBB6B0s,6105
33
33
  pulpcore/client/pulp_python/models/patchedpython_python_distribution.py,sha256=14hsCKjn6gvvUz20b_sW7Z8rxpVIBbKb0K3dabLmWt4,11314
34
34
  pulpcore/client/pulp_python/models/patchedpython_python_remote.py,sha256=xQ0lnzjHajhglcLWUNNmJkK6lNqOVe0TGi3A2EIFT8o,34026
35
35
  pulpcore/client/pulp_python/models/patchedpython_python_repository.py,sha256=laidxfBKqEm2-LNTm7YsMl8_JMrAgiOmT21pXIW2ujw,8968
36
36
  pulpcore/client/pulp_python/models/policy_enum.py,sha256=73sYQjy3uC2cxirdImyK1VIZtivP3ZdoGjVwzlXP9vc,2862
37
37
  pulpcore/client/pulp_python/models/python_bander_remote.py,sha256=MeYhjtFxH7ffQpv7c0_y99yofNlrNHYna_wzjJui2Mg,6771
38
38
  pulpcore/client/pulp_python/models/python_python_distribution.py,sha256=xYjloBXTKGhXyvxh83zPkjzZb7paFEuccE9hSJyFrhQ,11347
39
- pulpcore/client/pulp_python/models/python_python_distribution_response.py,sha256=ypYQoEE3fJm65Ly73iCz-eE9RjMHfC_kGZL68wx-Spk,13592
39
+ pulpcore/client/pulp_python/models/python_python_distribution_response.py,sha256=N5Wkha0tt3sBO11rUx3FOQ1qVl1aY6tI_tVSmj5nCPU,14964
40
40
  pulpcore/client/pulp_python/models/python_python_package_content.py,sha256=kAwd-5h4-kkhVtMdf_lQDZcQCXgISbxhdku6PCNfc5U,29642
41
- pulpcore/client/pulp_python/models/python_python_package_content_response.py,sha256=x6tLAYs6jtuJa2cH_nXh6AZN1Bs6UrLDQ4txdP3tVZQ,32559
41
+ pulpcore/client/pulp_python/models/python_python_package_content_response.py,sha256=AQ2_T51m7lFXvqEqj9MaO1GI_jHGHbg3p5SkAAoVl6w,33939
42
42
  pulpcore/client/pulp_python/models/python_python_publication.py,sha256=WTrDUV3q7pTf-cI7LTTrv_OQz0xuqAqSHVc8fTbnzb4,4488
43
- pulpcore/client/pulp_python/models/python_python_publication_response.py,sha256=CNp7UVwBPXfHq3YJI0wXrZCTTjRLWi24VUzB7hjlWLc,7312
43
+ pulpcore/client/pulp_python/models/python_python_publication_response.py,sha256=46zUsGER5G8tgBxQ83RIEDT__-7kGJ_stdYhcq6xC8I,8680
44
44
  pulpcore/client/pulp_python/models/python_python_remote.py,sha256=5PxRjJiPtuMHsvzwv1IkVHm3T78ftQSnY3rpdEearF0,33549
45
- pulpcore/client/pulp_python/models/python_python_remote_response.py,sha256=jdkAbLFUrzZBUJ_ysZ0HgmJxpfwAS5p2dUqxGbgHYp4,31026
46
- pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields.py,sha256=Al6gXnO72oS1aZQBn6ufeQSb8V-vje3NtRAU4rurvvs,4185
45
+ pulpcore/client/pulp_python/models/python_python_remote_response.py,sha256=xuMX7T6Zhce4vBHZbkPUitHqDXbKK3K5XbJkIHaFYPM,31026
46
+ pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields.py,sha256=FMQnJB2ReyO6XAUzui-KVDsXvh5-k_Xu5mVLfpPXmfM,4495
47
47
  pulpcore/client/pulp_python/models/python_python_repository.py,sha256=OleE3896uKYswXkzmuNdXVQwr9f-oqNyp6YsrDC6vmo,8926
48
- pulpcore/client/pulp_python/models/python_python_repository_response.py,sha256=_gpXGqZCGHhTs9OVqLwEyr8HD_IetDk2FkOh0kmw8ak,12094
48
+ pulpcore/client/pulp_python/models/python_python_repository_response.py,sha256=2Ps5Lyk6QOHH1lnJIhuW_7_tLio_NjJ9xV1BAX7SqcI,13458
49
49
  pulpcore/client/pulp_python/models/repair.py,sha256=bbqKUW0PEkU439CTemJqfDGc46y6GNMSkRiUrfYZy34,3820
50
50
  pulpcore/client/pulp_python/models/repository_add_remove_content.py,sha256=kIKRNyasPNB7OpvdgItkj4du9vWGU2xJoMeORzr_jdc,6381
51
51
  pulpcore/client/pulp_python/models/repository_sync_url.py,sha256=kVBwS5dytzGac0I9pAHQt4s-XzNduB4wKQ8Vvp9PBk8,4484
52
- pulpcore/client/pulp_python/models/repository_version_response.py,sha256=9AWYS7BAtLHDrmBtWHb20X8rGMHWLhF8JJR9xdPfWlc,7918
52
+ pulpcore/client/pulp_python/models/repository_version_response.py,sha256=CGTz78FzWd2Acv9ZPXLcveTnjPE6_WrRv0ralQQVaNc,9262
53
53
  pulpcore/client/pulp_python/models/set_label.py,sha256=YgHWKSUcjKD3F2NL5rt0QiD3ucEDCB-uyFG-hI9GOms,4427
54
54
  pulpcore/client/pulp_python/models/set_label_response.py,sha256=n0PkgGraiIISAl2UcCTiRUu5NaiEfbPeBoMgPbD02ss,4288
55
55
  pulpcore/client/pulp_python/models/summary_response.py,sha256=tnsbMSIsJ7Wn3TxKOFYPNgwutne1jy6Vx-aaOZejiRA,5498
56
56
  pulpcore/client/pulp_python/models/unset_label.py,sha256=jOchl5kHsTLqXAI6TSlm3qydKvjrMLusScLEEybe-8A,3896
57
57
  pulpcore/client/pulp_python/models/unset_label_response.py,sha256=zz9WS1LOXfadx_kZ3MEhQE0ipzN_6zSvVLIRHt3Yn1g,4346
58
- pulp_python_client-3.11.0.dist-info/METADATA,sha256=OjEokdv9aEhGWJ94QbJv6dYknehEyEcNcR3rMI4ucHw,439
59
- pulp_python_client-3.11.0.dist-info/WHEEL,sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0,92
60
- pulp_python_client-3.11.0.dist-info/top_level.txt,sha256=v1J0AeNxNhm8YE5-xQe1G1YbfoMRZ_u9DAg_Gi7omeY,9
61
- pulp_python_client-3.11.0.dist-info/RECORD,,
58
+ pulp_python_client-3.11.1.dist-info/METADATA,sha256=wdEI00kL4XftC5GEPrmcYuGJGEbDTeZlYq54H7Q1ZHU,421
59
+ pulp_python_client-3.11.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
60
+ pulp_python_client-3.11.1.dist-info/top_level.txt,sha256=v1J0AeNxNhm8YE5-xQe1G1YbfoMRZ_u9DAg_Gi7omeY,9
61
+ pulp_python_client-3.11.1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.41.3)
2
+ Generator: bdist_wheel (0.43.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -15,7 +15,7 @@
15
15
 
16
16
  from __future__ import absolute_import
17
17
 
18
- __version__ = "3.11.0"
18
+ __version__ = "3.11.1"
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.1/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.1".\
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
@@ -36,6 +36,7 @@ class PythonPythonRemoteResponse(object):
36
36
  openapi_types = {
37
37
  'pulp_href': 'str',
38
38
  'pulp_created': 'datetime',
39
+ 'pulp_last_updated': 'datetime',
39
40
  'name': 'str',
40
41
  'url': 'str',
41
42
  'ca_cert': 'str',
@@ -43,7 +44,6 @@ class PythonPythonRemoteResponse(object):
43
44
  'tls_validation': 'bool',
44
45
  'proxy_url': 'str',
45
46
  'pulp_labels': 'dict(str, str)',
46
- 'pulp_last_updated': 'datetime',
47
47
  'download_concurrency': 'int',
48
48
  'max_retries': 'int',
49
49
  'policy': 'PolicyEnum',
@@ -65,6 +65,7 @@ class PythonPythonRemoteResponse(object):
65
65
  attribute_map = {
66
66
  'pulp_href': 'pulp_href',
67
67
  'pulp_created': 'pulp_created',
68
+ 'pulp_last_updated': 'pulp_last_updated',
68
69
  'name': 'name',
69
70
  'url': 'url',
70
71
  'ca_cert': 'ca_cert',
@@ -72,7 +73,6 @@ class PythonPythonRemoteResponse(object):
72
73
  'tls_validation': 'tls_validation',
73
74
  'proxy_url': 'proxy_url',
74
75
  'pulp_labels': 'pulp_labels',
75
- 'pulp_last_updated': 'pulp_last_updated',
76
76
  'download_concurrency': 'download_concurrency',
77
77
  'max_retries': 'max_retries',
78
78
  'policy': 'policy',
@@ -91,7 +91,7 @@ class PythonPythonRemoteResponse(object):
91
91
  'exclude_platforms': 'exclude_platforms'
92
92
  }
93
93
 
94
- def __init__(self, pulp_href=None, pulp_created=None, name=None, url=None, ca_cert=None, client_cert=None, tls_validation=None, proxy_url=None, pulp_labels=None, pulp_last_updated=None, download_concurrency=None, max_retries=None, policy=None, total_timeout=None, connect_timeout=None, sock_connect_timeout=None, sock_read_timeout=None, headers=None, rate_limit=None, hidden_fields=None, includes=None, excludes=None, prereleases=None, package_types=None, keep_latest_packages=0, exclude_platforms=None, local_vars_configuration=None): # noqa: E501
94
+ def __init__(self, pulp_href=None, pulp_created=None, pulp_last_updated=None, name=None, url=None, ca_cert=None, client_cert=None, tls_validation=None, proxy_url=None, pulp_labels=None, download_concurrency=None, max_retries=None, policy=None, total_timeout=None, connect_timeout=None, sock_connect_timeout=None, sock_read_timeout=None, headers=None, rate_limit=None, hidden_fields=None, includes=None, excludes=None, prereleases=None, package_types=None, keep_latest_packages=0, exclude_platforms=None, local_vars_configuration=None): # noqa: E501
95
95
  """PythonPythonRemoteResponse - a model defined in OpenAPI""" # noqa: E501
96
96
  if local_vars_configuration is None:
97
97
  local_vars_configuration = Configuration()
@@ -99,6 +99,7 @@ class PythonPythonRemoteResponse(object):
99
99
 
100
100
  self._pulp_href = None
101
101
  self._pulp_created = None
102
+ self._pulp_last_updated = None
102
103
  self._name = None
103
104
  self._url = None
104
105
  self._ca_cert = None
@@ -106,7 +107,6 @@ class PythonPythonRemoteResponse(object):
106
107
  self._tls_validation = None
107
108
  self._proxy_url = None
108
109
  self._pulp_labels = None
109
- self._pulp_last_updated = None
110
110
  self._download_concurrency = None
111
111
  self._max_retries = None
112
112
  self._policy = None
@@ -129,6 +129,8 @@ class PythonPythonRemoteResponse(object):
129
129
  self.pulp_href = pulp_href
130
130
  if pulp_created is not None:
131
131
  self.pulp_created = pulp_created
132
+ if pulp_last_updated is not None:
133
+ self.pulp_last_updated = pulp_last_updated
132
134
  self.name = name
133
135
  self.url = url
134
136
  self.ca_cert = ca_cert
@@ -138,8 +140,6 @@ class PythonPythonRemoteResponse(object):
138
140
  self.proxy_url = proxy_url
139
141
  if pulp_labels is not None:
140
142
  self.pulp_labels = pulp_labels
141
- if pulp_last_updated is not None:
142
- self.pulp_last_updated = pulp_last_updated
143
143
  self.download_concurrency = download_concurrency
144
144
  self.max_retries = max_retries
145
145
  if policy is not None:
@@ -210,6 +210,29 @@ class PythonPythonRemoteResponse(object):
210
210
 
211
211
  self._pulp_created = pulp_created
212
212
 
213
+ @property
214
+ def pulp_last_updated(self):
215
+ """Gets the pulp_last_updated of this PythonPythonRemoteResponse. # noqa: E501
216
+
217
+ Timestamp of the most recent update of the remote. # noqa: E501
218
+
219
+ :return: The pulp_last_updated of this PythonPythonRemoteResponse. # noqa: E501
220
+ :rtype: datetime
221
+ """
222
+ return self._pulp_last_updated
223
+
224
+ @pulp_last_updated.setter
225
+ def pulp_last_updated(self, pulp_last_updated):
226
+ """Sets the pulp_last_updated of this PythonPythonRemoteResponse.
227
+
228
+ Timestamp of the most recent update of the remote. # noqa: E501
229
+
230
+ :param pulp_last_updated: The pulp_last_updated of this PythonPythonRemoteResponse. # noqa: E501
231
+ :type: datetime
232
+ """
233
+
234
+ self._pulp_last_updated = pulp_last_updated
235
+
213
236
  @property
214
237
  def name(self):
215
238
  """Gets the name of this PythonPythonRemoteResponse. # noqa: E501
@@ -373,29 +396,6 @@ class PythonPythonRemoteResponse(object):
373
396
 
374
397
  self._pulp_labels = pulp_labels
375
398
 
376
- @property
377
- def pulp_last_updated(self):
378
- """Gets the pulp_last_updated of this PythonPythonRemoteResponse. # noqa: E501
379
-
380
- Timestamp of the most recent update of the remote. # noqa: E501
381
-
382
- :return: The pulp_last_updated of this PythonPythonRemoteResponse. # noqa: E501
383
- :rtype: datetime
384
- """
385
- return self._pulp_last_updated
386
-
387
- @pulp_last_updated.setter
388
- def pulp_last_updated(self, pulp_last_updated):
389
- """Sets the pulp_last_updated of this PythonPythonRemoteResponse.
390
-
391
- Timestamp of the most recent update of the remote. # noqa: E501
392
-
393
- :param pulp_last_updated: The pulp_last_updated of this PythonPythonRemoteResponse. # noqa: E501
394
- :type: datetime
395
- """
396
-
397
- self._pulp_last_updated = pulp_last_updated
398
-
399
399
  @property
400
400
  def download_concurrency(self):
401
401
  """Gets the download_concurrency of this PythonPythonRemoteResponse. # noqa: E501
@@ -53,10 +53,8 @@ class PythonPythonRemoteResponseHiddenFields(object):
53
53
  self._is_set = None
54
54
  self.discriminator = None
55
55
 
56
- if name is not None:
57
- self.name = name
58
- if is_set is not None:
59
- self.is_set = is_set
56
+ self.name = name
57
+ self.is_set = is_set
60
58
 
61
59
  @property
62
60
  def name(self):
@@ -76,6 +74,8 @@ class PythonPythonRemoteResponseHiddenFields(object):
76
74
  :param name: The name of this PythonPythonRemoteResponseHiddenFields. # noqa: E501
77
75
  :type: str
78
76
  """
77
+ if self.local_vars_configuration.client_side_validation and name is None: # noqa: E501
78
+ raise ValueError("Invalid value for `name`, must not be `None`") # noqa: E501
79
79
 
80
80
  self._name = name
81
81
 
@@ -97,6 +97,8 @@ class PythonPythonRemoteResponseHiddenFields(object):
97
97
  :param is_set: The is_set of this PythonPythonRemoteResponseHiddenFields. # noqa: E501
98
98
  :type: bool
99
99
  """
100
+ if self.local_vars_configuration.client_side_validation and is_set is None: # noqa: E501
101
+ raise ValueError("Invalid value for `is_set`, must not be `None`") # noqa: E501
100
102
 
101
103
  self._is_set = is_set
102
104
 
@@ -36,6 +36,7 @@ class PythonPythonRepositoryResponse(object):
36
36
  openapi_types = {
37
37
  'pulp_href': 'str',
38
38
  'pulp_created': 'datetime',
39
+ 'pulp_last_updated': 'datetime',
39
40
  'versions_href': 'str',
40
41
  'pulp_labels': 'dict(str, str)',
41
42
  'latest_version_href': 'str',
@@ -49,6 +50,7 @@ class PythonPythonRepositoryResponse(object):
49
50
  attribute_map = {
50
51
  'pulp_href': 'pulp_href',
51
52
  'pulp_created': 'pulp_created',
53
+ 'pulp_last_updated': 'pulp_last_updated',
52
54
  'versions_href': 'versions_href',
53
55
  'pulp_labels': 'pulp_labels',
54
56
  'latest_version_href': 'latest_version_href',
@@ -59,7 +61,7 @@ class PythonPythonRepositoryResponse(object):
59
61
  'autopublish': 'autopublish'
60
62
  }
61
63
 
62
- def __init__(self, pulp_href=None, pulp_created=None, versions_href=None, pulp_labels=None, latest_version_href=None, name=None, description=None, retain_repo_versions=None, remote=None, autopublish=False, local_vars_configuration=None): # noqa: E501
64
+ def __init__(self, pulp_href=None, pulp_created=None, pulp_last_updated=None, versions_href=None, pulp_labels=None, latest_version_href=None, name=None, description=None, retain_repo_versions=None, remote=None, autopublish=False, local_vars_configuration=None): # noqa: E501
63
65
  """PythonPythonRepositoryResponse - a model defined in OpenAPI""" # noqa: E501
64
66
  if local_vars_configuration is None:
65
67
  local_vars_configuration = Configuration()
@@ -67,6 +69,7 @@ class PythonPythonRepositoryResponse(object):
67
69
 
68
70
  self._pulp_href = None
69
71
  self._pulp_created = None
72
+ self._pulp_last_updated = None
70
73
  self._versions_href = None
71
74
  self._pulp_labels = None
72
75
  self._latest_version_href = None
@@ -81,6 +84,8 @@ class PythonPythonRepositoryResponse(object):
81
84
  self.pulp_href = pulp_href
82
85
  if pulp_created is not None:
83
86
  self.pulp_created = pulp_created
87
+ if pulp_last_updated is not None:
88
+ self.pulp_last_updated = pulp_last_updated
84
89
  if versions_href is not None:
85
90
  self.versions_href = versions_href
86
91
  if pulp_labels is not None:
@@ -138,6 +143,29 @@ class PythonPythonRepositoryResponse(object):
138
143
 
139
144
  self._pulp_created = pulp_created
140
145
 
146
+ @property
147
+ def pulp_last_updated(self):
148
+ """Gets the pulp_last_updated of this PythonPythonRepositoryResponse. # noqa: E501
149
+
150
+ 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
151
+
152
+ :return: The pulp_last_updated of this PythonPythonRepositoryResponse. # noqa: E501
153
+ :rtype: datetime
154
+ """
155
+ return self._pulp_last_updated
156
+
157
+ @pulp_last_updated.setter
158
+ def pulp_last_updated(self, pulp_last_updated):
159
+ """Sets the pulp_last_updated of this PythonPythonRepositoryResponse.
160
+
161
+ 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
162
+
163
+ :param pulp_last_updated: The pulp_last_updated of this PythonPythonRepositoryResponse. # noqa: E501
164
+ :type: datetime
165
+ """
166
+
167
+ self._pulp_last_updated = pulp_last_updated
168
+
141
169
  @property
142
170
  def versions_href(self):
143
171
  """Gets the versions_href of this PythonPythonRepositoryResponse. # noqa: E501
@@ -36,6 +36,7 @@ class RepositoryVersionResponse(object):
36
36
  openapi_types = {
37
37
  'pulp_href': 'str',
38
38
  'pulp_created': 'datetime',
39
+ 'pulp_last_updated': 'datetime',
39
40
  'number': 'int',
40
41
  'repository': 'str',
41
42
  'base_version': 'str',
@@ -45,13 +46,14 @@ class RepositoryVersionResponse(object):
45
46
  attribute_map = {
46
47
  'pulp_href': 'pulp_href',
47
48
  'pulp_created': 'pulp_created',
49
+ 'pulp_last_updated': 'pulp_last_updated',
48
50
  'number': 'number',
49
51
  'repository': 'repository',
50
52
  'base_version': 'base_version',
51
53
  'content_summary': 'content_summary'
52
54
  }
53
55
 
54
- def __init__(self, pulp_href=None, pulp_created=None, number=None, repository=None, base_version=None, content_summary=None, local_vars_configuration=None): # noqa: E501
56
+ def __init__(self, pulp_href=None, pulp_created=None, pulp_last_updated=None, number=None, repository=None, base_version=None, content_summary=None, local_vars_configuration=None): # noqa: E501
55
57
  """RepositoryVersionResponse - a model defined in OpenAPI""" # noqa: E501
56
58
  if local_vars_configuration is None:
57
59
  local_vars_configuration = Configuration()
@@ -59,6 +61,7 @@ class RepositoryVersionResponse(object):
59
61
 
60
62
  self._pulp_href = None
61
63
  self._pulp_created = None
64
+ self._pulp_last_updated = None
62
65
  self._number = None
63
66
  self._repository = None
64
67
  self._base_version = None
@@ -69,6 +72,8 @@ class RepositoryVersionResponse(object):
69
72
  self.pulp_href = pulp_href
70
73
  if pulp_created is not None:
71
74
  self.pulp_created = pulp_created
75
+ if pulp_last_updated is not None:
76
+ self.pulp_last_updated = pulp_last_updated
72
77
  if number is not None:
73
78
  self.number = number
74
79
  if repository is not None:
@@ -122,6 +127,29 @@ class RepositoryVersionResponse(object):
122
127
 
123
128
  self._pulp_created = pulp_created
124
129
 
130
+ @property
131
+ def pulp_last_updated(self):
132
+ """Gets the pulp_last_updated of this RepositoryVersionResponse. # noqa: E501
133
+
134
+ 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
135
+
136
+ :return: The pulp_last_updated of this RepositoryVersionResponse. # noqa: E501
137
+ :rtype: datetime
138
+ """
139
+ return self._pulp_last_updated
140
+
141
+ @pulp_last_updated.setter
142
+ def pulp_last_updated(self, pulp_last_updated):
143
+ """Sets the pulp_last_updated of this RepositoryVersionResponse.
144
+
145
+ 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
146
+
147
+ :param pulp_last_updated: The pulp_last_updated of this RepositoryVersionResponse. # noqa: E501
148
+ :type: datetime
149
+ """
150
+
151
+ self._pulp_last_updated = pulp_last_updated
152
+
125
153
  @property
126
154
  def number(self):
127
155
  """Gets the number of this RepositoryVersionResponse. # noqa: E501