summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Bump hypothesis from 6.68.1 to 6.68.2 (#8313)dependabot[bot]2023-02-171-1/+1
| | | | | | | | | | | | | | | Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.68.1 to 6.68.2. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.68.1...hypothesis-python-6.68.2) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump BoringSSL and/or OpenSSL in CI (#8312)pyca-boringbot[bot]2023-02-171-2/+2
| | | Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
* Bump ouroboros_macro from 0.15.5 to 0.15.6 in /src/rust (#8307)dependabot[bot]2023-02-160-0/+0
| | | | | | | | | | | | | | | Bumps [ouroboros_macro](https://github.com/joshua-maros/ouroboros) from 0.15.5 to 0.15.6. - [Release notes](https://github.com/joshua-maros/ouroboros/releases) - [Commits](https://github.com/joshua-maros/ouroboros/commits) --- updated-dependencies: - dependency-name: ouroboros_macro dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump cxx-build from 1.0.90 to 1.0.91 in /src/rust (#8308)dependabot[bot]2023-02-161-2/+2
| | | | | | | | | | | | | | | Bumps [cxx-build](https://github.com/dtolnay/cxx) from 1.0.90 to 1.0.91. - [Release notes](https://github.com/dtolnay/cxx/releases) - [Commits](https://github.com/dtolnay/cxx/compare/1.0.90...1.0.91) --- updated-dependencies: - dependency-name: cxx-build dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* remove unused typedefs (#8305)Alex Gaynor2023-02-161-8/+0
|
* remove two bindings functions that were unused (#8304)Alex Gaynor2023-02-161-7/+0
| | | just sort of sitting there
* Bump ruff from 0.0.246 to 0.0.247 (#8311)dependabot[bot]2023-02-161-1/+1
| | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.246 to 0.0.247. - [Release notes](https://github.com/charliermarsh/ruff/releases) - [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.246...v0.0.247) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump ouroboros from 0.15.5 to 0.15.6 in /src/rust (#8310)dependabot[bot]2023-02-161-4/+4
| | | | | | | | | | | | | | | Bumps [ouroboros](https://github.com/joshua-maros/ouroboros) from 0.15.5 to 0.15.6. - [Release notes](https://github.com/joshua-maros/ouroboros/releases) - [Commits](https://github.com/joshua-maros/ouroboros/commits) --- updated-dependencies: - dependency-name: ouroboros dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump cxx from 1.0.90 to 1.0.91 in /src/rust (#8309)dependabot[bot]2023-02-161-6/+6
| | | | | | | | | | | | | | | Bumps [cxx](https://github.com/dtolnay/cxx) from 1.0.90 to 1.0.91. - [Release notes](https://github.com/dtolnay/cxx/releases) - [Commits](https://github.com/dtolnay/cxx/compare/1.0.90...1.0.91) --- updated-dependencies: - dependency-name: cxx dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump dtolnay/rust-toolchain (#8306)dependabot[bot]2023-02-162-4/+4
| | | | | | | | | | | | | | Bumps [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) from 0a1713a447f74360b294fd86bc56dc23af3a9d3e to 52e69531e6f69a396bc9d1226284493a5db969ff. - [Release notes](https://github.com/dtolnay/rust-toolchain/releases) - [Commits](https://github.com/dtolnay/rust-toolchain/compare/0a1713a447f74360b294fd86bc56dc23af3a9d3e...52e69531e6f69a396bc9d1226284493a5db969ff) --- updated-dependencies: - dependency-name: dtolnay/rust-toolchain dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* update to latest pytest-subtests and add the new flag (#8301)Paul Kehrer2023-02-164-2/+9
| | | | | | | * update to latest pytest-subtests and add the new flag * crimez * lol
* Bump BoringSSL and/or OpenSSL in CI (#8300)pyca-boringbot[bot]2023-02-161-2/+2
| | | Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
* Bump types-requests from 2.28.11.12 to 2.28.11.13 (#8297)dependabot[bot]2023-02-151-1/+1
| | | | | | | | | | | | | | | Bumps [types-requests](https://github.com/python/typeshed) from 2.28.11.12 to 2.28.11.13. - [Release notes](https://github.com/python/typeshed/releases) - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump typing-extensions from 4.4.0 to 4.5.0 (#8295)dependabot[bot]2023-02-151-1/+1
| | | | | | | | | | | | | | | | Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.4.0 to 4.5.0. - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](https://github.com/python/typing_extensions/compare/4.4.0...4.5.0) --- updated-dependencies: - dependency-name: typing-extensions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump types-urllib3 from 1.26.25.5 to 1.26.25.6 (#8296)dependabot[bot]2023-02-151-1/+1
| | | | | | | | | | | | | | | Bumps [types-urllib3](https://github.com/python/typeshed) from 1.26.25.5 to 1.26.25.6. - [Release notes](https://github.com/python/typeshed/releases) - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-urllib3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump dtolnay/rust-toolchain (#8293)dependabot[bot]2023-02-152-4/+4
| | | | | | | | | | | | | | Bumps [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) from 25dc93b901a87e864900a8aec6c12e9aa794c0c3 to 0a1713a447f74360b294fd86bc56dc23af3a9d3e. - [Release notes](https://github.com/dtolnay/rust-toolchain/releases) - [Commits](https://github.com/dtolnay/rust-toolchain/compare/25dc93b901a87e864900a8aec6c12e9aa794c0c3...0a1713a447f74360b294fd86bc56dc23af3a9d3e) --- updated-dependencies: - dependency-name: dtolnay/rust-toolchain dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump BoringSSL and/or OpenSSL in CI (#8292)pyca-boringbot[bot]2023-02-151-4/+4
| | | Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
* turn off coverage on py36 mac builder (#8291)Paul Kehrer2023-02-141-2/+2
|
* make twisted tests faster (#8290)Paul Kehrer2023-02-141-1/+1
|
* simplify cache keys (#8288)Paul Kehrer2023-02-142-8/+8
| | | | | * simplify cache keys * empty commit
* make our rust/pip cache a composite action (#8287)Paul Kehrer2023-02-142-69/+66
| | | | | * make our rust/pip cache a composite action * fixes
* try to resolve two compilation warnings (#8286)Alex Gaynor2023-02-141-1/+1
|
* fixes #8284 -- include tox.ini in the sdist (#8285)Alex Gaynor2023-02-141-1/+2
|
* Bump BoringSSL and/or OpenSSL in CI (#8283)pyca-boringbot[bot]2023-02-141-4/+4
| | | Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
* Revert "workaround scapy bug in downstream tests (#8218)" (#8282)Alex Gaynor2023-02-131-2/+1
| | | This reverts commit 957507ffe92c4ac87d21f44df4d5f4bf9b7aef98.
* fix a warning in C code via explicit cast (#8280)Alex Gaynor2023-02-131-2/+2
|
* Bump ruff from 0.0.244 to 0.0.246 (#8279)dependabot[bot]2023-02-131-1/+1
| | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.244 to 0.0.246. - [Release notes](https://github.com/charliermarsh/ruff/releases) - [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.244...v0.0.246) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump dtolnay/rust-toolchain (#8278)dependabot[bot]2023-02-132-4/+4
| | | | | | | | | | | | | | Bumps [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) from c758e63728211bd4acda6501cfa2a16c5c751fc4 to 25dc93b901a87e864900a8aec6c12e9aa794c0c3. - [Release notes](https://github.com/dtolnay/rust-toolchain/releases) - [Commits](https://github.com/dtolnay/rust-toolchain/compare/c758e63728211bd4acda6501cfa2a16c5c751fc4...25dc93b901a87e864900a8aec6c12e9aa794c0c3) --- updated-dependencies: - dependency-name: dtolnay/rust-toolchain dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump cxx from 1.0.86 to 1.0.90 in /src/rust (#8276)dependabot[bot]2023-02-121-6/+6
| | | | | | | | | | | | | | | Bumps [cxx](https://github.com/dtolnay/cxx) from 1.0.86 to 1.0.90. - [Release notes](https://github.com/dtolnay/cxx/releases) - [Commits](https://github.com/dtolnay/cxx/compare/1.0.86...1.0.90) --- updated-dependencies: - dependency-name: cxx dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump hypothesis from 6.68.0 to 6.68.1 (#8275)dependabot[bot]2023-02-121-1/+1
| | | | | | | | | | | | | | | Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.68.0 to 6.68.1. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.68.0...hypothesis-python-6.68.1) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump cxx-build from 1.0.86 to 1.0.90 in /src/rust (#8274)dependabot[bot]2023-02-121-2/+2
| | | | | | | | | | | | | | | Bumps [cxx-build](https://github.com/dtolnay/cxx) from 1.0.86 to 1.0.90. - [Release notes](https://github.com/dtolnay/cxx/releases) - [Commits](https://github.com/dtolnay/cxx/compare/1.0.86...1.0.90) --- updated-dependencies: - dependency-name: cxx-build dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix some binding declarations (#8273)Paul Kehrer2023-02-122-37/+19
| | | | | | | | * fix some binding declarations also adds a comment about why we deliberately incorrectly declare some of them, sigh * it's actually safe to do this since no high bit mode options exist
* Disallow wildcards in DNSName for name constraints (#8272)gbansaghi2023-02-123-2/+41
| | | | | | | * Disallow wildcards in DNSName for name constraints As discussed in #8253, wildcards are unnecessary according to RFC 5280, and cause issues with at least Firefox. * update changelog
* name things slightly nicer for CI and reduce win shards (#8270)Paul Kehrer2023-02-121-5/+5
| | | | | | | | * name things slightly nicer for CI distros makes it cut off less of the actual description of the job in the UI (although you can always see it all via tooltip) * reduce windows shards
* don't cache cargo/bin, we don't need it (#8268)Paul Kehrer2023-02-121-20/+14
| | | | | * don't cache cargo/bin, we don't need it * empty commit for cache tests
* move wycheproof clone to a composite action (#8269)Paul Kehrer2023-02-122-36/+30
|
* Bump BoringSSL and/or OpenSSL in CI (#8267)pyca-boringbot[bot]2023-02-121-4/+4
| | | Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
* Set mtimes to improve cargo caching (#8266)Paul Kehrer2023-02-112-7/+48
| | | | | * experiment with setting mtime * reset the caches
* Added type annotations for more things in backend (#8265)Alex Gaynor2023-02-113-22/+31
|
* Remove now-unused bindings (#8264)Alex Gaynor2023-02-112-23/+0
|
* Simplify X25519 key loading (#8263)Alex Gaynor2023-02-113-73/+25
|
* remove verify_interface (#8260)Paul Kehrer2023-02-102-31/+0
| | | | | * remove verify_interface * ruff ruff
* Bump BoringSSL and/or OpenSSL in CI (#8261)pyca-boringbot[bot]2023-02-101-2/+2
| | | Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
* Bump zipp from 3.12.1 to 3.13.0 (#8259)dependabot[bot]2023-02-101-1/+1
| | | | | | | | | | | | | | | | Bumps [zipp](https://github.com/jaraco/zipp) from 3.12.1 to 3.13.0. - [Release notes](https://github.com/jaraco/zipp/releases) - [Changelog](https://github.com/jaraco/zipp/blob/main/CHANGES.rst) - [Commits](https://github.com/jaraco/zipp/compare/v3.12.1...v3.13.0) --- updated-dependencies: - dependency-name: zipp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump actions/cache from 3.2.4 to 3.2.5 (#8258)dependabot[bot]2023-02-101-8/+8
| | | | | | | | | | | | | | | | Bumps [actions/cache](https://github.com/actions/cache) from 3.2.4 to 3.2.5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3.2.4...v3.2.5) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Remove redundant ruff excludes (#8256)Hugo2023-02-101-7/+0
| | | | Ruff ignores anything in gitignore by default, so these are all redundant.
* Bump BoringSSL and/or OpenSSL in CI (#8254)pyca-boringbot[bot]2023-02-101-2/+2
| | | Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
* fix extraneous exclude preventing pypy38 linux wheels from existing (#8252)Paul Kehrer2023-02-091-1/+0
|
* Bump hypothesis from 6.67.1 to 6.68.0 (#8250)dependabot[bot]2023-02-091-1/+1
| | | | | | | | | | | | | | | Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.67.1 to 6.68.0. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.67.1...hypothesis-python-6.68.0) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump ruff from 0.0.243 to 0.0.244 (#8248)dependabot[bot]2023-02-091-1/+1
| | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.243 to 0.0.244. - [Release notes](https://github.com/charliermarsh/ruff/releases) - [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.243...v0.0.244) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>