Releases: abrisco/rules_pyo3
0.0.7
0.0.7
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_pyo3",
integrity = "sha256-2S+pvwqljHwYz6xIeVQCgnVImxxV6pa7TboLJnG2DSY=",
urls = ["https://github.com/abrisco/rules_pyo3/releases/download/0.0.7/rules_pyo3-v0.0.7.tar.gz"],
)
Additional documentation can be found at: https://github.com/abrisco/rules_pyo3
What's Changed
- Added bzlmod support by @abrisco in #24
- Add data files from the rust library to pyo3 extensions by @abrisco in #25
- Release 0.0.7 by @abrisco in #26
Full Changelog: 0.0.6...0.0.7
0.0.6
0.0.6
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_pyo3",
integrity = "sha256-ObyBGmMiWQb9WYBnWX1RyXNssALyplEVD5iLbWLDOO4=",
urls = ["https://github.com/abrisco/rules_pyo3/releases/download/0.0.6/rules_pyo3-v0.0.6.tar.gz"],
)
Additional documentation can be found at: https://github.com/abrisco/rules_pyo3
What's Changed
Full Changelog: 0.0.5...0.0.6
0.0.5
0.0.5
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_pyo3",
integrity = "sha256-QOVWi4xC3nD7a8DsaTrqeROOnZ4NbRxhyy5kU05nmCA=",
urls = ["https://github.com/abrisco/rules_pyo3/releases/download/0.0.5/rules_pyo3-v0.0.5.tar.gz"],
)
Additional documentation can be found at: https://github.com/abrisco/rules_pyo3
What's Changed
Full Changelog: 0.0.4...0.0.5
0.0.4
0.0.4
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_pyo3",
integrity = "sha256-jTIZOEIp+Jo/hbxnXux6agtPJwVkdYpae9QcF/Fxprw=",
urls = ["https://github.com/abrisco/rules_pyo3/releases/download/0.0.4/rules_pyo3-v0.0.4.tar.gz"],
)
Additional documentation can be found at: https://github.com/abrisco/rules_pyo3
What's Changed
- Add missing 32bit value by @abrisco in #13
- Fix ability to cross-compile extension modules. by @abrisco in #14
- Release 0.0.4 by @abrisco in #15
Full Changelog: 0.0.3...0.0.4
0.0.3
0.0.3
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_pyo3",
integrity = "sha256-G7+VOjLs2x3bjSa6mZG1aiDcBNc6hoxZWyWqdd+aAFU=",
urls = ["https://github.com/abrisco/rules_pyo3/releases/download/0.0.3/rules_pyo3-v0.0.3.tar.gz"],
)
Additional documentation can be found at: https://github.com/abrisco/rules_pyo3
What's Changed
- Transition extensions to
--compilation_mode=opt
by default. by @abrisco in #9 - Bump rules_rust to v0.50.0 by @abrisco in #10
- Add additional 32bit platforms to
pointer_width
default value by @abrisco in #11 - Release 0.0.3 by @abrisco in #12
Full Changelog: 0.0.2...0.0.3
0.0.2
0.0.2
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_pyo3",
integrity = "sha256-IjKEq3KXGkMRE/RYz9u0DYzTyLKEYvc4Xr49rr7PYSM=",
urls = ["https://github.com/abrisco/rules_pyo3/releases/download/0.0.2/rules_pyo3-v0.0.2.tar.gz"],
)
Additional documentation can be found at: https://github.com/abrisco/rules_pyo3
What's Changed
- Added default parameters for
pyo3_toolchain
by @abrisco in #4 - Remove unnecessary dep on
pyo3-ffi
by @abrisco in #5 - Fix missing use of
Label()
by @abrisco in #6 - Release 0.0.2 by @abrisco in #7
- Fix release pipeline by @abrisco in #8
New Contributors
Full Changelog: 0.0.1...0.0.2
0.0.1
0.0.1
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_pyo3",
integrity = "sha256-QiWIJknJF8XQCjpZqIGMGK8BPVM8Vn0O63gs7WYv2Bk=",
urls = ["https://github.com/abrisco/rules_pyo3/releases/download/0.0.1/rules_pyo3-v0.0.1.tar.gz"],
)
Additional documentation can be found at: https://github.com/abrisco/rules_pyo3
Full Changelog: https://github.com/abrisco/rules_pyo3/commits/0.0.1