Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 May 2018 16:53:39 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r469660 - head/www/py-requests-mock
Message-ID:  <201805111653.w4BGrdh0038105@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri May 11 16:53:38 2018
New Revision: 469660
URL: https://svnweb.freebsd.org/changeset/ports/469660

Log:
  Update to 1.5.0
  
  - Add GitHub repository to WWW
  
  Changes:	https://github.com/jamielennox/requests-mock/commits/master

Modified:
  head/www/py-requests-mock/Makefile
  head/www/py-requests-mock/distinfo
  head/www/py-requests-mock/pkg-descr

Modified: head/www/py-requests-mock/Makefile
==============================================================================
--- head/www/py-requests-mock/Makefile	Fri May 11 16:53:33 2018	(r469659)
+++ head/www/py-requests-mock/Makefile	Fri May 11 16:53:38 2018	(r469660)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	requests-mock
-PORTVERSION=	1.4.0
+PORTVERSION=	1.5.0
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/www/py-requests-mock/distinfo
==============================================================================
--- head/www/py-requests-mock/distinfo	Fri May 11 16:53:33 2018	(r469659)
+++ head/www/py-requests-mock/distinfo	Fri May 11 16:53:38 2018	(r469660)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1512594354
-SHA256 (requests-mock-1.4.0.tar.gz) = 2931887853c42e1d73879983d5bf03041109472991c5b4b8dba5d11ed23b9d0b
-SIZE (requests-mock-1.4.0.tar.gz) = 42169
+TIMESTAMP = 1526054480
+SHA256 (requests-mock-1.5.0.tar.gz) = a029fe6c5244963ef042c6224ff787049bfc5bab958a1b7e5b632ef0bbb05de4
+SIZE (requests-mock-1.5.0.tar.gz) = 47824

Modified: head/www/py-requests-mock/pkg-descr
==============================================================================
--- head/www/py-requests-mock/pkg-descr	Fri May 11 16:53:33 2018	(r469659)
+++ head/www/py-requests-mock/pkg-descr	Fri May 11 16:53:38 2018	(r469660)
@@ -2,3 +2,4 @@ requests-mock provides a building block to stub out th
 of your testing code.
 
 WWW: https://pypi.org/project/requests-mock/
+WWW: https://github.com/jamielennox/requests-mock



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805111653.w4BGrdh0038105>