pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-irclib Updated to version 8.9



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fbc0dfb4d73f
branches:  trunk
changeset: 634153:fbc0dfb4d73f
user:      imil <imil%pkgsrc.org@localhost>
date:      Fri May 09 21:37:03 2014 +0000

description:
Updated to version 8.9

8.9
    Documentation is now published at https://pythonhosted.org/irc.

8.8
    Issue #35: Removed the mutex during process_once.
    Issue #37: Deprecated buffer.LineBuffer for Python 3.

8.7
    Issue #34: Introduced buffer.LenientDecodingLineBuffer for handling input
    in a more lenient way, preferring UTF-8 but falling back to latin-1 if the
    content cannot be decoded as UTF-8.

8.6
    Introduced 'Manifold' as an alias for irc.client.IRC. This better name will
    replace the IRC name in a future version.
    Introduced the 'manifold' property of SimpleIRCClient as an alias for
    ircobj.
    Added 'manifold_class' property to the client.SimpleIRCClient to allow
    consumers to provide a customized Manifold.

diffstat:

 net/py-irclib/Makefile |  6 +++---
 net/py-irclib/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (37 lines):

diff -r e0501aa0a50e -r fbc0dfb4d73f net/py-irclib/Makefile
--- a/net/py-irclib/Makefile    Fri May 09 21:32:20 2014 +0000
+++ b/net/py-irclib/Makefile    Fri May 09 21:37:03 2014 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2014/04/20 12:44:01 imil Exp $
+# $NetBSD: Makefile,v 1.9 2014/05/09 21:37:03 imil Exp $
 #
 
-IRCVERS=       8.5.4
+IRCVERS=       8.9
 DISTNAME=      irc-${IRCVERS}
 PKGNAME=       ${PYPKGPREFIX}-irclib-${IRCVERS}
-PKGREVISION=   4
 CATEGORIES=    net python
 MASTER_SITES=  http://pypi.python.org/packages/source/i/irc/
 EXTRACT_SUFX=  .zip
@@ -17,6 +16,7 @@
 USE_LANGUAGES= # none
 
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.5.2:../../lang/py-six
+DEPENDS+=      ${PYPKGPREFIX}-jaraco_util>=10.0.2:../../devel/py-jaraco_util
 
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-hgtools>=2.0.2:../../devel/py-hgtools
 
diff -r e0501aa0a50e -r fbc0dfb4d73f net/py-irclib/distinfo
--- a/net/py-irclib/distinfo    Fri May 09 21:32:20 2014 +0000
+++ b/net/py-irclib/distinfo    Fri May 09 21:37:03 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2014/04/08 16:40:35 imil Exp $
+$NetBSD: distinfo,v 1.4 2014/05/09 21:37:03 imil Exp $
 
-SHA1 (irc-8.5.4.zip) = 918a24de2f6c46b70a900a64f952b1bc3bbbddc9
-RMD160 (irc-8.5.4.zip) = 50b8a9e1e02543b737b9e91e7790c9ff9144b7f1
-Size (irc-8.5.4.zip) = 113715 bytes
+SHA1 (irc-8.9.zip) = cb640d08f5353b9544f927192742580584d7e792
+RMD160 (irc-8.9.zip) = d5cd68409194b75fcff5a391c63b7bb08a8b1dc7
+Size (irc-8.9.zip) = 119554 bytes



Home | Main Index | Thread Index | Old Index