pulp_rpm_client 3.26.2 → 3.26.4

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.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/Copy.md +1 -1
  4. data/docs/PatchedrpmRpmRepository.md +1 -1
  5. data/docs/RpmModulemd.md +3 -3
  6. data/docs/RpmModulemdDefaults.md +1 -1
  7. data/docs/RpmModulemdDefaultsResponse.md +1 -1
  8. data/docs/RpmModulemdResponse.md +3 -3
  9. data/docs/RpmPackageCategoryResponse.md +3 -3
  10. data/docs/RpmPackageEnvironmentResponse.md +4 -4
  11. data/docs/RpmPackageGroupResponse.md +3 -3
  12. data/docs/RpmPackageLangpacksResponse.md +1 -1
  13. data/docs/RpmPackageResponse.md +10 -10
  14. data/docs/RpmRpmPublication.md +1 -1
  15. data/docs/RpmRpmPublicationResponse.md +1 -1
  16. data/docs/RpmRpmRepository.md +1 -1
  17. data/docs/RpmRpmRepositoryResponse.md +1 -1
  18. data/docs/RpmUpdateCollection.md +1 -1
  19. data/docs/RpmUpdateCollectionResponse.md +1 -1
  20. data/lib/pulp_rpm_client/models/copy.rb +1 -1
  21. data/lib/pulp_rpm_client/models/patchedrpm_rpm_remote.rb +20 -20
  22. data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +1 -1
  23. data/lib/pulp_rpm_client/models/patchedrpm_uln_remote.rb +20 -20
  24. data/lib/pulp_rpm_client/models/rpm_modulemd.rb +3 -3
  25. data/lib/pulp_rpm_client/models/rpm_modulemd_defaults.rb +1 -1
  26. data/lib/pulp_rpm_client/models/rpm_modulemd_defaults_response.rb +1 -1
  27. data/lib/pulp_rpm_client/models/rpm_modulemd_response.rb +3 -3
  28. data/lib/pulp_rpm_client/models/rpm_package_category_response.rb +3 -3
  29. data/lib/pulp_rpm_client/models/rpm_package_environment_response.rb +4 -4
  30. data/lib/pulp_rpm_client/models/rpm_package_group_response.rb +3 -3
  31. data/lib/pulp_rpm_client/models/rpm_package_langpacks_response.rb +1 -1
  32. data/lib/pulp_rpm_client/models/rpm_package_response.rb +10 -10
  33. data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +1 -1
  34. data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +1 -1
  35. data/lib/pulp_rpm_client/models/rpm_rpm_remote.rb +20 -20
  36. data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +20 -20
  37. data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +1 -1
  38. data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +1 -1
  39. data/lib/pulp_rpm_client/models/rpm_uln_remote.rb +20 -20
  40. data/lib/pulp_rpm_client/models/rpm_uln_remote_response.rb +20 -20
  41. data/lib/pulp_rpm_client/models/rpm_update_collection.rb +1 -1
  42. data/lib/pulp_rpm_client/models/rpm_update_collection_response.rb +1 -1
  43. data/lib/pulp_rpm_client/version.rb +1 -1
  44. metadata +86 -86
@@ -322,20 +322,20 @@ module PulpRpmClient
322
322
  invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
323
323
  end
324
324
 
325
- if !@total_timeout.nil? && @total_timeout < 0
326
- invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.')
325
+ if !@total_timeout.nil? && @total_timeout < 0.0
326
+ invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.0.')
327
327
  end
328
328
 
329
- if !@connect_timeout.nil? && @connect_timeout < 0
330
- invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.')
329
+ if !@connect_timeout.nil? && @connect_timeout < 0.0
330
+ invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.0.')
331
331
  end
332
332
 
333
- if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
334
- invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.')
333
+ if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
334
+ invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.')
335
335
  end
336
336
 
337
- if !@sock_read_timeout.nil? && @sock_read_timeout < 0
338
- invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.')
337
+ if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
338
+ invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.0.')
339
339
  end
340
340
 
341
341
  if !@sles_auth_token.nil? && @sles_auth_token.to_s.length < 1
