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: amaranth-lang/amaranth
base: 995f3a147b49
Choose a base ref
...
head repository: amaranth-lang/amaranth
compare: c79caead33ff
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 2, 2020

  1. setup: bump pyvcd to ~=0.2.

    We don't use any of the deprecated functionality, and the added
    requirement of Python 3.6+ matches ours.
    
    Having a requirement for pyvcd ~=0.1.4 was actually the cause of
    the error I tried to fix in commit 6e1145e. It had nothing to do
    with Jinja2 (though it is definitely still good to have the tighter
    requirement on Jinja2); the cause of the error was that pip would
    install Jinja2, schedule installing markupsafe, install pyvcd 0.2.0
    and then choke on the pyvcd 0.1.4 requirement, which would prevent
    it from installing markupsafe &c. Why it does that is beyond me.
    whitequark committed Apr 2, 2020
    Copy the full SHA
    c79caea View commit details
    Browse the repository at this point in the history