Ben Patterson
1c2ad178bf
Update to latest version of nose.
...
This will allow us to take advantage of bug fixes and other improvements.
2015-08-12 09:05:36 -04:00
Ned Batchelder
52acdae60c
Update pylint and astroid, reduces pylint count by 400
2015-08-03 11:49:54 -04:00
David Baumgold
afeef4cb9e
Fix setuptools infinite loop bug triggered by python-saml
2015-07-30 16:23:04 -04:00
David Baumgold
957c8144ca
Upgrade MySQL-python to 1.2.5
...
This reverts commit 2ff0f636ed .
2015-07-30 16:23:04 -04:00
David Baumgold
ebe8b25210
Upgrade setuptools to 18.0.1
...
This reverts commit 1a3f0958b9 .
2015-07-30 16:22:42 -04:00
John Eskew
c2c609ac9e
Merge pull request #9088 from edx/jeskew/PLAT-729_upgrade_mongoengine
...
Bump mongoengine version to 0.10.0
2015-07-29 13:02:33 -04:00
Carson Gee
1df53ac348
Merge pull request #9080 from mitocw/feature/cg/rfc6266_logger_issue
...
Resolved LogHandler bug in rf6266
2015-07-28 17:17:08 -04:00
Carson Gee
c19a683f15
Resolved LogHandler bug in rf6266
2015-07-28 16:25:36 -04:00
Will Daly
47b81c9274
Allow users to submit initial verification at in-course checkpoints.
...
* Combine verification and reverification photo submission end-points.
* Combine verification and reverification Backbone models.
* Allow deletion of verification status in Django admin.
* Initial verification from a checkpoint is associated with the checkpoint.
* Fix critical bug in which an invalid link was sent to Software Secure
for the photo ID image of reverification attempts.
2015-07-27 19:32:18 -07:00
John Eskew
4de457495e
Bump mongoengine version to 0.10.0
2015-07-27 16:32:02 -04:00
Ahsan Ulhaq
06b085f8b4
credit eligibility and payment receipt email
...
ECOM-1796
ECOM-1525
2015-07-22 12:34:38 +05:00
David Baumgold
2ff0f636ed
Revert MySQL-python upgrade
2015-07-15 09:37:04 -04:00
David Baumgold
1a3f0958b9
Revert setuptools upgrade
2015-07-15 09:36:56 -04:00
David Baumgold
fcf84e68d0
Update lxml to 3.4.4
2015-07-13 16:14:39 -04:00
Christine Lytwynec
45f487caa1
Merge pull request #8857 from edx/clytwynec/bok-choy-v0.4.3
...
update bok choy to version 0.4.3
2015-07-09 15:06:47 -04:00
David Baumgold
705fa6999a
Use a forked version of NLTK
...
So that we can use setuptools instead of distribute
2015-07-09 13:04:33 -04:00
Régis Behmo
95ebf7f675
Upgrade distribute to the latest stable version of setuptools
...
'distribute' is the ancestor of 'setuptools', and many packages require
setuptools to be installed.
Upgrade of MySQL-python from 1.2.4 to 1.2.5 is required because of an
incompatibility with setuptools>0.7.
2015-07-09 13:04:33 -04:00
Christine Lytwynec
c5293788e1
update bok choy to version 0.4.3
2015-07-09 10:14:13 -04:00
Sarina Canelake
9fcd8ffaae
Upgrade Django 1.4 to the latest point release
2015-07-08 17:23:50 -04:00
Ben Patterson
d8a649ae36
Use new bok-choy with invisible property.
2015-07-03 06:51:25 -07:00
Braden MacDonald
5bf0b1794d
Bump python-social-auth and python-same to upstream's latest master - PR 8599
2015-06-26 13:24:00 -07:00
Braden MacDonald
caca3e1bdf
SAML2 third_party_auth provider(s) - PR 8018
2015-06-26 13:23:59 -07:00
Jesse Zoldak
79527f8191
Update bok-choy version
2015-06-23 11:22:12 -04:00
Ned Batchelder
8b883ba2c7
Upgrade rednose to latest to fix bad output.
2015-06-22 10:35:20 -04:00
Braden MacDonald
350f98ebde
Changes for compatibility with latest python-social-auth (0.2.7)
2015-06-18 19:31:47 -07:00
Jesse Zoldak
d382b69954
Revert "Update bok-choy version and move to base.txt"
2015-06-17 14:50:27 -04:00
Jesse Zoldak
c0a0505de8
Update bok-choy version and move to base.txt
2015-06-16 11:51:58 -04:00
Will Daly
e5a62aaaba
Credit provider integration Python API
...
* Add Python API functions for creating and updating requests for credit.
* Add Django models and migrations for tracking credit requests and status.
2015-06-08 13:30:32 -04:00
Awais
2599445190
ECOM-1590 adding models for credit eligibility.
2015-05-20 14:18:37 +05:00
David Baumgold
fb777fa48f
Update devops in requirement file comments
2015-05-19 15:34:26 -04:00
muzaffaryousaf
cae5623fd9
Updating the django-countries version to support sorting.
...
Adding the pyuca to support sorting in differnet languages.
TNL-2047
2015-05-15 17:07:14 +05:00
Feanil Patel
219b9a0cc6
Merge pull request #7842 from edx/feanil/update_celery
...
Update to the latest version of celery, and django-celery.
2015-05-08 13:41:18 -04:00
Feanil Patel
975f17968d
Update to the latest version of celery, and django-celery.
...
Changelog for 3.1 can be found here:
http://celery.readthedocs.org/en/latest/whatsnew-3.1.html
Changelog from 3.1.0 to 3.1.18 can be found here:
http://celery.readthedocs.org/en/latest/changelog.html
2015-05-08 08:25:18 -04:00
David Ormsbee
c2b1c95322
Update django-debug-toolbar-mongo to work with DJDT 1.x
...
The version of django-debug-toolbar-mongo we have installed does
not support our version of Django Debug Toolbar. The author did
accept a patch that supports the latest version, but has not
published it to PyPI. This just grabs it from the github commit
instead.
Note: This will not uninstall your old version. If the MongoDB info
is not showing up for you in DJDT, try manually uninstalling with:
pip uninstall django-debug-toolbar-mongo
Running "paver lms" after that should install the right thing.
2015-05-07 20:13:50 -04:00
Christine Lytwynec
66c527a7ac
update version of flaky to 2.0.3
2015-04-29 14:33:21 -04:00
David Baumgold
3684c083f2
Update pytz to 2015.2
...
pytz changed their versioning scheme from using letters to using
numbers. The old scheme is screwing up new versions of pip.
2015-04-29 12:17:29 -04:00
Feanil Patel
934207bf03
Fixes to get it working with master.
2015-04-28 10:23:08 -04:00
David Baumgold
d8ff61f6f6
Move github dependencies into github.txt
2015-04-22 10:07:48 -04:00
Sarina Canelake
b57bf4b25a
Upgrade Django 1.4 to latest point release
2015-04-21 20:41:34 -04:00
David Ormsbee
b1e8fcf614
Merge pull request #7560 from mcgachey/mcgachey-oauthlib-version
...
[Dependencies] Upgrading oauthlib from 0.6.3 to 0.7.2
2015-04-13 11:52:24 -04:00
Christine Lytwynec
05a8e23d57
Merge pull request #7633 from edx/release
...
Release
2015-04-08 15:40:45 -04:00
David Baumgold
aac8bf2ebd
Update NLTK to 2.0.5
...
For setuptools compatibility
2015-04-08 11:26:55 -04:00
Ben Patterson
9190c35843
Merge pull request #7626 from edx/benp/upgrade-rednose
...
Upgrade rednose
2015-04-07 18:04:57 -04:00
Ben Patterson
3cc5879abc
Upgrade rednose
...
TE-779
The latest release of rednose will allow for output of the
flaky test repoort. (It was being swallowed in rednose 0.3)
Here is the diff: https://github.com/gfxmonk/rednose/compare/version-0.3.1...version-0.4.1
Here is likely the commit we care about most: c66b37c92b
2015-04-07 14:54:37 -04:00
David Baumgold
c31e0fd1d7
Merge pull request #7429 from edx/db/update-path-py
...
Update path.py to version 7.2
2015-04-07 14:47:43 -04:00
Phil McGachey
c1686ead00
[Dependencies] Upgrading oauthlib from 0.6.3 to 0.7.2
2015-04-01 13:54:07 -04:00
Clinton Blackburn
9bf2712512
Updated edx-oauth2-provider to 0.5.1
2015-04-01 12:22:01 -04:00
Calen Pennington
1f17538d42
Clean up tests in preparation for switching Vertical from an XModule to an XBlock
2015-03-30 16:37:53 -04:00
Ned Batchelder
6c70f30dec
pylint --> 1.4.2, and pin astroid
2015-03-20 14:35:11 -04:00
David Baumgold
f30d2a1516
Update path.py to version 7.2
...
Due to this warning when trying to install requirements from github:
DEPRECATION: Uninstalling a distutils installed project (path.py) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.
2015-03-20 09:51:05 -04:00