WSME 0.5b5 released

2013-09-17 Thread Christophe de Vienne
About WSME
--

Web Service Made Easy (WSME) simplify the writing of REST web services
by providing simple yet powerful typing which removes the need to
directly manipulate the request and the response objects.

WSME can work standalone or on top of your favorite python web
(micro)framework, so you can use both your preferred way of routing your
REST requests and most of the features of WSME that rely on the typing
system like:

*   Alternate protocols, including ones supporting batch-calls

*   Easy documentation through a Sphinx extension


Changes
---

0.5b5 (2013-09-16)
--

More packaging fixes.

0.5b4 (2013-09-11)
--

Fixes some release-related files for the stackforge release process.
No user-facing bug fixes or features over what 0.5b3 provides.

0.5b3 (2013-09-04)
--

The project moved to stackforge. Mind the new URLs for the repository,
bugreport etc (see the documentation).

*   Allow non-default status code return with the pecan adapter
(Angus Salked).

*   Fix returning objects with object attributes set to None on
rest-json  ExtDirect.

*   Allow error details to be set on the Response object
(experimental !).

*   Fix: Content-Type header is not set anymore when the return type is
None on the pecan adapter.

*   Support unicode message in ClientSideError (Mehdi Abaakouk).

*   Use pbr instead of d2to1 (Julien Danjou).

*   Python 3.3 support (Julien Danjou).

*   Pecan adapter: returned status can now be set on exceptions (Vitaly
Kostenko).

*   TG adapters: returned status can be set on exceptions (Ryan
Petrello).

*   six = 1.4.0 support (Julien Danjou).

*   Require ordereddict from pypi for python  2.6 (Ryan Petrello).

*   Make the code PEP8 compliant (Ryan Petrello).

Documentation
-

http://pythonhosted.org/WSME/

Download


http://pypi.python.org/pypi/WSME/


Cheers,

Christophe de Vienne
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


[sphinx-users] [sphinx-dev] Sphinx 1.2 beta 1 released

2013-09-17 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,

I'm very happy to announce the release of Sphinx 1.2, beta 2, available
on the Python package index at http://pypi.python.org/pypi/Sphinx.
Please test and report bugs to http://dev.sphinx-doc.org/sphinx/issues.

This is the second testing release for Sphinx 1.2, a new feature release
with lots of improvements and new features, such as better search results,
more support for internationalization and faster parallel builds.

For the full changelog, go to http://sphinx-doc.org/latest/changes.html.

Thanks to the Python APAC 2013 sprint team!

What is it?
===

Sphinx is a tool that makes it easy to create intelligent and beautiful
documentation for Python projects (or other documents consisting of
multiple reStructuredText source files).

Website: http://sphinx-doc.org/

cheers,
Georg

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.20 (GNU/Linux)

iEYEARECAAYFAlI4XnMACgkQN9GcIYhpnLBTwgCeMC94GLt0VxXzTu0fXMwE9eEP
+6IAoKXPQOIar4eRSCamh4QoC5OoXymY
=4YIW
-END PGP SIGNATURE-
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/