Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump actions/setup-python from v2.1.4 to v2.2.0dependabot/github_actions/actions/setup-python-v2.2.0 | dependabot[bot] | 2020-12-18 | 2 | -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> | ||||
* | Update actions/setup-python requirement to v2.1.4 (#237) | dependabot[bot] | 2020-11-23 | 2 | -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 Gaynor | 2020-11-23 | 1 | -0/+6 |
| | |||||
* | Different day, different black (#232) | Alex Gaynor | 2020-08-26 | 1 | -1/+3 |
| | |||||
* | remove page-size wizard nonsense now that the wheel buidler is fixed (#230) | Alex Gaynor | 2020-08-25 | 1 | -4/+1 |
| | |||||
* | Update .travis.yml (#229) | Alex Gaynor | 2020-08-18 | 1 | -2/+0 |
| | |||||
* | try gravitron2 arm64 (#228) | Alex Gaynor | 2020-08-18 | 1 | -4/+8 |
| | |||||
* | fix page size on aarch64 (#226) | Paul Kehrer | 2020-08-17 | 1 | -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) | Eugene | 2020-08-17 | 3 | -30/+13 |
| | | | | | * Drop six dependency * Resolve formatting error | ||||
* | reopen master (#224) | Paul Kehrer | 2020-08-16 | 2 | -1/+4 |
| | |||||
* | bump for 3.2.0 (#223)3.2.0 | Paul Kehrer | 2020-08-16 | 2 | -6/+6 |
| | |||||
* | convert to workflow and improve (#222) | Paul Kehrer | 2020-08-16 | 2 | -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 Kehrer | 2020-08-15 | 1 | -65/+53 |
| | |||||
* | lock old issues (#219) | Alex Gaynor | 2020-08-14 | 1 | -0/+14 |
| | |||||
* | Remove legacy setup.py stuff (#124) | Alex Gaynor | 2020-08-14 | 1 | -155/+3 |
| | | | | | * Remove legacy setup.py stuff * flake8 | ||||
* | add: type hints to top level functions (#218) | Steve Dignam | 2020-08-13 | 8 | -9/+58 |
| | | | | | | | | | | | | | | | | | | | | | * WIP: add type hints to top level functions TODO: - see if mypy picks up types when installing in new project - setup mypy in CI fixes https://github.com/pyca/bcrypt/issues/215 * add mypy to ci & move py.typed to correct folder? * try and get mypy to run in CI * run mypy in travis? * use mypy defaults for python_version and platform https://mypy.readthedocs.io/en/stable/config_file.html#platform-configuration * update change log with changes | ||||
* | support only python 3.6+ (#217) | Paul Kehrer | 2020-08-11 | 6 | -59/+8 |
| | |||||
* | pypy should be 3.6 (#216) | Paul Kehrer | 2020-08-11 | 1 | -4/+4 |
| | |||||
* | Fix for using pip for aarch64 (#214) | odidev | 2020-08-05 | 1 | -1/+1 |
| | |||||
* | more flailing with aarch64 (#213) | Paul Kehrer | 2020-08-01 | 1 | -3/+4 |
| | |||||
* | all inside a single string (#212) | Paul Kehrer | 2020-08-01 | 1 | -1/+1 |
| | |||||
* | need this flag for pip wheel (#211) | Paul Kehrer | 2020-08-01 | 1 | -1/+1 |
| | |||||
* | use pip wheel for aarch64 as well (#210) | Paul Kehrer | 2020-08-01 | 1 | -1/+2 |
| | | | | | * use pip wheel for aarch64 as well * downgrade pip | ||||
* | ARM64 Support to Github Actions for wheel development (#209) | odidev | 2020-08-01 | 1 | -0/+32 |
| | | | Signed-off-by: odidev <odidev@puresoftware.com> | ||||
* | Paint it Black by the Rolling Stones (#208) | Alex Gaynor | 2020-07-23 | 9 | -248/+312 |
| | |||||
* | ARM64: Add ARM64 jobs in Travis-CI (#207) | odidev | 2020-07-15 | 1 | -0/+16 |
| | |||||
* | Remove reference to azure pipelines from manifest.in (#203) | Alex Gaynor | 2020-04-19 | 1 | -4/+1 |
| | |||||
* | name the GA jobs and update the README (#202) | Paul Kehrer | 2020-04-12 | 3 | -3/+5 |
| | |||||
* | Try to fix ubuntu wheel builder (#201) | Alex Gaynor | 2020-04-12 | 1 | -2/+4 |
| | |||||
* | move is not a command on macOS and Linux (#200) | Alex Gaynor | 2020-04-12 | 1 | -2/+2 |
| | |||||
* | fixed wheel builder syntax (#199) | Alex Gaynor | 2020-04-12 | 1 | -0/+1 |
| | |||||
* | Migrate wheel builders to GA (#198) | Alex Gaynor | 2020-04-12 | 3 | -213/+193 |
| | | | | | | | | | * Migrate Windows wheel builder to GA * Migrate macOS wheel builder to GA * Migrate manylinux1 wheel builder to GA * Migrate release.py to use GA | ||||
* | Add changelog entry for 3.4 (#197) | Alex Gaynor | 2020-03-22 | 1 | -0/+6 |
| | |||||
* | Convert macOS CI to GA (#196) | Alex Gaynor | 2020-03-22 | 2 | -40/+23 |
| | |||||
* | Move Windows CI to Github Actions (#195) | Alex Gaynor | 2020-03-22 | 7 | -77/+50 |
| | |||||
* | don't downgrade pip on windows wheel building (#190) | Paul Kehrer | 2019-10-20 | 1 | -2/+0 |
| | |||||
* | Fixes #187 -- test and build wheels on py38 (#188) | Alex Gaynor | 2019-10-20 | 5 | -1/+27 |
| | | | | | | | | * Fixes #187 -- test and build wheels on py38 * Remove 3.8 for now * Tell tox to use isolated builds | ||||
* | Updated README.md with alpine dependecies (#184) | Eduardo | 2019-07-28 | 1 | -0/+7 |
| | | | | | | * Updated README.md with alpine dependecies * Updated README.md with alpine dependecies | ||||
* | 3.1.8.dev1 version bump (#183) | Paul Kehrer | 2019-06-19 | 1 | -1/+1 |
| | |||||
* | bcrypt 3.1.7 release (#180)3.1.7 | Paul Kehrer | 2019-06-19 | 2 | -2/+9 |
| | | | | | | * bcrypt 3.1.7 release * empty commits are critical for a functioning CI apparently | ||||
* | workaround pep517 issues with pip (#181) | Paul Kehrer | 2019-06-19 | 1 | -3/+9 |
| | |||||
* | Update release automation for CI updates (#178) | Alex Gaynor | 2019-05-26 | 3 | -121/+103 |
| | | | | | | | | | | | | * Update release automation for CI updates * flake8 * Fixed Manifest * empty commit * oops | ||||
* | add azure pipelines wheel builder for bcrypt (#177) | Paul Kehrer | 2019-05-26 | 3 | -184/+163 |
| | | | | | | * add azure pipelines wheel builder for bcrypt * fix manifest, remove jenkins | ||||
* | Remove darwin from install.sh (#175) | Alex Gaynor | 2019-05-26 | 1 | -16/+1 |
| | |||||
* | Remove darwin from run.sh (#176) | Alex Gaynor | 2019-05-26 | 1 | -10/+0 |
| | |||||
* | Azure (#174) | Paul Kehrer | 2019-05-26 | 5 | -66/+93 |
| | | | | | | | | | | | | | | | | | | | | | | * switch to azure pipelines no more jenkins, do mac builds on azure * add status badge * fix manifest issue * full path to tox on windows * quotes * indentation * i don't understand. * remove unneeded vars * test on more pythons | ||||
* | Pin the lower bound of PEP517-required setuptools (#171) | Sviatoslav Sydorenko | 2019-05-07 | 1 | -1/+4 |
| | | | | | | | | | | * Pin the lower bound of PEP517-required setuptools It fails with Pip's buggy build env isolation combined with the default fallback for the build backend which is ``setuptools.build_meta.__legacy__``. * Point to setuptools PEP 517 backend explicitly | ||||
* | remove advertising clause from niels blowfish code, with his explicit ↵ | Tom Callaway | 2019-04-16 | 2 | -8/+2 |
| | | | | permission (#170) | ||||
* | reopen master (#167) | Paul Kehrer | 2019-01-16 | 1 | -1/+1 |
| | |||||
* | version bump and changelog 3.1.6 (#165)3.1.6 | Paul Kehrer | 2019-01-16 | 2 | -1/+6 |
| |