Received: by mail.netbsd.org (Postfix, from userid 605) id BC6C284DB5; Mon, 17 Dec 2018 16:24:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B3DDE84C82 for ; Mon, 17 Dec 2018 16:24:49 +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 oi6Sn_JhxZJ8 for ; Mon, 17 Dec 2018 16:24:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id F342F84C81 for ; Mon, 17 Dec 2018 16:24:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EA2C1FB16; Mon, 17 Dec 2018 16:24:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1545063888165550" MIME-Version: 1.0 Date: Mon, 17 Dec 2018 16:24:48 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/py-python-slugify To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20181217162448.EA2C1FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1545063888165550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Mon Dec 17 16:24:48 UTC 2018 Modified Files: pkgsrc/devel/py-python-slugify: Makefile distinfo Log Message: devel/py-python-slugify: update to 1.2.6 ## 1.2.6 - Add support for case sensitive slugs (@s-m-e) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-python-slugify/Makefile \ pkgsrc/devel/py-python-slugify/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1545063888165550 Content-Disposition: inline Content-Length: 1793 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-python-slugify/Makefile diff -u pkgsrc/devel/py-python-slugify/Makefile:1.1 pkgsrc/devel/py-python-slugify/Makefile:1.2 --- pkgsrc/devel/py-python-slugify/Makefile:1.1 Sun Sep 23 18:16:24 2018 +++ pkgsrc/devel/py-python-slugify/Makefile Mon Dec 17 16:24:48 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2018/09/23 18:16:24 taca Exp $ +# $NetBSD: Makefile,v 1.2 2018/12/17 16:24:48 taca Exp $ -DISTNAME= python-slugify-1.2.5 +DISTNAME= python-slugify-1.2.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel www python MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-slugify/} Index: pkgsrc/devel/py-python-slugify/distinfo diff -u pkgsrc/devel/py-python-slugify/distinfo:1.1 pkgsrc/devel/py-python-slugify/distinfo:1.2 --- pkgsrc/devel/py-python-slugify/distinfo:1.1 Sun Sep 23 18:16:24 2018 +++ pkgsrc/devel/py-python-slugify/distinfo Mon Dec 17 16:24:48 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2018/09/23 18:16:24 taca Exp $ +$NetBSD: distinfo,v 1.2 2018/12/17 16:24:48 taca Exp $ -SHA1 (python-slugify-1.2.5.tar.gz) = 3fddf3c2f5eb6a9fe86b08375f07d4b1cb9075b8 -RMD160 (python-slugify-1.2.5.tar.gz) = 602eed0834e88dd20a466cc7969c6b726bb1ac41 -SHA512 (python-slugify-1.2.5.tar.gz) = 9a4ec9dadeff708a62b40a71dc0fff60d218139c49d7a02fdd09d8eebe810d78b56a59a4c627b158874214861709c59dc07470245fbbeadbe4f02937d14e6a3c -Size (python-slugify-1.2.5.tar.gz) = 6594 bytes +SHA1 (python-slugify-1.2.6.tar.gz) = cef3aed6d43c737e8463b5424a2fb7aa6f2de564 +RMD160 (python-slugify-1.2.6.tar.gz) = dc8d898462f96a12809803e5ce98190f914eff58 +SHA512 (python-slugify-1.2.6.tar.gz) = 632fdd2162ebbec0bc6ae0cf0df4a7316ecb4974603370084ea55b4f0af9e04aff8c96888e562fd8db31e645c999a3a178ee2ae534f55ea3fa364080ded82f66 +Size (python-slugify-1.2.6.tar.gz) = 6777 bytes --_----------=_1545063888165550--