[Bug 263589] security/py-cryptography: needs to be synced to security/py-cryptography-vectors

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 26 Apr 2022 15:46:40 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263589

            Bug ID: 263589
           Summary: security/py-cryptography: needs to be synced to
                    security/py-cryptography-vectors
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: sunpoet@FreeBSD.org
          Reporter: amdmi3@FreeBSD.org
          Assignee: sunpoet@FreeBSD.org
             Flags: maintainer-feedback?(sunpoet@FreeBSD.org)

security/py-cryptography has a test (which currently fails) which checks that
its version is the same as one of security/py-cryptography-vectors. So
security/py-cryptography should probably be updated at least to 3.4.8.

_____________________________ test_vector_version
______________________________

    def test_vector_version():
>       assert cryptography.__version__ == cryptography_vectors.__version__
E       AssertionError: assert '3.3.2' == '3.4.8'
E         - 3.4.8
E         + 3.3.2

tests/test_utils.py:4410: AssertionError

-- 
You are receiving this mail because:
You are the assignee for the bug.