summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Added support for entity categories.Roland Hedberg2013-05-041-1/+2
|
* Adding authn context support.. plus first testRoland Hedberg2013-04-211-1/+1
|
* EditorialRoland Hedberg2013-04-151-2/+2
|
* Release version 1.0.1 so the same as the tagRoland Hedberg2013-04-111-1/+1
|
* Release version 1.0.01.0.1Roland Hedberg2013-04-111-1/+1
|
* Mako is needed to run the examples.1.0.0Roland Hedberg2013-04-101-0/+1
|
* EditorialRoland Hedberg2013-04-101-3/+3
|
* Allow running the tests inside the tests directoryLorenzo Gil Sanchez2013-04-021-8/+14
| | | | | | | | | | | | | This fix a regression after latest changes. In order to run the tests from the tests directory you will need to install the test_requires packages manually. You can do so with a single command: python setup.py develop easy_install pysaml2[testing] That's why I restored the old extras_requires argument to the setup function. Now it won't duplicate package names but reuse the same ones as in test_requires.
* Add pymongo to tests_requires and remove extras_requires since it is not usedLorenzo Gil Sanchez2013-04-021-6/+1
|
* Allow running the tests from the pysaml2 root directory.Lorenzo Gil Sanchez2013-04-021-10/+13
| | | | | | | | This improves previous work for running the tests via the command "python setup.py test" from a fresh clone. This can be very useful to integrate pysaml2 in a continuous integration system such as Jenkins or Travis.
* Added mongodict as an extra requirement.Roland Hedberg2013-03-051-10/+6
|
* EditorialRoland Hedberg2013-02-081-2/+2
|
* Missing ',' addedRoland Hedberg2013-02-071-1/+1
|
* requires m2cryptoRoland Hedberg2013-02-071-0/+1
|
* Final touch to ECPRoland Hedberg2013-01-251-1/+1
| | | | Worked through a NameIDMapping test
* Make it clear that this version is under development and not to be regarded ↵Roland Hedberg2012-12-141-1/+1
| | | | as stable.
* Changed major version because not backward compatible.Roland Hedberg2012-11-191-1/+1
|
* Update the home link to the new Github siteLorenzo Gil2012-06-011-1/+1
|
* Initial add0.4.2Roland Hedberg2012-05-231-0/+93