diff options
author | recht <recht> | 2003-08-25 19:33:43 +0000 |
---|---|---|
committer | recht <recht> | 2003-08-25 19:33:43 +0000 |
commit | aeea8e194f425c65df3da6440984a46b9769f6d1 (patch) | |
tree | 82ebab674dc3a2ebc5245495eb572ea71ba42464 /net/py-ORBit | |
parent | 229244e43fccdd64fa919d049d2492c1bec8de4e (diff) | |
download | pkgsrc-aeea8e194f425c65df3da6440984a46b9769f6d1.tar.gz |
Update to 1.99.7.
Changes:
* fix a problem with handling of exceptions that was uncovered by
Python 2.3.
* disable assigning to unknown attributes on stub instances. Saves
a little memory too.
* add CORBA.ORB.work_pending() and CORBA.ORB.perform_work() methods.
Diffstat (limited to 'net/py-ORBit')
-rw-r--r-- | net/py-ORBit/Makefile | 4 | ||||
-rw-r--r-- | net/py-ORBit/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/py-ORBit/Makefile b/net/py-ORBit/Makefile index 2f6ca660934..1c791711b3f 100644 --- a/net/py-ORBit/Makefile +++ b/net/py-ORBit/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2003/08/17 18:10:36 recht Exp $ +# $NetBSD: Makefile,v 1.5 2003/08/25 19:33:43 recht Exp $ # -DISTNAME= pyorbit-1.99.6 +DISTNAME= pyorbit-1.99.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pyorbit/ORBit/} CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pyorbit/1.99/} diff --git a/net/py-ORBit/distinfo b/net/py-ORBit/distinfo index 01e8b7b72fa..f1f7b0b7596 100644 --- a/net/py-ORBit/distinfo +++ b/net/py-ORBit/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2003/08/09 12:51:02 recht Exp $ +$NetBSD: distinfo,v 1.3 2003/08/25 19:33:44 recht Exp $ -SHA1 (pyorbit-1.99.6.tar.bz2) = 695ad10bab65a9f0d421e904e106abdff6903f43 -Size (pyorbit-1.99.6.tar.bz2) = 242618 bytes +SHA1 (pyorbit-1.99.7.tar.bz2) = 7710ae19a5c7392b91f622928f71361c97be43ee +Size (pyorbit-1.99.7.tar.bz2) = 244420 bytes |