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: d4ad35a600f7
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 0950324466d7
Choose a head ref
  • 3 commits
  • 19 files changed
  • 2 contributors

Commits on Mar 27, 2020

  1. scons: Switch to Python 3

    Reasons:
    
    Python 2.7 will EOL very soon [0]:
    DEPRECATION: Python 2.7 will reach the end of its life on January 1st,
    2020. Please upgrade your Python as Python 2.7 won't be maintained after
    that date. A future version of pip will drop support for Python 2.7.
    More details about Python 2 support in pip, can be found at
    https://pip.pypa.io/en/latest/development/release-process/#python-2-support
    
    SCons 4.0.0 will drop Python 2.7 Support [1]:
    https://raw.githubusercontent.com/SConsProject/scons/rel_3.1.2/src/CHANGES.txt
    
    [0]: From the SCons build output previous to this commit (i.e. with Python 2.7).
    [1]: https://raw.githubusercontent.com/SConsProject/scons/rel_3.1.2/src/CHANGES.txt
    primeos authored and Jon committed Mar 27, 2020
    Copy the full SHA
    4ca3740 View commit details
    Browse the repository at this point in the history
  2. bombono: fix build with scons/python3

    symphorien authored and Jon committed Mar 27, 2020
    Copy the full SHA
    e9aa2ef View commit details
    Browse the repository at this point in the history
  3. scons: Add passthru.py2 for backward compatibility

    Not all packages build with Python 3, see #75877. The goal is to get rid
    of Python 2 but this approach ensures a smoother transition.
    primeos authored and Jon committed Mar 27, 2020
    Copy the full SHA
    0950324 View commit details
    Browse the repository at this point in the history