Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 0b875aa17373
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 05f6de94cf6c
Choose a head ref
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on Oct 28, 2020

  1. python3Packages.setuptools-rust: init at 0.11.3

    danieldk authored and Jonathan Ringer committed Oct 28, 2020
    Copy the full SHA
    93b3fa6 View commit details
    Browse the repository at this point in the history
  2. python3Packages.tokenizers: 0.8.1 -> 0.9.2

    Changelog:
    
    https://github.com/huggingface/tokenizers/releases/tag/python-v0.9.0
    https://github.com/huggingface/tokenizers/releases/tag/python-v0.9.1
    https://github.com/huggingface/tokenizers/releases/tag/python-v0.9.2
    
    Changes in the derivation:
    
    * Tokenizers uses a newer version of pyo3 that does not require Rust
      nightly anymore. So, we do not have to use any cheat codes anymore.
    * Tokenizers is now a mixed Rust/Python project. The way it is set
      up does not work with Maturin, so switch to setuptools-rust instead.
    * Add additional data files needed for tests.
    * Use `pytestCheckHook`.
    danieldk authored and Jonathan Ringer committed Oct 28, 2020
    Copy the full SHA
    d2e918c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    05f6de9 View commit details
    Browse the repository at this point in the history