@@ -361,10 +361,10 @@ module PulpRpmClient
361
361
  return false if !@username.nil? && @username.to_s.length < 1
362
362
  return false if !@password.nil? && @password.to_s.length < 1
363
363
  return false if !@download_concurrency.nil? && @download_concurrency < 1
364
- return false if !@total_timeout.nil? && @total_timeout < 0
365
- return false if !@connect_timeout.nil? && @connect_timeout < 0
366
- return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
367
- return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0
364
+ return false if !@total_timeout.nil? && @total_timeout < 0.0
365
+ return false if !@connect_timeout.nil? && @connect_timeout < 0.0
366
+ return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
367
+ return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
368
368
  return false if !@sles_auth_token.nil? && @sles_auth_token.to_s.length < 1
369
369
  true
370
370
  end
@@ -490,8 +490,8 @@ module PulpRpmClient
490
490
  # Custom attribute writer method with validation
491
491
  # @param [Object] total_timeout Value to be assigned
492
492
  def total_timeout=(total_timeout)
493
- if !total_timeout.nil? && total_timeout < 0
494
- fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.'
493
+ if !total_timeout.nil? && total_timeout < 0.0
494
+ fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.0.'
495
495
  end
496
496
 
497
497
  @total_timeout = total_timeout
@@ -500,8 +500,8 @@ module PulpRpmClient
500
500
  # Custom attribute writer method with validation
501
501
  # @param [Object] connect_timeout Value to be assigned
502
502
  def connect_timeout=(connect_timeout)
503
- if !connect_timeout.nil? && connect_timeout < 0
504
- fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.'
503
+ if !connect_timeout.nil? && connect_timeout < 0.0
504
+ fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.0.'
505
505
  end
506
506
 
507
507
  @connect_timeout = connect_timeout
@@ -510,8 +510,8 @@ module PulpRpmClient
510
510
  # Custom attribute writer method with validation
511
511
  # @param [Object] sock_connect_timeout Value to be assigned
512
512
  def sock_connect_timeout=(sock_connect_timeout)
513
- if !sock_connect_timeout.nil? && sock_connect_timeout < 0
514
- fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.'
513
+ if !sock_connect_timeout.nil? && sock_connect_timeout < 0.0
514
+ fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.'
515
515
  end
516
516
 
517
517
  @sock_connect_timeout = sock_connect_timeout
@@ -520,8 +520,8 @@ module PulpRpmClient
520
520
  # Custom attribute writer method with validation
521
521
  # @param [Object] sock_read_timeout Value to be assigned
522
522
  def sock_read_timeout=(sock_read_timeout)
523
- if !sock_read_timeout.nil? && sock_read_timeout < 0
524
- fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.'
523
+ if !sock_read_timeout.nil? && sock_read_timeout < 0.0
524
+ fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.0.'
525
525
  end
526
526
 
527
527
  @sock_read_timeout = sock_read_timeout
@@ -278,20 +278,20 @@ module PulpRpmClient
278
278
  invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
279
279
  end
280
280
 
281
- if !@total_timeout.nil? && @total_timeout < 0
282
- invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.')
281
+ if !@total_timeout.nil? && @total_timeout < 0.0
282
+ invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.0.')
283
283
  end
284
284
 
285
- if !@connect_timeout.nil? && @connect_timeout < 0
286
- invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.')
285
+ if !@connect_timeout.nil? && @connect_timeout < 0.0
286
+ invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.0.')
287
287
  end
288
288
 
289
- if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
290
- invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.')
289
+ if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
290
+ invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.')
291
291
  end
292
292
 
293
- if !@sock_read_timeout.nil? && @sock_read_timeout < 0
294
- invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.')
293
+ if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
294
+ invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.0.')
295
295
  end
296
296
 
297
297
  invalid_properties
@@ -303,10 +303,10 @@ module PulpRpmClient
303
303
  return false if @name.nil?
304
304
  return false if @url.nil?
305
305
  return false if !@download_concurrency.nil? && @download_concurrency < 1
