From 048e8b1e23be96ce1eb17384546bec963f316826 Mon Sep 17 00:00:00 2001 From: Phoenix Zerin Date: Sun, 24 Sep 2017 11:31:47 +1300 Subject: [PATCH 1/4] Upgraded to Curl-P-81. --- src/ccurlmodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ccurlmodule.c b/src/ccurlmodule.c index e4de573..3230267 100644 --- a/src/ccurlmodule.c +++ b/src/ccurlmodule.c @@ -2,7 +2,7 @@ #include #define HASH_LENGTH 243 -#define NUMBER_OF_ROUNDS 27 +#define NUMBER_OF_ROUNDS 81 #define STATE_LENGTH 3 * HASH_LENGTH From 5509b94740be0ee369731bb07253c66a65194989 Mon Sep 17 00:00:00 2001 From: Phoenix Zerin Date: Sun, 24 Sep 2017 19:11:04 +1300 Subject: [PATCH 2/4] Install deps for pre-release PyOTA. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 30df23e..ff23a42 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ python: - '2.7' - '3.5' - '3.6' -install: pip install . +install: pip install --pre . script: - pip install nose mock - 'pip download --no-deps --no-binary :all: --dest pyota-unittests --pre pyota' From 70884438b749ca291c0bd3f72676c0fe62b0589c Mon Sep 17 00:00:00 2001 From: Phoenix Zerin Date: Sun, 24 Sep 2017 19:15:57 +1300 Subject: [PATCH 3/4] Bumping version number. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b5dda1f..8d48f8f 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ name = 'PyOTA-CCurl', description = 'C Curl extension for PyOTA', url = 'https://github.com/todofixthis/pyota-ccurl', - version = '1.0.3', + version = '1.0.4', long_description = long_description, From f1f0ae754abe44fd79a90d97b47aebbe946c64ad Mon Sep 17 00:00:00 2001 From: Phoenix Zerin Date: Sun, 24 Sep 2017 20:08:30 +1300 Subject: [PATCH 4/4] Tweaked build settings. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ff23a42..fed063e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,9 +12,9 @@ script: - nosetests pyota-unittests/test deploy: on: - branch: master + tags: true provider: pypi - distribution: bdist_wheel sdist + distributions: 'bdist_wheel sdist' skip_upload_docs: true user: phx password: