Bug 154290 - [UPDATE] net/py-eventlet
Summary: [UPDATE] net/py-eventlet
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Greg Larkin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-25 19:30 UTC by Carlo Strub
Modified: 2011-01-26 01:00 UTC (History)
0 users

See Also:


Attachments
file.diff (901 bytes, patch)
2011-01-25 19:30 UTC, Carlo Strub
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlo Strub freebsd_committer freebsd_triage 2011-01-25 19:30:10 UTC
Update to 0.9.14:

Heres the changes in this version:

    * Many fixes to the ZeroMQ hub, which now requires version 2.0.10 or later;
    * ZeroMQ hub no longer depends on pollhub, and thus works on Windows;
    * Better handling of connect errors on Windows;
    * More-robust Event delivery;
    * wsgi.py now distinguishes between an empty query string () and a non-existent query string (no entry in environ);
    * wsgi.py handles ipv6 correctly;
    * Better behavior in tpool when you give it nonsensical numbers;
    * Fixed importing on 2.5;
    * Hub doesnt hold on to invalid fds;
    * Documentation for eventlet.green.zmq.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-01-25 19:30:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->glarkin

glarkin@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-01-26 00:57:40 UTC
glarkin     2011-01-26 00:57:32 UTC

  FreeBSD ports repository

  Modified files:
    net/py-eventlet      Makefile distinfo 
  Log:
  - Updated to 0.9.14
  
  Changes:
  * Many fixes to the ZeroMQ hub, which now requires version 2.0.10 or later
  * ZeroMQ hub no longer depends on pollhub, and thus works on Windows
  * Better handling of connect errors on Windows
  * More-robust Event delivery
  * wsgi.py now distinguishes between an empty query string ("") and a
    non-existent query string (no entry in environ)
  * wsgi.py handles ipv6 correctly
  * Better behavior in tpool when you give it nonsensical numbers
  * Fixed importing on 2.5
  * Hub doesn't hold on to invalid fds
  * Documentation for eventlet.green.zmq.
  
  PR:             ports/154290
  Submitted by:   C-S <c-s@c-s.li> (maintainer)
  Feature safe:   yes
  
  Revision  Changes    Path
  1.4       +1 -1      ports/net/py-eventlet/Makefile
  1.4       +2 -3      ports/net/py-eventlet/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Greg Larkin freebsd_committer freebsd_triage 2011-01-26 00:57:52 UTC
State Changed
From-To: open->closed

Committed, thank you!