306
- return false if !@total_timeout.nil? && @total_timeout < 0
307
- return false if !@connect_timeout.nil? && @connect_timeout < 0
308
- return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
309
- return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0
306
+ return false if !@total_timeout.nil? && @total_timeout < 0.0
307
+ return false if !@connect_timeout.nil? && @connect_timeout < 0.0
308
+ return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
309
+ return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
310
310
  true
311
311
  end
312
312
 
@@ -323,8 +323,8 @@ module PulpRpmClient
323
323
  # Custom attribute writer method with validation
324
324
  # @param [Object] total_timeout Value to be assigned
325
325
  def total_timeout=(total_timeout)
326
- if !total_timeout.nil? && total_timeout < 0
327
- fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.'
326
+ if !total_timeout.nil? && total_timeout < 0.0
327
+ fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.0.'
328
328
  end
329
329
 
330
330
  @total_timeout = total_timeout
@@ -333,8 +333,8 @@ module PulpRpmClient
333
333
  # Custom attribute writer method with validation
334
334
  # @param [Object] connect_timeout Value to be assigned
335
335
  def connect_timeout=(connect_timeout)
336
- if !connect_timeout.nil? && connect_timeout < 0
337
- fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.'
336
+ if !connect_timeout.nil? && connect_timeout < 0.0
337
+ fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.0.'
338
338
  end
339
339
 
340
340
  @connect_timeout = connect_timeout
@@ -343,8 +343,8 @@ module PulpRpmClient
343
343
  # Custom attribute writer method with validation
344
344
  # @param [Object] sock_connect_timeout Value to be assigned
345
345
  def sock_connect_timeout=(sock_connect_timeout)
346
- if !sock_connect_timeout.nil? && sock_connect_timeout < 0
347
- fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.'
346
+ if !sock_connect_timeout.nil? && sock_connect_timeout < 0.0
347
+ fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.'
348
348
  end
349
349
 
350
350
  @sock_connect_timeout = sock_connect_timeout
@@ -353,8 +353,8 @@ module PulpRpmClient
353
353
  # Custom attribute writer method with validation
354
354
  # @param [Object] sock_read_timeout Value to be assigned
355
355
  def sock_read_timeout=(sock_read_timeout)
356
- if !sock_read_timeout.nil? && sock_read_timeout < 0
357
- fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.'
356
+ if !sock_read_timeout.nil? && sock_read_timeout < 0.0
357
+ fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.0.'
358
358
  end
359
359
 
360
360
  @sock_read_timeout = sock_read_timeout
@@ -96,7 +96,7 @@ module PulpRpmClient
96
96
  :'package_checksum_type' => :'PackageChecksumTypeEnum',
97
97
  :'gpgcheck' => :'Integer',
98
98
  :'repo_gpgcheck' => :'Integer',
99
- :'repo_config' => :'AnyType',
99
+ :'repo_config' => :'Object',
100
100
  :'compression_type' => :'CompressionTypeEnum'
101
101
  }
102
102
  end
@@ -128,7 +128,7 @@ module PulpRpmClient
128
128
  :'gpgcheck' => :'Integer',
129
129
  :'repo_gpgcheck' => :'Integer',
130
130
  :'sqlite_metadata' => :'Boolean',
131
- :'repo_config' => :'AnyType',
131
+ :'repo_config' => :'Object',
132
132
  :'compression_type' => :'CompressionTypeEnum'
133
133
  }
134
134
  end
@@ -328,20 +328,20 @@ module PulpRpmClient
328
328
  invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
329
329
  end
330
330
 
331
- if !@total_timeout.nil? && @total_timeout < 0
332
- invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.')
331
+ if !@total_timeout.nil? && @total_timeout < 0.0
332
+ invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.0.')
333
333
  end
334
334
 
335
- if !@connect_timeout.nil? && @connect_timeout < 0
336
- invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.')
335
+ if !@connect_timeout.nil? && @connect_timeout < 0.0
336
+ invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.0.')
337
337
  end
338
338
 
339
- if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
340
- invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.')
339
+ if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
340
+ invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.')
341
341
  end
342
342
 
343
- if !@sock_read_timeout.nil? && @sock_read_timeout < 0
344
- invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.')
343
+ if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
344
+ invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.0.')
345
345
  end
346
346
 
