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: 49dc0245c4a8
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: b00845938fbc
Choose a head ref
  • 18 commits
  • 17 files changed
  • 2 contributors

Commits on Aug 15, 2020

  1. Copy the full SHA
    a3f0b7b View commit details
    Browse the repository at this point in the history
  2. Revert "python: wsproto: 0.14.1 -> 0.15.0"

    This reverts commit 3dc390f.
    jonringer committed Aug 15, 2020
    Copy the full SHA
    6e18a2f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    70e2f08 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    613d8f1 View commit details
    Browse the repository at this point in the history
  5. python2Packages.bip_utils: disable python2

    ```
      Processing ./bip_utils-1.0.5-py2-none-any.whl
      ERROR: Package 'bip-utils' requires a different Python: 2.7.18 not in '>=3.6'
    ```
    jonringer committed Aug 15, 2020
    Copy the full SHA
    164d61f View commit details
    Browse the repository at this point in the history
  6. python2Packages.sphinxcontrib-applehelp: disable python2

    ```
      Processing ./sphinxcontrib_applehelp-1.0.2-py2.py3-none-any.whl
      ERROR: Package 'sphinxcontrib-applehelp' requires a different Python: 2.7.18 not in '>=3.5'
    ```
    jonringer committed Aug 15, 2020
    Copy the full SHA
    9b31b18 View commit details
    Browse the repository at this point in the history
  7. python2Packages.sphinxcontrib-htmlhelp: disable python2

    ```
      Processing ./sphinxcontrib_htmlhelp-1.0.3-py2.py3-none-any.whl
      ERROR: Package 'sphinxcontrib-htmlhelp' requires a different Python: 2.7.18 not in '>=3.5
    ```
    jonringer committed Aug 15, 2020
    Copy the full SHA
    1676e5e View commit details
    Browse the repository at this point in the history
  8. python2Packages.sphinxcontrib-serializinghtml: disable python2

    ```
      Processing ./sphinxcontrib_serializinghtml-1.1.4-py2.py3-none-any.whl
      ERROR: Package 'sphinxcontrib-serializinghtml' requires a different Python: 2.7.18 not in '>=3.5'
    ```
    jonringer committed Aug 15, 2020
    Copy the full SHA
    ae67ea4 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2020

  1. Copy the full SHA
    dcef181 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f9dadba View commit details
    Browse the repository at this point in the history
  3. python2Packages.pytest-testmon: disable python2

    ```
      Processing ./pytest_testmon-1.0.2-py2-none-any.whl
      ERROR: Package 'pytest-testmon' requires a different Python: 2.7.18 not in '>=3.6'
    ```
    jonringer committed Aug 16, 2020
    Copy the full SHA
    7f6d634 View commit details
    Browse the repository at this point in the history
  4. python2Packages.pyvcd: disable python2

    ```
      Processing ./pyvcd-0.2.3-py2.py3-none-any.whl
      ERROR: Package 'pyvcd' requires a different Python: 2.7.18 not in '>=3.6'
    ```
    jonringer committed Aug 16, 2020
    Copy the full SHA
    a627278 View commit details
    Browse the repository at this point in the history
  5. python2Packages.rq: disable python2

    ```
      Processing ./rq-1.4.3-py2.py3-none-any.whl
      ERROR: Package 'rq' requires a different Python: 2.7.18 not in '>=3.4'
    ```
    jonringer committed Aug 16, 2020
    Copy the full SHA
    a2ba14e View commit details
    Browse the repository at this point in the history
  6. pythonPackages.pytestquickcheck: mark broken

    ```
      WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7ffff642da90>: Failed to establish a new connection: [Errno -2] Name or service not known',)': /simple/pytest-codestyle/
      ERROR: Could not find a version that satisfies the requirement pytest-codestyle (from versions: none)
      ERROR: No matching distribution found for pytest-codestyle
    ```
    jonringer committed Aug 16, 2020
    Copy the full SHA
    be127b0 View commit details
    Browse the repository at this point in the history
  7. pythonPackages.mox3: disable python2

    ```
      Processing ./mox3-1.1.0-py2-none-any.whl
      ERROR: Package 'mox3' requires a different Python: 2.7.18 not in '>=3.6'
    ```
    jonringer committed Aug 16, 2020
    Copy the full SHA
    25abd3a View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    0cde253 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    dd235ef View commit details
    Browse the repository at this point in the history
  10. Merge pull request #95540 from jonringer/disable-many-py2

    pythonPackages.*: disable failing python2 builds
    FRidh committed Aug 16, 2020
    Copy the full SHA
    b008459 View commit details
    Browse the repository at this point in the history