summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Prepare for the 3.2.1 release (#305)Alex Gaynor2022-05-017-9/+22
|
* fix for new docker images (#303)Alex Gaynor2022-04-152-3/+3
| | | | | | | * fix for new docker images * Update config.yml * Update ci.yml
* use current image in circleci (#300)Alex Gaynor2022-03-221-2/+2
|
* Bump actions/setup-python from 2.3.2 to 3 (#296)dependabot[bot]2022-02-282-4/+4
| | | | | | | | | | | | | | | | Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.2 to 3. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2.3.2...v3) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* specify pypy version more precisely (#297)Alex Gaynor2022-03-011-1/+2
| | | | | * specify pypy version more precisely * Update ci.yml
* Don't require version in wheel builder (#295)Alex Gaynor2022-02-221-1/+1
|
* Move most setup.py configuration into setup.cfg (#293)Alex Gaynor2022-02-216-56/+48
|
* Use hmac.compare_digest for our constant time comparison (#292)Alex Gaynor2022-02-211-5/+2
|
* bump cirlceci machine image (#291)Alex Gaynor2022-02-211-2/+2
|
* Bump actions/setup-python from 2.3.1 to 2.3.2 (#288)dependabot[bot]2022-02-062-4/+4
| | | | | | | | | | | | | | | | Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2.3.1...v2.3.2) --- updated-dependencies: - dependency-name: actions/setup-python 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>
* format with latest black (#287)Alex Gaynor2022-01-291-1/+1
|
* goodbye qemu (#285)Paul Kehrer2022-01-052-63/+0
| | | | | * goodbye qemu * poke
* circleci support for linux arm64 (#284)Paul Kehrer2022-01-053-2/+133
|
* modernize the wheel builder (#283)Paul Kehrer2021-12-311-20/+53
|
* Bump actions/setup-python from 2.3.0 to 2.3.1 (#277)dependabot[bot]2021-11-292-4/+4
| | | | | | | | | | | | | | | | Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: actions/setup-python 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 actions/setup-python from 2.2.2 to 2.3.0 (#276)dependabot[bot]2021-11-172-4/+4
| | | | | | | | | | | | | | | | Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.2.2 to 2.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2.2.2...v2.3.0) --- updated-dependencies: - dependency-name: actions/setup-python 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/checkout from 2.3.5 to 2.4.0 (#275)dependabot[bot]2021-11-022-8/+8
| | | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2.3.5...v2.4.0) --- updated-dependencies: - dependency-name: actions/checkout 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>
* Structure the distros CI more like cryptography's (#273)Alex Gaynor2021-10-241-18/+16
|
* Add MUSL linux build (#272)Wouter Kayser2021-10-232-0/+19
| | | | | | | * Add MUSL linux build update workflow to add a musllinux build * Add new test target based on the alpine linux image wit python 3.9 installed. However some extras are needed for building. This is wat we want to avoid in all other containers.
* Bump actions/checkout from 2.3.4 to 2.3.5 (#271)dependabot[bot]2021-10-172-7/+7
| | | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2.3.4...v2.3.5) --- updated-dependencies: - dependency-name: actions/checkout 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 dessant/lock-threads from 2.1.2 to 3 (#269)dependabot[bot]2021-09-281-3/+3
| | | | | | | | | | | | | | | | | | | | | | * Bump dessant/lock-threads from 2.1.2 to 3 Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads) from 2.1.2 to 3. - [Release notes](https://github.com/dessant/lock-threads/releases) - [Changelog](https://github.com/dessant/lock-threads/blob/master/CHANGELOG.md) - [Commits](https://github.com/dessant/lock-threads/compare/v2.1.2...v3) --- updated-dependencies: - dependency-name: dessant/lock-threads dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Update lock.yml Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
* Bump dessant/lock-threads from 2.1.1 to 2.1.2 (#267)dependabot[bot]2021-08-181-1/+1
| | | | | | | | | | | | | | | | | Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/dessant/lock-threads/releases) - [Changelog](https://github.com/dessant/lock-threads/blob/master/CHANGELOG.md) - [Commits](https://github.com/dessant/lock-threads/compare/v2.1.1...v2.1.2) --- updated-dependencies: - dependency-name: dessant/lock-threads 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>
* python-six uneeded to build wheels (#266)sblondon2021-08-081-4/+4
| | | Python-six has been removed from the dependancies
* Bump dessant/lock-threads from 2.0.3 to 2.1.1 (#263)dependabot[bot]2021-07-121-1/+1
| | | | | | | | | | | | | | | | | Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads) from 2.0.3 to 2.1.1. - [Release notes](https://github.com/dessant/lock-threads/releases) - [Changelog](https://github.com/dessant/lock-threads/blob/master/CHANGELOG.md) - [Commits](https://github.com/dessant/lock-threads/compare/v2.0.3...v2.1.1) --- updated-dependencies: - dependency-name: dessant/lock-threads 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 docker/setup-qemu-action from 1.1.0 to 1.2.0 (#261)dependabot[bot]2021-05-271-1/+1
| | | | | | | | | Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/v1.1.0...v1.2.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Revert "Bump actions/upload-artifact from 1 to 2.2.3 (#256)" (#259)Alex Gaynor2021-05-121-4/+4
| | | This reverts commit 8aea90689db02b90475b0eb9a2c2ce4a3bef497b.
* Bump docker/setup-qemu-action from 1 to 1.1.0 (#258)dependabot[bot]2021-05-121-1/+1
| | | | | | | | | Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1 to 1.1.0. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/v1...v1.1.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump actions/checkout from 2 to 2.3.4 (#257)dependabot[bot]2021-05-122-7/+7
| | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v2.3.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump actions/upload-artifact from 1 to 2.2.3 (#256)dependabot[bot]2021-05-121-4/+4
| | | | | | | | | Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 1 to 2.2.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v1...v2.2.3) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump dessant/lock-threads from 2 to 2.0.3 (#255)dependabot[bot]2021-05-121-1/+1
| | | | | | | | | | Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads) from 2 to 2.0.3. - [Release notes](https://github.com/dessant/lock-threads/releases) - [Changelog](https://github.com/dessant/lock-threads/blob/master/CHANGELOG.md) - [Commits](https://github.com/dessant/lock-threads/compare/v2...v2.0.3) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* cargo cult some coveragerc from cryptography (#253)Alex Gaynor2021-04-182-0/+8
| | | | | | | * cargo cult some coveragerc from cryptography * Combine coverage for path remapping * Update .coveragerc
* Update actions/setup-python requirement to v2.2.2 (#250)dependabot[bot]2021-04-132-4/+4
| | | | | | | | | Updates the requirements on [actions/setup-python](https://github.com/actions/setup-python) to permit the latest version. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/commits/dc73133d4da04e56a135ae2246682783cc7c7cb6) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Installing bcrypt on z/OS (#248)Ellie Jeong2021-02-183-0/+23
| | | | | | | * zos support * add changelog for z/OS support * add changelog for z/OS support
* main branch rename (#247)Paul Kehrer2021-02-133-4/+4
|
* Fix security policy link (#245)masterBen Soyka2021-01-201-1/+1
|
* remove travis, add more GA jobs (#243)Paul Kehrer2020-12-226-100/+49
| | | | | | | | | | | | * remove travis, add more GA jobs no arm64 CI job yet * remove all but minimum/latest jobs for windows and macos we ship abi3 on all platforms and these jobs don't have a lot of value. we test on all versions through linux. * indentation is hard
* Update our python versions to be consistent (#241)Alex Gaynor2020-12-195-5/+9
|
* Bump actions/setup-python from v2.1.4 to v2.2.0 (#240)dependabot[bot]2020-12-182-3/+3
| | | | | | | | | Bumps [actions/setup-python](https://github.com/actions/setup-python) from v2.1.4 to v2.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2.1.4...8c5ea631b2b2d5d8840cf4a2b183a8a0edc1e40d) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update actions/setup-python requirement to v2.1.4 (#237)dependabot[bot]2020-11-232-3/+3
| | | | | | | | | Updates the requirements on [actions/setup-python](https://github.com/actions/setup-python) to permit the latest version. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/commits/41b7212b1668f5de9d65e9c82aa777e6bbedb3a8) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Added dependabot for GHA (#236)Alex Gaynor2020-11-231-0/+6
|
* Different day, different black (#232)Alex Gaynor2020-08-261-1/+3
|
* remove page-size wizard nonsense now that the wheel buidler is fixed (#230)Alex Gaynor2020-08-251-4/+1
|
* Update .travis.yml (#229)Alex Gaynor2020-08-181-2/+0
|
* try gravitron2 arm64 (#228)Alex Gaynor2020-08-181-4/+8
|
* fix page size on aarch64 (#226)Paul Kehrer2020-08-171-1/+4
| | | | | | | | debian/ubuntu use 4k pages while centos uses 64k pages. 64k pages work on 4k page systems while a 4k compiled binary will throw this error: ELF load command alignment not page-aligned This patch attempts to pass a linker flag that should force 64k page alignment at all times
* Drop six dependency (#225)Eugene2020-08-173-30/+13
| | | | | * Drop six dependency * Resolve formatting error
* reopen master (#224)Paul Kehrer2020-08-162-1/+4
|
* bump for 3.2.0 (#223)3.2.0Paul Kehrer2020-08-162-6/+6
|
* convert to workflow and improve (#222)Paul Kehrer2020-08-162-36/+40
| | | | | | | * convert to workflow and improve * E231 should probably be ignored now that we use black but whatever * no legacy
* major changes to wheel building (#221)Paul Kehrer2020-08-151-65/+53
|