Skip to content

Commit 08b2a68

Browse files
Merge pull request #240 from vladimir-v-diaz/develop
Bump version number to 0.9.9
2 parents 30f5511 + fb12ca8 commit 08b2a68

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,14 @@ with TUF; upstream servers, who will largely be responsible for care and
222222
feeding of repositories; and integrators, who do the work of putting TUF
223223
into existing projects.
224224

225+
A low-level integration requires importing a single module and calling
226+
particular methods to perform updates. A high-level integration, on the
227+
other hand, can handle TUF-related updates transparently. The client
228+
populates a configuration file and the library interposes on urllib calls.
229+
Generating metadata files stored on upstream servers can be handled by the
230+
repository tool, covered in ``Creating a Repository``.
231+
232+
225233
- `Creating a Repository <https://github.com/theupdateframework/tuf/tree/develop/tuf/README.md>`_
226234

227235
- `Low-level Integration <https://github.com/theupdateframework/tuf/tree/develop/tuf/client/README.md>`_

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080

8181
setup(
8282
name = 'tuf',
83-
version = '0.9.8',
83+
version = '0.9.9',
8484
description = 'A secure updater framework for Python',
8585
long_description = long_description,
8686
author = 'http://www.theupdateframework.com',

tuf/client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ for target in updated_target:
149149
```
150150

151151
###A Simple Integration Example with basic_client.py
152-
```
152+
``` Bash
153153
# Assume a simple TUF repository has been setup with 'tuf.repository_tool.py'.
154154
$ basic_client.py --repo http://localhost:8001
155155

0 commit comments

Comments
 (0)