347
347
  if !@uln_server_base_url.nil? && @uln_server_base_url.to_s.length < 1
@@ -369,10 +369,10 @@ module PulpRpmClient
369
369
  return false if @password.nil?
370
370
  return false if @password.to_s.length < 1
371
371
  return false if !@download_concurrency.nil? && @download_concurrency < 1
372
- return false if !@total_timeout.nil? && @total_timeout < 0
373
- return false if !@connect_timeout.nil? && @connect_timeout < 0
374
- return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
375
- return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0
372
+ return false if !@total_timeout.nil? && @total_timeout < 0.0
373
+ return false if !@connect_timeout.nil? && @connect_timeout < 0.0
374
+ return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
375
+ return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
376
376
  return false if !@uln_server_base_url.nil? && @uln_server_base_url.to_s.length < 1
377
377
  true
378
378
  end
@@ -506,8 +506,8 @@ module PulpRpmClient
506
506
  # Custom attribute writer method with validation
507
507
  # @param [Object] total_timeout Value to be assigned
508
508
  def total_timeout=(total_timeout)
509
- if !total_timeout.nil? && total_timeout < 0
510
- fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.'
509
+ if !total_timeout.nil? && total_timeout < 0.0
510
+ fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.0.'
511
511
  end
512
512
 
513
513
  @total_timeout = total_timeout
@@ -516,8 +516,8 @@ module PulpRpmClient
516
516
  # Custom attribute writer method with validation
517
517
  # @param [Object] connect_timeout Value to be assigned
518
518
  def connect_timeout=(connect_timeout)
519
- if !connect_timeout.nil? && connect_timeout < 0
520
- fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.'
519
+ if !connect_timeout.nil? && connect_timeout < 0.0
520
+ fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.0.'
521
521
  end
522
522
 
523
523
  @connect_timeout = connect_timeout
@@ -526,8 +526,8 @@ module PulpRpmClient
526
526
  # Custom attribute writer method with validation
527
527
  # @param [Object] sock_connect_timeout Value to be assigned
528
528
  def sock_connect_timeout=(sock_connect_timeout)
529
- if !sock_connect_timeout.nil? && sock_connect_timeout < 0
530
- fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.'
529
+ if !sock_connect_timeout.nil? && sock_connect_timeout < 0.0
530
+ fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.'
531
531
  end
532
532
 
533
533
  @sock_connect_timeout = sock_connect_timeout
@@ -536,8 +536,8 @@ module PulpRpmClient
536
536
  # Custom attribute writer method with validation
537
537
  # @param [Object] sock_read_timeout Value to be assigned
538
538
  def sock_read_timeout=(sock_read_timeout)
539
- if !sock_read_timeout.nil? && sock_read_timeout < 0
540
- fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.'
539
+ if !sock_read_timeout.nil? && sock_read_timeout < 0.0
540
+ fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.0.'
541
541
  end
542
542
 
543
543
  @sock_read_timeout = sock_read_timeout
@@ -278,20 +278,20 @@ module PulpRpmClient
278
278
  invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
279
279
  end
280
280
 
281
- if !@total_timeout.nil? && @total_timeout < 0
282
- invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.')
281
+ if !@total_timeout.nil? && @total_timeout < 0.0
282
+ invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.0.')
283
283
  end
284
284
 
285
- if !@connect_timeout.nil? && @connect_timeout < 0
286
- invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.')
285
+ if !@connect_timeout.nil? && @connect_timeout < 0.0
286
+ invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.0.')
287
287
  end
288
288
 
289
- if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
290
- invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.')
289
+ if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
290
+ invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.')
291
291
  end
292
292
 
293
- if !@sock_read_timeout.nil? && @sock_read_timeout < 0
294
- invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.')
293
+ if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
294
+ invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.0.')
295
295
  end
296
296
 
297
297
  invalid_properties
@@ -303,10 +303,10 @@ module PulpRpmClient
303
303
  return false if @name.nil?
304
304
  return false if @url.nil?
305
305
  return false if !@download_concurrency.nil? && @download_concurrency < 1
