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: aaf632bdbb70
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: af1cb9f1b5c1
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Apr 5, 2020

  1. python3Packages.cryptography: 2.8 -> 2.9

    Backwards incompatible changes:
    - Support for Python 3.4 has been removed due to low usage and
      maintenance burden.
    - Support for OpenSSL 1.0.1 has been removed. Users on older version of
      OpenSSL will need to upgrade.
    - Support for LibreSSL 2.6.x has been removed.
    - Reversed the order in which rfc4514_string() returns the RDNs as
      required by RFC 4514.
    
    Note: The first three changes should have no impact on Nixpkgs as we
    already removed Python 3.4 and OpenSSL 1.0.1. Additionally we don't
    support LibreSSL for this package.
    primeos authored and FRidh committed Apr 5, 2020
    Copy the full SHA
    af1cb9f View commit details
    Browse the repository at this point in the history