pulpcore 3.95.0__tar.gz → 3.101.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pulpcore-3.95.0 → pulpcore-3.101.0}/CHANGES.md +463 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/PKG-INFO +12 -12
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_certguard/app/__init__.py +1 -1
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_file/app/__init__.py +1 -1
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/apps.py +1 -1
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/importexport.py +4 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/modelresource.py +3 -3
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/models/task.py +0 -11
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/tasks/importer.py +6 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/content/handler.py +6 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/migrations.py +4 -1
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/plugin/actions.py +3 -1
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/plugin/importexport.py +3 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/functional/api/using_plugin/test_crud_repos.py +1 -1
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore.egg-info/PKG-INFO +12 -12
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore.egg-info/requires.txt +11 -11
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pyproject.toml +13 -13
- {pulpcore-3.95.0 → pulpcore-3.101.0}/CODE_OF_CONDUCT.md +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/COMMITMENT +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/CONTRIBUTING.md +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/COPYRIGHT +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/LICENSE +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/MANIFEST.in +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/README.md +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/ci_requirements.txt +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/functest_requirements.txt +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/manage.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_certguard/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_certguard/app/migrations/0001_initial.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_certguard/app/migrations/0002_alter_rhsmcertguard_contentguard_ptr_and_more.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_certguard/app/migrations/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_certguard/app/models.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_certguard/app/serializers.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_certguard/app/viewsets.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_certguard/pytest_plugin.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_certguard/rhsm/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_certguard/rhsm/rhsm_check_path.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_certguard/tests/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_certguard/tests/functional/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_certguard/tests/functional/api/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_certguard/tests/functional/api/test_rhsm_certguard.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_certguard/tests/functional/api/test_x509_certguard.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_certguard/tests/functional/artifacts/rhsm/katello-default-ca.crt +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_certguard/tests/functional/artifacts/rhsm/katello-default-ca.key +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_certguard/tests/functional/artifacts/rhsm/trusted_but_expired.pem +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_certguard/tests/functional/artifacts/rhsm/uber.cert +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_certguard/tests/functional/artifacts/rhsm/untrusted_cert-key.pem +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_certguard/tests/functional/artifacts/rhsm/untrusted_cert.pem +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_certguard/tests/functional/artifacts/rhsm/v1/1514454871848760713-key.pem +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_certguard/tests/functional/artifacts/rhsm/v1/1514454871848760713.pem +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_certguard/tests/functional/artifacts/rhsm/v1/159442575569388840-key.pem +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_certguard/tests/functional/artifacts/rhsm/v1/159442575569388840.pem +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_certguard/tests/functional/artifacts/rhsm/v3/4260035510644027985-key.pem +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_certguard/tests/functional/artifacts/rhsm/v3/4260035510644027985.pem +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_certguard/tests/functional/artifacts/rhsm/v3/5527980418107729172-key.pem +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_certguard/tests/functional/artifacts/rhsm/v3/5527980418107729172.pem +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_certguard/tests/functional/artifacts/thirdparty_ca/certificates/ca.pem +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_certguard/tests/functional/artifacts/thirdparty_ca/genca.sh +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_certguard/tests/functional/artifacts/thirdparty_ca/keys/ca.pem +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_certguard/tests/functional/artifacts/x509/certificates/ca.pem +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_certguard/tests/functional/artifacts/x509/certificates/client.pem +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_certguard/tests/functional/artifacts/x509/certificates/server.pem +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_certguard/tests/functional/artifacts/x509/certificates/un_urlencoded_cert.txt +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_certguard/tests/functional/artifacts/x509/certificates/untrusted_client.pem +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_certguard/tests/functional/artifacts/x509/genall.sh +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_certguard/tests/functional/artifacts/x509/genca.sh +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_certguard/tests/functional/artifacts/x509/genclient.sh +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_certguard/tests/functional/artifacts/x509/gensrv.sh +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_certguard/tests/functional/artifacts/x509/keys/ca.pem +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_certguard/tests/functional/artifacts/x509/keys/client.pem +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_certguard/tests/functional/artifacts/x509/keys/server.pem +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_certguard/tests/functional/conftest.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_certguard/tests/functional/constants.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_certguard/tests/unit/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_certguard/tests/unit/certdata.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_certguard/tests/unit/test_rhsm_check_path.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_file/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_file/app/migrations/0001_initial_squashed_0016_add_domain.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_file/app/migrations/0017_alter_filealternatecontentsource_alternatecontentsource_ptr_and_more.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_file/app/migrations/0018_alter_filecontent_options.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_file/app/migrations/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_file/app/modelresource.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_file/app/models.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_file/app/replica.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_file/app/serializers.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_file/app/tasks/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_file/app/tasks/publishing.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_file/app/tasks/synchronizing.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_file/app/viewsets.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_file/manifest.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_file/pytest_plugin.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_file/tests/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_file/tests/functional/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_file/tests/functional/api/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_file/tests/functional/api/test_acs.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_file/tests/functional/api/test_auto_publish.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_file/tests/functional/api/test_bad_sync.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_file/tests/functional/api/test_content_labels.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_file/tests/functional/api/test_crud_content_unit.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_file/tests/functional/api/test_crud_remotes.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_file/tests/functional/api/test_domains.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_file/tests/functional/api/test_download_policies.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_file/tests/functional/api/test_filesystem_export.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_file/tests/functional/api/test_generic_list.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_file/tests/functional/api/test_labels.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_file/tests/functional/api/test_mime_types.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_file/tests/functional/api/test_publish.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_file/tests/functional/api/test_pulp_export.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_file/tests/functional/api/test_rbac.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_file/tests/functional/api/test_remote_settings.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_file/tests/functional/api/test_sync.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_file/tests/unit/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_file/tests/unit/test_safe_paths.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulp_file/tests/unit/test_serializers.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/access_policy.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/authentication.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/checks.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/contexts.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/entrypoint.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/files.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/global_access_conditions.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/loggers.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/manage.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/management/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/management/commands/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/management/commands/add-signing-service.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/management/commands/analyze-publication.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/management/commands/clean-up-progress-reports.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/management/commands/datarepair-2327.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/management/commands/dump-permissions.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/management/commands/dump-publications-to-fs.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/management/commands/handle-artifact-checksums.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/management/commands/migrationstat.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/management/commands/openapi.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/management/commands/optimizemigration.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/management/commands/rebasemigrations.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/management/commands/remove-plugin.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/management/commands/remove-signing-service.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/management/commands/repository-size.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/management/commands/reset-admin-password.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/management/commands/rotate-db-key.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/management/commands/shell.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0001_squashed_0090_char_to_text_field.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0091_systemid.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0092_alter_upload_options.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0093_add_info_field_repositoryversion.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0094_protect_repository_content.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0095_artifactdistribution.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0096_alter_task_logging_cid.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0097_remove_telemetry_task_schedule.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0098_pulp_labels.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0099_versions_field.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0100_upstreampulp.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0101_add_domain.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0102_add_domain_relations.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0103_alter_export_task.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0104_delete_label.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0105_abstract_uuid_gen.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0106_alter_artifactdistribution_distribution_ptr_and_more.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0107_distribution_hidden.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0108_task_versions.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0109_contentartifact_relative_path_index.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0110_apiappstatus.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0111_task_enc_args_task_enc_kwargs.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0112_alter_upstreampulp_options.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0113_headercontentguard.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0114_remove_task_args_remove_task_kwargs.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0115_compositecontentguard.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0116_alter_remoteartifact_md5_alter_remoteartifact_sha1_and_more.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0117_task_unblocked_at.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0118_task_core_task_unblock_2276a4_idx_and_more.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0119_grouprole_core_groupr_object__250e22_idx_and_more.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0120_get_url_removal.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0121_add_profile_artifacts_table.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0122_record_last_replication_timestamp.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0123_upstreampulp_q_select.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0124_task_deferred_task_immediate.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0125_openpgpdistribution_openpgpkeyring_openpgppublickey_and_more.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0126_remoteartifact_failed_at.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0127_remove_upstreampulp_pulp_label_select.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0128_domain_pulp_labels.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0129_content_pulp_labels.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0130_upstreampulp_policy.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0131_distribution_checkpoint_publication_checkpoint.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0132_alter_content_options.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0132_task_profile_options.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0133_repositoryversion_content_ids.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0134_task_insert_trigger.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0135_task_pulp_task_resources_index.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0136_delete_basedistribution.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0137_appstatus.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0138_vulnerabilityreport.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0139_task_app_lock.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0140_require_appstatus_zdu.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0141_alter_appstatus_name.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0142_task_result.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0143_require_app_lock_zdu.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0144_delete_old_appstatus.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/0145_domainize_import_export.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/migrations/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/mime_types.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/models/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/models/access_policy.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/models/acs.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/models/analytics.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/models/base.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/models/content.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/models/domain.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/models/exporter.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/models/fields.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/models/generic.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/models/importer.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/models/openpgp.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/models/progress.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/models/publication.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/models/replica.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/models/repository.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/models/role.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/models/status.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/models/storage.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/models/upload.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/models/vulnerability_report.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/netutil.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/openpgp.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/protobuf/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/protobuf/analytics_pb2.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/pulp_hashlib.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/pulpcore_gunicorn_application.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/redis_connection.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/replica.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/response.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/role_util.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/serializers/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/serializers/access_policy.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/serializers/acs.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/serializers/base.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/serializers/content.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/serializers/domain.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/serializers/exporter.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/serializers/fields.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/serializers/importer.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/serializers/openpgp.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/serializers/orphans.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/serializers/progress.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/serializers/publication.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/serializers/purge.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/serializers/reclaim.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/serializers/repair.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/serializers/replica.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/serializers/repository.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/serializers/status.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/serializers/task.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/serializers/upload.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/serializers/user.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/serializers/vulnerability_report.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/settings.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/tasks/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/tasks/analytics.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/tasks/base.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/tasks/export.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/tasks/migrate.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/tasks/orphan.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/tasks/purge.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/tasks/reclaim_space.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/tasks/replica.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/tasks/repository.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/tasks/telemetry.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/tasks/test.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/tasks/upload.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/tasks/vulnerability_report.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/templates/rest_framework/api.html +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/templatetags/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/templatetags/pulp_urls.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/urls.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/util.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/views/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/views/importer.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/views/orphans.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/views/repair.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/views/status.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/viewsets/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/viewsets/access_policy.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/viewsets/acs.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/viewsets/base.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/viewsets/content.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/viewsets/custom_filters.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/viewsets/domain.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/viewsets/exporter.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/viewsets/importer.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/viewsets/openpgp.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/viewsets/orphans.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/viewsets/publication.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/viewsets/reclaim.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/viewsets/replica.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/viewsets/repository.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/viewsets/task.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/viewsets/upload.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/viewsets/user.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/viewsets/vulnerability_report.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/app/wsgi.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/backends.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/cache/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/cache/cache.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/constants.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/content/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/content/authentication.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/content/entrypoint.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/content/instrumentation.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/download/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/download/base.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/download/factory.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/download/file.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/download/http.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/exceptions/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/exceptions/base.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/exceptions/plugin.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/exceptions/validation.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/filters.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/metrics.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/middleware.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/openapi/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/openapi/hooks.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/plugin/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/plugin/access_policy.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/plugin/apps.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/plugin/authentication/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/plugin/cache/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/plugin/constants.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/plugin/content.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/plugin/download/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/plugin/exceptions.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/plugin/files.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/plugin/migrations.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/plugin/modelresources.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/plugin/models/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/plugin/models/role.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/plugin/publication_utils.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/plugin/pulp_hashlib.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/plugin/replica.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/plugin/repo_version_utils.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/plugin/responses.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/plugin/serializers/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/plugin/serializers/content.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/plugin/stages/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/plugin/stages/api.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/plugin/stages/artifact_stages.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/plugin/stages/content_stages.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/plugin/stages/declarative_version.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/plugin/stages/models.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/plugin/storage.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/plugin/sync.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/plugin/tasking.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/plugin/util.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/plugin/viewsets/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/plugin/viewsets/content.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/pytest_plugin.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/responses.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tasking/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tasking/_util.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tasking/entrypoint.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tasking/kafka.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tasking/storage.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tasking/tasks.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tasking/worker.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/functional/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/functional/api/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/functional/api/test_access_policy.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/functional/api/test_api_docs.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/functional/api/test_api_root_rewrite.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/functional/api/test_artifact_distribution.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/functional/api/test_auth.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/functional/api/test_correlation_id.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/functional/api/test_crd_artifacts.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/functional/api/test_crud_domains.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/functional/api/test_filter.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/functional/api/test_login.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/functional/api/test_openapi_schema.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/functional/api/test_openpgp.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/functional/api/test_replication.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/functional/api/test_repos.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/functional/api/test_role.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/functional/api/test_root_endpoint.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/functional/api/test_scoping.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/functional/api/test_signing_service.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/functional/api/test_status.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/functional/api/test_task_purge.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/functional/api/test_tasking.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/functional/api/test_upload.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/functional/api/test_users_groups.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/functional/api/test_workers.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/functional/api/using_plugin/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/functional/api/using_plugin/test_checkpoint.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/functional/api/using_plugin/test_content_access.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/functional/api/using_plugin/test_content_cache.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/functional/api/using_plugin/test_content_delivery.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/functional/api/using_plugin/test_content_directory.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/functional/api/using_plugin/test_content_path.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/functional/api/using_plugin/test_content_promotion.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/functional/api/using_plugin/test_contentguard.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/functional/api/using_plugin/test_distributions.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/functional/api/using_plugin/test_filesystemexport.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/functional/api/using_plugin/test_labels.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/functional/api/using_plugin/test_migrate.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/functional/api/using_plugin/test_orphans.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/functional/api/using_plugin/test_pagination.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/functional/api/using_plugin/test_prn.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/functional/api/using_plugin/test_proxy.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/functional/api/using_plugin/test_pulpimport.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/functional/api/using_plugin/test_reclaim_disk_space.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/functional/api/using_plugin/test_repair.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/functional/api/using_plugin/test_repo_versions.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/functional/api/using_plugin/test_tasks.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/functional/api/using_plugin/test_unlinking_repo.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/functional/assets/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/functional/content_with_coverage.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/functional/utils.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/performance/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/performance/test_performance.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/unit/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/unit/conftest.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/unit/content/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/unit/content/test_handler.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/unit/content/test_heartbeat.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/unit/download/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/unit/download/test_downloader_base.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/unit/download/test_downloader_factory.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/unit/metrics/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/unit/metrics/conftest.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/unit/metrics/test_aiohttp_instrumentation.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/unit/metrics/test_django_instrumentation.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/unit/migration/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/unit/models/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/unit/models/test_base.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/unit/models/test_content.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/unit/models/test_remote.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/unit/models/test_repository.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/unit/models/test_task.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/unit/roles/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/unit/roles/test_roles.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/unit/serializers/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/unit/serializers/test_base.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/unit/serializers/test_domain.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/unit/serializers/test_fields.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/unit/serializers/test_orphans_cleanup.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/unit/serializers/test_pulpexport.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/unit/serializers/test_repository.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/unit/serializers/test_user.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/unit/stages/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/unit/stages/test_artifactdownloader.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/unit/stages/test_stages.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/unit/test_cache.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/unit/test_chunked_file.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/unit/test_content_guard.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/unit/test_files.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/unit/test_import_checks.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/unit/test_pulp_urls.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/unit/test_settings.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/unit/test_util.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/unit/test_viewsets.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/unit/test_vulnerability_report.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/unit/viewsets/__init__.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore/tests/unit/viewsets/test_viewset_base.py +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore.egg-info/SOURCES.txt +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore.egg-info/dependency_links.txt +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore.egg-info/entry_points.txt +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/pulpcore.egg-info/top_level.txt +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/setup.cfg +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/test_requirements.txt +0 -0
- {pulpcore-3.95.0 → pulpcore-3.101.0}/unittest_requirements.txt +0 -0
|
@@ -8,6 +8,135 @@
|
|
|
8
8
|
|
|
9
9
|
[//]: # (towncrier release notes start)
|
|
10
10
|
|
|
11
|
+
## 3.101.0 (2026-01-13) {: #3.101.0 }
|
|
12
|
+
|
|
13
|
+
### REST API {: #3.101.0-rest-api }
|
|
14
|
+
|
|
15
|
+
#### Improved Documentation {: #3.101.0-rest-api-doc }
|
|
16
|
+
|
|
17
|
+
- Re-introduced "Hardware Requirements" page to the docs.
|
|
18
|
+
[#7063](https://github.com/pulp/pulpcore/issues/7063)
|
|
19
|
+
|
|
20
|
+
### Plugin API {: #3.101.0-plugin-api }
|
|
21
|
+
|
|
22
|
+
#### Features {: #3.101.0-plugin-api-feature }
|
|
23
|
+
|
|
24
|
+
- Added `modify_task` property to `ModifyRepositoryActionMixin` so plugin writers can override the
|
|
25
|
+
task that Pulp calls.
|
|
26
|
+
|
|
27
|
+
### Pulp File {: #3.101.0-pulp-file }
|
|
28
|
+
|
|
29
|
+
No significant changes.
|
|
30
|
+
|
|
31
|
+
### Pulp Cert Guard {: #3.101.0-pulp-cert-guard }
|
|
32
|
+
|
|
33
|
+
No significant changes.
|
|
34
|
+
|
|
35
|
+
---
|
|
36
|
+
|
|
37
|
+
## 3.100.0 (2026-01-06) {: #3.100.0 }
|
|
38
|
+
|
|
39
|
+
### REST API {: #3.100.0-rest-api }
|
|
40
|
+
|
|
41
|
+
#### Features {: #3.100.0-rest-api-feature }
|
|
42
|
+
|
|
43
|
+
- Adapted PulpImport/Export to allow update django-import-export==4.x.
|
|
44
|
+
[#5324](https://github.com/pulp/pulpcore/issues/5324)
|
|
45
|
+
- Allow use of Django5 as well as Django4.
|
|
46
|
+
[#6988](https://github.com/pulp/pulpcore/issues/6988)
|
|
47
|
+
|
|
48
|
+
#### Bugfixes {: #3.100.0-rest-api-bugfix }
|
|
49
|
+
|
|
50
|
+
- Fixed file handle leak when content app access triggers downloads due to on_demand or streamed policy.
|
|
51
|
+
[#7157](https://github.com/pulp/pulpcore/issues/7157)
|
|
52
|
+
|
|
53
|
+
#### Misc {: #3.100.0-rest-api-misc }
|
|
54
|
+
|
|
55
|
+
-
|
|
56
|
+
|
|
57
|
+
### Plugin API {: #3.100.0-plugin-api }
|
|
58
|
+
|
|
59
|
+
#### Removals {: #3.100.0-plugin-api-removal }
|
|
60
|
+
|
|
61
|
+
- Removed the fallback for unserializable task return values.
|
|
62
|
+
Tasks resulting from an api action should use the corresponding serializer to produce useful output. Maintenance tasks should return nothing.
|
|
63
|
+
[#6079](https://github.com/pulp/pulpcore/issues/6079)
|
|
64
|
+
|
|
65
|
+
### Pulp File {: #3.100.0-pulp-file }
|
|
66
|
+
|
|
67
|
+
No significant changes.
|
|
68
|
+
|
|
69
|
+
### Pulp Cert Guard {: #3.100.0-pulp-cert-guard }
|
|
70
|
+
|
|
71
|
+
No significant changes.
|
|
72
|
+
|
|
73
|
+
---
|
|
74
|
+
|
|
75
|
+
## 3.95.3 (2025-12-17) {: #3.95.3 }
|
|
76
|
+
|
|
77
|
+
### REST API {: #3.95.3-rest-api }
|
|
78
|
+
|
|
79
|
+
#### Bugfixes {: #3.95.3-rest-api-bugfix }
|
|
80
|
+
|
|
81
|
+
- Fixed file handle leak when content app access triggers downloads due to on_demand or streamed policy.
|
|
82
|
+
[#7157](https://github.com/pulp/pulpcore/issues/7157)
|
|
83
|
+
|
|
84
|
+
### Plugin API {: #3.95.3-plugin-api }
|
|
85
|
+
|
|
86
|
+
No significant changes.
|
|
87
|
+
|
|
88
|
+
### Pulp File {: #3.95.3-pulp-file }
|
|
89
|
+
|
|
90
|
+
No significant changes.
|
|
91
|
+
|
|
92
|
+
### Pulp Cert Guard {: #3.95.3-pulp-cert-guard }
|
|
93
|
+
|
|
94
|
+
No significant changes.
|
|
95
|
+
|
|
96
|
+
---
|
|
97
|
+
|
|
98
|
+
## 3.95.2 (2025-12-11) {: #3.95.2 }
|
|
99
|
+
|
|
100
|
+
### REST API {: #3.95.2-rest-api }
|
|
101
|
+
|
|
102
|
+
No significant changes.
|
|
103
|
+
|
|
104
|
+
### Plugin API {: #3.95.2-plugin-api }
|
|
105
|
+
|
|
106
|
+
No significant changes.
|
|
107
|
+
|
|
108
|
+
### Pulp File {: #3.95.2-pulp-file }
|
|
109
|
+
|
|
110
|
+
No significant changes.
|
|
111
|
+
|
|
112
|
+
### Pulp Cert Guard {: #3.95.2-pulp-cert-guard }
|
|
113
|
+
|
|
114
|
+
No significant changes.
|
|
115
|
+
|
|
116
|
+
---
|
|
117
|
+
|
|
118
|
+
## 3.95.1 (2025-12-09) {: #3.95.1 }
|
|
119
|
+
|
|
120
|
+
### REST API {: #3.95.1-rest-api }
|
|
121
|
+
|
|
122
|
+
#### Misc {: #3.95.1-rest-api-misc }
|
|
123
|
+
|
|
124
|
+
-
|
|
125
|
+
|
|
126
|
+
### Plugin API {: #3.95.1-plugin-api }
|
|
127
|
+
|
|
128
|
+
No significant changes.
|
|
129
|
+
|
|
130
|
+
### Pulp File {: #3.95.1-pulp-file }
|
|
131
|
+
|
|
132
|
+
No significant changes.
|
|
133
|
+
|
|
134
|
+
### Pulp Cert Guard {: #3.95.1-pulp-cert-guard }
|
|
135
|
+
|
|
136
|
+
No significant changes.
|
|
137
|
+
|
|
138
|
+
---
|
|
139
|
+
|
|
11
140
|
## 3.95.0 (2025-12-04) {: #3.95.0 }
|
|
12
141
|
|
|
13
142
|
### REST API {: #3.95.0-rest-api }
|
|
@@ -525,6 +654,95 @@ No significant changes.
|
|
|
525
654
|
|
|
526
655
|
---
|
|
527
656
|
|
|
657
|
+
## 3.85.7 (2025-12-22) {: #3.85.7 }
|
|
658
|
+
|
|
659
|
+
### REST API {: #3.85.7-rest-api }
|
|
660
|
+
|
|
661
|
+
No significant changes.
|
|
662
|
+
|
|
663
|
+
### Plugin API {: #3.85.7-plugin-api }
|
|
664
|
+
|
|
665
|
+
#### Bugfixes {: #3.85.7-plugin-api-bugfix }
|
|
666
|
+
|
|
667
|
+
- Exposed `RepositoryVersionSerializer` to the plugin API.
|
|
668
|
+
In some cases a plugin might have used that serializer for a newer pulpcore version
|
|
669
|
+
but it could also be installed with a lower pulpcore version.
|
|
670
|
+
|
|
671
|
+
### Pulp File {: #3.85.7-pulp-file }
|
|
672
|
+
|
|
673
|
+
No significant changes.
|
|
674
|
+
|
|
675
|
+
### Pulp Cert Guard {: #3.85.7-pulp-cert-guard }
|
|
676
|
+
|
|
677
|
+
No significant changes.
|
|
678
|
+
|
|
679
|
+
---
|
|
680
|
+
|
|
681
|
+
## 3.85.6 (2025-12-17) {: #3.85.6 }
|
|
682
|
+
|
|
683
|
+
### REST API {: #3.85.6-rest-api }
|
|
684
|
+
|
|
685
|
+
#### Bugfixes {: #3.85.6-rest-api-bugfix }
|
|
686
|
+
|
|
687
|
+
- Fixed file handle leak when content app access triggers downloads due to on_demand or streamed policy.
|
|
688
|
+
[#7157](https://github.com/pulp/pulpcore/issues/7157)
|
|
689
|
+
|
|
690
|
+
### Plugin API {: #3.85.6-plugin-api }
|
|
691
|
+
|
|
692
|
+
No significant changes.
|
|
693
|
+
|
|
694
|
+
### Pulp File {: #3.85.6-pulp-file }
|
|
695
|
+
|
|
696
|
+
No significant changes.
|
|
697
|
+
|
|
698
|
+
### Pulp Cert Guard {: #3.85.6-pulp-cert-guard }
|
|
699
|
+
|
|
700
|
+
No significant changes.
|
|
701
|
+
|
|
702
|
+
---
|
|
703
|
+
|
|
704
|
+
## 3.85.5 (2025-12-11) {: #3.85.5 }
|
|
705
|
+
|
|
706
|
+
### REST API {: #3.85.5-rest-api }
|
|
707
|
+
|
|
708
|
+
No significant changes.
|
|
709
|
+
|
|
710
|
+
### Plugin API {: #3.85.5-plugin-api }
|
|
711
|
+
|
|
712
|
+
No significant changes.
|
|
713
|
+
|
|
714
|
+
### Pulp File {: #3.85.5-pulp-file }
|
|
715
|
+
|
|
716
|
+
No significant changes.
|
|
717
|
+
|
|
718
|
+
### Pulp Cert Guard {: #3.85.5-pulp-cert-guard }
|
|
719
|
+
|
|
720
|
+
No significant changes.
|
|
721
|
+
|
|
722
|
+
---
|
|
723
|
+
|
|
724
|
+
## 3.85.4 (2025-12-09) {: #3.85.4 }
|
|
725
|
+
|
|
726
|
+
### REST API {: #3.85.4-rest-api }
|
|
727
|
+
|
|
728
|
+
#### Misc {: #3.85.4-rest-api-misc }
|
|
729
|
+
|
|
730
|
+
-
|
|
731
|
+
|
|
732
|
+
### Plugin API {: #3.85.4-plugin-api }
|
|
733
|
+
|
|
734
|
+
No significant changes.
|
|
735
|
+
|
|
736
|
+
### Pulp File {: #3.85.4-pulp-file }
|
|
737
|
+
|
|
738
|
+
No significant changes.
|
|
739
|
+
|
|
740
|
+
### Pulp Cert Guard {: #3.85.4-pulp-cert-guard }
|
|
741
|
+
|
|
742
|
+
No significant changes.
|
|
743
|
+
|
|
744
|
+
---
|
|
745
|
+
|
|
528
746
|
## 3.85.3 (2025-11-18) {: #3.85.3 }
|
|
529
747
|
|
|
530
748
|
### REST API {: #3.85.3-rest-api }
|
|
@@ -1358,6 +1576,74 @@ No significant changes.
|
|
|
1358
1576
|
|
|
1359
1577
|
---
|
|
1360
1578
|
|
|
1579
|
+
## 3.73.21 (2025-12-22) {: #3.73.21 }
|
|
1580
|
+
|
|
1581
|
+
### REST API {: #3.73.21-rest-api }
|
|
1582
|
+
|
|
1583
|
+
No significant changes.
|
|
1584
|
+
|
|
1585
|
+
### Plugin API {: #3.73.21-plugin-api }
|
|
1586
|
+
|
|
1587
|
+
#### Bugfixes {: #3.73.21-plugin-api-bugfix }
|
|
1588
|
+
|
|
1589
|
+
- Exposed `RepositoryVersionSerializer` to the plugin API.
|
|
1590
|
+
In some cases a plugin might have used that serializer for a newer pulpcore version
|
|
1591
|
+
but it could also be installed with a lower pulpcore version.
|
|
1592
|
+
|
|
1593
|
+
### Pulp File {: #3.73.21-pulp-file }
|
|
1594
|
+
|
|
1595
|
+
No significant changes.
|
|
1596
|
+
|
|
1597
|
+
### Pulp Cert Guard {: #3.73.21-pulp-cert-guard }
|
|
1598
|
+
|
|
1599
|
+
No significant changes.
|
|
1600
|
+
|
|
1601
|
+
---
|
|
1602
|
+
|
|
1603
|
+
## 3.73.20 (2025-12-09) {: #3.73.20 }
|
|
1604
|
+
|
|
1605
|
+
### REST API {: #3.73.20-rest-api }
|
|
1606
|
+
|
|
1607
|
+
#### Misc {: #3.73.20-rest-api-misc }
|
|
1608
|
+
|
|
1609
|
+
-
|
|
1610
|
+
|
|
1611
|
+
### Plugin API {: #3.73.20-plugin-api }
|
|
1612
|
+
|
|
1613
|
+
No significant changes.
|
|
1614
|
+
|
|
1615
|
+
### Pulp File {: #3.73.20-pulp-file }
|
|
1616
|
+
|
|
1617
|
+
No significant changes.
|
|
1618
|
+
|
|
1619
|
+
### Pulp Cert Guard {: #3.73.20-pulp-cert-guard }
|
|
1620
|
+
|
|
1621
|
+
No significant changes.
|
|
1622
|
+
|
|
1623
|
+
---
|
|
1624
|
+
|
|
1625
|
+
## 3.73.19 (2025-12-04) {: #3.73.19 }
|
|
1626
|
+
|
|
1627
|
+
### REST API {: #3.73.19-rest-api }
|
|
1628
|
+
|
|
1629
|
+
#### Bugfixes {: #3.73.19-rest-api-bugfix }
|
|
1630
|
+
|
|
1631
|
+
- Fixed a bug in the pre-migration hook that prevented proper cleanup of all Pulp app db records (content, api, worker).
|
|
1632
|
+
|
|
1633
|
+
### Plugin API {: #3.73.19-plugin-api }
|
|
1634
|
+
|
|
1635
|
+
No significant changes.
|
|
1636
|
+
|
|
1637
|
+
### Pulp File {: #3.73.19-pulp-file }
|
|
1638
|
+
|
|
1639
|
+
No significant changes.
|
|
1640
|
+
|
|
1641
|
+
### Pulp Cert Guard {: #3.73.19-pulp-cert-guard }
|
|
1642
|
+
|
|
1643
|
+
No significant changes.
|
|
1644
|
+
|
|
1645
|
+
---
|
|
1646
|
+
|
|
1361
1647
|
## 3.73.18 (2025-11-18) {: #3.73.18 }
|
|
1362
1648
|
|
|
1363
1649
|
### REST API {: #3.73.18-rest-api }
|
|
@@ -2464,6 +2750,74 @@ No significant changes.
|
|
|
2464
2750
|
|
|
2465
2751
|
---
|
|
2466
2752
|
|
|
2753
|
+
## 3.63.28 (2025-12-22) {: #3.63.28 }
|
|
2754
|
+
|
|
2755
|
+
### REST API {: #3.63.28-rest-api }
|
|
2756
|
+
|
|
2757
|
+
No significant changes.
|
|
2758
|
+
|
|
2759
|
+
### Plugin API {: #3.63.28-plugin-api }
|
|
2760
|
+
|
|
2761
|
+
#### Bugfixes {: #3.63.28-plugin-api-bugfix }
|
|
2762
|
+
|
|
2763
|
+
- Exposed `RepositoryVersionSerializer` to the plugin API.
|
|
2764
|
+
In some cases a plugin might have used that serializer for a newer pulpcore version
|
|
2765
|
+
but it could also be installed with a lower pulpcore version.
|
|
2766
|
+
|
|
2767
|
+
### Pulp File {: #3.63.28-pulp-file }
|
|
2768
|
+
|
|
2769
|
+
No significant changes.
|
|
2770
|
+
|
|
2771
|
+
### Pulp Cert Guard {: #3.63.28-pulp-cert-guard }
|
|
2772
|
+
|
|
2773
|
+
No significant changes.
|
|
2774
|
+
|
|
2775
|
+
---
|
|
2776
|
+
|
|
2777
|
+
## 3.63.27 (2025-12-09) {: #3.63.27 }
|
|
2778
|
+
|
|
2779
|
+
### REST API {: #3.63.27-rest-api }
|
|
2780
|
+
|
|
2781
|
+
#### Misc {: #3.63.27-rest-api-misc }
|
|
2782
|
+
|
|
2783
|
+
-
|
|
2784
|
+
|
|
2785
|
+
### Plugin API {: #3.63.27-plugin-api }
|
|
2786
|
+
|
|
2787
|
+
No significant changes.
|
|
2788
|
+
|
|
2789
|
+
### Pulp File {: #3.63.27-pulp-file }
|
|
2790
|
+
|
|
2791
|
+
No significant changes.
|
|
2792
|
+
|
|
2793
|
+
### Pulp Cert Guard {: #3.63.27-pulp-cert-guard }
|
|
2794
|
+
|
|
2795
|
+
No significant changes.
|
|
2796
|
+
|
|
2797
|
+
---
|
|
2798
|
+
|
|
2799
|
+
## 3.63.26 (2025-12-04) {: #3.63.26 }
|
|
2800
|
+
|
|
2801
|
+
### REST API {: #3.63.26-rest-api }
|
|
2802
|
+
|
|
2803
|
+
#### Bugfixes {: #3.63.26-rest-api-bugfix }
|
|
2804
|
+
|
|
2805
|
+
- Fixed a bug in the pre-migration hook that prevented proper cleanup of all Pulp app db records (content, api, worker).
|
|
2806
|
+
|
|
2807
|
+
### Plugin API {: #3.63.26-plugin-api }
|
|
2808
|
+
|
|
2809
|
+
No significant changes.
|
|
2810
|
+
|
|
2811
|
+
### Pulp File {: #3.63.26-pulp-file }
|
|
2812
|
+
|
|
2813
|
+
No significant changes.
|
|
2814
|
+
|
|
2815
|
+
### Pulp Cert Guard {: #3.63.26-pulp-cert-guard }
|
|
2816
|
+
|
|
2817
|
+
No significant changes.
|
|
2818
|
+
|
|
2819
|
+
---
|
|
2820
|
+
|
|
2467
2821
|
## 3.63.25 (2025-11-13) {: #3.63.25 }
|
|
2468
2822
|
|
|
2469
2823
|
### REST API {: #3.63.25-rest-api }
|
|
@@ -3881,6 +4235,76 @@ No significant changes.
|
|
|
3881
4235
|
|
|
3882
4236
|
---
|
|
3883
4237
|
|
|
4238
|
+
## 3.49.49 (2025-12-22) {: #3.49.49 }
|
|
4239
|
+
|
|
4240
|
+
### REST API {: #3.49.49-rest-api }
|
|
4241
|
+
|
|
4242
|
+
No significant changes.
|
|
4243
|
+
|
|
4244
|
+
### Plugin API {: #3.49.49-plugin-api }
|
|
4245
|
+
|
|
4246
|
+
#### Bugfixes {: #3.49.49-plugin-api-bugfix }
|
|
4247
|
+
|
|
4248
|
+
- Exposed `RepositoryVersionSerializer` to the plugin API.
|
|
4249
|
+
In some cases a plugin might have used that serializer for a newer pulpcore version
|
|
4250
|
+
but it could also be installed with a lower pulpcore version.
|
|
4251
|
+
|
|
4252
|
+
### Pulp File {: #3.49.49-pulp-file }
|
|
4253
|
+
|
|
4254
|
+
No significant changes.
|
|
4255
|
+
|
|
4256
|
+
### Pulp Cert Guard {: #3.49.49-pulp-cert-guard }
|
|
4257
|
+
|
|
4258
|
+
No significant changes.
|
|
4259
|
+
|
|
4260
|
+
---
|
|
4261
|
+
|
|
4262
|
+
## 3.49.48 (2025-12-09) {: #3.49.48 }
|
|
4263
|
+
|
|
4264
|
+
### REST API {: #3.49.48-rest-api }
|
|
4265
|
+
|
|
4266
|
+
#### Misc {: #3.49.48-rest-api-misc }
|
|
4267
|
+
|
|
4268
|
+
-
|
|
4269
|
+
|
|
4270
|
+
### Plugin API {: #3.49.48-plugin-api }
|
|
4271
|
+
|
|
4272
|
+
No significant changes.
|
|
4273
|
+
|
|
4274
|
+
### Pulp File {: #3.49.48-pulp-file }
|
|
4275
|
+
|
|
4276
|
+
No significant changes.
|
|
4277
|
+
|
|
4278
|
+
### Pulp Cert Guard {: #3.49.48-pulp-cert-guard }
|
|
4279
|
+
|
|
4280
|
+
No significant changes.
|
|
4281
|
+
|
|
4282
|
+
---
|
|
4283
|
+
|
|
4284
|
+
## 3.49.47 (2025-12-04) {: #3.49.47 }
|
|
4285
|
+
|
|
4286
|
+
### REST API {: #3.49.47-rest-api }
|
|
4287
|
+
|
|
4288
|
+
#### Bugfixes {: #3.49.47-rest-api-bugfix }
|
|
4289
|
+
|
|
4290
|
+
- pulp-worker fails to start with "float object cannot be interpreted as an integer" on some versions of python.
|
|
4291
|
+
[#5861](https://github.com/pulp/pulpcore/issues/5861)
|
|
4292
|
+
- Fixed a bug in the pre-migration hook that prevented proper cleanup of all Pulp app db records (content, api, worker).
|
|
4293
|
+
|
|
4294
|
+
### Plugin API {: #3.49.47-plugin-api }
|
|
4295
|
+
|
|
4296
|
+
No significant changes.
|
|
4297
|
+
|
|
4298
|
+
### Pulp File {: #3.49.47-pulp-file }
|
|
4299
|
+
|
|
4300
|
+
No significant changes.
|
|
4301
|
+
|
|
4302
|
+
### Pulp Cert Guard {: #3.49.47-pulp-cert-guard }
|
|
4303
|
+
|
|
4304
|
+
No significant changes.
|
|
4305
|
+
|
|
4306
|
+
---
|
|
4307
|
+
|
|
3884
4308
|
## 3.49.46 (2025-11-13) {: #3.49.46 }
|
|
3885
4309
|
|
|
3886
4310
|
### REST API {: #3.49.46-rest-api }
|
|
@@ -5535,6 +5959,18 @@ No significant changes.
|
|
|
5535
5959
|
- Starting from this release pulp_file will be shipped as part of the pulpcore package.
|
|
5536
5960
|
[#4550](https://github.com/pulp/pulpcore/issues/4550)
|
|
5537
5961
|
|
|
5962
|
+
## 3.39.35 (2025-12-09) {: #3.39.35 }
|
|
5963
|
+
|
|
5964
|
+
### REST API {: #3.39.35-rest-api }
|
|
5965
|
+
|
|
5966
|
+
No significant changes.
|
|
5967
|
+
|
|
5968
|
+
### Plugin API {: #3.39.35-plugin-api }
|
|
5969
|
+
|
|
5970
|
+
No significant changes.
|
|
5971
|
+
|
|
5972
|
+
---
|
|
5973
|
+
|
|
5538
5974
|
## 3.39.34 (2025-11-13) {: #3.39.34 }
|
|
5539
5975
|
|
|
5540
5976
|
### REST API {: #3.39.34-rest-api }
|
|
@@ -6547,6 +6983,33 @@ No significant changes.
|
|
|
6547
6983
|
|
|
6548
6984
|
- [#3798](https://github.com/pulp/pulpcore/issues/3798)
|
|
6549
6985
|
|
|
6986
|
+
## 3.28.43 (2025-12-09) {: #3.28.43 }
|
|
6987
|
+
|
|
6988
|
+
### REST API {: #3.28.43-rest-api }
|
|
6989
|
+
|
|
6990
|
+
No significant changes.
|
|
6991
|
+
|
|
6992
|
+
### Plugin API {: #3.28.43-plugin-api }
|
|
6993
|
+
|
|
6994
|
+
No significant changes.
|
|
6995
|
+
|
|
6996
|
+
---
|
|
6997
|
+
|
|
6998
|
+
## 3.28.42 (2025-12-04) {: #3.28.42 }
|
|
6999
|
+
|
|
7000
|
+
### REST API {: #3.28.42-rest-api }
|
|
7001
|
+
|
|
7002
|
+
#### Bugfixes {: #3.28.42-rest-api-bugfix }
|
|
7003
|
+
|
|
7004
|
+
- pulp-worker fails to start with "float object cannot be interpreted as an integer" on some versions of python.
|
|
7005
|
+
[#5861](https://github.com/pulp/pulpcore/issues/5861)
|
|
7006
|
+
|
|
7007
|
+
### Plugin API {: #3.28.42-plugin-api }
|
|
7008
|
+
|
|
7009
|
+
No significant changes.
|
|
7010
|
+
|
|
7011
|
+
---
|
|
7012
|
+
|
|
6550
7013
|
## 3.28.41 (2025-11-13) {: #3.28.41 }
|
|
6551
7014
|
|
|
6552
7015
|
### REST API {: #3.28.41-rest-api }
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pulpcore
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.101.0
|
|
4
4
|
Summary: Pulp Django Application and Related Modules
|
|
5
5
|
Author-email: Pulp Team <pulp-list@redhat.com>
|
|
6
6
|
Project-URL: Homepage, https://pulpproject.org
|
|
@@ -19,17 +19,17 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
19
19
|
Requires-Python: >=3.11
|
|
20
20
|
Description-Content-Type: text/markdown
|
|
21
21
|
License-File: LICENSE
|
|
22
|
-
Requires-Dist: aiodns<3.
|
|
22
|
+
Requires-Dist: aiodns<3.7,>=3.3.0
|
|
23
23
|
Requires-Dist: aiofiles<=25.1.0,>=22.1
|
|
24
24
|
Requires-Dist: aiohttp<3.14,>=3.8.3
|
|
25
25
|
Requires-Dist: asyncio-throttle<=1.0.2,>=1.0
|
|
26
26
|
Requires-Dist: backoff<2.3,>=2.1.2
|
|
27
27
|
Requires-Dist: click<8.4,>=8.1.0
|
|
28
28
|
Requires-Dist: cryptography<47.0,>=44.0.3
|
|
29
|
-
Requires-Dist: Django
|
|
30
|
-
Requires-Dist: django-filter<=25.
|
|
29
|
+
Requires-Dist: Django!=5.0,!=5.1,<5.3,>=4.2.24
|
|
30
|
+
Requires-Dist: django-filter<=25.2,>=23.1
|
|
31
31
|
Requires-Dist: django-guid<3.6,>=3.3.0
|
|
32
|
-
Requires-Dist: django-import-export<
|
|
32
|
+
Requires-Dist: django-import-export<5.0,>=2.9
|
|
33
33
|
Requires-Dist: django-lifecycle<=1.2.4,>=1.0
|
|
34
34
|
Requires-Dist: djangorestframework<=3.16.1,>=3.14.0
|
|
35
35
|
Requires-Dist: djangorestframework-queryfields<=1.1.0,>=1.0
|
|
@@ -42,18 +42,18 @@ Requires-Dist: jinja2<=3.1.6,>=3.1
|
|
|
42
42
|
Requires-Dist: json_stream<2.5,>=2.3.2
|
|
43
43
|
Requires-Dist: jq<1.11.0,>=1.6.0
|
|
44
44
|
Requires-Dist: PyOpenSSL<26.0
|
|
45
|
-
Requires-Dist: opentelemetry-api<1.
|
|
46
|
-
Requires-Dist: opentelemetry-sdk<1.
|
|
47
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-http<1.
|
|
45
|
+
Requires-Dist: opentelemetry-api<1.40,>=1.27.0
|
|
46
|
+
Requires-Dist: opentelemetry-sdk<1.40,>=1.27.0
|
|
47
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http<1.40,>=1.27.0
|
|
48
48
|
Requires-Dist: protobuf<7.0,>=4.21.1
|
|
49
|
-
Requires-Dist: pulp-glue<0.
|
|
49
|
+
Requires-Dist: pulp-glue<0.38,>=0.28.0
|
|
50
50
|
Requires-Dist: pygtrie<=2.5.0,>=2.5
|
|
51
51
|
Requires-Dist: psycopg[binary]<3.4,>=3.1.8
|
|
52
|
-
Requires-Dist: pyparsing<3.
|
|
52
|
+
Requires-Dist: pyparsing<3.4,>=3.1.0
|
|
53
53
|
Requires-Dist: python-gnupg<0.6,>=0.5.0
|
|
54
54
|
Requires-Dist: PyYAML<6.1,>=5.1.1
|
|
55
55
|
Requires-Dist: redis<7.2,>=4.3.0
|
|
56
|
-
Requires-Dist: tablib
|
|
56
|
+
Requires-Dist: tablib!=3.6,<4.0,>=3.5.0
|
|
57
57
|
Requires-Dist: url-normalize<2.3,>=1.4.3
|
|
58
58
|
Requires-Dist: uuid6<=2025.0.1,>=2023.5.2
|
|
59
59
|
Requires-Dist: whitenoise<6.12.0,>=5.0
|
|
@@ -70,7 +70,7 @@ Provides-Extra: prometheus
|
|
|
70
70
|
Requires-Dist: django-prometheus; extra == "prometheus"
|
|
71
71
|
Provides-Extra: kafka
|
|
72
72
|
Requires-Dist: cloudevents==1.11.0; extra == "kafka"
|
|
73
|
-
Requires-Dist: confluent-kafka<2.
|
|
73
|
+
Requires-Dist: confluent-kafka<2.14.0,>=2.4.0; extra == "kafka"
|
|
74
74
|
Provides-Extra: diagnostics
|
|
75
75
|
Requires-Dist: pyinstrument~=5.0; extra == "diagnostics"
|
|
76
76
|
Requires-Dist: memray~=1.17; extra == "diagnostics"
|
|
@@ -48,6 +48,10 @@ def _write_export(the_tarfile, resource, dest_dir=None):
|
|
|
48
48
|
# the data in batches to memory and concatenate the json lists via string manipulation.
|
|
49
49
|
with tempfile.NamedTemporaryFile(dir=".", mode="w", encoding="utf8") as temp_file:
|
|
50
50
|
if isinstance(resource.queryset, QuerySet):
|
|
51
|
+
# If we don't have any of "these" - skip writing
|
|
52
|
+
if resource.queryset.count() == 0:
|
|
53
|
+
return
|
|
54
|
+
|
|
51
55
|
temp_file.write("[")
|
|
52
56
|
|
|
53
57
|
def process_batch(batch):
|
|
@@ -62,8 +62,8 @@ class ArtifactResource(QueryModelResource):
|
|
|
62
62
|
# the export converts None to blank strings but sha384 and sha512 have unique constraints
|
|
63
63
|
# that get triggered if they are blank. convert checksums back into None if they are blank.
|
|
64
64
|
for checksum in ALL_KNOWN_CONTENT_CHECKSUMS:
|
|
65
|
-
if row[checksum] == "":
|
|
66
|
-
row[checksum]
|
|
65
|
+
if row[checksum] == "" or checksum not in settings.ALLOWED_CONTENT_CHECKSUMS:
|
|
66
|
+
del row[checksum]
|
|
67
67
|
|
|
68
68
|
def set_up_queryset(self):
|
|
69
69
|
"""
|
|
@@ -109,7 +109,7 @@ class ArtifactDomainForeignKeyWidget(ForeignKeyWidget):
|
|
|
109
109
|
return qs
|
|
110
110
|
|
|
111
111
|
def render(self, value, obj=None, **kwargs):
|
|
112
|
-
return value.sha256
|
|
112
|
+
return value.sha256 if value else ""
|
|
113
113
|
|
|
114
114
|
|
|
115
115
|
class ContentArtifactResource(QueryModelResource):
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
Django models related to the Tasking system
|
|
3
3
|
"""
|
|
4
4
|
|
|
5
|
-
import json
|
|
6
5
|
import logging
|
|
7
6
|
import traceback
|
|
8
7
|
from gettext import gettext as _
|
|
@@ -233,16 +232,6 @@ class Task(BaseModel, AutoAddObjPermsMixin):
|
|
|
233
232
|
This updates the :attr:`finished_at` and sets the :attr:`state` to :attr:`COMPLETED`.
|
|
234
233
|
If `result` is provided, the :attr:`result` contains the result of the task.
|
|
235
234
|
"""
|
|
236
|
-
try:
|
|
237
|
-
json.dumps(result, cls=DjangoJSONEncoder)
|
|
238
|
-
except (TypeError, ValueError):
|
|
239
|
-
deprecation_logger.warning(
|
|
240
|
-
_(
|
|
241
|
-
"The result of the {} function is not JSON-serializable and will be "
|
|
242
|
-
"replaced with None: {}. This will raise an error in version 3.100."
|
|
243
|
-
).format(self.name, result)
|
|
244
|
-
)
|
|
245
|
-
result = None
|
|
246
235
|
|
|
247
236
|
# Only set the state to finished if it's running. This is important for when the task has
|
|
248
237
|
# been canceled, so we don't move the task from canceled to finished.
|
|
@@ -233,6 +233,9 @@ def _import_file(fpath, resource_class, retry=False):
|
|
|
233
233
|
"""
|
|
234
234
|
try:
|
|
235
235
|
log.info(f"Importing file {fpath}.")
|
|
236
|
+
if not os.path.isfile(fpath):
|
|
237
|
+
log.info("...empty - skipping.")
|
|
238
|
+
return []
|
|
236
239
|
with open(fpath, "r") as json_file:
|
|
237
240
|
resource = resource_class()
|
|
238
241
|
log.info(f"...Importing resource {resource.__class__.__name__}.")
|
|
@@ -241,6 +244,8 @@ def _import_file(fpath, resource_class, retry=False):
|
|
|
241
244
|
# overlapping content.
|
|
242
245
|
for batch_str in _impfile_iterator(json_file):
|
|
243
246
|
data = Dataset().load(StringIO(batch_str))
|
|
247
|
+
if not data:
|
|
248
|
+
return []
|
|
244
249
|
if retry:
|
|
245
250
|
curr_attempt = 1
|
|
246
251
|
|
|
@@ -272,6 +277,7 @@ def _import_file(fpath, resource_class, retry=False):
|
|
|
272
277
|
try:
|
|
273
278
|
a_result = resource.import_data(data, raise_errors=True)
|
|
274
279
|
except Exception as e: # noqa log on ANY exception and then re-raise
|
|
280
|
+
log.error(e)
|
|
275
281
|
log.error(f"FATAL import-failure importing {fpath}")
|
|
276
282
|
raise
|
|
277
283
|
else:
|
|
@@ -1335,6 +1335,12 @@ class Handler:
|
|
|
1335
1335
|
"on-demand-downloading/#on-demand-and-streamed-limitations>"
|
|
1336
1336
|
)
|
|
1337
1337
|
|
|
1338
|
+
# manually close the DownloadFactory's (HTTP-)session, the next artifact-download will
|
|
1339
|
+
# create a new DownloadFactory anyway because it will use a new remote-object.
|
|
1340
|
+
# Leaving it open also left open file-descriptors to /dev/urandom. Most likely these FDs are
|
|
1341
|
+
# held by the underlying SSL library.
|
|
1342
|
+
await downloader.session.close()
|
|
1343
|
+
|
|
1338
1344
|
if save_artifact and remote.policy != Remote.STREAMED:
|
|
1339
1345
|
content_artifacts = await asyncio.shield(
|
|
1340
1346
|
sync_to_async(self._save_artifact)(download_result, remote_artifact, request)
|