Closed
Bug 1352492
Opened 8 years ago
Closed 8 years ago
Upgrade Kuma dependencies, Q2 2017
Categories
(developer.mozilla.org Graveyard :: Code Cleanup, enhancement)
developer.mozilla.org Graveyard
Code Cleanup
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: jwhitlock, Assigned: jwhitlock)
References
Details
Upgrade Kuma's third party libraries to the recent versions, as noted by requires.io:
https://requires.io/github/mozilla/kuma/requirements/?branch=master
The two previous quarter's efforts were tracked in bug 1308322. With Django 1.11 released in April 2017, we plan to be more aggressive on updates.
Comment 1•8 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/11ec86a81b0ed81eba43e88385dd885475feea82
bug 1352492: Remove Pillow
Pillow is optionally used by Django to populate width and height
for ImageField. We don't use ImageField in Kuma, so we don't need it.
https://github.com/mozilla/kuma/commit/f73c167f35b8cfef42f519c026cb9588ea10e54e
Merge pull request #4168 from mozilla/remove_pillow_1352492
bug 1352492: Remove Pillow
Comment 2•8 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/02ba4a60d4dea97086f253934352c0a246da6e88
bug 1352492: Update coverage in TravisCI
Update coverage from 4.0.3 to 4.3.4, like in the development
environment, and add notes to keep them in sync in the future.
https://github.com/mozilla/kuma/commit/a948da5fd30fc7009f2952a4a3682f60348a15ea
Merge pull request #4236 from jwhitlock/travis-coverage-1352492
bug 1352492: Update coverage in TravisCI
Comment 3•8 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/fb20a252ca90d23ec582f3e0502c5141ff4b6ac6
bug 1352492: Upgrade hashin
* hashin 0.6.0 -> 0.9.0: Requirements is keyword
(-r requirements/common.txt), and can pass multiple packages to
upgrade. Case-insensitive matching of package names.
https://github.com/mozilla/kuma/commit/78ec845b77f3fd1c926191317faa7c1d3dc0d9d5
Merge pull request #4251 from jwhitlock/upgrade_hashin_1352492
bug 1352492: Upgrade hashin
r=self
| Assignee | ||
Comment 4•8 years ago
|
||
End of Q2 2017, not done
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•