On 10/02/2020 04:52, Kurt Mosiejczuk wrote:
0.5 (2018-09-20)
----------------

New feature: SMTP email message objects now include a ``details`` property
capturing the envelope details.

0.4.2 (2018-11-14)
----------------

Fix support for Python 3.6 (fixes #21).
Add support for Python 3.7.

0.4.1 (2017-11-28)
----------------

Re-release of 0.4.0 because of pypi.org's restrictive file management #PITA

0.4 (2017-11-28)
----------------

New feature: All received requests are now stored for ilater inspection. Thanks 
Benjamin Wohlwend!

The two consumers are www/py-responses and productivity/vdirsyncer.
Tests pass just fine on py-responses. vdirsyncer had a problem with its
tests due to a problem with py-hypothesis.

ok?

ok benoit@


--Kurt

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/py-test-localserver/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile    12 Jul 2019 20:45:54 -0000      1.4
+++ Makefile    10 Feb 2020 03:45:22 -0000
@@ -2,10 +2,9 @@
COMMENT = py.test plugin to test server connections locally -MODPY_EGG_VERSION = 0.3.7
+MODPY_EGG_VERSION =    0.5.0
  DISTNAME =            pytest-localserver-${MODPY_EGG_VERSION}
  PKGNAME =             py-test-localserver-${MODPY_EGG_VERSION}
-REVISION =             0
CATEGORIES = devel Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/py-test-localserver/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo    16 Oct 2017 21:05:44 -0000      1.1.1.1
+++ distinfo    10 Feb 2020 03:45:22 -0000
@@ -1,2 +1,2 @@
-SHA256 (pytest-localserver-0.3.7.tar.gz) = 
2CjXkjJFbQtOuGPp3iyFaZJZ9DajGF450NUAG4yFIbA=
-SIZE (pytest-localserver-0.3.7.tar.gz) = 19772
+SHA256 (pytest-localserver-0.5.0.tar.gz) = 
OlQnkJ0d/aEHcsG65LmANnnAqPBK22bDOKxgd3O/78I=
+SIZE (pytest-localserver-0.5.0.tar.gz) = 20409


Reply via email to