From 108e86386180d50b4fb6e3256114dbc1d6bca42d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 25 Oct 2017 08:38:05 -0400 Subject: [PATCH 1/3] Update cryptography from 2.1.1 to 2.1.2 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index bad05385..7c87d73f 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -17,7 +17,7 @@ # packages: http://nvie.com/posts/pin-your-packages/ cffi==1.11.2 pynacl==1.1.2 -cryptography==2.1.1 +cryptography==2.1.2 securesystemslib==0.10.7 # Testing requirements. The rest of the testing dependencies available in From b87f5b078899ee8c56a7a641f03f8fb455828fa2 Mon Sep 17 00:00:00 2001 From: Vladimir Diaz Date: Thu, 26 Oct 2017 16:03:52 -0400 Subject: [PATCH 2/3] Add text that explains how to contribute code --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index cc26d90f..2b094870 100644 --- a/README.rst +++ b/README.rst @@ -199,6 +199,10 @@ Instructions for Contributors Note: Development of TUF occurs on the "develop" branch of this repository. +Contributions can be made by submitting GitHub pull requests. Submitted code should +follow our `code style guidelines `_, +which provide examples of what to do (or not to do) when writing Python code. + To facilitate development and installation of edited version of the code base, developers are encouraged to install `Virtualenv `_, which is a tool to create isolated Python environments. It includes From 0788810a0f9ea4f10f76bc6d36bba91b123adb0a Mon Sep 17 00:00:00 2001 From: Vladimir Diaz Date: Thu, 26 Oct 2017 16:24:22 -0400 Subject: [PATCH 3/3] Update README.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 2b094870..5c85fea7 100644 --- a/README.rst +++ b/README.rst @@ -285,9 +285,9 @@ License This work is `dual-licensed `_ and distributed under the (1) MIT License and (2) Apache License, Version 2.0. Please see `LICENSE-MIT.txt -`_ +`_ and `LICENSE-APACHE.txt -`_. +`_. Acknowledgements