Skip to content

0.2

Compare
Choose a tag to compare
@jvolkman jvolkman released this 16 Oct 22:28
· 181 commits to main since this release
http_archive(
    name = "jvolkman_rules_pycross",
    url = "https://github.com/jvolkman/rules_pycross/archive/refs/tags/v0.2.tar.gz",
    sha256 = "5b51cfa4890d6de29b6a0976248e8139f69354bf29924308093a039d93ab630f",
    strip_prefix = "rules_pycross-0.2",
)

load("@jvolkman_rules_pycross//pycross:repositories.bzl", "rules_pycross_dependencies")
rules_pycross_dependencies()

# Or, if you're using a hermetic toolchain:
#   rules_pycross_dependencies(python_interpreter_target = interpreter)

What's Changed

  • Fix leaking PYVENV_LAUNCHER by @jvolkman in #23
  • Experimental wheel cross-compilation by @jvolkman in #24
  • Introduce absl-py and use flag files by @jvolkman in #25
  • Support a newer version of poetry, and downgrade the import usage to … by @ianoc in #27
  • dev/absolutize flags by @jvolkman in #28
  • fix: normalize package-name from pdm-lockfile by @betaboon in #29
  • feat: add dont-edit comment to lockfile by @betaboon in #38
  • Don't fail when no wheel/sdist is available for a platform by @jvolkman in #31
  • make pdm support compatible with pdm 2.8 by @betaboon in #40

New Contributors

  • @ianoc made their first contribution in #27

Full Changelog: 0.1...v0.2