aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Remove paste.server dependency from tests.Berker Peksag2014-07-181-0/+1
| | |
| * | Update install_requires.Berker Peksag2014-05-081-1/+2
| | | | | | | | | | | | | | | * Add PasteDeploy * Upgrade Babel
| * | Make GNU MediaGoblin installable on Python 3.Berker Peksag2014-05-081-57/+72
| | |
* | | download url removedChristopher Allan Webber2014-09-191-1/+0
| |/ |/|
* | Slight tweak to the description wordingChristopher Allan Webber2014-09-071-1/+1
| |
* | Update setup.pyLow Kian Seong2014-09-071-0/+1
| | | | | | | | A `description` is needed so that project is not listed as `UNKNOWN` on `pypi`
* | Allow crypto.random_string to take optional alphabet paramJessica Tallon2014-07-081-1/+1
| |
* | Added pyld to the mediagoblin dependencies because it is necessary with the newtilly-Q2014-05-291-0/+1
| | | | | | | | metadata functionality.
* | Merge branch 'metadata' of gitorious.org:mediagoblin/npigeons-mediagoblin ↵tilly-Q2014-04-211-0/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | into metadata Conflicts: mediagoblin/gmg_commands/batchaddmedia.py setup.py
| * | Added the 'requests' library as a dependency and switched over to using it totilly-Q2014-04-151-0/+1
| | | | | | | | | | | | fetch remote pieces of media in the batchupload script
| * | Big update. I added in a json-ld context file which will be used in all ourtilly-Q2014-03-231-0/+1
| | | | | | | | | | | | | | | metadata columns in the future. The context describes the dublin core elements. It still has not been finalized however.
* | | Big update. I added in a json-ld context file which will be used in all ourtilly-Q2014-04-211-0/+2
| |/ |/| | | | | | | metadata columns in the future. The context describes the dublin core elements. It still has not been finalized however.
* | specify older sqlalchemy-migrate because pbr ruins everything.Christopher Allan Webber2014-04-031-1/+4
| |
* | Removing extlib submodule and switching it to being a package.Christopher Allan Webber2014-03-271-0/+1
| | | | | | | | | | | | | | Much nicer! This commit sponsored by Cameron Merkel. Thanks Cameron! Good luck with yer projects!
* | Okay, nm, that didn't fix it. Setting it back. Sigh.Christopher Allan Webber2014-03-261-1/+4
| |
* | I guess this also fixes it and is nicerChristopher Allan Webber2014-03-261-4/+1
| |
* | six==1.5.2Christopher Allan Webber2014-03-261-1/+4
| |
* | Babel now requires >= 1.0Christopher Allan Webber2014-03-261-1/+1
|/
* Fix Babel version restriction. Onward and upward!Christopher Allan Webber2014-03-221-1/+1
| | | | (Fix suggested by simonft... thanks!)
* Fix version conflicts we were hitting with sixChristopher Allan Webber2014-03-201-1/+1
|
* added new slugify with unidecodeBoris Bobrov2014-03-111-0/+1
|
* fixed my mistaken use of => from last commit >__<tilly-Q2014-02-131-1/+1
|
* Changed setup.py install_requirements to require sqlalchemy at least of versiontilly-Q2014-02-131-1/+1
| | | | | 0.8.0. Our code was crashing when running with sqlalchemy 0.7.4 because of imports like sqlalchemy.orm.with_polymorphic
* Okay that broke the build process(?), testing if this fixes itChristopher Allan Webber2014-01-231-4/+5
|
* Once we can, that is.Christopher Allan Webber2014-01-231-3/+3
|
* Setting a specific pbr version in setup.pyChristopher Allan Webber2014-01-231-0/+5
|
* sqlalchemy-migrate 0.8.X doesn't get along with sqlalchemy 0.9.0Christopher Allan Webber2014-01-011-1/+1
|
* Previous ordering seemed weird.Christopher Allan Webber2013-12-021-1/+1
|
* Including python-dateutil in our dependency listChristopher Allan Webber2013-12-021-0/+1
|
* In the case of setuptools/sqlalchemy conflict, explain the issueAsheesh Laroia2013-12-021-2/+16
| | | | | This commit tri-licensed under: CC0 1.0, AGPLv3 or later (at your option), and Apache License 2.0
* Apparently kombu is fine againChristopher Allan Webber2013-11-101-1/+1
|
* Apparently we need a version of Kombu less than 3.0 for now.Christopher Allan Webber2013-11-031-1/+1
| | | | This commit sponsored by Andrés Muñiz Piniella. Thank you!
* We're presently tied to a very specific version of oauthlib...Christopher Allan Webber2013-08-301-1/+1
|
* Explicitly require a newer celeryChristopher Allan Webber2013-08-291-1/+1
|
* Remove specific celery version requirementSebastian Spaeth2013-08-191-2/+2
| | | | Any celery above 2.5 should work just fine.
* Removing PyPump as we aren't using it yet and there's a dependency conflict ;|Christopher Allan Webber2013-08-151-1/+0
|
* Merge remote-tracking branch 'refs/remotes/tsyesika/master'Christopher Allan Webber2013-08-151-0/+2
|\ | | | | | | New oauth tools! Heck yeah!
| * Adds oauth support up until authorizationxray72242013-07-111-0/+2
| |
* | babel 1.0 doesn't have a localedata.list() method, so updated setup.py.Rodney Ewing2013-07-291-1/+1
|/ | | | made "import crypto" fully qualified
* Merge branch 'release-0.4.1'Christopher Allan Webber2013-07-101-1/+1
|\ | | | | | | | | Conflicts: mediagoblin/_version.py
| * PyTest needs to be >= 2.3.1Christopher Allan Webber2013-07-101-1/+1
| |
* | Reverting "No more of this find_packages nonsense."Christopher Allan Webber2013-06-241-2/+2
| | | | | | | | This reverts commit b75eb88fabdac4a9fdc863969ec9472110732607.
* | New notificationsJoar Wandborg2013-06-091-1/+1
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added request.notifications - Email configuration fixes - Set config_spec default SMTP port to `0` and switch to SSL/non-SSL default if `port == 0` - Added email_smtp_use_ssl configuration setting - Added migrations for notification tables - Added __repr__ to MediaComment(Mixin) - Added MediaComment.get_entry => MediaEntry - Added CommentSubscription, CommentNotification, Notification, ProcessingNotification tables - Added notifications.task to celery init - Fixed a bug in the video transcoder where pygst would hijack the --help argument. - Added notifications - views - silence - subscribe - routes - utility methods - celery task - Added half-hearted .active comment CSS style - Added quick JS to show header_dropdown - Added fragment template to show notifications in header_dropdown - Added fragment template to show subscribe/unsubscribe buttons on media/comment pages - Updated celery setup tests with notifications.task - Tried to fix test_misc tests that I broke - Added notification tests - Added and extended tests.tools fixtures - Integrated new notifications into media_home, media_post_comment views - Bumped SQLAlchemy dependency to >= 0.8.0 since we need polymorphic for the notifications to work
* Make sure that the pytest revision is at least at 2.3.Christopher Allan Webber2013-06-031-1/+1
|
* No more of this find_packages nonsense.Christopher Allan Webber2013-05-241-2/+2
| | | | | | | Explicitly declare mediagoblin as the only package. find_packages has caused messes in the past :) This commit sponsored by Pedro Ângelo. Thanks!
* Start to use six for basestring.Elrond2013-04-181-0/+1
| | | | | | six allows us to smoothly get more forward compatible with py3. The idea is to change things over to use six, when/if we feel a need for it.
* Adds the timesince ability which fixes #394Jessica T2013-04-111-0/+1
|
* Merge remote-tracking branch 'brett/itsdangerous'Elrond2013-04-091-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * brett/itsdangerous: Call is_updated instead of testing it boolean. Harden It's Dangerous key management. First tests for the Session class. Set a starting value for session.send_new_cookie. Remove beaker stuff from the code. Delete the session cookie on an empty session. Back sessions with It's Dangerous. Improve fs security for itsdangerous secret. Docs for get_timed_signer_url. Basic itsdangerous infrastructure. Conflicts: mediagoblin/tests/test_cache.py
| * Remove beaker stuff from the code.Brett Smith2013-03-241-1/+0
| | | | | | | | This is all obsoleted by It's Dangerous.
| * Back sessions with It's Dangerous.Brett Smith2013-03-241-0/+1
| | | | | | | | This is a contribution to #668.