pulp-python-client 3.11.2__py3-none-any.whl → 3.11.4__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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulp-python-client
3
- Version: 3.11.2
3
+ Version: 3.11.4
4
4
  Summary: Pulp 3 API
5
5
  Home-page:
6
6
  Author: Pulp Team
@@ -8,8 +8,8 @@ Author-email: pulp-list@redhat.com
8
8
  License: GPLv2+
9
9
  Keywords: pulp,pulpcore,client,Pulp 3 API
10
10
  Requires-Python: >=3.4
11
- Requires-Dist: urllib3 >=1.15
12
- Requires-Dist: six >=1.10
11
+ Requires-Dist: urllib3>=1.15
12
+ Requires-Dist: six>=1.10
13
13
  Requires-Dist: certifi
14
14
  Requires-Dist: python-dateutil
15
15
 
@@ -1,8 +1,8 @@
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=W4hrHUJFrYKoGr-s-f9mmpdO7LT3aQ09pHIFjMU-FGg,5553
4
- pulpcore/client/pulp_python/api_client.py,sha256=hMMSvOO6oJ_xJgvznrTA-vzxSvvAa1ZPs01TLbZ8e68,26290
5
- pulpcore/client/pulp_python/configuration.py,sha256=znWoG6mR1RqJhe5W93dUkXFC7C7gU1e5jtB73aXi9ys,13968
3
+ pulpcore/client/pulp_python/__init__.py,sha256=yC3-hQF55T35lp1LVp93oOWqQfl_BNnSbfTV_lZPNhY,5553
4
+ pulpcore/client/pulp_python/api_client.py,sha256=pzLnQ5TB9Bjlg94gYYjv9p5yl_beuMQgiQJnq8TvOYQ,26290
5
+ pulpcore/client/pulp_python/configuration.py,sha256=pvkbvXWbkFuosPA7Xx-I6pf0mR9AmFGb_U1sNMmHm9g,13990
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
@@ -55,7 +55,7 @@ pulpcore/client/pulp_python/models/set_label_response.py,sha256=n0PkgGraiIISAl2U
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.2.dist-info/METADATA,sha256=Fz2ldkjnam0Wmw_Arci0U9KCe_a-vygruOOTpNpnhy4,421
59
- pulp_python_client-3.11.2.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
60
- pulp_python_client-3.11.2.dist-info/top_level.txt,sha256=v1J0AeNxNhm8YE5-xQe1G1YbfoMRZ_u9DAg_Gi7omeY,9
61
- pulp_python_client-3.11.2.dist-info/RECORD,,
58
+ pulp_python_client-3.11.4.dist-info/METADATA,sha256=D6czroBLlbaj-J48FamGfePX0BXvH9oGKqrG3tEgwAw,419
59
+ pulp_python_client-3.11.4.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
60
+ pulp_python_client-3.11.4.dist-info/top_level.txt,sha256=v1J0AeNxNhm8YE5-xQe1G1YbfoMRZ_u9DAg_Gi7omeY,9
61
+ pulp_python_client-3.11.4.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.43.0)
2
+ Generator: bdist_wheel (0.45.1)
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.2"
18
+ __version__ = "3.11.4"
19
19
 
20
20
  # import apis into sdk package
21
21
  from pulpcore.client.pulp_python.api.content_packages_api import ContentPackagesApi
@@ -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.2/python'
82
+ self.user_agent = 'OpenAPI-Generator/3.11.4/python'
83
83
  self.client_side_validation = configuration.client_side_validation
84
84
 
85
85
  def __enter__(self):
@@ -91,7 +91,7 @@ conf = pulpcore.client.pulp_python.Configuration(
91
91
 
92
92
  _default = None
93
93
 
94
- def __init__(self, host="http://pulp",
94
+ def __init__(self, host="http://localhost:24817",
95
95
  api_key=None, api_key_prefix=None,
96
96
  username=None, password=None,
97
97
  discard_unknown_keys=False,
@@ -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.2".\
379
+ "SDK Package Version: 3.11.4".\
380
380
  format(env=sys.platform, pyversion=sys.version)
381
381
 
382
382
  def get_host_settings(self):
@@ -386,7 +386,7 @@ conf = pulpcore.client.pulp_python.Configuration(
386
386
  """
387
387
  return [
388
388
  {
389
- 'url': "http://pulp/",
389
+ 'url': "http://localhost:24817/",
390
390
  'description': "No description provided",
391
391
  }
392
392
  ]