Commit graph

56 commits

Author SHA1 Message Date
Vladimir Diaz
65a9a7c267
Resolve conflicts
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2017-12-11 13:24:19 -05:00
Vladimir Diaz
fb05f65e70
Add copyright and license info to setup.py
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2017-11-30 13:24:35 -05:00
Vladimir Diaz
664e8227d9
Exclude the now remove tufcli.py from setup.py's scripts
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2017-11-16 12:05:35 -05:00
Vladimir Diaz
669afbc0a3
Merge branch 'develop' into release_0.10.1 2017-11-13 12:01:54 -05:00
Vladimir Diaz
a77f50086d
Bump project's version number
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2017-11-13 11:00:15 -05:00
Vladimir Diaz
1f46ef9ba0
Add MIT and Apache license classifiers to setup.py
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2017-11-09 17:46:02 -05:00
Vladimir Diaz
8d6bd4d1e4
Specify minimum versions of dependencies in setup.py
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2017-11-09 11:14:08 -05:00
Vladimir Diaz
4126fc8945
Merge branch 'tap4' of github.com:theupdateframework/tuf into tap4 2017-10-13 12:29:16 -04:00
Vladimir Diaz
aa129484cf
Add py3.6 to setup.py 2017-09-21 17:27:28 -04:00
Vladimir Diaz
eedff4aa32
Drop py26 from setup.py 2017-09-21 17:14:33 -04:00
Vladimir Diaz
fa22ea1a59
Use v0.10.7 of securesystemslib
v0.10.7 implements TAP 9
2017-08-23 15:08:44 -04:00
Vladimir Diaz
32aab8f5fb
Use securesystemslib v0.10.6
that contains bug fix for _get_keyid()
2017-07-17 17:04:35 -04:00
Vladimir Diaz
ef6716321e
Edits to PR
Use securesystemslib v0.10.5 dependency (includes Lukas' contributions and a fix).
Add blank line between function docstring and beginning of code.
2017-06-15 13:29:01 -04:00
Vladimir Diaz
cf84d3f51f Add simple_server.py as a script to make testing easier 2017-02-15 15:07:36 -05:00
Lukas Puehringer
3982a56583 Updates securesystemslib pointer (WIP)
Updates requirements.txt and setup.py requirements to point to a
securesystemslib branch that updates key generate and import
functions to return a key object with the optional
keyid_hash_algorithms field.

This references have to be updated once lukpueh:update-import-keys
is merged into securesystemslib's master.
2017-01-27 17:09:58 -05:00
Vladimir Diaz
b415bfe05e Add securesystemslib dependency to install_requires 2017-01-13 11:05:20 -05:00
Vladimir Diaz
7720b74cba Remove crypto dependencies, which are now handles by securesystemslib 2017-01-13 10:26:47 -05:00
Vladimir Diaz
ed2546361b Remove 'simple-settings' dependency and add 'securesystemslib' to setup.py 2017-01-12 16:33:32 -05:00
Artiom Baloian
b793c81739 Added simple_settings, now it is a requirement of TuF.
Rename conf.py into the settings.py an changed import call.
2016-11-01 15:38:40 -04:00
Vladimir Diaz
3dfb22cfb7 Update setup.py
Add 'cryptography' to tuf[tools]
2016-10-14 11:27:13 -04:00
Vladimir Diaz
8cfaf2ccb6 Rename tuf.py to tufcli.py to prevent name clash 2016-10-07 11:27:52 -04:00
Vladimir Diaz
5f358e7300 Fix list of scripts in setup.py 2016-08-26 16:38:59 -04:00
Vladimir Diaz
f9e22f0b36 Add function to mark roles as dirty and update setup.py to list tuf.py 2016-08-25 14:22:31 -04:00
Vladimir Diaz
c83cc32578 Update setup.py
* Bump version number to 0.10.0 (pre-release)
* Update URL
* Remove classifier for Python 3.2
2016-01-22 10:59:21 -05:00
Vladimir Diaz
3dcc08ca07 Remove ed25519 from requirements.txt and setup.py 2015-06-02 17:14:31 -04:00
Vladimir Diaz
05e6d2f10e Add remaining install dependencies to requirements.txt and setup.py 2015-06-02 08:26:01 -04:00
vladdd
b9b575c0e0 Bump version for PEM and installation instructions fixes. 2014-07-20 23:39:55 -04:00
Vladimir Diaz
c20fd4afa8 Update release files. 2014-07-16 12:51:35 -04:00
vladdd
39e1e8b080 Add py26, py32, py33, py34 to setup.py. 2014-06-06 20:26:52 -04:00
vladdd
5f94d5be0d Support ISO 8601, vendor iso8601, clean codebase. 2014-04-19 14:27:53 -04:00
Vladimir Diaz
4e09fe29f8 Update comments following Trishank's review of the #186 pull request. 2014-03-11 08:07:18 -04:00
vladdd
845b98fda1 Modify installation setup.
Support the following installation setup:
# Minimal install intended for clients (pure Python, only ed25519 signatures).
pip install tuf

# Optional installation required by the TUF repository tools (RSA keys and rsassa-pss
# signatures, faster ed25519 cryptographic computations, general-purpose cryptography, etc.)
pip install tuf[tools]

Re-implement the fix for issue #167.

Update comments and docstrings related to the fixes above.
2014-03-08 17:56:40 -05:00
vladdd
9249f8639b Address issues #175 and #176. Update installation modules.
Add setuptools' find_packages() to avoid repeated updates to the list of packages.
Add setup() arguments, such as classifiers (Trove classifiers used for project classification and searching), keywords, and extra requirements.
Add pip requirements installation file.
Update supported tuf installation options:
Installing from pip and installing an extras requirement (pip install tuf[fast_ed25519]).
2014-03-07 23:36:32 -05:00
Vladimir Diaz
973d3a23a3 Address Issue #137 and update repository_tool.py.
Add the add_restricted_paths() method.
Rename libtuf.py
Update README.
Update delegate_hashed_bins() docstring.
More testing of hashed bins and consistent snapshots.
Remove old scripts from setup.py.
2014-01-23 12:03:31 -05:00
vladdd
691081cb26 Merge branch 'repository-tools' of https://github.com/theupdateframework/tuf into repository-tools 2013-11-13 11:52:41 -05:00
vladdd
c860d27787 Add 'tuf/client/basic_client.py' to setup.py 2013-11-13 11:52:15 -05:00
dachshund
b2e9fca142 Remove evpy. 2013-11-13 11:48:22 -05:00
dachshund
f490e68fa2 Add the bundled cryptographic library bindings. 2013-11-13 00:56:19 -05:00
dachshund
78344636de Even better organization of tests; remove evpy.
Require higher versions of PyCrypto.
2013-09-10 00:24:34 -04:00
dachshund
0fd533a9b4 Much better organization of tests. 2013-09-09 22:14:01 -04:00
vladdd
c12cb52aa3 Add pycrypto requirement to setup.py 2013-09-09 14:40:08 -04:00
vladdd
5d78f26907 Remove unit and system tests from setup.py 2013-09-09 14:16:27 -04:00
dachshund
a1ff2b197d Upgrade TUF version number to reflect current status. 2013-09-08 17:49:07 -04:00
vladdd
3537917015 Update the unit tests affected by the design change to log.py 2013-08-15 14:33:35 -04:00
zanefisher
04d96e62f1 Fixed various tests. 2013-07-30 14:41:27 -04:00
dachshund
a8380e4768 Export tuf.tests; mock recursive walk in signercli.py. 2013-06-20 21:32:49 +08:00
dachshund
eefc1ecf14 Fix #54. 2013-04-08 23:43:05 -04:00
dachshund
16023f07b4 Merge branch 'master' into interposition 2013-03-12 23:44:27 -04:00
vladdd
112889787a Add header block to setup.py. 2013-03-11 22:34:50 -04:00
dachshund
ed8f655444 Shebang for Python scripts. 2013-03-11 16:34:22 -04:00