-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: pythonthings/cryptography
base: main
head repository: pythonthings/cryptography
compare: 3.4.x
- 11 commits
- 29 files changed
- 6 contributors
Commits on Feb 7, 2021
-
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>
Configuration menu - View commit details
-
Copy full SHA for ebde3be - Browse repository at this point
Copy the full SHA ebde3beView commit details
Commits on Feb 8, 2021
-
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>
Configuration menu - View commit details
-
Copy full SHA for e5b5c3d - Browse repository at this point
Copy the full SHA e5b5c3dView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 843ada6 - Browse repository at this point
Copy the full SHA 843ada6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a66e2b - Browse repository at this point
Copy the full SHA 4a66e2bView commit details -
3.4.2 changelog and version bump (pyca#5784)
* 3.4.2 changelog and version bump * Update CHANGELOG.rst
Configuration menu - View commit details
-
Copy full SHA for 74a3df4 - Browse repository at this point
Copy the full SHA 74a3df4View commit details
Commits on Feb 9, 2021
-
[3.4] Specify an MSRV in setup.py (pyca#5789) (pyca#5790)
* Specify an MSRV in setup.py (pyca#5789) * Changelog
Configuration menu - View commit details
-
Copy full SHA for 0f40cb3 - Browse repository at this point
Copy the full SHA 0f40cb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86c9e4a - Browse repository at this point
Copy the full SHA 86c9e4aView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 4a3018e - Browse repository at this point
Copy the full SHA 4a3018eView commit details
Commits on Feb 13, 2021
-
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>
Configuration menu - View commit details
-
Copy full SHA for 4d77fb9 - Browse repository at this point
Copy the full SHA 4d77fb9View commit details
Commits on Feb 16, 2021
-
* Update for branch name change (pyca#5838) * Changelog + version bump for 3.4.6
Configuration menu - View commit details
-
Copy full SHA for 75b002a - Browse repository at this point
Copy the full SHA 75b002aView commit details
Commits on Mar 25, 2021
-
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>
Configuration menu - View commit details
-
Copy full SHA for a19014a - Browse repository at this point
Copy the full SHA a19014aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...3.4.x