306
- return false if !@total_timeout.nil? && @total_timeout < 0
307
- return false if !@connect_timeout.nil? && @connect_timeout < 0
308
- return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
309
- return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0
306
+ return false if !@total_timeout.nil? && @total_timeout < 0.0
307
+ return false if !@connect_timeout.nil? && @connect_timeout < 0.0
308
+ return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
309
+ return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
310
310
  true
311
311
  end
312
312
 
@@ -323,8 +323,8 @@ module PulpRpmClient
323
323
  # Custom attribute writer method with validation
324
324
  # @param [Object] total_timeout Value to be assigned
325
325
  def total_timeout=(total_timeout)
326
- if !total_timeout.nil? && total_timeout < 0
327
- fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.'
326
+ if !total_timeout.nil? && total_timeout < 0.0
327
+ fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.0.'
328
328
  end
329
329
 
330
330
  @total_timeout = total_timeout
@@ -333,8 +333,8 @@ module PulpRpmClient
333
333
  # Custom attribute writer method with validation
334
334
  # @param [Object] connect_timeout Value to be assigned
335
335
  def connect_timeout=(connect_timeout)
336
- if !connect_timeout.nil? && connect_timeout < 0
337
- fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.'
336
+ if !connect_timeout.nil? && connect_timeout < 0.0
337
+ fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.0.'
338
338
  end
339
339
 
340
340
  @connect_timeout = connect_timeout
@@ -343,8 +343,8 @@ module PulpRpmClient
343
343
  # Custom attribute writer method with validation
344
344
  # @param [Object] sock_connect_timeout Value to be assigned
345
345
  def sock_connect_timeout=(sock_connect_timeout)
346
- if !sock_connect_timeout.nil? && sock_connect_timeout < 0
347
- fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.'
346
+ if !sock_connect_timeout.nil? && sock_connect_timeout < 0.0
347
+ fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.'
348
348
  end
349
349
 
350
350
  @sock_connect_timeout = sock_connect_timeout
@@ -353,8 +353,8 @@ module PulpRpmClient
353
353
  # Custom attribute writer method with validation
354
354
  # @param [Object] sock_read_timeout Value to be assigned
355
355
  def sock_read_timeout=(sock_read_timeout)
356
- if !sock_read_timeout.nil? && sock_read_timeout < 0
357
- fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.'
356
+ if !sock_read_timeout.nil? && sock_read_timeout < 0.0
357
+ fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.0.'
358
358
  end
359
359
 
360
360
  @sock_read_timeout = sock_read_timeout
@@ -38,7 +38,7 @@ module PulpRpmClient
38
38
  {
39
39
  :'name' => :'String',
40
40
  :'shortname' => :'String',
41
- :'_module' => :'AnyType'
41
+ :'_module' => :'Object'
42
42
  }
43
43
  end
44
44
 
@@ -42,7 +42,7 @@ module PulpRpmClient
42
42
  {
43
43
  :'name' => :'String',
44
44
  :'shortname' => :'String',
45
- :'_module' => :'AnyType',
45
+ :'_module' => :'Object',
46
46
  :'packages' => :'Array<Object>'
47
47
  }
48
48
  end
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpRpmClient
14
- VERSION = '3.26.2'
14
+ VERSION = '3.26.4'
15
15
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_rpm_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.26.2
4
+ version: 3.26.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-17 00:00:00.000000000 Z
11
+ date: 2025-03-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -396,7 +396,7 @@ homepage: https://github.com/pulp/pulp_rpm
396
396
  licenses:
397
397
  - GPLv2+
398
398
  metadata: {}
399
- post_install_message:
399
+ post_install_message:
400
400
  rdoc_options: []
401
401
  require_paths:
402
402
  - lib
@@ -411,112 +411,112 @@ required_rubygems_version: !ruby/object:Gem::Requirement
411
411
  - !ruby/object:Gem::Version
412
412
  version: '0'
413
413
  requirements: []
414
- rubygems_version: 3.3.5
415
- signing_key:
414
+ rubygems_version: 3.4.20
415
+ signing_key:
416
416
  specification_version: 4
417
417
  summary: Pulp 3 API Ruby Gem
418
418
  test_files:
