I'm not sure where to report this, but we start our pyramid project using 
systemd on CentOS7 - the first patch ( 
https://github.com/Pylons/pyramid/pull/1577 
<https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2FPylons%2Fpyramid%2Fpull%2F1577&sa=D&sntz=1&usg=AFQjCNFXHZgYgjkLa167vgFy1ENTL0INUQ>)
 
causes a traceback when run with no terminal at all:

Traceback (most recent call last):
File "/opt/clearsky/bin/pserve", line 9, in <module>
load_entry_point('pyramid==1.5.3', 'console_scripts', 'pserve')()
File "/opt/clearsky/lib/python2.7/site-packages/pyramid-1.5.3-
py2.7.egg/pyramid/scripts/pserve.py", line 58, in main return command.run()
File "/opt/clearsky/lib/python2.7/site-packages/pyramid-1.5.3-
py2.7.egg/pyramid/scripts/pserve.py", line 226, in run 
install_reloader(int(self.options.reload_interval), [app_spec])
File "/opt/clearsky/lib/python2.7/site-packages/pyramid-1.5.3-
py2.7.egg/pyramid/scripts/pserve.py", line 734, in install_reloader 
ensure_echo_on()
File "/opt/clearsky/lib/python2.7/site-packages/pyramid-1.5.3-
py2.7.egg/pyramid/scripts/pserve.py", line 720, in ensure_echo_on attr_list 
= termios.tcgetattr(fd)

Anyone else?

Thanks,
-Adam

On Sunday, February 22, 2015 at 5:14:37 PM UTC-5, Michael Merickel wrote:

> Pyramid 1.5.3 has been released. This is a bugfix release, with a few 
> backports from the 1.6 branch. Here's what happened since 1.5.2: 
>
> 1.5.3 (2015-02-22) 
> ================== 
>
> - Work around an issue where ``pserve --reload`` would leave terminal echo 
>   disabled if it reloaded during a pdb session. 
>   Backported from https://github.com/Pylons/pyramid/pull/1577 
> <https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2FPylons%2Fpyramid%2Fpull%2F1577&sa=D&sntz=1&usg=AFQjCNFXHZgYgjkLa167vgFy1ENTL0INUQ>
>  
>
> - Fixed a failing unittest caused by differing mimetypes on various 
>   OS platforms. See https://github.com/Pylons/pyramid/issues/1405 
>
> - Overall improvments for the ``proutes`` command. Added ``--format`` and 
>   ``--glob`` arguments to the command, introduced the ``method`` 
>   column for displaying available request methods, and improved the 
> ``view`` 
>   output by showing the module instead of just ``__repr__``. 
>   See: https://github.com/Pylons/pyramid/pull/1542 
>
> - The ``pyramid.renderers.JSONP`` renderer would raise an exception if 
> used 
>   without a request object. It will now fallback to behave like 
>   the ``pyramid.renderers.JSON`` renderer if there is no request object to 
>   derive a callback from. See https://github.com/Pylons/pyramid/pull/1562 
>
> - Prevent "parameters to load are deprecated" ``DeprecationWarning`` 
>   from setuptools>=11.3. See https://github.com/Pylons/pyramid/pull/1541 
>
> - Avoiding timing attacks against CSRF tokens. Backported from 
>   https://github.com/Pylons/pyramid/pull/1574 
>
> - ``pserve`` can now take a ``-b`` or ``--browser`` option to open the 
> server 
>   URL in a web browser. See https://github.com/Pylons/pyramid/pull/1533 
>
> The documentation for the 1.5.3 release is available at 
> http://docs.pylonsproject.org/projects/pyramid/en/1.5-branch/ 
>
> You can install 1.5.3 via PyPI: 
>
>   easy_install Pyramid==1.5.3 
>
> Enjoy, and please report any issues you find to the issue tracker at 
> https://github.com/Pylons/pyramid/issues 
>
> Thanks! 
>
> - Michael 
>

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pylons-discuss.
For more options, visit https://groups.google.com/d/optout.

Reply via email to