pulpcore 3.91.1__tar.gz → 3.92.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.
Potentially problematic release.
This version of pulpcore might be problematic. Click here for more details.
- {pulpcore-3.91.1 → pulpcore-3.92.0}/CHANGES.md +128 -1
- {pulpcore-3.91.1 → pulpcore-3.92.0}/PKG-INFO +10 -10
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_certguard/app/__init__.py +1 -1
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_file/app/__init__.py +1 -1
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_file/tests/functional/api/test_crud_content_unit.py +2 -2
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/apps.py +1 -1
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/models/content.py +9 -7
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/settings.py +2 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/plugin/stages/artifact_stages.py +3 -1
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tasking/tasks.py +8 -6
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore.egg-info/PKG-INFO +10 -10
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore.egg-info/requires.txt +9 -9
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pyproject.toml +11 -11
- {pulpcore-3.91.1 → pulpcore-3.92.0}/CODE_OF_CONDUCT.md +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/COMMITMENT +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/CONTRIBUTING.md +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/COPYRIGHT +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/LICENSE +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/MANIFEST.in +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/README.md +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/ci_requirements.txt +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/functest_requirements.txt +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/manage.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_certguard/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_certguard/app/migrations/0001_initial.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_certguard/app/migrations/0002_alter_rhsmcertguard_contentguard_ptr_and_more.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_certguard/app/migrations/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_certguard/app/models.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_certguard/app/serializers.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_certguard/app/viewsets.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_certguard/pytest_plugin.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_certguard/rhsm/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_certguard/rhsm/rhsm_check_path.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_certguard/tests/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_certguard/tests/functional/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_certguard/tests/functional/api/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_certguard/tests/functional/api/test_rhsm_certguard.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_certguard/tests/functional/api/test_x509_certguard.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_certguard/tests/functional/artifacts/rhsm/katello-default-ca.crt +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_certguard/tests/functional/artifacts/rhsm/katello-default-ca.key +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_certguard/tests/functional/artifacts/rhsm/trusted_but_expired.pem +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_certguard/tests/functional/artifacts/rhsm/uber.cert +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_certguard/tests/functional/artifacts/rhsm/untrusted_cert-key.pem +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_certguard/tests/functional/artifacts/rhsm/untrusted_cert.pem +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_certguard/tests/functional/artifacts/rhsm/v1/1514454871848760713-key.pem +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_certguard/tests/functional/artifacts/rhsm/v1/1514454871848760713.pem +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_certguard/tests/functional/artifacts/rhsm/v1/159442575569388840-key.pem +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_certguard/tests/functional/artifacts/rhsm/v1/159442575569388840.pem +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_certguard/tests/functional/artifacts/rhsm/v3/4260035510644027985-key.pem +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_certguard/tests/functional/artifacts/rhsm/v3/4260035510644027985.pem +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_certguard/tests/functional/artifacts/rhsm/v3/5527980418107729172-key.pem +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_certguard/tests/functional/artifacts/rhsm/v3/5527980418107729172.pem +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_certguard/tests/functional/artifacts/thirdparty_ca/certificates/ca.pem +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_certguard/tests/functional/artifacts/thirdparty_ca/genca.sh +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_certguard/tests/functional/artifacts/thirdparty_ca/keys/ca.pem +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_certguard/tests/functional/artifacts/x509/certificates/ca.pem +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_certguard/tests/functional/artifacts/x509/certificates/client.pem +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_certguard/tests/functional/artifacts/x509/certificates/server.pem +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_certguard/tests/functional/artifacts/x509/certificates/un_urlencoded_cert.txt +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_certguard/tests/functional/artifacts/x509/certificates/untrusted_client.pem +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_certguard/tests/functional/artifacts/x509/genall.sh +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_certguard/tests/functional/artifacts/x509/genca.sh +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_certguard/tests/functional/artifacts/x509/genclient.sh +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_certguard/tests/functional/artifacts/x509/gensrv.sh +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_certguard/tests/functional/artifacts/x509/keys/ca.pem +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_certguard/tests/functional/artifacts/x509/keys/client.pem +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_certguard/tests/functional/artifacts/x509/keys/server.pem +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_certguard/tests/functional/conftest.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_certguard/tests/functional/constants.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_certguard/tests/unit/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_certguard/tests/unit/certdata.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_certguard/tests/unit/test_rhsm_check_path.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_file/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_file/app/migrations/0001_initial_squashed_0016_add_domain.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_file/app/migrations/0017_alter_filealternatecontentsource_alternatecontentsource_ptr_and_more.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_file/app/migrations/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_file/app/modelresource.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_file/app/models.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_file/app/replica.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_file/app/serializers.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_file/app/tasks/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_file/app/tasks/publishing.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_file/app/tasks/synchronizing.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_file/app/viewsets.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_file/manifest.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_file/pytest_plugin.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_file/tests/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_file/tests/functional/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_file/tests/functional/api/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_file/tests/functional/api/test_acs.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_file/tests/functional/api/test_auto_publish.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_file/tests/functional/api/test_bad_sync.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_file/tests/functional/api/test_content_labels.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_file/tests/functional/api/test_crud_remotes.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_file/tests/functional/api/test_domains.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_file/tests/functional/api/test_download_policies.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_file/tests/functional/api/test_filesystem_export.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_file/tests/functional/api/test_generic_list.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_file/tests/functional/api/test_labels.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_file/tests/functional/api/test_mime_types.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_file/tests/functional/api/test_publish.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_file/tests/functional/api/test_pulp_export.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_file/tests/functional/api/test_rbac.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_file/tests/functional/api/test_remote_settings.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_file/tests/functional/api/test_sync.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_file/tests/unit/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_file/tests/unit/test_safe_paths.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_file/tests/unit/test_serializers.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/access_policy.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/authentication.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/checks.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/entrypoint.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/files.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/global_access_conditions.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/importexport.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/loggers.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/manage.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/management/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/management/commands/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/management/commands/add-signing-service.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/management/commands/analyze-publication.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/management/commands/clean-up-progress-reports.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/management/commands/datarepair-2327.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/management/commands/dump-permissions.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/management/commands/dump-publications-to-fs.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/management/commands/handle-artifact-checksums.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/management/commands/migrationstat.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/management/commands/openapi.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/management/commands/optimizemigration.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/management/commands/rebasemigrations.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/management/commands/remove-plugin.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/management/commands/remove-signing-service.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/management/commands/repository-size.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/management/commands/reset-admin-password.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/management/commands/rotate-db-key.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/management/commands/shell.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0001_squashed_0090_char_to_text_field.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0091_systemid.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0092_alter_upload_options.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0093_add_info_field_repositoryversion.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0094_protect_repository_content.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0095_artifactdistribution.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0096_alter_task_logging_cid.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0097_remove_telemetry_task_schedule.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0098_pulp_labels.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0099_versions_field.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0100_upstreampulp.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0101_add_domain.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0102_add_domain_relations.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0103_alter_export_task.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0104_delete_label.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0105_abstract_uuid_gen.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0106_alter_artifactdistribution_distribution_ptr_and_more.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0107_distribution_hidden.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0108_task_versions.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0109_contentartifact_relative_path_index.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0110_apiappstatus.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0111_task_enc_args_task_enc_kwargs.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0112_alter_upstreampulp_options.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0113_headercontentguard.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0114_remove_task_args_remove_task_kwargs.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0115_compositecontentguard.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0116_alter_remoteartifact_md5_alter_remoteartifact_sha1_and_more.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0117_task_unblocked_at.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0118_task_core_task_unblock_2276a4_idx_and_more.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0119_grouprole_core_groupr_object__250e22_idx_and_more.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0120_get_url_removal.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0121_add_profile_artifacts_table.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0122_record_last_replication_timestamp.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0123_upstreampulp_q_select.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0124_task_deferred_task_immediate.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0125_openpgpdistribution_openpgpkeyring_openpgppublickey_and_more.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0126_remoteartifact_failed_at.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0127_remove_upstreampulp_pulp_label_select.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0128_domain_pulp_labels.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0129_content_pulp_labels.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0130_upstreampulp_policy.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0131_distribution_checkpoint_publication_checkpoint.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0132_alter_content_options.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0132_task_profile_options.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0133_repositoryversion_content_ids.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0134_task_insert_trigger.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0135_task_pulp_task_resources_index.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0136_delete_basedistribution.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0137_appstatus.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0138_vulnerabilityreport.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0139_task_app_lock.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0140_require_appstatus_zdu.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0141_alter_appstatus_name.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0142_task_result.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0143_require_app_lock_zdu.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0144_delete_old_appstatus.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/0145_domainize_import_export.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/migrations/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/mime_types.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/modelresource.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/models/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/models/access_policy.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/models/acs.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/models/analytics.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/models/base.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/models/domain.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/models/exporter.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/models/fields.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/models/generic.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/models/importer.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/models/openpgp.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/models/progress.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/models/publication.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/models/replica.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/models/repository.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/models/role.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/models/status.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/models/storage.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/models/task.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/models/upload.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/models/vulnerability_report.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/netutil.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/openpgp.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/protobuf/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/protobuf/analytics_pb2.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/pulp_hashlib.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/pulpcore_gunicorn_application.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/redis_connection.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/replica.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/response.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/role_util.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/serializers/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/serializers/access_policy.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/serializers/acs.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/serializers/base.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/serializers/content.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/serializers/domain.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/serializers/exporter.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/serializers/fields.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/serializers/importer.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/serializers/openpgp.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/serializers/orphans.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/serializers/progress.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/serializers/publication.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/serializers/purge.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/serializers/reclaim.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/serializers/repair.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/serializers/replica.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/serializers/repository.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/serializers/status.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/serializers/task.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/serializers/upload.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/serializers/user.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/serializers/vulnerability_report.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/tasks/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/tasks/analytics.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/tasks/base.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/tasks/export.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/tasks/importer.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/tasks/migrate.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/tasks/orphan.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/tasks/purge.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/tasks/reclaim_space.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/tasks/replica.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/tasks/repository.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/tasks/telemetry.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/tasks/test.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/tasks/upload.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/tasks/vulnerability_report.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/templates/rest_framework/api.html +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/templatetags/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/templatetags/pulp_urls.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/urls.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/util.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/views/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/views/importer.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/views/orphans.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/views/repair.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/views/status.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/viewsets/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/viewsets/access_policy.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/viewsets/acs.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/viewsets/base.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/viewsets/content.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/viewsets/custom_filters.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/viewsets/domain.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/viewsets/exporter.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/viewsets/importer.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/viewsets/openpgp.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/viewsets/orphans.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/viewsets/publication.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/viewsets/reclaim.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/viewsets/replica.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/viewsets/repository.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/viewsets/task.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/viewsets/upload.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/viewsets/user.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/viewsets/vulnerability_report.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/app/wsgi.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/backends.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/cache/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/cache/cache.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/constants.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/content/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/content/authentication.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/content/entrypoint.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/content/handler.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/content/instrumentation.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/download/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/download/base.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/download/factory.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/download/file.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/download/http.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/exceptions/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/exceptions/base.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/exceptions/plugin.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/exceptions/validation.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/filters.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/metrics.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/middleware.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/migrations.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/openapi/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/openapi/hooks.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/plugin/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/plugin/access_policy.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/plugin/actions.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/plugin/apps.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/plugin/authentication/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/plugin/cache/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/plugin/constants.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/plugin/content.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/plugin/download/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/plugin/exceptions.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/plugin/files.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/plugin/importexport.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/plugin/migrations.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/plugin/modelresources.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/plugin/models/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/plugin/models/role.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/plugin/publication_utils.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/plugin/pulp_hashlib.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/plugin/replica.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/plugin/repo_version_utils.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/plugin/responses.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/plugin/serializers/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/plugin/serializers/content.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/plugin/stages/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/plugin/stages/api.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/plugin/stages/content_stages.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/plugin/stages/declarative_version.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/plugin/stages/models.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/plugin/storage.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/plugin/sync.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/plugin/tasking.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/plugin/util.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/plugin/viewsets/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/plugin/viewsets/content.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/pytest_plugin.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/responses.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tasking/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tasking/_util.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tasking/entrypoint.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tasking/kafka.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tasking/storage.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tasking/worker.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/functional/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/functional/api/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/functional/api/test_access_policy.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/functional/api/test_api_docs.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/functional/api/test_api_root_rewrite.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/functional/api/test_artifact_distribution.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/functional/api/test_auth.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/functional/api/test_correlation_id.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/functional/api/test_crd_artifacts.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/functional/api/test_crud_domains.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/functional/api/test_filter.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/functional/api/test_login.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/functional/api/test_openapi_schema.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/functional/api/test_openpgp.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/functional/api/test_replication.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/functional/api/test_repos.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/functional/api/test_role.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/functional/api/test_root_endpoint.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/functional/api/test_scoping.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/functional/api/test_signing_service.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/functional/api/test_status.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/functional/api/test_task_purge.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/functional/api/test_tasking.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/functional/api/test_upload.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/functional/api/test_users_groups.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/functional/api/test_workers.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/functional/api/using_plugin/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/functional/api/using_plugin/test_checkpoint.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/functional/api/using_plugin/test_content_access.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/functional/api/using_plugin/test_content_cache.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/functional/api/using_plugin/test_content_delivery.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/functional/api/using_plugin/test_content_directory.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/functional/api/using_plugin/test_content_path.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/functional/api/using_plugin/test_content_promotion.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/functional/api/using_plugin/test_contentguard.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/functional/api/using_plugin/test_crud_repos.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/functional/api/using_plugin/test_distributions.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/functional/api/using_plugin/test_filesystemexport.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/functional/api/using_plugin/test_labels.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/functional/api/using_plugin/test_migrate.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/functional/api/using_plugin/test_orphans.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/functional/api/using_plugin/test_pagination.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/functional/api/using_plugin/test_prn.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/functional/api/using_plugin/test_proxy.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/functional/api/using_plugin/test_pulpimport.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/functional/api/using_plugin/test_reclaim_disk_space.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/functional/api/using_plugin/test_repair.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/functional/api/using_plugin/test_repo_versions.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/functional/api/using_plugin/test_tasks.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/functional/api/using_plugin/test_unlinking_repo.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/functional/assets/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/functional/content_with_coverage.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/functional/utils.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/performance/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/performance/test_performance.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/unit/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/unit/conftest.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/unit/content/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/unit/content/test_handler.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/unit/content/test_heartbeat.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/unit/download/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/unit/download/test_downloader_base.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/unit/download/test_downloader_factory.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/unit/metrics/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/unit/metrics/conftest.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/unit/metrics/test_aiohttp_instrumentation.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/unit/metrics/test_django_instrumentation.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/unit/migration/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/unit/models/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/unit/models/test_base.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/unit/models/test_content.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/unit/models/test_remote.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/unit/models/test_repository.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/unit/models/test_task.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/unit/roles/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/unit/roles/test_roles.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/unit/serializers/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/unit/serializers/test_base.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/unit/serializers/test_domain.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/unit/serializers/test_fields.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/unit/serializers/test_orphans_cleanup.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/unit/serializers/test_pulpexport.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/unit/serializers/test_repository.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/unit/serializers/test_user.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/unit/stages/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/unit/stages/test_artifactdownloader.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/unit/stages/test_stages.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/unit/test_cache.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/unit/test_chunked_file.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/unit/test_content_guard.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/unit/test_files.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/unit/test_import_checks.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/unit/test_pulp_urls.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/unit/test_settings.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/unit/test_util.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/unit/test_viewsets.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/unit/test_vulnerability_report.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/unit/viewsets/__init__.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore/tests/unit/viewsets/test_viewset_base.py +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore.egg-info/SOURCES.txt +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore.egg-info/dependency_links.txt +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore.egg-info/entry_points.txt +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/pulpcore.egg-info/top_level.txt +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/setup.cfg +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/test_requirements.txt +0 -0
- {pulpcore-3.91.1 → pulpcore-3.92.0}/unittest_requirements.txt +0 -0
|
@@ -8,6 +8,38 @@
|
|
|
8
8
|
|
|
9
9
|
[//]: # (towncrier release notes start)
|
|
10
10
|
|
|
11
|
+
## 3.92.0 (2025-10-28) {: #3.92.0 }
|
|
12
|
+
|
|
13
|
+
### REST API {: #3.92.0-rest-api }
|
|
14
|
+
|
|
15
|
+
#### Features {: #3.92.0-rest-api-feature }
|
|
16
|
+
|
|
17
|
+
- Add MAX_CONCURRENT_CONTENT as a global setting.
|
|
18
|
+
During sync, this setting will be used to determine the size of batch of
|
|
19
|
+
content being processed in one go. Default value is 200.
|
|
20
|
+
[#7024](https://github.com/pulp/pulpcore/issues/7024)
|
|
21
|
+
|
|
22
|
+
#### Bugfixes {: #3.92.0-rest-api-bugfix }
|
|
23
|
+
|
|
24
|
+
- Modified the error response ("AttributeError: This QueryDict instance is immutable") raised when a
|
|
25
|
+
file didn't upload properly or was incomplete.
|
|
26
|
+
[#6993](https://github.com/pulp/pulpcore/issues/6993)
|
|
27
|
+
- Fixed immediate tasks from the content app getting stuck in waiting.
|
|
28
|
+
|
|
29
|
+
### Plugin API {: #3.92.0-plugin-api }
|
|
30
|
+
|
|
31
|
+
No significant changes.
|
|
32
|
+
|
|
33
|
+
### Pulp File {: #3.92.0-pulp-file }
|
|
34
|
+
|
|
35
|
+
No significant changes.
|
|
36
|
+
|
|
37
|
+
### Pulp Cert Guard {: #3.92.0-pulp-cert-guard }
|
|
38
|
+
|
|
39
|
+
No significant changes.
|
|
40
|
+
|
|
41
|
+
---
|
|
42
|
+
|
|
11
43
|
## 3.91.1 (2025-10-07) {: #3.91.1 }
|
|
12
44
|
|
|
13
45
|
### REST API {: #3.91.1-rest-api }
|
|
@@ -62,6 +94,31 @@ No significant changes.
|
|
|
62
94
|
|
|
63
95
|
---
|
|
64
96
|
|
|
97
|
+
## 3.90.1 (2025-10-01) {: #3.90.1 }
|
|
98
|
+
|
|
99
|
+
### REST API {: #3.90.1-rest-api }
|
|
100
|
+
|
|
101
|
+
#### Bugfixes {: #3.90.1-rest-api-bugfix }
|
|
102
|
+
|
|
103
|
+
- Fix situations with a single worker per installation failing to unblock all tasks that come in quick succession.
|
|
104
|
+
[#6873](https://github.com/pulp/pulpcore/issues/6873)
|
|
105
|
+
- Fixed exception propagation in the pulp-content instrumentation middleware.
|
|
106
|
+
[#6925](https://github.com/pulp/pulpcore/issues/6925)
|
|
107
|
+
|
|
108
|
+
### Plugin API {: #3.90.1-plugin-api }
|
|
109
|
+
|
|
110
|
+
No significant changes.
|
|
111
|
+
|
|
112
|
+
### Pulp File {: #3.90.1-pulp-file }
|
|
113
|
+
|
|
114
|
+
No significant changes.
|
|
115
|
+
|
|
116
|
+
### Pulp Cert Guard {: #3.90.1-pulp-cert-guard }
|
|
117
|
+
|
|
118
|
+
No significant changes.
|
|
119
|
+
|
|
120
|
+
---
|
|
121
|
+
|
|
65
122
|
## 3.90.0 (2025-09-23) {: #3.90.0 }
|
|
66
123
|
|
|
67
124
|
### REST API {: #3.90.0-rest-api }
|
|
@@ -69,6 +126,7 @@ No significant changes.
|
|
|
69
126
|
#### Features {: #3.90.0-rest-api-feature }
|
|
70
127
|
|
|
71
128
|
- Modified the API so that updates do not dispatch a task if no change is needed.
|
|
129
|
+
Update responses can now respond with either 200 for an immediate result, or issue 202 for a dispatched task.
|
|
72
130
|
[#6896](https://github.com/pulp/pulpcore/issues/6896),
|
|
73
131
|
[#6897](https://github.com/pulp/pulpcore/issues/6897)
|
|
74
132
|
- Taught pulp-import-export to work in a domain-enabled environment.
|
|
@@ -84,7 +142,7 @@ No significant changes.
|
|
|
84
142
|
|
|
85
143
|
#### Misc {: #3.90.0-rest-api-misc }
|
|
86
144
|
|
|
87
|
-
-
|
|
145
|
+
-
|
|
88
146
|
|
|
89
147
|
### Plugin API {: #3.90.0-plugin-api }
|
|
90
148
|
|
|
@@ -100,6 +158,29 @@ No significant changes.
|
|
|
100
158
|
|
|
101
159
|
---
|
|
102
160
|
|
|
161
|
+
## 3.89.2 (2025-10-08) {: #3.89.2 }
|
|
162
|
+
|
|
163
|
+
### REST API {: #3.89.2-rest-api }
|
|
164
|
+
|
|
165
|
+
#### Bugfixes {: #3.89.2-rest-api-bugfix }
|
|
166
|
+
|
|
167
|
+
- Stop using the worker field on the task model in order to allow zero downtime upgrades.
|
|
168
|
+
[#6991](https://github.com/pulp/pulpcore/issues/6991)
|
|
169
|
+
|
|
170
|
+
### Plugin API {: #3.89.2-plugin-api }
|
|
171
|
+
|
|
172
|
+
No significant changes.
|
|
173
|
+
|
|
174
|
+
### Pulp File {: #3.89.2-pulp-file }
|
|
175
|
+
|
|
176
|
+
No significant changes.
|
|
177
|
+
|
|
178
|
+
### Pulp Cert Guard {: #3.89.2-pulp-cert-guard }
|
|
179
|
+
|
|
180
|
+
No significant changes.
|
|
181
|
+
|
|
182
|
+
---
|
|
183
|
+
|
|
103
184
|
## 3.89.1 (2025-09-18) {: #3.89.1 }
|
|
104
185
|
|
|
105
186
|
### REST API {: #3.89.1-rest-api }
|
|
@@ -1041,6 +1122,29 @@ No significant changes.
|
|
|
1041
1122
|
|
|
1042
1123
|
---
|
|
1043
1124
|
|
|
1125
|
+
## 3.73.16 (2025-10-01) {: #3.73.16 }
|
|
1126
|
+
|
|
1127
|
+
### REST API {: #3.73.16-rest-api }
|
|
1128
|
+
|
|
1129
|
+
#### Bugfixes {: #3.73.16-rest-api-bugfix }
|
|
1130
|
+
|
|
1131
|
+
- Fixed exception propagation in the pulp-content instrumentation middleware.
|
|
1132
|
+
[#6925](https://github.com/pulp/pulpcore/issues/6925)
|
|
1133
|
+
|
|
1134
|
+
### Plugin API {: #3.73.16-plugin-api }
|
|
1135
|
+
|
|
1136
|
+
No significant changes.
|
|
1137
|
+
|
|
1138
|
+
### Pulp File {: #3.73.16-pulp-file }
|
|
1139
|
+
|
|
1140
|
+
No significant changes.
|
|
1141
|
+
|
|
1142
|
+
### Pulp Cert Guard {: #3.73.16-pulp-cert-guard }
|
|
1143
|
+
|
|
1144
|
+
No significant changes.
|
|
1145
|
+
|
|
1146
|
+
---
|
|
1147
|
+
|
|
1044
1148
|
## 3.73.15 (2025-09-09) {: #3.73.15 }
|
|
1045
1149
|
|
|
1046
1150
|
### REST API {: #3.73.15-rest-api }
|
|
@@ -2079,6 +2183,29 @@ No significant changes.
|
|
|
2079
2183
|
|
|
2080
2184
|
---
|
|
2081
2185
|
|
|
2186
|
+
## 3.63.24 (2025-10-01) {: #3.63.24 }
|
|
2187
|
+
|
|
2188
|
+
### REST API {: #3.63.24-rest-api }
|
|
2189
|
+
|
|
2190
|
+
#### Bugfixes {: #3.63.24-rest-api-bugfix }
|
|
2191
|
+
|
|
2192
|
+
- Fixed task purge in case no access policy based permission framework is configured for Pulp.
|
|
2193
|
+
[#6380](https://github.com/pulp/pulpcore/issues/6380)
|
|
2194
|
+
|
|
2195
|
+
### Plugin API {: #3.63.24-plugin-api }
|
|
2196
|
+
|
|
2197
|
+
No significant changes.
|
|
2198
|
+
|
|
2199
|
+
### Pulp File {: #3.63.24-pulp-file }
|
|
2200
|
+
|
|
2201
|
+
No significant changes.
|
|
2202
|
+
|
|
2203
|
+
### Pulp Cert Guard {: #3.63.24-pulp-cert-guard }
|
|
2204
|
+
|
|
2205
|
+
No significant changes.
|
|
2206
|
+
|
|
2207
|
+
---
|
|
2208
|
+
|
|
2082
2209
|
## 3.63.23 (2025-09-09) {: #3.63.23 }
|
|
2083
2210
|
|
|
2084
2211
|
### REST API {: #3.63.23-rest-api }
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pulpcore
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.92.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
|
|
@@ -20,8 +20,8 @@ Requires-Python: >=3.11
|
|
|
20
20
|
Description-Content-Type: text/markdown
|
|
21
21
|
License-File: LICENSE
|
|
22
22
|
Requires-Dist: aiodns<3.6,>=3.3.0
|
|
23
|
-
Requires-Dist: aiofiles<=
|
|
24
|
-
Requires-Dist: aiohttp<3.
|
|
23
|
+
Requires-Dist: aiofiles<=25.1.0,>=22.1
|
|
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.3,>=8.1.0
|
|
@@ -42,9 +42,9 @@ Requires-Dist: jinja2<=3.1.6,>=3.1
|
|
|
42
42
|
Requires-Dist: json_stream<2.4,>=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.39,>=1.27.0
|
|
46
|
+
Requires-Dist: opentelemetry-sdk<1.39,>=1.27.0
|
|
47
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http<1.39,>=1.27.0
|
|
48
48
|
Requires-Dist: protobuf<7.0,>=4.21.1
|
|
49
49
|
Requires-Dist: pulp-glue<0.37,>=0.28.0
|
|
50
50
|
Requires-Dist: pygtrie<=2.5.0,>=2.5
|
|
@@ -52,12 +52,12 @@ Requires-Dist: psycopg[binary]<3.3,>=3.1.8
|
|
|
52
52
|
Requires-Dist: pyparsing<3.3,>=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
|
-
Requires-Dist: redis<
|
|
55
|
+
Requires-Dist: redis<7.1,>=4.3.0
|
|
56
56
|
Requires-Dist: tablib<3.6,>=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
|
|
60
|
-
Requires-Dist: yarl<1.
|
|
60
|
+
Requires-Dist: yarl<1.23,>=1.9.1
|
|
61
61
|
Provides-Extra: sftp
|
|
62
62
|
Requires-Dist: django-storages[sftp]==1.14.6; extra == "sftp"
|
|
63
63
|
Provides-Extra: s3
|
|
@@ -70,12 +70,12 @@ 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.13.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"
|
|
77
77
|
Provides-Extra: uvloop
|
|
78
|
-
Requires-Dist: uvloop<0.
|
|
78
|
+
Requires-Dist: uvloop<0.23,>=0.20; extra == "uvloop"
|
|
79
79
|
Dynamic: license-file
|
|
80
80
|
|
|
81
81
|
|
{pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_file/tests/functional/api/test_crud_content_unit.py
RENAMED
|
@@ -347,7 +347,7 @@ def test_reupload_damaged_artifact_chunked(
|
|
|
347
347
|
pulpcore_bindings.UploadsApi.update(
|
|
348
348
|
upload_href=upload.pulp_href,
|
|
349
349
|
file=str(file_path),
|
|
350
|
-
content_range=f"bytes 0-{iso_attrs['size']-1}/{iso_attrs['size']}",
|
|
350
|
+
content_range=f"bytes 0-{iso_attrs['size'] - 1}/{iso_attrs['size']}",
|
|
351
351
|
)
|
|
352
352
|
response = file_bindings.ContentFilesApi.create(upload=upload.pulp_href, relative_path="1.iso")
|
|
353
353
|
monitor_task(response.task)
|
|
@@ -361,7 +361,7 @@ def test_reupload_damaged_artifact_chunked(
|
|
|
361
361
|
pulpcore_bindings.UploadsApi.update(
|
|
362
362
|
upload_href=upload.pulp_href,
|
|
363
363
|
file=str(file_path),
|
|
364
|
-
content_range=f"bytes 0-{iso_attrs['size']-1}/{iso_attrs['size']}",
|
|
364
|
+
content_range=f"bytes 0-{iso_attrs['size'] - 1}/{iso_attrs['size']}",
|
|
365
365
|
)
|
|
366
366
|
response = file_bindings.ContentFilesApi.create(upload=upload.pulp_href, relative_path="1.iso")
|
|
367
367
|
monitor_task(response.task)
|
|
@@ -600,23 +600,25 @@ class Content(MasterModel, QueryMixin):
|
|
|
600
600
|
instead return a tuple of the unsaved content instance and a dictionary of the content's
|
|
601
601
|
artifacts by their relative paths.
|
|
602
602
|
|
|
603
|
-
|
|
604
|
-
|
|
603
|
+
Example:
|
|
604
|
+
```python
|
|
605
605
|
if path.isabs(relative_path):
|
|
606
606
|
raise ValueError(_("Relative path can't start with '/'."))
|
|
607
607
|
return FileContent(relative_path=relative_path, digest=artifact.sha256)
|
|
608
|
+
```
|
|
608
609
|
|
|
609
610
|
Args:
|
|
610
|
-
artifact
|
|
611
|
-
relative_path
|
|
611
|
+
artifact: An instance of an [pulpcore.plugin.models.Artifact][].
|
|
612
|
+
relative_path: Relative path for the content
|
|
612
613
|
|
|
613
614
|
Raises:
|
|
614
615
|
ValueError: If relative_path starts with a '/'.
|
|
615
616
|
|
|
616
617
|
Returns:
|
|
617
|
-
An un-saved instance of [pulpcore.plugin.models.Content][] sub-class.
|
|
618
|
-
tuple of an un-saved instance of
|
|
619
|
-
|
|
618
|
+
Content: An un-saved instance of [pulpcore.plugin.models.Content][] sub-class.
|
|
619
|
+
ContentAndArtifacts: A tuple of an un-saved instance of
|
|
620
|
+
[pulpcore.plugin.models.Content][] and a
|
|
621
|
+
`dict[relative_path:str, Optional[artifact:pulpcore.plugin.models.Artifact]]`
|
|
620
622
|
"""
|
|
621
623
|
raise NotImplementedError()
|
|
622
624
|
|
|
@@ -381,6 +381,8 @@ HIDE_GUARDED_DISTRIBUTIONS = False
|
|
|
381
381
|
|
|
382
382
|
DOMAIN_ENABLED = False
|
|
383
383
|
|
|
384
|
+
MAX_CONCURRENT_CONTENT = 200
|
|
385
|
+
|
|
384
386
|
SHELL_PLUS_IMPORTS = [
|
|
385
387
|
"from pulpcore.app.util import get_domain, get_domain_pk, set_domain, get_url, extract_pk",
|
|
386
388
|
"from pulpcore.tasking.tasks import dispatch, cancel_task, wakeup_worker",
|
|
@@ -2,6 +2,8 @@ import asyncio
|
|
|
2
2
|
from collections import defaultdict
|
|
3
3
|
from gettext import gettext as _
|
|
4
4
|
import logging
|
|
5
|
+
from django.conf import settings
|
|
6
|
+
|
|
5
7
|
|
|
6
8
|
from aiofiles import os as aos
|
|
7
9
|
from asgiref.sync import sync_to_async
|
|
@@ -139,7 +141,7 @@ class GenericDownloader(Stage):
|
|
|
139
141
|
PROGRESS_REPORTING_MESSAGE = "Downloading"
|
|
140
142
|
PROGRESS_REPORTING_CODE = "sync.downloading"
|
|
141
143
|
|
|
142
|
-
def __init__(self, max_concurrent_content=
|
|
144
|
+
def __init__(self, max_concurrent_content=settings.MAX_CONCURRENT_CONTENT, *args, **kwargs):
|
|
143
145
|
super().__init__(*args, **kwargs)
|
|
144
146
|
self.max_concurrent_content = max_concurrent_content
|
|
145
147
|
|
|
@@ -235,12 +235,13 @@ def dispatch(
|
|
|
235
235
|
|
|
236
236
|
execute_now = immediate and not called_from_content_app()
|
|
237
237
|
assert deferred or immediate, "A task must be at least `deferred` or `immediate`."
|
|
238
|
-
send_wakeup_signal =
|
|
238
|
+
send_wakeup_signal = not execute_now
|
|
239
239
|
function_name = get_function_name(func)
|
|
240
240
|
versions = get_version(versions, function_name)
|
|
241
241
|
colliding_resources, resources = get_resources(exclusive_resources, shared_resources, immediate)
|
|
242
|
+
app_lock = None if not execute_now else AppStatus.objects.current() # Lazy evaluation...
|
|
242
243
|
task_payload = get_task_payload(
|
|
243
|
-
function_name, task_group, args, kwargs, resources, versions, immediate, deferred
|
|
244
|
+
function_name, task_group, args, kwargs, resources, versions, immediate, deferred, app_lock
|
|
244
245
|
)
|
|
245
246
|
task = Task.objects.create(**task_payload)
|
|
246
247
|
task.refresh_from_db() # The database will have assigned a timestamp for us.
|
|
@@ -278,9 +279,10 @@ async def adispatch(
|
|
|
278
279
|
function_name = get_function_name(func)
|
|
279
280
|
versions = get_version(versions, function_name)
|
|
280
281
|
colliding_resources, resources = get_resources(exclusive_resources, shared_resources, immediate)
|
|
281
|
-
send_wakeup_signal =
|
|
282
|
+
send_wakeup_signal = not execute_now
|
|
283
|
+
app_lock = None if not execute_now else AppStatus.objects.current() # Lazy evaluation...
|
|
282
284
|
task_payload = get_task_payload(
|
|
283
|
-
function_name, task_group, args, kwargs, resources, versions, immediate, deferred
|
|
285
|
+
function_name, task_group, args, kwargs, resources, versions, immediate, deferred, app_lock
|
|
284
286
|
)
|
|
285
287
|
task = await Task.objects.acreate(**task_payload)
|
|
286
288
|
await task.arefresh_from_db() # The database will have assigned a timestamp for us.
|
|
@@ -302,7 +304,7 @@ async def adispatch(
|
|
|
302
304
|
|
|
303
305
|
|
|
304
306
|
def get_task_payload(
|
|
305
|
-
function_name, task_group, args, kwargs, resources, versions, immediate, deferred
|
|
307
|
+
function_name, task_group, args, kwargs, resources, versions, immediate, deferred, app_lock
|
|
306
308
|
):
|
|
307
309
|
payload = {
|
|
308
310
|
"state": TASK_STATES.WAITING,
|
|
@@ -317,7 +319,7 @@ def get_task_payload(
|
|
|
317
319
|
"immediate": immediate,
|
|
318
320
|
"deferred": deferred,
|
|
319
321
|
"profile_options": x_task_diagnostics_var.get(None),
|
|
320
|
-
"app_lock":
|
|
322
|
+
"app_lock": app_lock,
|
|
321
323
|
}
|
|
322
324
|
return payload
|
|
323
325
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pulpcore
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.92.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
|
|
@@ -20,8 +20,8 @@ Requires-Python: >=3.11
|
|
|
20
20
|
Description-Content-Type: text/markdown
|
|
21
21
|
License-File: LICENSE
|
|
22
22
|
Requires-Dist: aiodns<3.6,>=3.3.0
|
|
23
|
-
Requires-Dist: aiofiles<=
|
|
24
|
-
Requires-Dist: aiohttp<3.
|
|
23
|
+
Requires-Dist: aiofiles<=25.1.0,>=22.1
|
|
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.3,>=8.1.0
|
|
@@ -42,9 +42,9 @@ Requires-Dist: jinja2<=3.1.6,>=3.1
|
|
|
42
42
|
Requires-Dist: json_stream<2.4,>=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.39,>=1.27.0
|
|
46
|
+
Requires-Dist: opentelemetry-sdk<1.39,>=1.27.0
|
|
47
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http<1.39,>=1.27.0
|
|
48
48
|
Requires-Dist: protobuf<7.0,>=4.21.1
|
|
49
49
|
Requires-Dist: pulp-glue<0.37,>=0.28.0
|
|
50
50
|
Requires-Dist: pygtrie<=2.5.0,>=2.5
|
|
@@ -52,12 +52,12 @@ Requires-Dist: psycopg[binary]<3.3,>=3.1.8
|
|
|
52
52
|
Requires-Dist: pyparsing<3.3,>=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
|
-
Requires-Dist: redis<
|
|
55
|
+
Requires-Dist: redis<7.1,>=4.3.0
|
|
56
56
|
Requires-Dist: tablib<3.6,>=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
|
|
60
|
-
Requires-Dist: yarl<1.
|
|
60
|
+
Requires-Dist: yarl<1.23,>=1.9.1
|
|
61
61
|
Provides-Extra: sftp
|
|
62
62
|
Requires-Dist: django-storages[sftp]==1.14.6; extra == "sftp"
|
|
63
63
|
Provides-Extra: s3
|
|
@@ -70,12 +70,12 @@ 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.13.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"
|
|
77
77
|
Provides-Extra: uvloop
|
|
78
|
-
Requires-Dist: uvloop<0.
|
|
78
|
+
Requires-Dist: uvloop<0.23,>=0.20; extra == "uvloop"
|
|
79
79
|
Dynamic: license-file
|
|
80
80
|
|
|
81
81
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
aiodns<3.6,>=3.3.0
|
|
2
|
-
aiofiles<=
|
|
3
|
-
aiohttp<3.
|
|
2
|
+
aiofiles<=25.1.0,>=22.1
|
|
3
|
+
aiohttp<3.14,>=3.8.3
|
|
4
4
|
asyncio-throttle<=1.0.2,>=1.0
|
|
5
5
|
backoff<2.3,>=2.1.2
|
|
6
6
|
click<8.3,>=8.1.0
|
|
@@ -21,9 +21,9 @@ jinja2<=3.1.6,>=3.1
|
|
|
21
21
|
json_stream<2.4,>=2.3.2
|
|
22
22
|
jq<1.11.0,>=1.6.0
|
|
23
23
|
PyOpenSSL<26.0
|
|
24
|
-
opentelemetry-api<1.
|
|
25
|
-
opentelemetry-sdk<1.
|
|
26
|
-
opentelemetry-exporter-otlp-proto-http<1.
|
|
24
|
+
opentelemetry-api<1.39,>=1.27.0
|
|
25
|
+
opentelemetry-sdk<1.39,>=1.27.0
|
|
26
|
+
opentelemetry-exporter-otlp-proto-http<1.39,>=1.27.0
|
|
27
27
|
protobuf<7.0,>=4.21.1
|
|
28
28
|
pulp-glue<0.37,>=0.28.0
|
|
29
29
|
pygtrie<=2.5.0,>=2.5
|
|
@@ -31,12 +31,12 @@ psycopg[binary]<3.3,>=3.1.8
|
|
|
31
31
|
pyparsing<3.3,>=3.1.0
|
|
32
32
|
python-gnupg<0.6,>=0.5.0
|
|
33
33
|
PyYAML<6.1,>=5.1.1
|
|
34
|
-
redis<
|
|
34
|
+
redis<7.1,>=4.3.0
|
|
35
35
|
tablib<3.6,>=3.5.0
|
|
36
36
|
url-normalize<2.3,>=1.4.3
|
|
37
37
|
uuid6<=2025.0.1,>=2023.5.2
|
|
38
38
|
whitenoise<6.12.0,>=5.0
|
|
39
|
-
yarl<1.
|
|
39
|
+
yarl<1.23,>=1.9.1
|
|
40
40
|
|
|
41
41
|
[azure]
|
|
42
42
|
django-storages[azure]==1.14.6
|
|
@@ -50,7 +50,7 @@ django-storages[google]==1.14.6
|
|
|
50
50
|
|
|
51
51
|
[kafka]
|
|
52
52
|
cloudevents==1.11.0
|
|
53
|
-
confluent-kafka<2.
|
|
53
|
+
confluent-kafka<2.13.0,>=2.4.0
|
|
54
54
|
|
|
55
55
|
[prometheus]
|
|
56
56
|
django-prometheus
|
|
@@ -62,4 +62,4 @@ django-storages[boto3]==1.14.6
|
|
|
62
62
|
django-storages[sftp]==1.14.6
|
|
63
63
|
|
|
64
64
|
[uvloop]
|
|
65
|
-
uvloop<0.
|
|
65
|
+
uvloop<0.23,>=0.20
|
|
@@ -7,7 +7,7 @@ build-backend = 'setuptools.build_meta'
|
|
|
7
7
|
|
|
8
8
|
[project]
|
|
9
9
|
name = "pulpcore"
|
|
10
|
-
version = "3.
|
|
10
|
+
version = "3.92.0"
|
|
11
11
|
description = "Pulp Django Application and Related Modules"
|
|
12
12
|
readme = "README.md"
|
|
13
13
|
authors = [
|
|
@@ -26,8 +26,8 @@ classifiers=[
|
|
|
26
26
|
requires-python = ">=3.11"
|
|
27
27
|
dependencies = [
|
|
28
28
|
"aiodns>=3.3.0,<3.6", # Looks like only bugfixes in z-Stream.
|
|
29
|
-
"aiofiles>=22.1,<=
|
|
30
|
-
"aiohttp>=3.8.3,<3.
|
|
29
|
+
"aiofiles>=22.1,<=25.1.0", # Uses sort of CalVer, luckily not released often https://github.com/Tinche/aiofiles/issues/144 .
|
|
30
|
+
"aiohttp>=3.8.3,<3.14", # SemVer https://docs.aiohttp.org/en/stable/faq.html#what-is-the-api-stability-and-deprecation-policy .
|
|
31
31
|
"asyncio-throttle>=1.0,<=1.0.2", # Unsure about versioning, but not released often anyway.
|
|
32
32
|
"backoff>=2.1.2,<2.3", # Looks like only bugfixes in z-Stream.
|
|
33
33
|
"click>=8.1.0,<8.3", # Uses milestone.feature.fix https://palletsprojects.com/versions .
|
|
@@ -48,9 +48,9 @@ dependencies = [
|
|
|
48
48
|
"json_stream>=2.3.2,<2.4",
|
|
49
49
|
"jq>=1.6.0,<1.11.0",
|
|
50
50
|
"PyOpenSSL<26.0",
|
|
51
|
-
"opentelemetry-api>=1.27.0,<1.
|
|
52
|
-
"opentelemetry-sdk>=1.27.0,<1.
|
|
53
|
-
"opentelemetry-exporter-otlp-proto-http>=1.27.0,<1.
|
|
51
|
+
"opentelemetry-api>=1.27.0,<1.39",
|
|
52
|
+
"opentelemetry-sdk>=1.27.0,<1.39",
|
|
53
|
+
"opentelemetry-exporter-otlp-proto-http>=1.27.0,<1.39",
|
|
54
54
|
"protobuf>=4.21.1,<7.0",
|
|
55
55
|
"pulp-glue>=0.28.0,<0.37",
|
|
56
56
|
"pygtrie>=2.5,<=2.5.0",
|
|
@@ -58,12 +58,12 @@ dependencies = [
|
|
|
58
58
|
"pyparsing>=3.1.0,<3.3", # Looks like only bugfixes in z-Stream.
|
|
59
59
|
"python-gnupg>=0.5.0,<0.6", # Looks like only bugfixes in z-Stream [changelog only in git]
|
|
60
60
|
"PyYAML>=5.1.1,<6.1", # Looks like only bugfixes in z-Stream.
|
|
61
|
-
"redis>=4.3.0,<
|
|
61
|
+
"redis>=4.3.0,<7.1", # Looks like only bugfixes in z-Stream.
|
|
62
62
|
"tablib>=3.5.0,<3.6", # 3.6.0 breaks with import export. Not sure about semver.
|
|
63
63
|
"url-normalize>=1.4.3,<2.3", # SemVer. https://github.com/niksite/url-normalize/blob/master/CHANGELOG.md#changelog
|
|
64
64
|
"uuid6>=2023.5.2,<=2025.0.1",
|
|
65
65
|
"whitenoise>=5.0,<6.12.0",
|
|
66
|
-
"yarl>=1.9.1,<1.
|
|
66
|
+
"yarl>=1.9.1,<1.23", # Seems to follow SemVer https://yarl.aio-libs.org/en/latest/contributing/release_guide/#pre-release-activities .
|
|
67
67
|
]
|
|
68
68
|
|
|
69
69
|
[project.optional-dependencies]
|
|
@@ -75,10 +75,10 @@ prometheus = ["django-prometheus"]
|
|
|
75
75
|
kafka = [
|
|
76
76
|
# Pinned because project warns "things might (and will) break with every update"
|
|
77
77
|
"cloudevents==1.11.0",
|
|
78
|
-
"confluent-kafka>=2.4.0,<2.
|
|
78
|
+
"confluent-kafka>=2.4.0,<2.13.0",
|
|
79
79
|
]
|
|
80
80
|
diagnostics = ["pyinstrument~=5.0", "memray~=1.17"]
|
|
81
|
-
uvloop = ["uvloop>=0.20,<0.
|
|
81
|
+
uvloop = ["uvloop>=0.20,<0.23"]
|
|
82
82
|
|
|
83
83
|
[project.urls]
|
|
84
84
|
Homepage = "https://pulpproject.org"
|
|
@@ -204,7 +204,7 @@ ignore = [
|
|
|
204
204
|
[tool.bumpversion]
|
|
205
205
|
# This section is managed by the plugin template. Do not edit manually.
|
|
206
206
|
|
|
207
|
-
current_version = "3.
|
|
207
|
+
current_version = "3.92.0"
|
|
208
208
|
commit = false
|
|
209
209
|
tag = false
|
|
210
210
|
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<alpha>0a)?(?P<patch>\\d+)(\\.(?P<release>[a-z]+))?"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_certguard/tests/functional/api/test_rhsm_certguard.py
RENAMED
|
File without changes
|
{pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_certguard/tests/functional/api/test_x509_certguard.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulpcore-3.91.1 → pulpcore-3.92.0}/pulp_certguard/tests/functional/artifacts/rhsm/uber.cert
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|