X Tutup
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: pythonthings/cryptography
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: pythonthings/cryptography
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.4.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 29 files changed
  • 6 contributors

Commits on Feb 7, 2021

  1. 3.4.1 fixes and changelog bump (pyca#5761)

    * Try to assist folks having issues with older pips (pyca#5757)
    
    * Try to assist folks having issues with older pips
    
    * Update setup.py
    
    * Update setup.py
    
    * fix import cycle with asymmetricpadding (pyca#5758)
    
    * fix import cycle with asymmetricpadding
    
    * Update src/cryptography/hazmat/primitives/_asymmetric.py
    
    * bump for 3.4.1
    
    Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
    reaperhulk and alex authored Feb 7, 2021
    Configuration menu
    Copy the full SHA
    ebde3be View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Interface: Make annotation check optional (pyca#5775) (pyca#5780)

    * Interface: Make annotation check optional
    
    Fixes: pyca#5774
    Signed-off-by: Christian Heimes <cheimes@redhat.com>
    
    * Use param.replace()
    
    Co-authored-by: Stanislav Levin <slev@altlinux.org>
    Signed-off-by: Christian Heimes <cheimes@redhat.com>
    
    Co-authored-by: Stanislav Levin <slev@altlinux.org>
    
    Co-authored-by: Stanislav Levin <slev@altlinux.org>
    tiran and stanislavlevin authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    e5b5c3d View commit details
    Browse the repository at this point in the history
  2. Remove setuptools_rust from install requirement (pyca#5779) (pyca#5781)

    * Remove setuptools_rust from install requirement
    
    setuptools_rust is only required for building cryptography.
    
    Fixes: pyca#5778
    Signed-off-by: Christian Heimes <cheimes@redhat.com>
    
    * sdist needs setuptools_rust
    
    Signed-off-by: Christian Heimes <cheimes@redhat.com>
    tiran authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    843ada6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a66e2b View commit details
    Browse the repository at this point in the history
  4. 3.4.2 changelog and version bump (pyca#5784)

    * 3.4.2 changelog and version bump
    
    * Update CHANGELOG.rst
    reaperhulk authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    74a3df4 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. [3.4] Specify an MSRV in setup.py (pyca#5789) (pyca#5790)

    * Specify an MSRV in setup.py (pyca#5789)
    
    * Changelog
    alex authored Feb 9, 2021
    Configuration menu
    Copy the full SHA
    0f40cb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86c9e4a View commit details
    Browse the repository at this point in the history
  3. 3.4.4 - backports, changelog, and version bumps (pyca#5803)

    * fixed a circular import error (due to type hints) (pyca#5800)
    
    fixes pyca#5794
    closes pyca#5795
    
    * Added a py.typed so mypy prefers us to typeshed (pyca#5802)
    
    closes pyca#5796
    
    * 3.4.4 changelog + version bump
    
    * Update CHANGELOG.rst
    
    Co-authored-by: Paul Kehrer <paul.l.kehrer@gmail.com>
    
    Co-authored-by: Paul Kehrer <paul.l.kehrer@gmail.com>
    alex and reaperhulk authored Feb 9, 2021
    Configuration menu
    Copy the full SHA
    4a3018e View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2021

  1. 3.4.5 backports and changelog/version bump (pyca#5827)

    * Bump pyo3 and lower MSRV (pyca#5823)
    
    * fix signature of EllipticCurvePublicKey.verify() (pyca#5808)
    
    The signature change was introduced in pyca#5729 but is inconsistent with respect to related methods, breaks backward compatibility and compatibility with the OpenSSL backend (and maybe other backends) when named arguments are used.
    
    * Name: update get_attributes_for_oid return type (pyca#5809)
    
    `List` gives more power to the caller.
    
    Note that `RelativeDistinguishedName`, the same function returns a `List`.
    
    Is there a reason this was `Iterable` only for `Name`? If we don't want to
    promise `List`, `Sequence` is another alternative.
    
    * Start typing a bunch of stuff from x509 extensions (pyca#5812)
    
    * part 2 of typing x509 extensions (pyca#5815)
    
    * 3.4.5 changelog and version bump
    
    * spelling
    
    * fix a false positive from the latest clippy (pyca#5813)
    
    Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
    Co-authored-by: Markus Wamser <wamserma@users.noreply.github.com>
    Co-authored-by: Dan Halperin <dhalperi@users.noreply.github.com>
    4 people authored Feb 13, 2021
    Configuration menu
    Copy the full SHA
    4d77fb9 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Release 346 (pyca#5840)

    * Update for branch name change (pyca#5838)
    
    * Changelog + version bump for 3.4.6
    alex authored Feb 16, 2021
    Configuration menu
    Copy the full SHA
    75b002a View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. Prep for 3.4.7 release (pyca#5933)

    * Prep for 3.4.7 release
    
    * don't use virtualenv in zuul wheel building either (pyca#5860)
    
    * don't use virtualenv in zuul wheel building either
    
    * we need wheel and not these other things
    
    * newer pip, also don't need six
    
    Co-authored-by: Paul Kehrer <paul.l.kehrer@gmail.com>
    alex and reaperhulk authored Mar 25, 2021
    Configuration menu
    Copy the full SHA
    a19014a View commit details
    Browse the repository at this point in the history
Loading
X Tutup