summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@jelmer.uk>2018-11-28 02:17:29 +0000
committerJelmer Vernooij <jelmer@jelmer.uk>2018-11-28 02:17:29 +0000
commita27fc1738cd1abd278ec08e2a0ca22c6c9ae23b0 (patch)
tree3350851093775ba9dcd0d43d348ed2ae8f196be2
parenta530e10e6f25195f2512826407fad2a81a672756 (diff)
downloadtestrepository-git-a27fc1738cd1abd278ec08e2a0ca22c6c9ae23b0.tar.gz
Update NEWS; mention python versions in INSTALL.txt.
-rw-r--r--INSTALL.txt4
-rw-r--r--NEWS3
2 files changed, 6 insertions, 1 deletions
diff --git a/INSTALL.txt b/INSTALL.txt
index b6ca194..c45a8c1 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -4,7 +4,9 @@ Installing Test Repository
Run time dependencies
~~~~~~~~~~~~~~~~~~~~~
-* Python2.4 or newer.
+* Either:
+ + Python 2: version 2.7 or newer
+ + Python 3: version 3.4 or newer
* subunit (0.0.18 or newer).
diff --git a/NEWS b/NEWS
index e779974..90d127d 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,9 @@ CHANGES
* Unexpected errors reading streams from a file repository now propogate the
correct exception. (Matthew Treinish, Robert Collins, #1409936)
+* testrepository now requires at least version 0.0.11 of the subunit Python
+ module. (Jelmer Vernooij)
+
0.0.20
++++++