Date: Thu, 7 Dec 2017 16:00:28 +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: r455713 - head/www/py-requests-mock Message-ID: <201712071600.vB7G0SDg087826@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Dec 7 16:00:28 2017 New Revision: 455713 URL: https://svnweb.freebsd.org/changeset/ports/455713 Log: Update to 1.4.0 - allow an adapter to be passed to a Mocker object - Rename [wheel] section to [bdist\_wheel] as the former is legacy - Include license file in the generated wheel package - Add testing for newer Python versions 3.5 and 3.6 - Return a separate copy for each call to decorator - Add string representation to \_RequestObjectProxy Modified: head/www/py-requests-mock/Makefile head/www/py-requests-mock/distinfo Modified: head/www/py-requests-mock/Makefile ============================================================================== --- head/www/py-requests-mock/Makefile Thu Dec 7 16:00:23 2017 (r455712) +++ head/www/py-requests-mock/Makefile Thu Dec 7 16:00:28 2017 (r455713) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= requests-mock -PORTVERSION= 1.3.0 +PORTVERSION= 1.4.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-requests-mock/distinfo ============================================================================== --- head/www/py-requests-mock/distinfo Thu Dec 7 16:00:23 2017 (r455712) +++ head/www/py-requests-mock/distinfo Thu Dec 7 16:00:28 2017 (r455713) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506962911 -SHA256 (requests-mock-1.3.0.tar.gz) = bd86970d6c52cc97071f5185aa594de6a997a5ca63b3bb36aceb9bb9db49294b -SIZE (requests-mock-1.3.0.tar.gz) = 42399 +TIMESTAMP = 1512594354 +SHA256 (requests-mock-1.4.0.tar.gz) = 2931887853c42e1d73879983d5bf03041109472991c5b4b8dba5d11ed23b9d0b +SIZE (requests-mock-1.4.0.tar.gz) = 42169
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712071600.vB7G0SDg087826>