419
- - spec/api/content_distribution_trees_api_spec.rb
420
- - spec/api/content_packagelangpacks_api_spec.rb
419
+ - spec/api/repositories_rpm_api_spec.rb
420
+ - spec/api/repositories_rpm_versions_api_spec.rb
421
421
  - spec/api/content_repo_metadata_files_api_spec.rb
422
- - spec/api/distributions_rpm_api_spec.rb
423
422
  - spec/api/rpm_comps_api_spec.rb
424
- - spec/api/remotes_rpm_api_spec.rb
425
- - spec/api/repositories_rpm_versions_api_spec.rb
426
- - spec/api/content_advisories_api_spec.rb
427
- - spec/api/content_packageenvironments_api_spec.rb
428
- - spec/api/repositories_rpm_api_spec.rb
423
+ - spec/api/content_packagegroups_api_spec.rb
424
+ - spec/api/remotes_uln_api_spec.rb
429
425
  - spec/api/rpm_copy_api_spec.rb
430
- - spec/api/publications_rpm_api_spec.rb
426
+ - spec/api/content_modulemds_api_spec.rb
427
+ - spec/api/content_packageenvironments_api_spec.rb
428
+ - spec/api/content_distribution_trees_api_spec.rb
431
429
  - spec/api/content_packagecategories_api_spec.rb
430
+ - spec/api/distributions_rpm_api_spec.rb
432
431
  - spec/api/content_modulemd_defaults_api_spec.rb
433
- - spec/api/acs_rpm_api_spec.rb
434
- - spec/api/content_packages_api_spec.rb
435
- - spec/api/content_packagegroups_api_spec.rb
436
- - spec/api/content_modulemds_api_spec.rb
437
432
  - spec/api/content_modulemd_obsoletes_api_spec.rb
438
- - spec/api/remotes_uln_api_spec.rb
433
+ - spec/api/content_packages_api_spec.rb
434
+ - spec/api/publications_rpm_api_spec.rb
435
+ - spec/api/content_packagelangpacks_api_spec.rb
436
+ - spec/api/remotes_rpm_api_spec.rb
437
+ - spec/api/acs_rpm_api_spec.rb
438
+ - spec/api/content_advisories_api_spec.rb
439
439
  - spec/api_client_spec.rb
440
440
  - spec/configuration_spec.rb
441
- - spec/models/repository_version_response_spec.rb
441
+ - spec/models/rpm_modulemd_response_spec.rb
442
+ - spec/models/rpm_uln_remote_spec.rb
443
+ - spec/models/rpm_rpm_remote_response_spec.rb
444
+ - spec/models/repair_spec.rb
445
+ - spec/models/rpm_modulemd_spec.rb
442
446
  - spec/models/paginatedrpm_repo_metadata_file_response_list_spec.rb
443
- - spec/models/rpm_package_spec.rb
444
- - spec/models/skip_types_enum_spec.rb
445
- - spec/models/repository_add_remove_content_spec.rb
446
- - spec/models/rpm_package_langpacks_response_spec.rb
447
- - spec/models/set_label_response_spec.rb
447
+ - spec/models/patchedrpm_rpm_remote_spec.rb
448
+ - spec/models/checksum_response_spec.rb
448
449
  - spec/models/rpm_modulemd_obsolete_spec.rb
449
- - spec/models/paginatedrpm_rpm_repository_response_list_spec.rb
450
- - spec/models/rpm_rpm_publication_response_spec.rb
451
- - spec/models/patchedrpm_uln_remote_spec.rb
452
- - spec/models/rpm_package_response_spec.rb
453
- - spec/models/paginated_repository_version_response_list_spec.rb
454
- - spec/models/paginatedrpm_modulemd_obsolete_response_list_spec.rb
455
- - spec/models/object_roles_response_spec.rb
456
450
  - spec/models/task_group_operation_response_spec.rb
457
- - spec/models/rpm_rpm_alternate_content_source_spec.rb
451
+ - spec/models/paginatedrpm_rpm_remote_response_list_spec.rb
452
+ - spec/models/set_label_spec.rb
453
+ - spec/models/skip_types_enum_spec.rb
458
454
  - spec/models/policy_enum_spec.rb
