[py-svn] py commit d8a7846892df: release prep

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Nov 25 16:39:01 CET 2010


# HG changeset patch -- Bitbucket.org
# Project py
# URL http://bitbucket.org/hpk42/py/overview
# User holger krekel <holger at merlinux.eu>
# Date 1290699394 -3600
# Node ID d8a7846892df17a93ad268f8c86c0c7e5f3fdb78
# Parent  8d9ddabb8c3f60367341ce56344d60b9685a9013
release prep

--- a/doc/install.txt
+++ b/doc/install.txt
@@ -1,6 +1,6 @@
 
-.. _`pylib`:
-.. _`index page`: http://pypi.python.org/pypi/pylib/
+.. _`py`:
+.. _`index page`: http://pypi.python.org/pypi/py/
 
 installation info in a nutshell
 ===================================================
@@ -41,14 +41,14 @@ Working from version control or a tarbal
 To follow development or start experiments, checkout the
 complete code and documentation source with mercurial_::
 
-    hg clone https://bitbucket.org/hpk42/pylib
+    hg clone https://bitbucket.org/hpk42/py
 
 Development takes place on the 'trunk' branch.
 
 You can also go to the python package index and
 download and unpack a TAR file::
 
-    http://pypi.python.org/pypi/pylib/
+    http://pypi.python.org/pypi/py/
 
 activating a checkout with setuptools
 --------------------------------------------
@@ -76,7 +76,7 @@ Contact and Communication points
 - `bitbucket issue tracker`_ use this bitbucket issue tracker to report
   bugs or request features.
 
-.. _`bitbucket issue tracker`: http://bitbucket.org/hpk42/pylib/issues/
+.. _`bitbucket issue tracker`: http://bitbucket.org/hpk42/py/issues/
 
 .. _codespeak: http://codespeak.net/
 .. _`py-dev`:

--- a/py/__init__.py
+++ b/py/__init__.py
@@ -8,7 +8,7 @@ dictionary or an import path.
 
 (c) Holger Krekel and others, 2004-2010
 """
-__version__ = '1.4.0a5'
+__version__ = '1.4.0.a7'
 
 from py import _apipkg
 

--- a/doc/index.txt
+++ b/doc/index.txt
@@ -10,9 +10,9 @@ Welcome to py's documentation!
 
 .. note::
     
-   py.test now comes from the `pytest distribtion`_
+   py.test now comes from the `pytest distribution`_
 
-.. _`pytest distribution`: http://pypi.python.org/pypi/pytest
+.. _`pytest distribution`: http://pytest.org
 
 Contents:
 

--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -6,11 +6,3 @@ include LICENSE
 include conftest.py
 graft doc
 graft testing
-#exclude *.orig 
-#exclude *.orig 
-#exclude *.rej 
-#exclude *.pyc
-#recursive-exclude testing *.pyc *.orig *.rej *$py.class
-#prune .pyc
-#prune .svn 
-#prune .hg 

--- a/py/_path/svnwc.py
+++ b/py/_path/svnwc.py
@@ -138,7 +138,7 @@ class SvnPathBase(common.PathBase):
     def new(self, **kw):
         """ create a modified version of this path. A 'rev' argument
             indicates a new revision.
-            the following keyword arguments modify various path parts:
+            the following keyword arguments modify various path parts::
 
               http://host.com/repo/path/file.ext
               |-----------------------|          dirname

--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ def main():
         name='py',
         description='library with cross-python path, ini-parsing, io, code, log facilities',
         long_description = open('README.txt').read(),
-        version='1.4.0a5',
+        version='1.4.0.a7',
         url='http://pylib.org',
         license='MIT license',
         platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],

--- a/README.txt
+++ b/README.txt
@@ -7,6 +7,9 @@ the following tools and modules:
 * py.code: dynamic code generation and introspection
 * py.path:  uniform local and svn path objects
 
+NOTE: prior to the 1.4 release this distribution used to
+contain py.test which is now its own package, see http://pytest.org
+
 For questions and more information please visit http://pylib.org
 
 Bugs and issues: http://bitbucket.org/hpk42/pylib/issues/



More information about the pytest-commit mailing list