Skip to content

Tags: djrobstep/migra

Tags

3.0.1647431138

Toggle 3.0.1647431138's commit message
contrib guide

3.0.1647147445

Toggle 3.0.1647147445's commit message
fixbuild

3.0.1647147202

Toggle 3.0.1647147202's commit message
fixdeploy

3.0.1621480950

Toggle 3.0.1621480950's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix container image build (#178)

Fixes #177
Use python:3.9-alpine as base to reduce reliance on alpine maintainers
for python and remove already provided packages (python3, python3-dev,
ca-certificates).
Remove bash since there is already a shell provided and the
entrypoint-script is not using bash-exclusive syntax.
Change entrypoint-script's shebang from bash to sh & fix
array-to-string assignment see https://github.com/koalaman/shellcheck/wiki/SC2124

3.0.1616366383

Toggle 3.0.1616366383's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add build-system section to pyproject.toml (PEP-517) (#176)

According to this document <https://python-poetry.org/docs/pyproject/#poetry-and-pep-517> a `build-system` section is required in `pyproject.toml` file.

Lack of this section is part of the trouble discussed here: <https://discourse.nixos.org/t/preparing-a-nix-flake-for-a-python-program-migra-using-poetry/12030/1>

3.0.1615968929

Toggle 3.0.1615968929's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix wrong homepage address in pyproject.toml (#175)

The old address <https://migra.djrobstep.com/> gives 522 status. It's probably outdated.  I ran into this problem because the link is used on <https://pypi.org/project/migra/>.

3.0.1612089247

Toggle 3.0.1612089247's commit message
actually bump to 3 this time

2.0.1611806735

Toggle 2.0.1611806735's commit message
first py3 only release

2.0.1611797829

Toggle 2.0.1611797829's commit message
final py2 release

1.0.1611734957

Toggle 1.0.1611734957's commit message
commit lock file