Add caps for a couple dependencies to fix Python 2.7 support.

Review Request #11385 — Created Jan. 19, 2021 and submitted

Information

Djblets
release-1.0.x

Reviewers

This adds a cap on dnspython, feedparser, python-dateutil. The
first two have newer versions requiring Python 3. The latter does not,
but we're preparing ourselves.

There's also a bump on pillowfight, which has been updated to properly
cap Pillow versions.

publicsuffix is no longer getting new releases (we will need to update
versions later. pytz still advertises explicit support for all
versions of Python 2.4 and higher, so it seems unlikely we'll need to
worry at the moment.

Installed in a new virtualenv and verified that the installation completed
without errors.

Summary ID
Add caps for a couple dependencies to fix Python 2.7 support.
This adds a cap on `dnspython`, `feedparser`, `python-dateutil`. The first two have newer versions requiring Python 3. The latter does not, but we're preparing ourselves. There's also a bump on `pillowfight`, which has been updated to properly cap `Pillow` versions. `publicsuffix` is no longer getting new releases (we will need to update versions later. `pytz` still advertises explicit support for all versions of Python 2.4 and higher, so it seems unlikely we'll need to worry at the moment.
447f3f9e430f9b87e4d70813d7e63f7965a4d047
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-1.0.x (571bd74)
Loading...