From f5eae4cd120d3e184e44a5b6c130913631e224a6 Mon Sep 17 00:00:00 2001 From: grubert Date: Sat, 13 Jul 2013 18:15:43 +0000 Subject: [PATCH] testing on ubuntu 10.04 installation broken because of different module directory: revert git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7687 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docutils/HISTORY.txt | 4 ++-- docutils/RELEASE-NOTES.txt | 4 ++-- docutils/docutils/__init__.py | 2 +- sandbox/infrastructure/releasing-log.txt | 16 +++++++++++++++- 4 files changed, 20 insertions(+), 6 deletions(-) diff --git a/docutils/HISTORY.txt b/docutils/HISTORY.txt index fca4ccf72..82dd9112c 100644 --- a/docutils/HISTORY.txt +++ b/docutils/HISTORY.txt @@ -13,8 +13,8 @@ .. contents:: -Release 0.11 (2013-07-13) -========================= +Changes Since 0.10 +================== * General diff --git a/docutils/RELEASE-NOTES.txt b/docutils/RELEASE-NOTES.txt index 6da1752b7..dbffe5fc7 100644 --- a/docutils/RELEASE-NOTES.txt +++ b/docutils/RELEASE-NOTES.txt @@ -29,8 +29,8 @@ Future changes element with class attribute and auto-generated title. -Release 0.11 (2013-07-13) -========================= +Changes Since 0.10 +================== * General diff --git a/docutils/docutils/__init__.py b/docutils/docutils/__init__.py index dbb268b8d..82698196d 100644 --- a/docutils/docutils/__init__.py +++ b/docutils/docutils/__init__.py @@ -59,7 +59,7 @@ number is bumped whenever there is a significant project release. The major number will be bumped when the project is feature-complete, and perhaps if there is a major change in the design.""" -__version_details__ = 'release' +__version_details__ = 'repository' """Extra version details (e.g. 'snapshot 2005-05-29, r3410', 'repository', 'release'), modified automatically & manually.""" diff --git a/sandbox/infrastructure/releasing-log.txt b/sandbox/infrastructure/releasing-log.txt index 4b5ff83c9..fd6839feb 100644 --- a/sandbox/infrastructure/releasing-log.txt +++ b/sandbox/infrastructure/releasing-log.txt @@ -26,12 +26,26 @@ Tests python 3.2: roman.py for py3 required. - Release.sh ---------- release.sh does not work on MacOSX. +installation on ubuntu 10.04 breaks test script:: + + Working directory: /usr/local/lib/python2.6/site-packages/docutils-test + Docutils package: /usr/local/lib/python2.6/dist-packages/docutils + + ====================================================================== + FAIL: test_find_file_in_dirs (test_utils.HelperFunctionsTests) + ---------------------------------------------------------------------- + Traceback (most recent call last): + File "/usr/local/lib/python2.6/site-packages/docutils-test/test_utils.py", line 295, in test_find_file_in_dirs + '../HISTORY.txt') + AssertionError: 'HISTORY.txt' != '../HISTORY.txt' + +Stopping for now. + Release 0.10 -- 2.11.4.GIT