25e2d193e3 
								
									
								
							
								 
							
						 
						
							
							
								
								Advertise Python 3.8 support in setup.py ( #7602 )  
							
							... 
							
							
							
							Synapse supports Python 3.8. We've been using it in CI for a while now. 
							
						 
						
							2020-06-01 19:45:01 +01:00  
				
					
						
							
							
								 
						
							
							
								32e7c9e7f2 
								
									
								
							
								 
							
						 
						
							
							
								
								Run Black. ( #5482 )  
							
							
							
						 
						
							2019-06-20 19:32:02 +10:00  
				
					
						
							
							
								 
						
							
							
								09e9a26b71 
								
									
								
							
								 
							
						 
						
							
							
								
								Remove Python 2.7 support. ( #5425 )  
							
							... 
							
							
							
							* remove 2.7 from CI and publishing
* fill out classifiers and also make it not be installed on 3.5
* some minor bumps so that the old deps work on python 3.5 
							
						 
						
							2019-06-12 21:31:59 +10:00  
				
					
						
							
							
								 
						
							
							
								a137f4eac0 
								
							
								 
							
						 
						
							
							
								
								Add systemd-python to optional dependencies ( #4339 )  
							
							... 
							
							
							
							Using systemd-python allows for logging to the systemd journal,
as is documented in: `synapse/contrib/systemd/log_config.yaml`.
Signed-off-by: Silke Hofstra <silke@slxh.eu> 
							
						 
						
							2019-04-16 20:41:17 +10:00  
				
					
						
							
							
								 
						
							
							
								c26f49a664 
								
									
								
							
								 
							
						 
						
							
							
								
								Make the dependencies more like a standard Python project and hook up the optional dependencies to setuptools ( #4298 )  
							
							
							
						 
						
							2018-12-22 01:37:26 +11:00  
				
					
						
							
							
								 
						
							
							
								058934b1cf 
								
							
								 
							
						 
						
							
							
								
								uh, Matrix is called Matrix these days...  
							
							
							
						 
						
							2018-10-21 12:18:30 +01:00  
				
					
						
							
							
								 
						
							
							
								e721a7f2c1 
								
							
								 
							
						 
						
							
							
								
								Implement a null 'test' command  
							
							
							
						 
						
							2016-12-09 18:00:58 +00:00  
				
					
						
							
							
								 
						
							
							
								af32d3b773 
								
							
								 
							
						 
						
							
							
								
								Don't try to run tox from setup.py  
							
							... 
							
							
							
							Using tox to run the tests is a bad idea, as per the comments. 
							
						 
						
							2016-12-09 17:16:31 +00:00  
				
					
						
							
							
								 
						
							
							
								6c28ac260c 
								
							
								 
							
						 
						
							
							
								
								copyrights  
							
							
							
						 
						
							2016-01-07 04:26:29 +00:00  
				
					
						
							
							
								 
						
							
							
								73e4ad4b8b 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' into develop  
							
							... 
							
							
							
							Conflicts:
	setup.py 
							
						 
						
							2015-09-07 15:06:46 +01:00  
				
					
						
							
							
								 
						
							
							
								227b77409f 
								
							
								 
							
						 
						
							
							
								
								DEPENDENCY_LINKS was turned to a list  
							
							
							
						 
						
							2015-09-04 08:56:23 +01:00  
				
					
						
							
							
								 
						
							
							
								06094591c5 
								
							
								 
							
						 
						
							
							
								
								Pass an empty list of arguments to tox if no arguments are given  
							
							
							
						 
						
							2015-08-26 13:13:01 +01:00  
				
					
						
							
							
								 
						
							
							
								fd246fde89 
								
							
								 
							
						 
						
							
							
								
								Install tox locally if it wasn't already installed when running setup.py test  
							
							
							
						 
						
							2015-08-26 12:59:02 +01:00  
				
					
						
							
							
								 
						
							
							
								4f6fa981ec 
								
							
								 
							
						 
						
							
							
								
								Make 'setup.py test' run tox  
							
							
							
						 
						
							2015-08-26 12:45:29 +01:00  
				
					
						
							
							
								 
						
							
							
								2e31dd2ad3 
								
							
								 
							
						 
						
							
							
								
								Add tox.ini file for synapse  
							
							
							
						 
						
							2015-08-25 14:14:02 +01:00  
				
					
						
							
							
								 
						
							
							
								21ac8be5f7 
								
							
								 
							
						 
						
							
							
								
								Depend on Twisted>=15.1 rather than pining to a particular version  
							
							
							
						 
						
							2015-08-12 17:25:13 +01:00  
				
					
						
							
							
								 
						
							
							
								66da8f60d0 
								
							
								 
							
						 
						
							
							
								
								Bump the version of twisted needed for setup_requires to 15.2.1  
							
							
							
						 
						
							2015-06-15 16:27:20 +01:00  
				
					
						
							
							
								 
						
							
							
								119e5d7702 
								
							
								 
							
						 
						
							
							
								
								Seperate scripts/ into scripts/ and scripts-dev/, where scripts/* are automatically added to the package  
							
							
							
						 
						
							2015-05-06 11:41:19 +01:00  
				
					
						
							
							
								 
						
							
							
								64cf1483e5 
								
							
								 
							
						 
						
							
							
								
								D'oh - setup.py used the dict directly: make it use the wrapper function.  
							
							
							
						 
						
							2015-03-19 11:21:34 +00:00  
				
					
						
							
							
								 
						
							
							
								7393c5ce4c 
								
							
								 
							
						 
						
							
							
								
								Rename register script to 'register_new_matrix_user'  
							
							
							
						 
						
							2015-03-13 15:33:21 +00:00  
				
					
						
							
							
								 
						
							
							
								bcfce93ccd 
								
							
								 
							
						 
						
							
							
								
								Add 'register_new_user' script  
							
							
							
						 
						
							2015-03-13 15:25:30 +00:00  
				
					
						
							
							
								 
						
							
							
								eab141ee67 
								
							
								 
							
						 
						
							
							
								
								Rename path to path_segments to make it clearer that it is a list  
							
							
							
						 
						
							2015-02-10 18:25:54 +00:00  
				
					
						
							
							
								 
						
							
							
								a9684730ac 
								
							
								 
							
						 
						
							
							
								
								Add the 'setup_requires' and allow easy_install since jenkins uses them  
							
							
							
						 
						
							2015-02-10 17:48:16 +00:00  
				
					
						
							
							
								 
						
							
							
								7ed971d9b2 
								
							
								 
							
						 
						
							
							
								
								Single source version and python dependencies, prevent people accidentally installing with easy_install, use scripts rather than entry_points to install synctl  
							
							
							
						 
						
							2015-02-10 17:42:36 +00:00  
				
					
						
							
							
								 
						
							
							
								22c1ffb0a0 
								
							
								 
							
						 
						
							
							
								
								Add a media/v1/identicon resource for generating identicons using pydenticon  
							
							
							
						 
						
							2015-02-02 16:02:31 +00:00  
				
					
						
							
							
								 
						
							
							
								6e856d7729 
								
							
								 
							
						 
						
							
							
								
								Merge master into develop  
							
							... 
							
							
							
							Conflicts:
	README.rst
	setup.py 
							
						 
						
							2015-02-02 14:05:42 +00:00  
				
					
						
							
							
								 
						
							
							
								d3dd749044 
								
							
								 
							
						 
						
							
							
								
								Pin the version of Twisted to 14.0.2 since we are using some of its internals  
							
							
							
						 
						
							2015-02-02 13:17:45 +00:00  
				
					
						
							
							
								 
						
							
							
								83c31735d0 
								
							
								 
							
						 
						
							
							
								
								Use >= for version of webclient  
							
							
							
						 
						
							2015-02-02 13:07:43 +00:00  
				
					
						
							
							
								 
						
							
							
								c934760014 
								
							
								 
							
						 
						
							
							
								
								Bump version of webclient pulled in.  
							
							
							
						 
						
							2015-02-02 13:03:03 +00:00  
				
					
						
							
							
								 
						
							
							
								9ccfdfcd7c 
								
							
								 
							
						 
						
							
							
								
								Add twisted to setup requires so it gets processed before setuptools_trial  
							
							
							
						 
						
							2015-01-30 17:15:39 +00:00  
				
					
						
							
							
								 
						
							
							
								88391bcdc3 
								
							
								 
							
						 
						
							
							
								
								Allow any greater version for webclient  
							
							
							
						 
						
							2015-01-30 16:09:38 +00:00  
				
					
						
							
							
								 
						
							
							
								bd03947c05 
								
							
								 
							
						 
						
							
							
								
								We do need Twisted 14, not 15: we use internal Twisted things that have been removed in 15.  
							
							
							
						 
						
							2015-01-30 11:13:42 +00:00  
				
					
						
							
							
								 
						
							
							
								1e4a56c3a9 
								
							
								 
							
						 
						
							
							
								
								Bump web sdk version to 0.6.0  
							
							
							
						 
						
							2014-12-19 13:39:24 +00:00  
				
					
						
							
							
								 
						
							
							
								cde840a82c 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'develop' of github.com:matrix-org/synapse into events_refactor  
							
							... 
							
							
							
							Conflicts:
	setup.py 
							
						 
						
							2014-12-11 17:48:48 +00:00  
				
					
						
							
							
								 
						
							
							
								61fc37e467 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'develop' into media_repository  
							
							
							
						 
						
							2014-12-10 16:14:17 +00:00  
				
					
						
							
							
								 
						
							
							
								d45c030652 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'develop' of github.com:matrix-org/synapse into events_refactor  
							
							
							
						 
						
							2014-12-09 14:53:30 +00:00  
				
					
						
							
							
								 
						
							
							
								63b0b946be 
								
							
								 
							
						 
						
							
							
								
								point the entry_point for synapse-homeserver at the right method  
							
							
							
						 
						
							2014-12-05 18:01:05 +00:00  
				
					
						
							
							
								 
						
							
							
								05e48c5d4b 
								
							
								 
							
						 
						
							
							
								
								Add pillow to dependencies  
							
							
							
						 
						
							2014-12-05 16:29:36 +00:00  
				
					
						
							
							
								 
						
							
							
								ce212eb83a 
								
							
								 
							
						 
						
							
							
								
								Pull in latest matrix-angular_sdk  
							
							
							
						 
						
							2014-12-05 11:55:24 +00:00  
				
					
						
							
							
								 
						
							
							
								1c72e22c4f 
								
							
								 
							
						 
						
							
							
								
								Pull in latest matrix-angular_sdk  
							
							
							
						 
						
							2014-12-05 11:21:56 +00:00  
				
					
						
							
							
								 
						
							
							
								c1e66800a9 
								
							
								 
							
						 
						
							
							
								
								Begin fleshing out a new Event object  
							
							
							
						 
						
							2014-12-02 11:40:22 +00:00  
				
					
						
							
							
								 
						
							
							
								7cb21a24d4 
								
							
								 
							
						 
						
							
							
								
								Bump pinned version of pynacl pulled from github  
							
							
							
						 
						
							2014-11-27 17:29:29 +00:00  
				
					
						
							
							
								 
						
							
							
								ad13f14432 
								
							
								 
							
						 
						
							
							
								
								Bump version numbers and change log  
							
							
							
						 
						
							2014-11-26 11:53:12 +00:00  
				
					
						
							
							
								 
						
							
							
								f3ee8d6322 
								
							
								 
							
						 
						
							
							
								
								Use tagged version of matrix-angular-sdk  
							
							
							
						 
						
							2014-11-20 10:51:04 +00:00  
				
					
						
							
							
								 
						
							
							
								1b91c26409 
								
							
								 
							
						 
						
							
							
								
								Mark synapse as not zip-safe since it needs to be able to read schema files from the filesystem  
							
							
							
						 
						
							2014-11-17 16:36:24 +00:00  
				
					
						
							
							
								 
						
							
							
								5d273a0c76 
								
							
								 
							
						 
						
							
							
								
								Remove syweb directory. pull in syweb as a dependency from github  
							
							
							
						 
						
							2014-11-17 12:55:24 +00:00  
				
					
						
							
							
								 
						
							
							
								e7c6d2c9d9 
								
							
								 
							
						 
						
							
							
								
								SYN-138: Rewrite synctl in python and include it in the python distribution  
							
							
							
						 
						
							2014-11-13 14:39:30 +00:00  
				
					
						
							
							
								 
						
							
							
								3068210a93 
								
							
								 
							
						 
						
							
							
								
								SYN-112: Get pynacl from github instead of PyPI  
							
							
							
						 
						
							2014-11-04 16:45:33 +00:00  
				
					
						
							
							
								 
						
							
							
								4a73c366fa 
								
							
								 
							
						 
						
							
							
								
								exclude tests  
							
							
							
						 
						
							2014-11-04 15:18:43 +00:00  
				
					
						
							
							
								 
						
							
							
								15be181642 
								
							
								 
							
						 
						
							
							
								
								Add log message if we can't enable ECC. Require pyopenssl>=0.14 since 0.13 doesn't seem to have ECC  
							
							
							
						 
						
							2014-10-24 19:27:12 +01:00