• 
      

    Cap the Pillow version range when using Python 2.6.

    Review Request #8605 — Created Jan. 9, 2017 and submitted

    Information

    pillowfight
    master
    75763c6...

    Reviewers

    Pillow 4.0 recently released, and it's the first version of Pillow to
    drop Python 2.6 support. This means that 2.6 users who use Pillowfight
    end up with a version of Pillow they can't install.
    
    This change adds a version cap for Pillow when running under Python 2.6.
    It also increases the minimum version of Pillow to the latest
    2.6-supported version.

    Tested "building" the pillowfight package on 2.6 and 2.7. Verified the
    correct versions of Pillow were installed.

    Description From Last Updated

    'find_packages' imported but unused

    reviewbotreviewbot
    reviewbot
    1. Tool: Pyflakes
      Processed Files:
          setup.py
      
      
      
      Tool: PEP8 Style Checker
      Processed Files:
          setup.py
      
      
    2. setup.py (Diff revision 1)
       
       
      Show all issues
       'find_packages' imported but unused
      
    3. 
        
    david
    1. Once Review Bot is happy, I'm happy.

    2. 
        
    chipx86
    Review request changed
    Status:
    Completed