[Twisted-Python] [RELEASE] Nevow 0.11.1
Hello, I'm pleased to announce the release of Nevow 0.11.1. Nevow is a web application construction kit written in Python and based on Twisted. It is designed to allow the programmer to express as much of the view logic as desired in Python, and includes a pure Python XML expression syntax named stan to facilitate this. However it also provides rich support for designer-edited templates, using a very small XML attribute language to provide bi-directional template manipulation capability. This release includes a number of minor new features and bug fixes. It also includes changes to modernize Nevow's packaging - installation of Nevow using `pip` is now supported. This release also marks the move of Nevow development to Github. You can read about all of the changes in this release in the NEWS file: https://github.com/twisted/nevow/blob/release-0.11.1/NEWS.txt You can find Nevow on PyPI: https://pypi.python.org/pypi/Nevow Or on Github: https://github.com/twisted/nevow Enjoy! Jean-Paul http://as.ynchrono.us/
On Jun 21, 2014, at 7:46 AM, exarkun@twistedmatrix.com wrote:
This release includes a number of minor new features and bug fixes. It also includes changes to modernize Nevow's packaging - installation of Nevow using `pip` is now supported. This release also marks the move of Nevow development to Github.
This is _so_ exciting. Thanks for doing this, it is really nice to be able to just 'pip install' things which depend on Nevow without a bunch of caveats. -glyph
On Jun 22, 2014, at 1:48 AM, Glyph <glyph@twistedmatrix.com> wrote:
On Jun 21, 2014, at 7:46 AM, exarkun@twistedmatrix.com wrote:
This release includes a number of minor new features and bug fixes. It also includes changes to modernize Nevow's packaging - installation of Nevow using `pip` is now supported. This release also marks the move of Nevow development to Github.
This is _so_ exciting. Thanks for doing this, it is really nice to be able to just 'pip install' things which depend on Nevow without a bunch of caveats.
Oh wow, that is great :) I’m sure Tahoe-lafs will be happy. ----------------- Donald Stufft PGP: 0x6E3CBCE93372DCFA // 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA
On 6/22/14 5:51 PM, Glyph wrote:
Oh wow, that is great :) I’m sure Tahoe-lafs will be happy.
I am surprised they haven't said anything yet, I'm assuming they haven't noticed ;-)
I just closed our ticket[1].. "pip install allmydata-tahoe" now works! Thank you! BTW, the NEWS URL in the Nevow release email is 404ing. I think the correct one is: https://github.com/twisted/nevow/blob/nevow-0.11.1/NEWS.txt thanks a bunch, -Brian [1]: https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2032#comment:18
Hello, Great news! Are there any docs online? Thanks, Orestis 24 Ιουν 2014, 1:55, ο/η Glyph Lefkowitz <glyph@twistedmatrix.com> έγραψε:
On Jun 23, 2014, at 12:43 PM, Brian Warner <warner@lothar.com> wrote:
I just closed our ticket[1].. "pip install allmydata-tahoe" now works! Thank you!
WOOHOO! I didn't realize this was the last blocker, this is fantastic news!
-glyph
_______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
On 11:06 am, orestis@orestis.gr wrote:
Hello,
Great news! Are there any docs online?
Not yet. See https://github.com/twisted/nevow/issues/20 and https://github.com/twisted/nevow/issues/21
Aloha all great, I used nevow/athena/livepages through all the years in between, nevow getting a new life is really exciting news. Cheers, Werner On 6/21/14 4:46 AM, exarkun@twistedmatrix.com wrote:
Hello,
I'm pleased to announce the release of Nevow 0.11.1.
Nevow is a web application construction kit written in Python and based on Twisted. It is designed to allow the programmer to express as much of the view logic as desired in Python, and includes a pure Python XML expression syntax named stan to facilitate this. However it also provides rich support for designer-edited templates, using a very small XML attribute language to provide bi-directional template manipulation capability.
This release includes a number of minor new features and bug fixes. It also includes changes to modernize Nevow's packaging - installation of Nevow using `pip` is now supported. This release also marks the move of Nevow development to Github.
You can read about all of the changes in this release in the NEWS file:
https://github.com/twisted/nevow/blob/release-0.11.1/NEWS.txt
You can find Nevow on PyPI:
https://pypi.python.org/pypi/Nevow
Or on Github:
https://github.com/twisted/nevow
Enjoy!
Jean-Paul http://as.ynchrono.us/
_______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
Good to see Nevow is still being maintained! What are the chances of 0.11.2 including the fix for https://bugs.launchpad.net/nevow/+bug/892794, filed in November 2011 complete with a test case and a patch? Peter. On Sat, Jun 21, 2014, at 15:46, exarkun@twistedmatrix.com wrote:
Hello,
I'm pleased to announce the release of Nevow 0.11.1.
Nevow is a web application construction kit written in Python and based on Twisted. It is designed to allow the programmer to express as much of the view logic as desired in Python, and includes a pure Python XML expression syntax named stan to facilitate this. However it also provides rich support for designer-edited templates, using a very small XML attribute language to provide bi-directional template manipulation capability.
This release includes a number of minor new features and bug fixes. It also includes changes to modernize Nevow's packaging - installation of Nevow using `pip` is now supported. This release also marks the move of Nevow development to Github.
You can read about all of the changes in this release in the NEWS file:
https://github.com/twisted/nevow/blob/release-0.11.1/NEWS.txt
You can find Nevow on PyPI:
https://pypi.python.org/pypi/Nevow
Or on Github:
https://github.com/twisted/nevow
Enjoy!
Jean-Paul http://as.ynchrono.us/
_______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
On 11:41 am, peter.westlake@pobox.com wrote:
Good to see Nevow is still being maintained!
What are the chances of 0.11.2 including the fix for https://bugs.launchpad.net/nevow/+bug/892794, filed in November 2011 complete with a test case and a patch?
Issues were migrated to Github as well, fwiw: https://github.com/twisted/nevow/issues/11 Keeping track of where there is code up for review is something I haven't really figured out how to do well on Github (and never figured out how to do on Launchpad). It's one thing if you maintain a project as part of your job - then you probably look at the issue tracker every day and things progress. It's another thing if you follow 15 open source, volunteer driven projects each with their own issue tracker. I'll probably go months between looking at the issue trackers for some of them (particularly the lower activity projects where it might really *be* months between interesting activity). Anyone have any tips or tools for keeping tabs on outstanding work on Github? I've been trying out a "review" keyword that marks PRs that need to be looked at. This at least makes work-to-do unambiguous and easy to find but I still have to poll github to find it. Meanwhile, Peter, if you turn that patch into a PR then I'll try to remember to review it soon. :) Jean-Paul
Peter.
On Sat, Jun 21, 2014, at 15:46, exarkun@twistedmatrix.com wrote:
Hello,
I'm pleased to announce the release of Nevow 0.11.1.
Nevow is a web application construction kit written in Python and based on Twisted. It is designed to allow the programmer to express as much of the view logic as desired in Python, and includes a pure Python XML expression syntax named stan to facilitate this. However it also provides rich support for designer-edited templates, using a very small XML attribute language to provide bi-directional template manipulation capability.
This release includes a number of minor new features and bug fixes. It also includes changes to modernize Nevow's packaging - installation of Nevow using `pip` is now supported. This release also marks the move of Nevow development to Github.
You can read about all of the changes in this release in the NEWS file:
https://github.com/twisted/nevow/blob/release-0.11.1/NEWS.txt
You can find Nevow on PyPI:
https://pypi.python.org/pypi/Nevow
Or on Github:
https://github.com/twisted/nevow
Enjoy!
Jean-Paul http://as.ynchrono.us/
_______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
_______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
On Tue, Jun 24, 2014, at 13:10, exarkun@twistedmatrix.com wrote:
On 11:41 am, peter.westlake@pobox.com wrote:
Good to see Nevow is still being maintained!
What are the chances of 0.11.2 including the fix for https://bugs.launchpad.net/nevow/+bug/892794, filed in November 2011 complete with a test case and a patch?
Issues were migrated to Github as well, fwiw:
https://github.com/twisted/nevow/issues/11 ... Meanwhile, Peter, if you turn that patch into a PR then I'll try to remember to review it soon. :)
Here it is: https://github.com/twisted/nevow/pull/42 As an added benefit, I now know how to do a pull request on GitHub, so thank you for that! It's very much easier than Launchpad, where I still haven't any hint on how to do it. Peter.
participants (8)
-
Brian Warner
-
Donald Stufft
-
exarkun@twistedmatrix.com
-
Glyph
-
Glyph Lefkowitz
-
Orestis Markou
-
Peter Westlake
-
Werner Thie