Received: by mail.netbsd.org (Postfix, from userid 605) id 0112584DA4; Thu, 4 Mar 2021 10:20:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3A9E684D39 for ; Thu, 4 Mar 2021 10:20:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id TWCkPSABTqP0 for ; Thu, 4 Mar 2021 10:20:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B7E1A84CD8 for ; Thu, 4 Mar 2021 10:20:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B157AFA95; Thu, 4 Mar 2021 10:20:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1614853248273350" MIME-Version: 1.0 Date: Thu, 4 Mar 2021 10:20:48 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/net/py-rt To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20210304102048.B157AFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1614853248273350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Thu Mar 4 10:20:48 UTC 2021 Modified Files: pkgsrc/net/py-rt: Makefile distinfo Log Message: py-rt: Update to 2.1.0 Changes: 2.1.0 ----- - Add the possibility to provide cookies as dict to authenticate - Add 'Referer' header for CSRF check To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/py-rt/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/py-rt/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1614853248273350 Content-Disposition: inline Content-Length: 1566 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/py-rt/Makefile diff -u pkgsrc/net/py-rt/Makefile:1.7 pkgsrc/net/py-rt/Makefile:1.8 --- pkgsrc/net/py-rt/Makefile:1.7 Fri Oct 9 15:43:07 2020 +++ pkgsrc/net/py-rt/Makefile Thu Mar 4 10:20:48 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2020/10/09 15:43:07 leot Exp $ +# $NetBSD: Makefile,v 1.8 2021/03/04 10:20:48 leot Exp $ -DISTNAME= rt-2.0.1 +DISTNAME= rt-2.1.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=r/rt/} Index: pkgsrc/net/py-rt/distinfo diff -u pkgsrc/net/py-rt/distinfo:1.8 pkgsrc/net/py-rt/distinfo:1.9 --- pkgsrc/net/py-rt/distinfo:1.8 Fri Oct 9 15:43:07 2020 +++ pkgsrc/net/py-rt/distinfo Thu Mar 4 10:20:48 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2020/10/09 15:43:07 leot Exp $ +$NetBSD: distinfo,v 1.9 2021/03/04 10:20:48 leot Exp $ -SHA1 (py-rt/rt-2.0.1.tar.gz) = 99b8b82162134618d7aa5013e410dbeea7009415 -RMD160 (py-rt/rt-2.0.1.tar.gz) = 2ec2ae3027ac79cdf1f991c72ddbbda0354948fd -SHA512 (py-rt/rt-2.0.1.tar.gz) = 36cea59fa72e083616834a5fb3e8c68a45b0f478b1d0def356793c504bf1f09af36b6e6700eb50ed5fa5132bfe9dd3635951153052eaa98d5e874ab33c988f21 -Size (py-rt/rt-2.0.1.tar.gz) = 40271 bytes +SHA1 (py-rt/rt-2.1.0.tar.gz) = f6f1c71cebc6d323967416444c570727d589fae3 +RMD160 (py-rt/rt-2.1.0.tar.gz) = e95e11cd7e99fbdb646108a7d14dc493f09f9712 +SHA512 (py-rt/rt-2.1.0.tar.gz) = fbaa46a56d46814b1c67c974d66b506e96a8582d54c139da129d6a49c16d5bb83b10d4c21d8eff0031c143ea4e1649766d5c5e73f0b0973f2c3ed128f1cf95c8 +Size (py-rt/rt-2.1.0.tar.gz) = 40570 bytes --_----------=_1614853248273350--