another attempt at a full tarball

--HG--
branch : 1.0.x
This commit is contained in:
holger krekel 2009-06-24 17:47:29 +02:00
parent a6c07d6098
commit 250d58729d
4 changed files with 34 additions and 18 deletions

View File

@ -1,22 +1,20 @@
MANIFEST doc/announce/release-1.0.0.txt
py/__init__.py doc/download.txt
setup.py
.hgignore .hgignore
.hgtags .hgtags
CHANGELOG CHANGELOG
LICENSE LICENSE
MANIFEST
README.txt README.txt
_findpy.py _findpy.py
doc/announce/release-0.9.0.txt doc/announce/release-0.9.0.txt
doc/announce/release-0.9.2.txt doc/announce/release-0.9.2.txt
doc/announce/release-1.0.0.txt
doc/announce/releases.txt doc/announce/releases.txt
doc/bin.txt doc/bin.txt
doc/code.txt doc/code.txt
doc/confrest.py doc/confrest.py
doc/conftest.py doc/conftest.py
doc/contact.txt doc/contact.txt
doc/download.txt
doc/execnet.txt doc/execnet.txt
doc/img/pylib.png doc/img/pylib.png
doc/index.txt doc/index.txt
@ -61,6 +59,7 @@ example/pytest/test_failures.py
example/pytest/test_setup_flow_example.py example/pytest/test_setup_flow_example.py
ez_setup.py ez_setup.py
py/LICENSE py/LICENSE
py/__init__.py
py/_com.py py/_com.py
py/bin/_findpy.py py/bin/_findpy.py
py/bin/_genscripts.py py/bin/_genscripts.py
@ -383,4 +382,5 @@ py/xmlobj/testing/__init__.py
py/xmlobj/testing/test_html.py py/xmlobj/testing/test_html.py
py/xmlobj/testing/test_xml.py py/xmlobj/testing/test_xml.py
py/xmlobj/visit.py py/xmlobj/visit.py
py/xmlobj/xml.py py/xmlobj/xml.py
setup.py

View File

@ -1,22 +1,38 @@
py lib 1.0.0: distributed testing and dynamic code deployment py.test / py lib 1.0.0: distributed testing and dynamic code deployment
=============================================================== ============================================================================
XXX draft Welcome to the 1.0 release bringing new flexibility and
power to testing with Python! Main news:
Welcome to the 1.0.0 py lib release - a python library aiming * new py.test plugin architecture, some examples:
to support agile and test-driven development.
It works with Linux, OSX and Win32, on Python 2.3, 2.4, 2.5 and 2.6. pytest_xfail.py: mark tests as "expected to fail"
pytest_pocoo.py: automatically send tracebacks to pocoo paste service
pytest_monkeypatch.py: safely patch parts of your environment in a test function
pytest_figleaf.py: generate html coverage reports
pytest_resultlog.py: generate buildbot-friendly output
Main API/Tool Features: and much more!
* funcargs - the new flexible mechanism for managing all your test setup/fixture needs!
* flexibly distribute tests to multiple computers from the command line
See the py.test documentation for more info:
http://pytest.org
The py lib contains the py.test tool and offers its well-tested code
independently from the testing tool, mainly:
* py.test: cross-project testing tool with many advanced features
* py.execnet: ad-hoc code distribution to SSH, Socket and local sub processes * py.execnet: ad-hoc code distribution to SSH, Socket and local sub processes
* py.code: support for dynamically running and debugging python code * py.code: support for dynamically running and debugging python code
* py.path: path abstractions over local and subversion files * py.path: path abstractions over local and subversion files
Download/Install: http://codespeak.net/py/1.0.0/download.html The whole package works well with Linux, OSX and Win32, on
Documentation/API: http://codespeak.net/py/1.0.0/index.html Python 2.3, 2.4, 2.5 and 2.6. (Expect Python3 compatibility soon!)
Download/Install: http://codespeak.net/py/dist/download.html
best, best,
holger holger

View File

@ -2,7 +2,7 @@
Downloading Downloading
============== ==============
.. _`PyPI project page`: http://pypi.python.org/pypi?%3Aaction=pkg_edit&name=py .. _`PyPI project page`: http://pypi.python.org/pypi/py/
Latest Release, see `PyPI project page`_ Latest Release, see `PyPI project page`_

View File

@ -3,7 +3,7 @@ autogenerated by gensetup.py
setup file for 'py' package based on: setup file for 'py' package based on:
branch: 1.0.x branch: 1.0.x
revision: 1177:a0d05417421b8cc68c8ba1a96a7fd3087116e472 revision: 1179:b1781bbfef8f3382f149e4b271b4795ed98469da
""" """
import os, sys import os, sys