summary refs log tree commit diff
path: root/setup.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bump mypy-zope to 0.2.13. (#9678)Patrick Cloke2021-03-241-1/+1
* Enable flake8-bugbear, but disable most checks. (#9499)Jonathan de Jong2021-03-161-0/+1
* Bump the mypy and mypy-zope versions. (#9529)Patrick Cloke2021-03-031-1/+1
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-1/+1
* Update isort to v5.7.0 (#9222)Andrew Morgan2021-01-261-1/+1
* Specify that the long description is rST in the package metadata. (#9180)Patrick Cloke2021-01-201-0/+1
* Note support for Python 3.9 (#8665)Dan Callahan2020-10-271-0/+1
* Pin mypy-zope for compatibility with mypy. (#8600)Patrick Cloke2020-10-211-1/+1
* Update mypy to 0.790, and move dependencies to extras (#8583)Jonathan de Jong2020-10-201-0/+2
* Add option to scripts-dev/lint.sh to only lint files changed since the last g...Andrew Morgan2020-10-151-3/+1
* Do not check lint/test dependencies at runtime. (#8377)Patrick Cloke2020-09-231-0/+16
* Advertise Python 3.8 support in setup.py (#7602)Andrew Morgan2020-06-011-0/+1
* Run Black. (#5482)Amber Brown2019-06-201-14/+17
* Remove Python 2.7 support. (#5425)Amber Brown2019-06-121-0/+10
* Add systemd-python to optional dependencies (#4339)Silke Hofstra2019-04-161-5/+1
* Make the dependencies more like a standard Python project and hook up the opt...Amber Brown2018-12-221-2/+14
* uh, Matrix is called Matrix these days...Matthew Hodgson2018-10-211-2/+4
* Implement a null 'test' commandRichard van der Hoff2016-12-091-2/+15
* Don't try to run tox from setup.pyRichard van der Hoff2016-12-091-34/+28
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Merge branch 'master' into developMark Haines2015-09-071-1/+1
|\
| * DEPENDENCY_LINKS was turned to a listErik Johnston2015-09-041-1/+1
* | Pass an empty list of arguments to tox if no arguments are givenMark Haines2015-08-261-0/+2
* | Install tox locally if it wasn't already installed when running setup.py testMark Haines2015-08-261-2/+10
* | Make 'setup.py test' run toxMark Haines2015-08-261-1/+26
* | Add tox.ini file for synapseMark Haines2015-08-251-5/+0
|/
* Depend on Twisted>=15.1 rather than pining to a particular versionMark Haines2015-08-121-1/+1
* Bump the version of twisted needed for setup_requires to 15.2.1Mark Haines2015-06-151-1/+1
* Seperate scripts/ into scripts/ and scripts-dev/, where scripts/* are automat...Erik Johnston2015-05-061-1/+2
* D'oh - setup.py used the dict directly: make it use the wrapper function.David Baker2015-03-191-1/+1
* Rename register script to 'register_new_matrix_user'Erik Johnston2015-03-131-1/+1
* Add 'register_new_user' scriptErik Johnston2015-03-131-1/+1
* Rename path to path_segments to make it clearer that it is a listMark Haines2015-02-101-4/+4
* Add the 'setup_requires' and allow easy_install since jenkins uses themMark Haines2015-02-101-14/+5
* Single source version and python dependencies, prevent people accidentally in...Mark Haines2015-02-101-40/+40
* Add a media/v1/identicon resource for generating identicons using pydenticonMark Haines2015-02-021-0/+1
* Merge master into developMark Haines2015-02-021-2/+2
|\
| * Pin the version of Twisted to 14.0.2 since we are using some of its internalsMark Haines2015-02-021-1/+2
| * Use >= for version of webclientErik Johnston2015-02-021-1/+1
| * Bump version of webclient pulled in.Erik Johnston2015-02-021-2/+2
* | Add twisted to setup requires so it gets processed before setuptools_trialDavid Baker2015-01-301-0/+1
* | Allow any greater version for webclientErik Johnston2015-01-301-1/+1
* | We do need Twisted 14, not 15: we use internal Twisted things that have been ...David Baker2015-01-301-1/+1
|/
* Bump web sdk version to 0.6.0Mark Haines2014-12-191-2/+2
* Merge branch 'develop' of github.com:matrix-org/synapse into events_refactorErik Johnston2014-12-111-0/+1
|\
| * Merge branch 'develop' into media_repositoryMark Haines2014-12-101-4/+4
| |\
| * | Add pillow to dependenciesMark Haines2014-12-051-0/+1
* | | Merge branch 'develop' of github.com:matrix-org/synapse into events_refactorErik Johnston2014-12-091-3/+3
|\ \ \ | | |/ | |/|
| * | point the entry_point for synapse-homeserver at the right methodMark Haines2014-12-051-1/+1
| * | Pull in latest matrix-angular_sdkErik Johnston2014-12-051-2/+2
| * | Pull in latest matrix-angular_sdkErik Johnston2014-12-051-2/+2
* | | Begin fleshing out a new Event objectErik Johnston2014-12-021-0/+1
|/ /
* | Bump pinned version of pynacl pulled from githubErik Johnston2014-11-271-1/+1
* | Bump version numbers and change logErik Johnston2014-11-261-2/+2
|/
* Use tagged version of matrix-angular-sdkMark Haines2014-11-201-4/+4
* Mark synapse as not zip-safe since it needs to be able to read schema files f...Mark Haines2014-11-171-0/+1
* Remove syweb directory. pull in syweb as a dependency from githubMark Haines2014-11-171-2/+4
* SYN-138: Rewrite synctl in python and include it in the python distributionMark Haines2014-11-131-0/+1
* SYN-112: Get pynacl from github instead of PyPIMark Haines2014-11-041-0/+1
* exclude testsMark Haines2014-11-041-1/+1
* Add log message if we can't enable ECC. Require pyopenssl>=0.14 since 0.13 do...Mark Haines2014-10-241-0/+1
* use a tagged version of syutil rather than masterMark Haines2014-10-201-1/+1
* Use https link to download syutil as not everyone has ssh access to github.Mark Haines2014-10-201-2/+3
* Bump syutil dependencyErik Johnston2014-10-171-2/+2
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-031-1/+1
* add pyyaml dependency for config filesMark Haines2014-09-011-0/+1
* Add python shebang line and chmod +x setup.pyPaul "LeoNerd" Evans2014-08-271-0/+2
* Bump versions to 0.0.1Erik Johnston2014-08-221-1/+1
* add in copyrights to everything, not just the synapse subdir, and add a copyr...Matthew Hodgson2014-08-131-0/+14
* Fix dependency_link urlErik Johnston2014-08-121-1/+1
* Change syutil dependency link to point at github.Erik Johnston2014-08-121-1/+1
* Reference Matrix Home Servermatrix.org2014-08-121-0/+40