Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id A52A163E933 for ; Sat, 19 Jan 2013 10:35:08 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6CB4814A36F; Sat, 19 Jan 2013 10:35:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9228614A36E for ; Sat, 19 Jan 2013 10:35:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id sNKTdAJBx5gJ for ; Sat, 19 Jan 2013 10:35:06 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 1CBFD14A36D for ; Sat, 19 Jan 2013 10:35:05 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id BEB12175DD; Sat, 19 Jan 2013 10:35:05 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 19 Jan 2013 10:35:05 +0000 From: "OBATA Akio" Subject: CVS commit: pkgsrc/textproc/py-markdown2 To: pkgsrc-changes@NetBSD.org Reply-To: obache@netbsd.org X-Mailer: log_accum Message-Id: <20130119103505.BEB12175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: obache Date: Sat Jan 19 10:35:05 UTC 2013 Modified Files: pkgsrc/textproc/py-markdown2: Makefile distinfo Log Message: Update py-markdown2 to 2.1.0 ## python-markdown2 2.1.0 - ["nofollow" extra, issue #74, pull #104] Add `rel="nofollow"` support (mostly by https://github.com/cdman): $ echo '[link](http://example)' | markdown2 -x nofollow

link

Limitation: This *can* add a duplicate 'rel' attribute to raw HTML links in the input. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-markdown2/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-markdown2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.