1 new commit in pytest:

https://bitbucket.org/hpk42/pytest/changeset/5c00fbfc6a2c/
changeset:   5c00fbfc6a2c
user:        hpk42
date:        2012-06-07 19:18:50
summary:     use doc-versions that can increment separately from the pytest 
version
affected #:  3 files

diff -r 2815a3d12bd049d952e213b0748fd7ff849e605b -r 
5c00fbfc6a2cfcd317e169d24b412053c927fbb7 doc/en/conf.py
--- a/doc/en/conf.py
+++ b/doc/en/conf.py
@@ -49,10 +49,8 @@
 # built documents.
 #
 # The full version, including alpha/beta/rc tags.
-import pytest
-release = pytest.__version__
 # The short X.Y version.
-version = ".".join(release.split(".")[:2])
+version = "2.2.4.1"
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.


diff -r 2815a3d12bd049d952e213b0748fd7ff849e605b -r 
5c00fbfc6a2cfcd317e169d24b412053c927fbb7 doc/ja/Makefile
--- a/doc/ja/Makefile
+++ b/doc/ja/Makefile
@@ -40,7 +40,7 @@
        -rm -rf $(BUILDDIR)/*
 
 install: html
-        rsync -avz _build/html/ pytest.org:/www/pytest.org/latest
+        rsync -avz _build/html/ pytest.org:/www/pytest.org/latest-ja
 
 installpdf: latexpdf
        @scp $(BUILDDIR)/latex/pytest.pdf pytest.org:/www/pytest.org/latest


diff -r 2815a3d12bd049d952e213b0748fd7ff849e605b -r 
5c00fbfc6a2cfcd317e169d24b412053c927fbb7 doc/ja/conf.py
--- a/doc/ja/conf.py
+++ b/doc/ja/conf.py
@@ -49,10 +49,8 @@
 # built documents.
 #
 # The full version, including alpha/beta/rc tags.
-import pytest
-release = pytest.__version__
 # The short X.Y version.
-version = ".".join(release.split(".")[:2])
+version = "2.2.4.0"
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.

Repository URL: https://bitbucket.org/hpk42/pytest/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
py-svn mailing list
py-svn@codespeak.net
http://codespeak.net/mailman/listinfo/py-svn

Reply via email to