summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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)
* reopen master (#167)Paul Kehrer2019-01-161-1/+1
|
* version bump and changelog 3.1.6 (#165)3.1.6Paul Kehrer2019-01-162-1/+6
|
* Added portable_endian support for Haiku OS (#164)Mark Dastmalchi-Round2019-01-161-0/+4
|
* bump version for next dev cycle (#163)Paul Kehrer2018-12-111-1/+1
|
* port the cffi libffi build code (#162)Paul Kehrer2018-12-111-0/+26
| | | | | | * port the cffi libffi build code * remove spaces added by gremlins
* changelog and bump version to 3.1.5 (#161)3.1.5Paul Kehrer2018-12-112-1/+9
|
* add AIX platform support to portable_endian.h (#159)k3it2018-12-031-0/+29
|
* encrypt another payload (#156)Paul Kehrer2018-10-301-1/+1
|
* Pass python_requires argument to setuptools (#154)Jon Dufresne2018-10-301-0/+1
| | | | | | | | | | | | | | | | | | Helps pip decide what version of the library to install. https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires > If your project only runs on certain Python versions, setting the > python_requires argument to the appropriate PEP 440 version specifier > string will prevent pip from installing the project on other Python > versions. https://setuptools.readthedocs.io/en/latest/setuptools.html#new-and-changed-setup-keywords > python_requires > > A string corresponding to a version specifier (as defined in PEP 440) > for the Python version, used to specify the Requires-Python defined in > PEP 345.
* fix our CI rot (#155)Paul Kehrer2018-10-303-6/+17
|
* Added a pyproject.toml (#153)Alex Gaynor2018-07-232-0/+9
|
* switch wheel building back to using pip wheel (#152)Paul Kehrer2018-07-141-13/+4
|
* Include license file in the generated wheel package (#141)Jon Dufresne2018-07-141-0/+2
| | | | | | | | | | | | The wheel package format supports including the license file. This is done using the [metadata] section in the setup.cfg file. For additional information on this feature, see: https://wheel.readthedocs.io/en/stable/index.html#including-the-license-in-the-generated-wheel-file Helps project comply with its own license: > You must give any other recipients of the Work or Derivative Works a > copy of this License;
* Use a relative import. (#147)David Manthey2018-07-121-2/+1
| | | | | | Use an application relative import when importing _bcrypt. This allows the package to work even in odd locations, such as `pip install --target . bcrypt` (rather than in the site-packages or user packages directory).
* update the readme to note alternatives but still say bcrypt is good (#151)Paul Kehrer2018-07-041-1/+9
| | | | | | | | * update the readme to note alternatives but still say bcrypt is good * readme can say cryptography * fix a nit, let me sleep alex!
* use limited api to build wheels for macOS and linux (#150)Paul Kehrer2018-07-041-12/+23
| | | | | | | | * use limited api to build wheels for macOS and linux * six is also a dep * no-deps
* Added py37 (#149)Alex Gaynor2018-07-045-8/+23
| | | | | | | | | | | | * Added py37 to jenkins * Added py37 to tox * Added py37 trove classifier * Added py37 to travis * Added py37 to wheel builder
* Update all pypi.python.org URLs to pypi.org (#145)Jon Dufresne2018-06-261-1/+1
| | | | | For details on the new PyPI, see the blog post: https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html
* Add useful trove classifiers (dev status & license) (#143)Jon Dufresne2018-06-161-0/+2
| | | | | | The trove classifiers are displayed on PyPI and so helps inform library users about the project. Document that the project is stable and ready for use in production. Document the project is licensed under the Apache software license.
* Don't emit warnings here, there's no point (#137)Alex Gaynor2017-12-041-1/+3
| | | | | | * Don't emit warnings here, there's no point * whoops here
* put a stacklevel on this warning (#136)Alex Gaynor2017-12-041-1/+3
|
* blacklist pytest 3.3.0 because it's broken (#135)Alex Gaynor2017-12-041-2/+2
| | | | | | * blacklist pytest 3.3.0 because it's broken * here too
* Drop Python 2.6 and 3.3 support (#133)Hugo2017-10-197-33/+18
| | | | | | | | | | | | | | * Don't test on EOL Python 2.6 * Remove unnecessary positional formatters for Python 2.7+ * Remove branch restriction to test feature branches * Leave PyPy compatibility at 2.6+ * Don't test on EOL Python 3.3 * Don't test feature branches
* 3.1.4 version bump and changelog (#129)3.1.4Paul Kehrer2017-10-112-1/+6
|
* Fix travis build (#126)Alex Gaynor2017-09-043-19/+1
| | | | | | * Fix travis build * This isn't required anymore
* Fixed #122 -- added checkpw to __all__ so it shows up in docs (#123)Alex Gaynor2017-08-261-1/+1
|
* bump pytest version (#120)Alex Gaynor2017-08-101-2/+2
|
* Blacklist pytest version which breaks things (#118)Alex Gaynor2017-08-062-4/+4
| | | | | | | | * Use setup.py to get dep info * Blacklist pytest version which breaks things * oops