459
- - spec/models/paginatedrpm_rpm_distribution_response_list_spec.rb
460
- - spec/models/rpm_package_category_response_spec.rb
461
- - spec/models/paginatedrpm_package_langpacks_response_list_spec.rb
462
- - spec/models/rpm_rpm_remote_spec.rb
463
- - spec/models/rpm_modulemd_spec.rb
464
- - spec/models/unset_label_response_spec.rb
465
- - spec/models/rpm_update_collection_response_spec.rb
455
+ - spec/models/sync_policy_enum_spec.rb
456
+ - spec/models/addon_response_spec.rb
457
+ - spec/models/rpm_modulemd_obsolete_response_spec.rb
458
+ - spec/models/comps_xml_spec.rb
459
+ - spec/models/paginatedrpm_update_record_response_list_spec.rb
460
+ - spec/models/repository_add_remove_content_spec.rb
461
+ - spec/models/variant_response_spec.rb
466
462
  - spec/models/copy_spec.rb
467
- - spec/models/rpm_modulemd_response_spec.rb
468
- - spec/models/patchedrpm_rpm_remote_spec.rb
469
- - spec/models/paginatedrpm_package_category_response_list_spec.rb
470
- - spec/models/nested_role_response_spec.rb
471
- - spec/models/async_operation_response_spec.rb
472
463
  - spec/models/paginatedrpm_modulemd_defaults_response_list_spec.rb
473
- - spec/models/rpm_modulemd_obsolete_response_spec.rb
474
- - spec/models/rpm_rpm_alternate_content_source_response_spec.rb
475
- - spec/models/rpm_update_record_spec.rb
476
- - spec/models/rpm_package_environment_response_spec.rb
477
- - spec/models/paginatedrpm_distribution_tree_response_list_spec.rb
478
- - spec/models/artifact_response_spec.rb
479
- - spec/models/image_response_spec.rb
480
- - spec/models/content_summary_response_spec.rb
481
464
  - spec/models/paginatedrpm_rpm_alternate_content_source_response_list_spec.rb
482
- - spec/models/rpm_update_record_response_spec.rb
483
- - spec/models/rpm_uln_remote_spec.rb
484
- - spec/models/rpm_modulemd_defaults_spec.rb
485
- - spec/models/paginatedrpm_package_response_list_spec.rb
486
- - spec/models/rpm_rpm_publication_spec.rb
487
- - spec/models/rpm_repo_metadata_file_response_spec.rb
465
+ - spec/models/patchedrpm_uln_remote_spec.rb
488
466
  - spec/models/paginatedrpm_rpm_publication_response_list_spec.rb
489
- - spec/models/patchedrpm_rpm_repository_spec.rb
490
- - spec/models/paginatedrpm_package_environment_response_list_spec.rb
491
- - spec/models/comps_xml_spec.rb
467
+ - spec/models/paginatedrpm_rpm_repository_response_list_spec.rb
468
+ - spec/models/rpm_update_collection_response_spec.rb
469
+ - spec/models/paginatedrpm_package_response_list_spec.rb
470
+ - spec/models/rpm_update_record_spec.rb
471
+ - spec/models/rpm_package_langpacks_response_spec.rb
492
472
  - spec/models/paginatedrpm_uln_remote_response_list_spec.rb
493
- - spec/models/paginatedrpm_package_group_response_list_spec.rb
494
- - spec/models/patchedrpm_rpm_distribution_spec.rb
495
- - spec/models/rpm_rpm_repository_spec.rb
473
+ - spec/models/paginatedrpm_modulemd_response_list_spec.rb
474
+ - spec/models/patchedrpm_rpm_repository_spec.rb
475
+ - spec/models/nested_role_response_spec.rb
476
+ - spec/models/rpm_rpm_publication_spec.rb
477
+ - spec/models/nested_role_spec.rb
478
+ - spec/models/rpm_package_category_response_spec.rb
479
+ - spec/models/compression_type_enum_spec.rb
480
+ - spec/models/rpm_update_record_response_spec.rb
496
481
  - spec/models/unset_label_spec.rb
