Pyramid 1.5.4 released

146 views
Skip to first unread message

Michael Merickel

unread,
Feb 24, 2015, 8:01:23 PM2/24/15
to Pylons
Well that was short lived!

Pyramid 1.5.4 has been released. This is a small release to correct a
regression introduced in 1.5.3. Here's what happened since 1.5.3:

1.5.4 (2015-02-24)
==================

- Fix regression where ``pserve --reload`` would not work when running
as a daemon.
Backported from https://github.com/Pylons/pyramid/pull/1592

The documentation for the 1.5.4 release is available at
http://docs.pylonsproject.org/projects/pyramid/en/1.5-branch/

You can install 1.5.4 via PyPI:

easy_install Pyramid==1.5.4

Enjoy, and please report any issues you find to the issue tracker at
https://github.com/Pylons/pyramid/issues

Thanks!

- Michael

Keith Yang

unread,
Mar 10, 2015, 5:30:40 PM3/10/15
to pylons-...@googlegroups.com
It looks weird on the package version here:

pip install Pyramid==1.5.4

Requirement already satisfied (use --upgrade to upgrade): translationstring>=0.4 in .virtualenvs/34/lib/python3.4/site-packages (from Pyramid==1.5.4)
Installing collected packages: Pyramid
  Found existing installation: pyramid 1.6.dev0
    Uninstalling pyramid-1.6.dev0:
      Successfully uninstalled pyramid-1.6.dev0

Successfully installed Pyramid-1.6.dev0


Also, pip install --upgrade Pyramid will only install 1.5.3.

Keith Yang

unread,
Mar 10, 2015, 5:30:40 PM3/10/15
to pylons-...@googlegroups.com
Sorry going to post the issue on Github. (Thanks for the post review and please just drop my previous post and this one) :).


On Wednesday, February 25, 2015 at 9:01:23 AM UTC+8, Michael Merickel wrote:

Jonathan Vanasco

unread,
Mar 10, 2015, 6:16:03 PM3/10/15
to pylons-...@googlegroups.com
Do you have a dev version of Pyramid (ie, github master) checked out and installed?

`pip install` will create an error like that if you do.  The easy way to switch (IMHO) is to just easy-install instead ``easy_install pyramid==1.5.4`  pip is really good for new environments, but it has a lot of issues with upgrades and development environments.
Reply all
Reply to author
Forward
0 new messages