Subject: CVS commit: pkgsrc/cad/py-simpy
To: None <pkgsrc-changes@NetBSD.org>
From: Mark Davies <markd@netbsd.org>
List: pkgsrc-changes
Date: 02/05/2007 19:44:15
Module Name:	pkgsrc
Committed By:	markd
Date:		Mon Feb  5 19:44:15 UTC 2007

Modified Files:
	pkgsrc/cad/py-simpy: Makefile distinfo

Log Message:
Update py-simpy to 1.8

SimPy 1.8 is a major release with new capabilities, improved documentation
and bug fixes. It is fully backwards compatible with previous versions.
From SimPy 1.8 on, the obsolete Python version 2.2 is no longer supported.
Some of the changes and improvements are:
*  New compound yield statements, supporting time-out or event-based
   reneging in 'get' and 'put' operations on Store and Level resources.
*  yield get on a Store resource can now have a filter function which
   selects which and how many items (e.g. "3 parcels weighing less than
   3 pounds") should be retrieved.
*  The Manual has been thoroughly edited, restructured and rewritten
   with a view to greater clarity and readability. It is provided in both
   HTML and PDF format.
*  The Cheatsheet has been completely rewritten in a tabular format and
   reduced to just a few pages. The goal was to turn it into a concise
   desktop reference of SimPy commands. The Cheatsheet is provided in both
   XLS (MS Excel spreadsheet) and PDF format.

SimPy 1.7.1 is a minor (maintenance) release which fixes a few bugs
in 1.7. The SimPy 1.7.1 API is identical to that of version 1.7.

SimPy 1.7 is fully compatible with version 1.6.1. This major release brings
significant new capabilities for the SimPy modeller and thus a broader
field of applicability to SimPy. It is now very easy to implement models
for scenarios involving:

 * producer/consumer relationships between processes,
 * multi-process cooperations,
 * multi-resource requests, and
 * consumable resources.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/cad/py-simpy/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/cad/py-simpy/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.