497
- - spec/models/my_permissions_response_spec.rb
498
- - spec/models/rpm_rpm_remote_response_spec.rb
499
- - spec/models/checksum_response_spec.rb
500
- - spec/models/package_checksum_type_enum_spec.rb
501
482
  - spec/models/rpm_uln_remote_response_spec.rb
502
- - spec/models/rpm_rpm_distribution_response_spec.rb
503
- - spec/models/patchedrpm_rpm_alternate_content_source_spec.rb
504
- - spec/models/addon_response_spec.rb
505
- - spec/models/rpm_repository_sync_url_spec.rb
506
483
  - spec/models/rpm_package_group_response_spec.rb
507
- - spec/models/repair_spec.rb
508
- - spec/models/rpm_rpm_remote_response_hidden_fields_spec.rb
509
- - spec/models/compression_type_enum_spec.rb
510
- - spec/models/paginatedrpm_update_record_response_list_spec.rb
511
- - spec/models/set_label_spec.rb
512
- - spec/models/paginatedrpm_modulemd_response_list_spec.rb
513
- - spec/models/sync_policy_enum_spec.rb
514
- - spec/models/rpm_rpm_repository_response_spec.rb
484
+ - spec/models/rpm_package_spec.rb
485
+ - spec/models/paginatedrpm_package_group_response_list_spec.rb
515
486
  - spec/models/rpm_update_collection_spec.rb
516
- - spec/models/paginatedrpm_rpm_remote_response_list_spec.rb
517
- - spec/models/nested_role_spec.rb
487
+ - spec/models/paginatedrpm_rpm_distribution_response_list_spec.rb
488
+ - spec/models/artifact_response_spec.rb
489
+ - spec/models/unset_label_response_spec.rb
490
+ - spec/models/rpm_rpm_remote_response_hidden_fields_spec.rb
518
491
  - spec/models/rpm_modulemd_defaults_response_spec.rb
519
- - spec/models/variant_response_spec.rb
520
- - spec/models/rpm_distribution_tree_response_spec.rb
492
+ - spec/models/paginatedrpm_package_langpacks_response_list_spec.rb
493
+ - spec/models/repository_version_response_spec.rb
494
+ - spec/models/rpm_rpm_publication_response_spec.rb
495
+ - spec/models/rpm_rpm_distribution_response_spec.rb
496
+ - spec/models/rpm_package_response_spec.rb
497
+ - spec/models/rpm_package_environment_response_spec.rb
498
+ - spec/models/rpm_rpm_repository_response_spec.rb
499
+ - spec/models/paginated_repository_version_response_list_spec.rb
500
+ - spec/models/my_permissions_response_spec.rb
501
+ - spec/models/paginatedrpm_package_environment_response_list_spec.rb
502
+ - spec/models/object_roles_response_spec.rb
503
+ - spec/models/patchedrpm_rpm_distribution_spec.rb
504
+ - spec/models/image_response_spec.rb
505
+ - spec/models/rpm_repo_metadata_file_response_spec.rb
506
+ - spec/models/rpm_rpm_alternate_content_source_spec.rb
507
+ - spec/models/rpm_repository_sync_url_spec.rb
508
+ - spec/models/paginatedrpm_distribution_tree_response_list_spec.rb
509
+ - spec/models/package_checksum_type_enum_spec.rb
510
+ - spec/models/rpm_rpm_remote_spec.rb
511
+ - spec/models/paginatedrpm_modulemd_obsolete_response_list_spec.rb
512
+ - spec/models/set_label_response_spec.rb
521
513
  - spec/models/rpm_rpm_distribution_spec.rb
514
+ - spec/models/rpm_modulemd_defaults_spec.rb
515
+ - spec/models/rpm_distribution_tree_response_spec.rb
516
+ - spec/models/rpm_rpm_alternate_content_source_response_spec.rb
517
+ - spec/models/paginatedrpm_package_category_response_list_spec.rb
518
+ - spec/models/patchedrpm_rpm_alternate_content_source_spec.rb
519
+ - spec/models/content_summary_response_spec.rb
520
+ - spec/models/rpm_rpm_repository_spec.rb
521
+ - spec/models/async_operation_response_spec.rb
522
522
  - spec/spec_helper.rb