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

Commits on Jul 22, 2020

  1. python3Packages.cryptography: 2.9.2 -> 3.0

    Backwards incompatible changes:
    - Removed support for passing an Extension instance to
      from_issuer_subject_key_identifier(), as per our deprecation policy.
    - Support for LibreSSL 2.7.x, 2.8.x, and 2.9.0 has been removed (2.9.1+
      is still supported).
    - Dropped support for macOS 10.9, macOS users must upgrade to 10.10 or
      newer.
    - RSA generate_private_key() no longer accepts public_exponent values
      except 65537 and 3 (the latter for legacy purposes).
    - X.509 certificate parsing now enforces that the version field contains
      a valid value, rather than deferring this check until version is
      accessed.
    
    Deprecations:
    - Deprecated support for Python 2. At the time there is no time table
      for actually dropping support, however we strongly encourage all users
      to upgrade their Python, as Python 2 no longer receives support from
      the Python core team.
    primeos authored and FRidh committed Jul 22, 2020
    Copy the full SHA
    434a011 View commit details
    Browse the repository at this point in the history