https://github.com/getsentry/responses/blob/master/CHANGES

A number of minor fixes along with official Python 3.8.x support.

Drop the python2 FLAVOR. The only consumer is audio/beets, which uses
python3.

All of audio/beets tests pass the same as before the update.

ok?

--Kurt

Index: Makefile
===================================================================
RCS file: /cvs/ports/www/py-responses/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile    3 Jul 2020 21:13:20 -0000       1.4
+++ Makefile    3 Sep 2020 06:07:17 -0000
@@ -2,11 +2,10 @@
 
 COMMENT =              utility library for mocking out the `requests` Python
 
-MODPY_EGG_VERSION =    0.10.9
+MODPY_EGG_VERSION =    0.12.0
 
 DISTNAME =             responses-${MODPY_EGG_VERSION}
 PKGNAME =              py-${DISTNAME}
-REVISION =             0
 
 CATEGORIES =           www
 
@@ -33,6 +32,6 @@ TEST_DEPENDS =                devel/flake8 \
                        devel/py-test-localserver${MODPY_FLAVOR}
 
 FLAVORS =              python3
-FLAVOR ?=
+FLAVOR =               python3
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/py-responses/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo    10 Feb 2020 14:47:27 -0000      1.3
+++ distinfo    3 Sep 2020 06:07:17 -0000
@@ -1,2 +1,2 @@
-SHA256 (responses-0.10.9.tar.gz) = jOjLTn4a2JM2+IZa8VLgVj0ufw4LhtLPdfAV+BlAkkM=
-SIZE (responses-0.10.9.tar.gz) = 23372
+SHA256 (responses-0.12.0.tar.gz) = 6A1SdgEaS3nstixfgroHqiP7Mey8le58rW3iUKPJdEQ=
+SIZE (responses-0.12.0.tar.gz) = 26527
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/www/py-responses/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   7 Nov 2019 21:55:19 -0000       1.1.1.1
+++ pkg/PLIST   3 Sep 2020 06:07:17 -0000
@@ -1,4 +1,6 @@
 @comment $OpenBSD: PLIST,v 1.1.1.1 2019/11/07 21:55:19 kmos Exp $
+@conflict py-responses-<0.12.0
+@pkgpath www/py-responses
 
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}responses.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/responses-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
 
lib/python${MODPY_VERSION}/site-packages/responses-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO

Reply via email to