Edgewall Software

Changes between Initial Version and Version 1 of Ticket #13257, comment 10


Ignore:
Timestamp:
Apr 10, 2020, 3:28:50 AM (4 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13257, comment 10

    initial v1  
    1 I was finally able to run tests against Subversion locally again. The latest Brew formulae results in:
     1I was finally able to run tests against Subversion locally again. The latest Brew formulae installs 1.13.0_4, which results in:
    22{{{#!sh
    33(trac-2.7) trac-dev $ python -c "from svn import core"
     
    1818}}}
    1919
    20 `PyBytes_AsString` appears to be only in the [https://docs.python.org/3/c-api/bytes.html#c.PyBytes_AsString Python 3 API].
     20`PyBytes_AsString` is only in the [https://docs.python.org/3/c-api/bytes.html#c.PyBytes_AsString Python 3 API].
    2121
    22 Using the bindings with Python 3.8 also fails:
     22Using the bindings with Python 3.8 also fails though:
    2323{{{#!sh
    2424(trac-py382) trac-dev $ python --version
     
    8989}}}
    9090
    91 As a proof that the is the latest formulae that can be used, using the next revision that switched to Python 3.8 fails:
     91As a proof that b309c2ef is the latest formulae that can be used, using the next revision (e073d0ba) fails:
    9292{{{#!sh
    9393$ brew unpin subversion