8000 Tags · dws/rules_python · GitHub
[go: up one dir, main page]

Skip to content

Tags: dws/rules_python

Tags

1.3.0

Toggle 1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update bcr metadata files to specify bazel-contrib (bazel-cont…

…rib#2686)

BCR presubmits require that the list of repositories match where
downloads come from

Along the way, also update the URL homepages to bazel-contrib and change
the email
to my personal instead of work email.

1.3.0-rc1

Toggle 1.3.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update bcr metadata files to specify bazel-contrib (bazel-cont…

…rib#2686)

BCR presubmits require that the list of repositories match where
downloads come from

Along the way, also update the URL homepages to bazel-contrib and change
the email
to my personal instead of work email.

1.2.0

Toggle 1.2.0's commit message
refactor: cleanup now-unreferenced proto toolchain type (bazel-contri…

…b#2620)

Follow-up to bazel-contrib#2604, fixes a breaking change in v1.2.0-rc0

Note that this toolchain_type became unused in that PR. We leave behind
an alias to make this a non-breaking change.

Verified in a downstream repo that requires the toolchain_type to
register pre-built `protoc`:
https://github.com/aspect-build/toolchains_protoc/pull/50/files

---------

Co-authored-by: Richard Levasseur <rlevasseur@google.com>
(cherry picked from commit f9779ee)

1.2.0-rc1

Toggle 1.2.0-rc1's commit message
refactor: cleanup now-unreferenced proto toolchain type (bazel-contri…

…b#2620)

Follow-up to bazel-contrib#2604, fixes a breaking change in v1.2.0-rc0

Note that this toolchain_type became unused in that PR. We leave behind
an alias to make this a non-breaking change.

Verified in a downstream repo that requires the toolchain_type to
register pre-built `protoc`:
https://github.com/aspect-build/toolchains_protoc/pull/50/files

---------

Co-authored-by: Richard Levasseur <rlevasseur@google.com>
(cherry picked from commit f9779ee)

1.2.0-rc0

Toggle 1.2.0-rc0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: updates for 1.2.0 release (bazel-contrib#2611)

Update changelog and VERSION_NEXT markers

1.1.0

Toggle 1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(pypi): include pyi files in data attribute (bazel-contrib#2558)

Restore the previous behavior of pyi files being included in data. This
is because
certain packages (librosa, at least) expect the pyi files to be
available at runtime.

1.1.0-rc1

Toggle 1.1.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(pypi): include pyi files in data attribute (bazel-contrib#2558)

Restore the previous behavior of pyi files being included in data. This
is because
certain packages (librosa, at least) expect the pyi files to be
available at runtime.

1.1.0-rc0

Toggle 1.1.0-rc0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update release check to ignore VERSION_NEXT substring in CONTR…

…IBUTING.md (bazel-contrib#2553)

Otherwise the release action fails, thinking there are version markers.

1.0.0

Toggle 1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump the changelog to 1.0 (bazel-contrib#2470)

Fixes bazel-contrib#1361
Closes bazel-contrib#2459 as won't do

---------

Co-authored-by: Richard Levasseur <richardlev@gmail.com>

1.0.0-rc2

Toggle 1.0.0-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: upgrade to rules_bazel_integration_test 0.27.0 for bazel 9 compa…

…tibility (bazel-contrib#2454)

The rules_bazel_integration_test rules had a missing load for sh_binary.
This is fixed
in release 0.27.0.
0