Hello,
Update from 0.4.7 to 0.4.8.
This is a minor feature release:
Added ability to combine SingleValueConstraint and
PermittedAlphabetConstraint objects into one for proper modeling FROM
... EXCEPT ... ASN.1 clause.

py2 tests all 1107 tests completed successfully.
py3 tests 1141 passed, 8 warnings: DeprecationWarning: __int__ returned
non-int (type SizedInteger).  The ability to return an instance of a
strict subclass of int is deprecated, and may be removed in a future ver
sion of Python.


Tested some RUN_DEPENDS 
Python 3.7.5, pytest-4.4.0, py-1.8.0, pluggy-0.11.0

/usr/ports/security/py-cryptography,python3:
        test:97934 passed, 9148 skipped (has improved compared to 
previous version)
        install: OK 
/usr/ports/databases/py-ldap,python3:
        test: run=235 errors=0 failures=3 (also improved) 
        install: OK
/usr/ports/security/py-paramiko,python3:
        test: 258 passed, 17 skipped (also improved)
        install: OK

Also ran OK with a soft outside ports. 
py-asn1-modules is also happy with it, even though that one will also
get a minor update later on.

Comments? OK?

-- 
clematis (0x7e96fd2400fe7b59)
? diff_devel-py-asn1-0.4.8
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/py-asn1/Makefile,v
retrieving revision 1.33
diff -u -r1.33 Makefile
--- Makefile    3 Oct 2019 20:10:30 -0000       1.33
+++ Makefile    28 Nov 2019 08:48:53 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =      ASN.1 library for Python
 
-MODPY_EGG_VERSION =    0.4.7
+MODPY_EGG_VERSION =    0.4.8
 DISTNAME =             pyasn1-${MODPY_EGG_VERSION}
 PKGNAME =              ${DISTNAME:S/py/py-/}
 CATEGORIES =           devel
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/py-asn1/distinfo,v
retrieving revision 1.19
diff -u -r1.19 distinfo
--- distinfo    3 Oct 2019 20:10:30 -0000       1.19
+++ distinfo    28 Nov 2019 08:48:53 -0000
@@ -1,2 +1,2 @@
-SHA256 (pyasn1-0.4.7.tar.gz) = qUlTVsodZu0Zeg9ytB6xgjz36otb0HGRZz6BR67PhgQ=
-SIZE (pyasn1-0.4.7.tar.gz) = 130424
+SHA256 (pyasn1-0.4.8.tar.gz) = rvd8n7lKOsWI6HhBIIvexGRHHZhxvVBQoofMmkdc0Lo=
+SIZE (pyasn1-0.4.8.tar.gz) = 146820
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/py-asn1/pkg/PLIST,v
retrieving revision 1.11
diff -u -r1.11 PLIST
--- pkg/PLIST   3 Oct 2019 20:10:30 -0000       1.11
+++ pkg/PLIST   28 Nov 2019 08:48:53 -0000
@@ -1,4 +1,4 @@
-@comment $OpenBSD: PLIST,v 1.11 2019/10/03 20:10:30 kmos Exp $
+@comment $OpenBSD: PLIST,v$
 lib/python${MODPY_VERSION}/site-packages/pyasn1/
 
lib/python${MODPY_VERSION}/site-packages/pyasn1-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
 
lib/python${MODPY_VERSION}/site-packages/pyasn1-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO

Reply via email to