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: a0a16c799386
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 5634ef5d4718
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Mar 13, 2020

  1. python37Packages.starlette: 0.13.0 -> 0.12.9

     - Reverting the version of Starlette as FastAPI can not use anything
       greater than 0.12.12. FastAPI is Starlette's only dependent.
    
     - Use fetchurl instead of fetchPypi as this is now the preferred
       method. This also makes the tests pass and, thus, the build, which
       was failing.
    wd15 authored and Jon committed Mar 13, 2020
    Copy the full SHA
    ffebc62 View commit details
    Browse the repository at this point in the history
  2. python37Packages.fastapi: 0.45.0 -> 0.49.0

     - Add peewee to test environment as now required.
    
     - Remove pyproject.toml patching as no longer required.
    wd15 authored and Jon committed Mar 13, 2020
    Copy the full SHA
    5634ef5 View commit details
    Browse the repository at this point in the history