svn commit: r525844 - head/devel/py-inflect

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Feb 11 17:54:00 UTC 2020


Author: sunpoet
Date: Tue Feb 11 17:53:59 2020
New Revision: 525844
URL: https://svnweb.freebsd.org/changeset/ports/525844

Log:
  Update to 4.1.0
  
  Changes:	https://github.com/jazzband/inflect/blob/master/CHANGES.rst

Modified:
  head/devel/py-inflect/Makefile
  head/devel/py-inflect/distinfo

Modified: head/devel/py-inflect/Makefile
==============================================================================
--- head/devel/py-inflect/Makefile	Tue Feb 11 17:53:53 2020	(r525843)
+++ head/devel/py-inflect/Makefile	Tue Feb 11 17:53:59 2020	(r525844)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	inflect
-PORTVERSION=	4.0.0
+PORTVERSION=	4.1.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,7 @@ COMMENT=	Generate plurals, singular nouns, ordinals, i
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.15.0:devel/py-setuptools_scm@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4.1:devel/py-setuptools_scm@${PY_FLAVOR}
 
 USES=		python:3.6+
 USE_PYTHON=	autoplist distutils

Modified: head/devel/py-inflect/distinfo
==============================================================================
--- head/devel/py-inflect/distinfo	Tue Feb 11 17:53:53 2020	(r525843)
+++ head/devel/py-inflect/distinfo	Tue Feb 11 17:53:59 2020	(r525844)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1577523892
-SHA256 (inflect-4.0.0.tar.gz) = 4bafdc6bcfd83ee1e5874607577f7388cd3492cbdb06fc875979c6398ad41ab0
-SIZE (inflect-4.0.0.tar.gz) = 71091
+TIMESTAMP = 1581020039
+SHA256 (inflect-4.1.0.tar.gz) = def6f3791be9181f0c01e0bf5949304007ec6e04c6674fbef7cc49c657b8a9a5
+SIZE (inflect-4.1.0.tar.gz) = 72200


More information about the svn-ports-head mailing list