Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

py3-alembic: bump and fix automatic updates #38363

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 14 additions & 12 deletions py3-alembic.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
package:
name: py3-alembic
version: 1.11.3
epoch: 7
version: 1.14.0
epoch: 0
description: A database migration tool for SQLAlchemy.
copyright:
- license: MIT
dependencies:
provider-priority: 0

var-transforms:
- from: ${{package.version}}
match: \.
replace: _
to: mangled-package-version

vars:
pypi-package: alembic
import: alembic
Expand All @@ -35,7 +29,7 @@ pipeline:
- uses: git-checkout
with:
repository: https://github.com/sqlalchemy/alembic
expected-commit: 47850ab7dbc88905db8abf7abab6a48699d4a50a
expected-commit: 0c70a0bb3f64aff5c6c729497f17b2bf63d882fa
tag: rel_${{vars.mangled-package-version}}

subpackages:
Expand Down Expand Up @@ -109,8 +103,16 @@ test:
import ${{vars.import}}

update:
enabled: false
manual: true
exclude-reason: This requires manual updates because of the strange tagging scheme.
enabled: true
version-transform:
- match: rel_(\d+)_(\d+)_(\d+)
replace: $1.$2.$3
github:
identifier: sqlalchemy/alembic
tag-filter: rel_

var-transforms:
- from: ${{package.version}}
match: \.
replace: _
to: mangled-package-version