summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAge
* Bump version: 0.12.0 → 0.13.0Evan Cordell2018-02-21
|
* Convert to pynacl instead of libnaclCory Johns2018-02-20
| | | | | | | | | | This brings pymacaroons in line with py-macaroon-bakery on which binding library it uses. This fixes ReadTheDocs builds of libraries that depend on this (e.g., python-libjuju) due to RTD builders not having `libsodium.so` available (pynacl seems to have support to build the headers it needs during installation). Fixes #44
* Bump version: 0.11.0 → 0.12.0Evan Cordell2017-09-18
|
* Bump version: 0.10.0 → 0.11.0Evan Cordell2017-08-28
|
* Bump version: 0.9.3 → 0.10.0Evan Cordell2017-05-25
|
* Bump version: 0.9.2 → 0.9.3Evan Cordell2017-05-25
|
* Support libnacl 1.5Colin Watson2017-05-25
|
* Bump libnacl versionEvan Cordell2016-05-27
| | | | Fixes #21
* Bump version: 0.9.1 → 0.9.2Evan Cordell2016-03-24
|
* Bump version: 0.9.0 → 0.9.1Evan Cordell2016-02-10
|
* Remove superfluous upper bound on six versionDaniel Wagner-Hall2015-08-18
|
* Bump version: 0.8.0 → 0.9.0Evan Cordell2015-07-06
|
* Add support for encrypting caveatidsEvan Cordell2015-04-30
|
* Bump version: 0.7.0 → 0.8.0Evan Cordell2015-04-09
|
* Bump version: 0.6.0 → 0.7.0Evan Cordell2015-03-03
|
* Bump version: 0.5.6 → 0.6.0Evan Cordell2015-02-21
|
* Bump version: 0.5.5 → 0.5.6Evan Cordell2015-02-05
|
* Bump version: 0.5.4 → 0.5.5Evan Cordell2015-02-05
|
* Bump version: 0.5.3 → 0.5.4Evan Cordell2015-01-13
|
* Bump version: 0.5.2 → 0.5.3Evan Cordell2015-01-13
|
* Bump version: 0.5.1 → 0.5.2Evan Cordell2015-01-13
|
* Bump version: 0.5.0 → 0.5.1Evan Cordell2015-01-13
|
* Fix version importingEvan Cordell2015-01-13
|
* Renames to pymacaroons and updates import options.Evan Cordell2015-01-13
|
* setup.py: set urlMarc Abramowitz2014-12-31
| | | Clickable link on PyPI
* Update Readme with more badgesEvan Cordell2014-12-31
|
* Adds tox for testing against multiple pythons.Evan Cordell2014-12-29
| | | | Also adds a test for json serialization and improves the readme.
* Add bumpversion, update sixEvan Cordell2014-12-26
|
* Bump version to 0.4.0, update readmeEvan Cordell2014-10-17
|
* Remove streqlEvan Cordell2014-09-09
|
* Properly install from pypi and load long descriptionEvan Cordell2014-09-09
|
* Better pypi descriptionEvan Cordell2014-09-08
|
* Better importsEvan Cordell2014-09-08
|
* Switch to a separate constant time compare library so that it will run on ↵Evan Cordell2014-09-08
| | | | python < 2.7.7
* Allows adding third-party caveats, serializing, and deserializingEvan Cordell2014-09-05
|
* Fix serialization in python3Evan Cordell2014-09-01
|
* Initial project. Can create basic macaroons with no caveats.Evan Cordell2014-08-24