From owner-svn-ports-head@freebsd.org Thu Oct 3 21:52:20 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6CE08141B60; Thu, 3 Oct 2019 21:52:20 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46kmv828S9z4ms6; Thu, 3 Oct 2019 21:52:20 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2D50D1A837; Thu, 3 Oct 2019 21:52:20 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x93LqJLv017088; Thu, 3 Oct 2019 21:52:19 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x93LqJei017087; Thu, 3 Oct 2019 21:52:19 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201910032152.x93LqJei017087@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Thu, 3 Oct 2019 21:52:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513737 - head/textproc/py-python-slugify X-SVN-Group: ports-head X-SVN-Commit-Author: matthew X-SVN-Commit-Paths: head/textproc/py-python-slugify X-SVN-Commit-Revision: 513737 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Oct 2019 21:52:20 -0000 Author: matthew Date: Thu Oct 3 21:52:19 2019 New Revision: 513737 URL: https://svnweb.freebsd.org/changeset/ports/513737 Log: Update to 3.0.4 Note that the module could depend on py-unidecode as an alternative to py-text-unidecode, but py-text-unidecode is preferred upstream. ChangeLog: https://github.com/un33k/python-slugify/blob/3.0.4/CHANGELOG.md Modified: head/textproc/py-python-slugify/Makefile head/textproc/py-python-slugify/distinfo Modified: head/textproc/py-python-slugify/Makefile ============================================================================== --- head/textproc/py-python-slugify/Makefile Thu Oct 3 21:35:45 2019 (r513736) +++ head/textproc/py-python-slugify/Makefile Thu Oct 3 21:52:19 2019 (r513737) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= python-slugify -PORTVERSION= 3.0.3 +PORTVERSION= 3.0.4 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,11 @@ COMMENT= Slugify application that handles unicode LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}unidecode>=0.04.16:converters/py-unidecode@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}text-unidecode>=1.3:converters/py-text-unidecode@${PY_FLAVOR} + +### Can alternatively require: +### ${PYTHON_PKGNAMEPREFIX}unidecode>=1.1.1:converters/py-unidecode@${PY_FLAVOR} +### but text-unidecode is preferred upstream. USES= python USE_PYTHON= autoplist distutils Modified: head/textproc/py-python-slugify/distinfo ============================================================================== --- head/textproc/py-python-slugify/distinfo Thu Oct 3 21:35:45 2019 (r513736) +++ head/textproc/py-python-slugify/distinfo Thu Oct 3 21:52:19 2019 (r513737) @@ -1,3 +1,3 @@ -TIMESTAMP = 1564423819 -SHA256 (python-slugify-3.0.3.tar.gz) = a9f468227cb11e20e251670d78e1b5f6b0b15dd37bbd5c9814a25a904e44ff66 -SIZE (python-slugify-3.0.3.tar.gz) = 8126 +TIMESTAMP = 1570138599 +SHA256 (python-slugify-3.0.4.tar.gz) = 575d03256a132fc1efb4c52966c6eb11c57a13b071618f0b26076057a23f6937 +SIZE (python-slugify-3.0.4.tar.gz) = 8110