copy yet unreleased code into project #200

Merged
cmo merged 1 commit from 5.6.0-alpha1 into master 2026-03-19 12:14:18 +00:00
Owner

This patch copies the code for apply_changeset
from the minilad branch of
https://hub.datalad.org/datalad/datalad-core.git
because the code was not yet released and is
used for the gitaudit-feature. This is necessary
to release this project to pypi because pypi does
not allow directy references in uploaded releases.

Once the minilad-branch is merged and released, the
local copy should be replaced with the proper import,
i.e., with:

from datalad_core.gitutils import apply_changeset

Until this happens, this project should be released
as alpha, i.e.: 5.6.0aX.

This patch copies the code for `apply_changeset` from the `minilad` branch of <https://hub.datalad.org/datalad/datalad-core.git> because the code was not yet released and is used for the `gitaudit`-feature. This is necessary to release this project to pypi because pypi does not allow directy references in uploaded releases. Once the minilad-branch is merged and released, the local copy should be replaced with the proper import, i.e., with: from datalad_core.gitutils import apply_changeset Until this happens, this project should be released as alpha, i.e.: 5.6.0aX.
copy yet unreleased code into project
All checks were successful
Test execution / Test-all (push) Successful in 2m12s
1e6a3ad7b1
This patch copies the code for `apply_changeset`
from the `minilad` branch of
<https://hub.datalad.org/datalad/datalad-core.git>
because the code was not yet released and is
used for the `gitaudit`-feature. This is necessary
to release this project to pypi because pypi does
not allow directy references in uploaded releases.

Once the minilad-branch is merged and released, the
local copy should be replaced with the proper import,
i.e., with:

	from datalad_core.gitutils import apply_changeset

Until this happens, this project should be released
as alpha, i.e.: 5.6.0aX.
cmo merged commit d1d063231c into master 2026-03-19 12:14:18 +00:00
cmo deleted branch 5.6.0-alpha1 2026-03-19 12:14:25 +00:00
Sign in to join this conversation.
No description provided.