Received: by mail.netbsd.org (Postfix, from userid 605) id C2C4C85138; Sun, 2 May 2021 10:58:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 084B184CF1 for ; Sun, 2 May 2021 10:58:48 +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 EHSPoGkJitMc for ; Sun, 2 May 2021 10:58:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8BC1684C86 for ; Sun, 2 May 2021 10:58:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7E12EFA95; Sun, 2 May 2021 10:58:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16199531278940" MIME-Version: 1.0 Date: Sun, 2 May 2021 10:58:47 +0000 From: "Klaus Klein" Subject: CVS commit: pkgsrc/www/py-flask-babelex To: pkgsrc-changes@NetBSD.org Reply-To: kleink@netbsd.org X-Mailer: log_accum Message-Id: <20210502105847.7E12EFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_16199531278940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: kleink Date: Sun May 2 10:58:47 UTC 2021 Modified Files: pkgsrc/www/py-flask-babelex: DESCR Log Message: py-flask-admin: Add upstream's deprecation warning to DESCR. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-flask-babelex/DESCR Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16199531278940 Content-Disposition: inline Content-Length: 567 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-flask-babelex/DESCR diff -u pkgsrc/www/py-flask-babelex/DESCR:1.1 pkgsrc/www/py-flask-babelex/DESCR:1.2 --- pkgsrc/www/py-flask-babelex/DESCR:1.1 Mon Apr 1 17:40:25 2013 +++ pkgsrc/www/py-flask-babelex/DESCR Sun May 2 10:58:47 2021 @@ -1,3 +1,10 @@ +*DEPRECATION WARNING* + +All Flask-BabelEx features were merged into Flask-Babel and +ithe Flask-BabelEx package should no longer be used in your +projects. Please migrate. + + Flask-BabelEx adds i18n/l10n support to Flask applications with the help of the Babel library. --_----------=_16199531278940--