svn commit: r455740 - head/devel/py-codecov
Carlos J. Puga Medina
cpm at FreeBSD.org
Thu Dec 7 17:02:13 UTC 2017
Author: cpm
Date: Thu Dec 7 17:02:12 2017
New Revision: 455740
URL: https://svnweb.freebsd.org/changeset/ports/455740
Log:
devel/py-codecov: update to 2.0.10
Noteworthy changes in version 2.0.10
- Fix uploading when reports contain characters outside of latin-1
- Remove reduced_redundancy header from __init__.py
While I'm here, pet portlint, use a tab after a variable name.
Modified:
head/devel/py-codecov/Makefile
head/devel/py-codecov/distinfo
Modified: head/devel/py-codecov/Makefile
==============================================================================
--- head/devel/py-codecov/Makefile Thu Dec 7 16:53:06 2017 (r455739)
+++ head/devel/py-codecov/Makefile Thu Dec 7 17:02:12 2017 (r455740)
@@ -2,9 +2,8 @@
# $FreeBSD$
PORTNAME= codecov
-PORTVERSION= 2.0.9
+PORTVERSION= 2.0.10
DISTVERSIONPREFIX= v
-PORTREVISION= 1
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -22,8 +21,8 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ddt>0:devel/py-dd
USES= python
USE_PYTHON= autoplist concurrent distutils
-USE_GITHUB= yes
-GH_PROJECT= ${PORTNAME}-python
+USE_GITHUB= yes
+GH_PROJECT= ${PORTNAME}-python
NO_ARCH= yes
Modified: head/devel/py-codecov/distinfo
==============================================================================
--- head/devel/py-codecov/distinfo Thu Dec 7 16:53:06 2017 (r455739)
+++ head/devel/py-codecov/distinfo Thu Dec 7 17:02:12 2017 (r455740)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1495486257
-SHA256 (codecov-codecov-python-v2.0.9_GH0.tar.gz) = 3ea0fb29746bfe8856c43ce9be893896ad0b8097f139954c6fd17814d14fd282
-SIZE (codecov-codecov-python-v2.0.9_GH0.tar.gz) = 18122
+TIMESTAMP = 1512663111
+SHA256 (codecov-codecov-python-v2.0.10_GH0.tar.gz) = c4d6fb072e6bbc8346d8d530ee6c837b9917ee134e20c33704535c425431fea7
+SIZE (codecov-codecov-python-v2.0.10_GH0.tar.gz) = 22183
More information about the svn-ports-all
mailing list