Menu

#4944 beautifulsoup 4.6.0

Added_to_Fink
closed-accepted
5
2017-12-25
2017-07-16
No

Update to current upstream version 4.6.0 and addition of Python3.5 and Python3.6 libversions - the latter are a requirement for the pending update of Astropy #4943.
Built with -m for all supported Python versions under 10.11 and 10.12.

3 Attachments

Discussion

  • Derek Homeier

    Derek Homeier - 2017-07-17

    Actually the latest version 4.3.2 in stable apparently no longer works with the current Pythons (2.7.13 and 3.4.6):

    Python 3.4.6 (default, May  3 2017, 19:38:36) 
    [GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.42.1)] on darwin
    Type "help", "copyright", "credits" or "license" for more information.
    >>> from bs4 import BeautifulSoup
    Traceback (most recent call last):
      File "<stdin>", line 1, in <module>
      File "/sw/lib/python3.4/site-packages/bs4/__init__.py", line 30, in <module>
        from .builder import builder_registry, ParserRejectedMarkup
      File "/sw/lib/python3.4/site-packages/bs4/builder/__init__.py", line 311, in <module>
        from . import _html5lib
      File "/sw/lib/python3.4/site-packages/bs4/builder/_html5lib.py", line 57, in <module>
        class TreeBuilderForHtml5lib(html5lib.treebuilders._base.TreeBuilder):
    AttributeError: 'module' object has no attribute '_base'
    
     
  • Hanspeter Niederstrasser

    Kevin,

    Have you had a chance to look into this update for beautifulsoup-py? It is a dependency for submission #4943. Thanks,

     

    Related

    Package Submissions: #4943

  • Hanspeter Niederstrasser

    • Group: Undergoing_Validation --> Awaiting_OK_from_Maintainer
    • Priority: 7 --> 5
     
  • Hanspeter Niederstrasser

    Pinged maintainer by email and fink-devel.

     
  • Kevin Horton

    Kevin Horton - 2017-12-24

    I can confirm that this builds on my system. I cannot remember which project it was from several years ago that required beautifulsoup, so I have not been able to properly test it. I recommend it be added to fink, and we'll find out soon enough if there is a problem with its functionality.

     
  • Hanspeter Niederstrasser

    • status: open --> closed-accepted
    • Group: Awaiting_OK_from_Maintainer --> Added_to_Fink
     
  • Hanspeter Niederstrasser

    in git.

     

Log in to post a comment.