Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.2.1 #41

Merged
merged 15 commits into from
Jan 25, 2024
Merged

Release 1.2.1 #41

merged 15 commits into from
Jan 25, 2024

Commits on Feb 18, 2022

  1. There's a small chance this is all we need to enable appropriate inte…

    …rnal visibility to our rust and python dependencies
    daxpryce committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    2e43a8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc4081d View commit details
    Browse the repository at this point in the history
  3. It's only detecting maturin, not rust/cargo. I'm not sure specifying …

    …them both will work, but we'll see. I'm also afraid it's going to only look for Cargo lock files, not the source toml files themselves.
    daxpryce committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    3ac8b80 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d306946 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    771cb14 View commit details
    Browse the repository at this point in the history
  6. On the upside, in the pipeline editor in ADO, there's a validation fu…

    …nction, so I can always do my work there and know it's valid yaml first
    daxpryce committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    0f1da70 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Build with New Deps

    There's a [CVE](https://nvd.nist.gov/vuln/detail/CVE-2020-26235) out for the `time` crate, which `chrono` depends on. Our last build was so long ago that it was built using a version of `time` that had this issue.  
    
    In theory, merely making a new build will rectify this.
    
    In theory.
    daxpryce authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    5938619 View commit details
    Browse the repository at this point in the history
  2. Maturin updates

    Maturin no longer builds sdists by default and has dropped support for --no-sdist
    daxpryce authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    cffe014 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #36 from microsoft/chrono-update

    Build with New Deps
    daxpryce authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    5c11704 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Update metadata to include Python 3.11 (#38)

    * Update metadata to include Python 3.11
    
    * Add 3.11 to README
    bdpedigo authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    3eba7c4 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Minor fixes in packaging to make it compatible with maturin 1.4.0 (#39)

    * Build package with maturin 1.4.0
    
    * Loosen maturin version requirement
    
    * Remove pyo3 from install instructions in README
    
    * Remove empty package.metadata.maturin section
    
    * Fix the builds
    
    * Update action versions
    
    * Lock maturin to major version
    
    * Bump version of python package to 1.2.1
    
    * Add building src-dist in ubuntu build
    
    * Update build.yml
    
    Writing out the sha256 checksum for the sdist in `dist/`
    
    * Update README.md
    
    We should probably support 3.12 as well, since it's a final release. It *should* work, since we're specifically only targeting the broader python 3 abi with this. I should write some simple unit tests that run across the full matrix of python versions. That's a fix for me to do, though.
    
    * Update pyproject.toml
    
    3.12 support! We think!
    
    ---------
    
    Co-authored-by: Dax Pryce <[email protected]>
    johandahlberg and daxpryce authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    4a06a86 View commit details
    Browse the repository at this point in the history
  2. Update build.yml (#42)

    * Update build.yml
    
    * Update build.yml
    
    upload/download artifacts @ v2 behaved differently than @ v4. This should fix them, in theory.
    daxpryce authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    dd42eea View commit details
    Browse the repository at this point in the history
  3. Update build.yml

    I had set it to download the windows dist artifact twice and the macOS dist artifact got skipped.
    daxpryce authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    7da6ac0 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Update README.md

    We're technically supporting the entire python3 abi, not just specific versions
    daxpryce authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    a9ec4a2 View commit details
    Browse the repository at this point in the history
  2. Delete .devops directory

    We don't use this anymore
    daxpryce authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    800ff46 View commit details
    Browse the repository at this point in the history