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
dachshund
d03dd0f2ec
Copy SSL certificate verification from pip.
2013-03-04 18:01:15 -05:00
dachshund
b1cf9538ec
Better modules for interposition.
2013-03-04 00:43:02 -05:00
dachshund
f7d9c63cb8
Remove extinct script from setup.py.
2013-03-01 11:44:20 -05:00
dachshund
d84e68d655
Use file copy instead of a git submodule.
2013-02-22 18:11:36 -05:00
dachshund
1685c7fa6d
We now *should* verify SSL connections given certificate authorities.
2013-02-22 17:45:44 -05:00
vladdd
abf0349b05
Move all files up one directory from 'src/'.
2013-02-10 21:38:06 -05:00