summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump actions/setup-python from v2.2.0 to v2.2.1dependabot/github_actions/actions/setup-python-v2.2.1dependabot[bot]2020-12-212-3/+3
| | | | | | | Bumps [actions/setup-python](https://github.com/actions/setup-python) from v2.2.0 to v2.2.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2.2.0...3105fb18c05ddd93efea5f9e0bef7a03a6e9e7df) Signed-off-by: dependabot[bot] <support@github.com>
* 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
|
* lock old issues (#219)Alex Gaynor2020-08-141-0/+14
|
* Remove legacy setup.py stuff (#124)Alex Gaynor2020-08-141-155/+3
| | | | | * Remove legacy setup.py stuff * flake8
* add: type hints to top level functions (#218)Steve Dignam2020-08-138-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 Kehrer2020-08-116-59/+8
|
* pypy should be 3.6 (#216)Paul Kehrer2020-08-111-4/+4
|
* Fix for using pip for aarch64 (#214)odidev2020-08-051-1/+1
|
* more flailing with aarch64 (#213)Paul Kehrer2020-08-011-3/+4
|
* all inside a single string (#212)Paul Kehrer2020-08-011-1/+1
|
* need this flag for pip wheel (#211)Paul Kehrer2020-08-011-1/+1
|
* use pip wheel for aarch64 as well (#210)Paul Kehrer2020-08-011-1/+2
| | | | | * use pip wheel for aarch64 as well * downgrade pip
* ARM64 Support to Github Actions for wheel development (#209)odidev2020-08-011-0/+32
| | | Signed-off-by: odidev <odidev@puresoftware.com>
* Paint it Black by the Rolling Stones (#208)Alex Gaynor2020-07-239-248/+312
|
* ARM64: Add ARM64 jobs in Travis-CI (#207)odidev2020-07-151-0/+16
|
* Remove reference to azure pipelines from manifest.in (#203)Alex Gaynor2020-04-191-4/+1
|
* name the GA jobs and update the README (#202)Paul Kehrer2020-04-123-3/+5
|
* Try to fix ubuntu wheel builder (#201)Alex Gaynor2020-04-121-2/+4
|
* move is not a command on macOS and Linux (#200)Alex Gaynor2020-04-121-2/+2
|
* fixed wheel builder syntax (#199)Alex Gaynor2020-04-121-0/+1
|
* Migrate wheel builders to GA (#198)Alex Gaynor2020-04-123-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 Gaynor2020-03-221-0/+6
|
* Convert macOS CI to GA (#196)Alex Gaynor2020-03-222-40/+23
|
* Move Windows CI to Github Actions (#195)Alex Gaynor2020-03-227-77/+50
|
* don't downgrade pip on windows wheel building (#190)Paul Kehrer2019-10-201-2/+0
|
* Fixes #187 -- test and build wheels on py38 (#188)Alex Gaynor2019-10-205-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)Eduardo2019-07-281-0/+7
| | | | | | * Updated README.md with alpine dependecies * Updated README.md with alpine dependecies
* 3.1.8.dev1 version bump (#183)Paul Kehrer2019-06-191-1/+1
|
* bcrypt 3.1.7 release (#180)3.1.7Paul Kehrer2019-06-192-2/+9
| | | | | | * bcrypt 3.1.7 release * empty commits are critical for a functioning CI apparently
* workaround pep517 issues with pip (#181)Paul Kehrer2019-06-191-3/+9
|
* Update release automation for CI updates (#178)Alex Gaynor2019-05-263-121/+103
| | | | | | | | | | | | * Update release automation for CI updates * flake8 * Fixed Manifest * empty commit * oops
* add azure pipelines wheel builder for bcrypt (#177)Paul Kehrer2019-05-263-184/+163
| | | | | | * add azure pipelines wheel builder for bcrypt * fix manifest, remove jenkins
* Remove darwin from install.sh (#175)Alex Gaynor2019-05-261-16/+1
|
* Remove darwin from run.sh (#176)Alex Gaynor2019-05-261-10/+0
|
* Azure (#174)Paul Kehrer2019-05-265-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 Sydorenko2019-05-071-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 Callaway2019-04-162-8/+2
| | | | permission (#170)