Skip to content

Releases: abrisco/rules_pyo3

0.0.7

17 Dec 23:25
87cc41f
Compare
Choose a tag to compare

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

Full Changelog: 0.0.6...0.0.7

0.0.6

13 Sep 00:36
1b5108b
Compare
Choose a tag to compare

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

13 Sep 00:06
5460618
Compare
Choose a tag to compare

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

12 Sep 15:16
08c0fa0
Compare
Choose a tag to compare

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

Full Changelog: 0.0.3...0.0.4

0.0.3

11 Sep 01:41
e30c27c
Compare
Choose a tag to compare

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

31 Aug 20:05
370d3ac
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: 0.0.1...0.0.2

0.0.1

31 Aug 04:09
Compare
Choose a tag to compare

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