41453d9 Ensure the mechanize python module is actually part of this package

Authored and Committed by churchyard 2 years ago
    Ensure the mechanize python module is actually part of this package
    
    I have no idea why it was not included in 0.4.8-3, but it wasn't:
    
        $ python3
        >>> import mechanize
        Traceback (most recent call last):
          File "<stdin>", line 1, in <module>
        ModuleNotFoundError: No module named 'mechanize'
    
        $ rpm -ql python3-mechanize
        /usr/lib/python3.11/site-packages/mechanize-0.4.8-py3.11.egg-info
        /usr/lib/python3.11/site-packages/mechanize-0.4.8-py3.11.egg-info/PKG-INFO
        /usr/lib/python3.11/site-packages/mechanize-0.4.8-py3.11.egg-info/SOURCES.txt
        /usr/lib/python3.11/site-packages/mechanize-0.4.8-py3.11.egg-info/dependency_links.txt
        /usr/lib/python3.11/site-packages/mechanize-0.4.8-py3.11.egg-info/requires.txt
        /usr/lib/python3.11/site-packages/mechanize-0.4.8-py3.11.egg-info/top_level.txt
        /usr/lib/python3.11/site-packages/mechanize-0.4.8-py3.11.egg-info/zip-safe
        /usr/share/doc/python3-mechanize
        /usr/share/doc/python3-mechanize/COPYRIGHT
        /usr/share/doc/python3-mechanize/ChangeLog
        /usr/share/doc/python3-mechanize/README.rst
        /usr/share/licenses/python3-mechanize
        /usr/share/licenses/python3-mechanize/LICENSE
    
    This serves as a rebuild with updated dependencies
    (that was apparently enough to fix the problem)
    and it makes the %files section more robust,
    so this won't happen again.
    
        
  • Build completed
    success
    Built as python-mechanize-0.4.8-4.fc37
    2 years ago
file modified
+6 -2