pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-test-mock py-test-mock: updated to 1.7.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/351b6a20506a
branches:  trunk
changeset: 376444:351b6a20506a
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Mar 02 11:39:17 2018 +0000

description:
py-test-mock: updated to 1.7.1

1.7.1:
Fix setup.py to correctly read the README.rst.

diffstat:

 devel/py-test-mock/Makefile               |   4 ++--
 devel/py-test-mock/distinfo               |  11 +++++------
 devel/py-test-mock/patches/patch-setup.py |  20 --------------------
 3 files changed, 7 insertions(+), 28 deletions(-)

diffs (52 lines):

diff -r a40479707a31 -r 351b6a20506a devel/py-test-mock/Makefile
--- a/devel/py-test-mock/Makefile       Fri Mar 02 11:37:05 2018 +0000
+++ b/devel/py-test-mock/Makefile       Fri Mar 02 11:39:17 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2018/02/22 09:49:46 adam Exp $
+# $NetBSD: Makefile,v 1.7 2018/03/02 11:39:17 adam Exp $
 
-DISTNAME=      pytest-mock-1.7.0
+DISTNAME=      pytest-mock-1.7.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-mock/}
diff -r a40479707a31 -r 351b6a20506a devel/py-test-mock/distinfo
--- a/devel/py-test-mock/distinfo       Fri Mar 02 11:37:05 2018 +0000
+++ b/devel/py-test-mock/distinfo       Fri Mar 02 11:39:17 2018 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.4 2018/02/22 09:49:46 adam Exp $
+$NetBSD: distinfo,v 1.5 2018/03/02 11:39:17 adam Exp $
 
-SHA1 (pytest-mock-1.7.0.tar.gz) = 55490feb5a6efb7eb4d1d05ed155d21c7b25e1e4
-RMD160 (pytest-mock-1.7.0.tar.gz) = 28f1c08e9725642f6b0232a5f469faacf3f47a48
-SHA512 (pytest-mock-1.7.0.tar.gz) = 519505d862151158caa2514804fbaab1c61fe279bf5a1c11c0d6fe6ad6d5b1217f32ec5d1ecf35224e2cb7cc62c5fc9975f47325b274cda9748686447abebbf6
-Size (pytest-mock-1.7.0.tar.gz) = 20107 bytes
-SHA1 (patch-setup.py) = 6ca411e93e1268e242393852db784abcfab4bb82
+SHA1 (pytest-mock-1.7.1.tar.gz) = dc38f19f8ce4d6131c2e77aa1a1939c2e690ab4e
+RMD160 (pytest-mock-1.7.1.tar.gz) = e08b492c13931e3019af631676bc3ac568ff9b51
+SHA512 (pytest-mock-1.7.1.tar.gz) = d2bd343b5587636f76cf053cfaf629cc53c7505f3e7ec0c2a6d1215d1d9ac3c7efc64150f49d82c25892601947a3b9ff640353ea9b6a1741ae1b04b9a81647e3
+Size (pytest-mock-1.7.1.tar.gz) = 20176 bytes
diff -r a40479707a31 -r 351b6a20506a devel/py-test-mock/patches/patch-setup.py
--- a/devel/py-test-mock/patches/patch-setup.py Fri Mar 02 11:37:05 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-$NetBSD: patch-setup.py,v 1.1 2018/02/22 09:49:46 adam Exp $
-
-Use proper encoding.
-
---- setup.py.orig      2018-02-22 09:45:05.000000000 +0000
-+++ setup.py
-@@ -1,3 +1,4 @@
-+import io
- from setuptools import setup
- 
- 
-@@ -20,7 +21,7 @@ setup(
-     author='Bruno Oliveira',
-     author_email='nicoddemus%gmail.com@localhost',
-     description='Thin-wrapper around the mock package for easier use with py.test',
--    long_description=open('README.rst').read(),
-+    long_description=io.open('README.rst', encoding='utf-8').read(),
-     keywords="pytest mock",
-     classifiers=[
-         'Development Status :: 5 - Production/Stable',



Home | Main Index | Thread Index | Old Index