2015-11-03 01:21:20 by Alistair G. Crooks | Files touched by this commit (58) |
Log message:
Add SHA512 digests for distfiles for cad category
Problems found with existing distfile for eagle:
distfiles/eagle-lin32-7.4.0.run
No changes made to eagle/distinfo file.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2015-07-12 09:56:09 by Wen Heping | Files touched by this commit (3) |
Log message:
Update to 3.0.8
Update LICENSE HOMEPAGE and MASTER_SITES
Now it is python3 compatible
Complete test target
Upstream changes:
3.0.8 2015-06-23
[NEW] Added a monitoring guide to the documentation.
[FIX] Improved packaging (thanks to Larissa Reis).
[FIX] Fixed and improved various test cases.
3.0.7 2015-03-01
[FIX] State of resources and requests were inconsistent before the request \
has been processed (issue #62).
[FIX] Empty conditions were never triggered (regression in 3.0.6, issue #63).
[FIX] Environment.run() will fail if the until event does not get triggered \
(issue #64).
[FIX] Callback modification during event processing is now prohibited \
(thanks to Andreas Beham).
3.0.6 - 2015-01-30
[NEW] Guide to SimPy resources.
[CHANGE] Improve performance of condition events.
[CHANGE] Improve performance of filter store (thanks to Christoph Körner).
[CHANGE] Exception tracebacks are now more compact.
[FIX] AllOf conditions handle already processed events correctly (issue #52).
[FIX] Add sync() to RealtimeEnvironment to reset its internal wall-clock \
reference time (issue #42).
[FIX] Only send copies of exceptions into processes to prevent traceback \
modifications.
[FIX] Documentation improvements.
3.0.5 2014-05-14
[CHANGE] Move interruption and all of the safety checks into a new event \
(pull request #30)
[FIX] FilterStore.get() now behaves correctly (issue #49).
[FIX] Documentation improvements.
3.0.4 2014-04-07
[NEW] Verified, that SimPy works on Python 3.4.
[NEW] Guide to SimPy events
[CHANGE] The result dictionary for condition events (AllOF / & and AnyOf \
/ |) now is an OrderedDict sorted in the same way as the original events list.
[CHANGE] Condition events now also except processed events.
[FIX] Resource.request() directly after Resource.release() no longer \
successful. The process now has to wait as supposed to.
[FIX] Event.fail() now accept all exceptions derived from BaseException \
instead of only Exception.
3.0.3 2014-03-06
[NEW] Guide to SimPy basics.
[NEW] Guide to SimPy Environments.
[FIX] Timing problems with real time simulation on Windows (issue #46).
[FIX] Installation problems on Windows due to Unicode errors (issue #41).
[FIX] Minor documentation issues.
3.0.2 2013-10-24
[FIX] The default capacity for Container and FilterStore is now also inf.
3.0.1 2013-10-24
[FIX] Documentation and default parameters of Store didnât match. Its \
default capacity is now inf.
3.0 2013-10-11
SimPy 3 has been completely rewritten from scratch. Our main goals were to \
simplify the API and code base as well as making SimPy more flexible and \
extensible. Some of the most important changes are:
Stronger focus on events. Processes yield event instances and are suspended \
until the event is triggered. An example for an event is a timeout (formerly \
known as hold), but even processes are now events, too (you can wait until a \
process terminates).
Events can be combined with & (and) and | (or) to create condition events.
Process can now be defined by any generator function. You donât have to \
subclass Process anymore.
No more global simulation state. Every simulation stores its state in an \
environment which is comparable to the old Simulation class.
Improved resource system with newly added resource types.
Removed plotting and GUI capabilities. Pyside and matplotlib are much better \
with this.
Greatly improved test suite. Its cleaner, and the tests are shorter and more \
numerous.
Completely overhauled documentation.
|
2015-01-04 03:13:16 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(pkgsrc)
- HOMEPAGE moved
(upstream)
- Update 2.3 to 2.3.1
v2.3.1 £ü 2012-01-28:
--------------------
- [NEW] More improvements on the documentation.
- [FIX] Syntax error in tkconsole.py when installing on Py3.2.
- [FIX] Added *mock* to the dep. list in SimPy.test().
|
2014-05-09 09:37:28 by Thomas Klausner | Files touched by this commit (553) |
Log message:
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
|
2014-01-20 23:17:45 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Convert to distutils.mk. Mark as not for python-3.x.
Bump PKGREVISION.
|
2013-07-24 12:54:14 by Matthias Drochner | Files touched by this commit (3) |  |
Log message:
update to 2.3
changes:
-restructured, Python3 support (not yet enabled in pkgsrc)
-m=bugfix
-documentation improvement
|
2012-10-08 15:25:17 by Aleksej Saushev | Files touched by this commit (62) |
Log message:
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
|
2011-02-25 10:47:32 by Thomas Klausner | Files touched by this commit (67) |
Log message:
Let's assume for now that everything that worked with python-2.6 also
works with python-2.7.
|
2010-06-19 14:09:07 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Needs Python 2.5+ due to finally usage.
|
2010-06-05 06:38:46 by OBATA Akio | Files touched by this commit (3) |
Log message:
Update py-simpy to 2.1.0.
Based on PR#43410 by Wen Heping.
* add math to CATEGORIES.
* set LICENSE=gnu-lgpl-v2.1.
* add PyPi to MASTER_SITES.
* fixes test target.
* simplify PKGNAME.
Major changes from 2.0.1 are:
* A SimPy debugger which allows users to interactively step through their
simulation models. Not just for debugging, but also great for learning and
teaching SimPy!
* A new document, describing API and tools for gaining insight into and
debugging SimPy models.
* Two tutorials showing the use of SimPy's advanced object oriented API.
|