From ec478fc8d03495e810c1630a6dc19661725771be Mon Sep 17 00:00:00 2001 From: pulpbot Date: Tue, 6 Jan 2026 16:29:32 +0000 Subject: [PATCH] Bump minor version --- .github/workflows/update_ci.yml | 14 +++++++------- CHANGES/+provenance-filter.bugfix | 2 -- CHANGES/+pulpcore_3_100.feature | 1 - CHANGES/1042.bugfix | 1 - CHANGES/1047.feature | 1 - pulp_python/app/__init__.py | 2 +- pyproject.toml | 4 ++-- template_config.yml | 2 +- 8 files changed, 11 insertions(+), 16 deletions(-) delete mode 100644 CHANGES/+provenance-filter.bugfix delete mode 100644 CHANGES/+pulpcore_3_100.feature delete mode 100644 CHANGES/1042.bugfix delete mode 100644 CHANGES/1047.feature diff --git a/.github/workflows/update_ci.yml b/.github/workflows/update_ci.yml index c93350cd..94654cbb 100644 --- a/.github/workflows/update_ci.yml +++ b/.github/workflows/update_ci.yml @@ -171,7 +171,7 @@ jobs: with: fetch-depth: 0 path: "pulp_python" - ref: "3.22" + ref: "3.23" - name: "Run update" working-directory: "pulp_python" @@ -180,21 +180,21 @@ jobs: - name: "Create Pull Request for CI files" uses: "peter-evans/create-pull-request@v6" - id: "create_pr_3_22" + id: "create_pr_3_23" with: token: "${{ secrets.RELEASE_TOKEN }}" path: "pulp_python" committer: "pulpbot " author: "pulpbot " - title: "Update CI files for branch 3.22" - branch: "update-ci/3.22" - base: "3.22" + title: "Update CI files for branch 3.23" + branch: "update-ci/3.23" + base: "3.23" delete-branch: true - name: "Mark PR automerge" working-directory: "pulp_python" run: | - gh pr merge --rebase --auto "${{ steps.create_pr_3_22.outputs.pull-request-number }}" - if: "steps.create_pr_3_22.outputs.pull-request-number" + gh pr merge --rebase --auto "${{ steps.create_pr_3_23.outputs.pull-request-number }}" + if: "steps.create_pr_3_23.outputs.pull-request-number" env: GH_TOKEN: "${{ secrets.RELEASE_TOKEN }}" continue-on-error: true diff --git a/CHANGES/+provenance-filter.bugfix b/CHANGES/+provenance-filter.bugfix deleted file mode 100644 index 4ca8c762..00000000 --- a/CHANGES/+provenance-filter.bugfix +++ /dev/null @@ -1,2 +0,0 @@ -Added missing Provenance content `package` and `sha256` filters. - diff --git a/CHANGES/+pulpcore_3_100.feature b/CHANGES/+pulpcore_3_100.feature deleted file mode 100644 index 0ae9a2ff..00000000 --- a/CHANGES/+pulpcore_3_100.feature +++ /dev/null @@ -1 +0,0 @@ -Bump pulpcore upperbound to <3.115. diff --git a/CHANGES/1042.bugfix b/CHANGES/1042.bugfix deleted file mode 100644 index af33b582..00000000 --- a/CHANGES/1042.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixed edge-case migration error in 0017_pythonpackagecontent_size. diff --git a/CHANGES/1047.feature b/CHANGES/1047.feature deleted file mode 100644 index a168158a..00000000 --- a/CHANGES/1047.feature +++ /dev/null @@ -1 +0,0 @@ -Added exposure of metadata file to Simple API (PEP 658) diff --git a/pulp_python/app/__init__.py b/pulp_python/app/__init__.py index dbf3cefd..5c61b640 100644 --- a/pulp_python/app/__init__.py +++ b/pulp_python/app/__init__.py @@ -10,7 +10,7 @@ class PulpPythonPluginAppConfig(PulpPluginAppConfig): name = "pulp_python.app" label = "python" - version = "3.23.0.dev" + version = "3.24.0.dev" python_package_name = "pulp-python" domain_compatible = True diff --git a/pyproject.toml b/pyproject.toml index 44bb14e9..37107873 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = 'setuptools.build_meta' [project] name = "pulp-python" -version = "3.23.0.dev" +version = "3.24.0.dev" description = "pulp-python plugin for the Pulp Project" readme = "README.md" authors = [ @@ -77,7 +77,7 @@ ignore = [ [tool.bumpversion] # This section is managed by the plugin template. Do not edit manually. -current_version = "3.23.0.dev" +current_version = "3.24.0.dev" commit = false tag = false parse = "(?P\\d+)\\.(?P\\d+)\\.(?P0a)?(?P\\d+)(\\.(?P[a-z]+))?" diff --git a/template_config.yml b/template_config.yml index d3468883..8f0ace8b 100644 --- a/template_config.yml +++ b/template_config.yml @@ -24,7 +24,7 @@ extra_files: [] flake8: true flake8_ignore: [] github_org: pulp -latest_release_branch: '3.22' +latest_release_branch: '3.23' lint_requirements: true os_required_packages: [] parallel_test_workers: 8