Cap the Pygments dependency at < 2.6.

Review Request #10983 — Created March 31, 2020 and submitted

Information

Review Board
release-3.0.x

Reviewers

Pygments dropped Python 2 support with Pygments 2.6. While it might
still currently work on 2.6, we don't want to risk future versions
breaking.

This change caps our dependency for Review Board 3.0 at < 2.6.

Uninstalled Pygments and re-ran ./setup.py develop. Verified it
installed Pygments 2.5.2 (the latest Python 2.x release).

Summary ID
Cap the Pygments dependency at < 2.6.
Pygments dropped Python 2 support with Pygments 2.6. While it might still currently work on 2.6, we don't want to risk future versions breaking. This change caps our dependency for Review Board 3.0 at < 2.6.
df83783b9ab83857b970f92b3a08c5956d014095
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-3.0.x (72fde26)
Loading...