33379155f6 
								
							 
						 
						
							
							
								
								Add pre-commit to dev dependencies, document it and pre-commit in CONTRIBUTING  
							
							... 
							
							
							
							Now that we have a Black pre-commit hook (#3138 ),
ensure pre-commit gets installed on ``pip install -e .[dev]``
and document use of Black (rather than "try to follow pep8")
in CONTRIBUTING. 
							
						 
						
							2019-05-23 10:51:38 -04:00  
				
					
						
							
							
								 
						
							
								8590d65a57 
								
							 
						 
						
							
							
								
								Use Werkzeug's JSONMixin class and update tests  
							
							... 
							
							
							
							Flask's JSONMixin class was moved to Werkzeug>=0.15
Co-authored-by: Jeffrey Eliasen <jeff@jke.net> 
							
						 
						
							2019-05-18 20:57:26 -07:00  
				
					
						
							
							
								 
						
							
								025589ee76 
								
							 
						 
						
							
							
								
								Reformat with black  
							
							... 
							
							
							
							https://github.com/python/black  
						
							2019-05-06 16:28:58 -04:00  
				
					
						
							
							
								 
						
							
								de01dfb702 
								
							 
						 
						
							
							
								
								Bump Jinja2 requirements  
							
							... 
							
							
							
							The 2.10.1 version was released 2019-04-06 and contains important security fix.
This change allows flask users to avoid implicit insecure dependency. 
							
						 
						
							2019-04-15 17:13:07 +02:00  
				
					
						
							
							
								 
						
							
								2611632c69 
								
							 
						 
						
							
							
								
								add classifiers  
							
							
							
						 
						
							2018-12-08 12:45:20 +08:00  
				
					
						
							
							
								 
						
							
								fafb827a46 
								
							 
						 
						
							
							
								
								Exclude 3.3 aswell.  
							
							
							
						 
						
							2018-04-26 15:50:48 -05:00  
				
					
						
							
							
								 
						
							
								732c5b0509 
								
							 
						 
						
							
							
								
								Add `python_requires` metadata for PyPI  
							
							
							
						 
						
							2018-04-26 15:47:42 -05:00  
				
					
						
							
							
								 
						
							
								9d0b163362 
								
							 
						 
						
							
							
								
								release 1.0  
							
							
							
						 
						
							2018-04-26 12:28:26 -07:00  
				
					
						
							
							
								 
						
							
								5c8110de25 
								
							 
						 
						
							
							
								
								ensure order of project urls  
							
							
							
						 
						
							2018-04-26 11:57:21 -07:00  
				
					
						
							
							
								 
						
							
								10a77a5430 
								
							 
						 
						
							
							
								
								Add project_urls so that PyPI will show GitHub stats.  
							
							
							
						 
						
							2018-04-26 11:30:37 -07:00  
				
					
						
							
							
								 
						
							
								49a38ed999 
								
							 
						 
						
							
							
								
								use theme provided by pallets-sphinx-themes  
							
							
							
						 
						
							2018-04-18 12:05:31 -07:00  
				
					
						
							
							
								 
						
							
								310fbfcf64 
								
							 
						 
						
							
							
								
								revert copyright year to project start  
							
							... 
							
							
							
							add copyright header to files 
							
						 
						
							2018-02-08 12:43:30 -08:00  
				
					
						
							
							
								 
						
							
								9bf5c3b3a3 
								
							 
						 
						
							
							
								
								update project metadata  
							
							... 
							
							
							
							new readme
readme as setup.py long_description
links in changes
git in authors
add travis osx env
break out docs build in travis
remove python_requires for now 
							
						 
						
							2018-02-08 12:43:22 -08:00  
				
					
						
							
							
								 
						
							
								af32ea0b94 
								
							 
						 
						
							
							
								
								bump dependency versions  
							
							
							
						 
						
							2018-02-06 08:03:09 -08:00  
				
					
						
							
							
								 
						
							
								60eecb547d 
								
							 
						 
						
							
							
								
								Remove python 2.6 and 3.3 everywhere. ( #2583 )  
							
							
							
						 
						
							2018-01-06 10:49:50 +01:00  
				
					
						
							
							
								 
						
							
								392989aaa7 
								
							 
						 
						
							
							
								
								corrected indentations for pypa description  
							
							
							
						 
						
							2017-08-06 09:06:19 +09:00  
				
					
						
							
							
								 
						
							
								491d331e6e 
								
							 
						 
						
							
							
								
								load env vars using python-dotenv  
							
							
							
						 
						
							2017-07-16 13:37:51 -07:00  
				
					
						
							
							
								 
						
							
								715a9a3e7b 
								
							 
						 
						
							
							
								
								remove deprecated flask.ext  
							
							
							
						 
						
							2017-06-26 08:47:28 -07:00  
				
					
						
							
							
								 
						
							
								16396248b8 
								
							 
						 
						
							
							
								
								Include flask.json package in setup()  
							
							
							
						 
						
							2017-06-05 16:11:16 +08:00  
				
					
						
							
							
								 
						
							
								399ac3c54f 
								
							 
						 
						
							
							
								
								update changelog  
							
							... 
							
							
							
							[ci skip] 
							
						 
						
							2017-05-28 11:52:01 -07:00  
				
					
						
							
							
								 
						
							
								3c7625e8c0 
								
							 
						 
						
							
							
								
								update development resources  
							
							... 
							
							
							
							fix tox to test examples again
add detox tox env for faster testing
clean up makefile, add tox target
add extra group for installing dev requirements
clean up contributing doc, build with docs
expand issue template
add pull request template 
							
						 
						
							2017-05-28 10:26:07 -07:00  
				
					
						
							
							
								 
						
							
								65b22926f7 
								
							 
						 
						
							
							
								
								reduce number of tox and travis envs  
							
							... 
							
							
							
							bump minimum werkzeug version to fix tests
cache pip pacakges on travis
collect branch coverage
collect coverage of test code
report coverage across envs
test building docs
enable codecov integration 
							
						 
						
							2017-05-24 15:41:35 -07:00  
				
					
						
							
							
								 
						
							
								d05862574f 
								
							 
						 
						
							
							
								
								Update click dependency info.  
							
							
							
						 
						
							2017-05-23 15:29:37 -07:00  
				
					
						
							
							
								 
						
							
								bb0e755c80 
								
							 
						 
						
							
							
								
								Migrate various docs links to https ( #2180 )  
							
							... 
							
							
							
							Also fixed a few outdated links 
							
						 
						
							2017-02-11 10:43:11 +01:00  
				
					
						
							
							
								 
						
							
								7e8d7d43c8 
								
							 
						 
						
							
							
								
								Added link to deploying documentation  
							
							
							
						 
						
							2016-06-02 12:47:36 -07:00  
				
					
						
							
							
								 
						
							
								567fff9d0d 
								
							 
						 
						
							
							
								
								Change to Pallets project  
							
							... 
							
							
							
							* Update CHANGES
* Update CONTRIBUTING.rst
* Update setup.py
* Update tox.ini
* Update extensions.rst
* Update security.rst
* Update installation.rst
* Update testing.rst
* Update upgrading.rst
* Update sidebarintro.html
* Update jquery.rst
* Update dbcon.rst
* Update index.rst 
							
						 
						
							2016-04-03 23:11:38 +02:00  
				
					
						
							
							
								 
						
							
								7368a164c7 
								
							 
						 
						
							
							
								
								Clarify the python versions that flask supports  
							
							
							
						 
						
							2015-12-20 20:39:38 +08:00  
				
					
						
							
							
								 
						
							
								85b20f8d49 
								
							 
						 
						
							
							
								
								Avoid duplication of version info  
							
							
							
						 
						
							2015-02-06 18:06:16 +01:00  
				
					
						
							
							
								 
						
							
								eb2a4521ff 
								
							 
						 
						
							
							
								
								Merge pull request  #1341  from ThiefMaster/pep-440-dev-version  
							
							... 
							
							
							
							Use PEP440-compatible dev version 
							
						 
						
							2015-02-06 18:03:41 +01:00  
				
					
						
							
							
								 
						
							
								ddf0dfa895 
								
							 
						 
						
							
							
								
								Use PEP440-compatible dev version  
							
							
							
						 
						
							2015-02-06 17:05:08 +01:00  
				
					
						
							
							
								 
						
							
								4fca38c078 
								
							 
						 
						
							
							
								
								remove audit command  
							
							
							
						 
						
							2014-09-11 22:09:52 +02:00  
				
					
						
							
							
								 
						
							
								b93ab41ed1 
								
							 
						 
						
							
							
								
								Remove testsuite package from setup.py  
							
							
							
						 
						
							2014-09-11 22:09:50 +02:00  
				
					
						
							
							
								 
						
							
								3550b26071 
								
							 
						 
						
							
							
								
								Move tests  
							
							
							
						 
						
							2014-09-11 22:09:50 +02:00  
				
					
						
							
							
								 
						
							
								f6d25bbc4f 
								
							 
						 
						
							
							
								
								Switch to newer click (2.0)  
							
							
							
						 
						
							2014-08-12 23:23:52 +02:00  
				
					
						
							
							
								 
						
							
								2639a23b88 
								
							 
						 
						
							
							
								
								Updated setup.py a bit.  This  fixes   #1018  
							
							
							
						 
						
							2014-05-07 21:51:18 +02:00  
				
					
						
							
							
								 
						
							
								3569fc2441 
								
							 
						 
						
							
							
								
								Greatly refactored click integration and documented it a bit more.  
							
							
							
						 
						
							2014-05-07 21:35:51 +02:00  
				
					
						
							
							
								 
						
							
								0ac492a0ac 
								
							 
						 
						
							
							
								
								Depend on click now  
							
							
							
						 
						
							2014-04-28 13:26:14 +02:00  
				
					
						
							
							
								 
						
							
								7503bde223 
								
							 
						 
						
							
							
								
								Added the new flask run module to start the server.  
							
							
							
						 
						
							2014-04-21 16:34:17 +02:00  
				
					
						
							
							
								 
						
							
								977e7660ac 
								
							 
						 
						
							
							
								
								Master is 0.11-dev  
							
							
							
						 
						
							2013-06-14 09:55:08 +01:00  
				
					
						
							
							
								 
						
							
								d94b1bec24 
								
							 
						 
						
							
							
								
								In case we need a 0.10.2  
							
							
							
						 
						
							2013-06-14 09:54:27 +01:00  
				
					
						
							
							
								 
						
							
								298334fffc 
								
							 
						 
						
							
							
								
								Bump version number to 0.10.1  
							
							
							
						 
						
							2013-06-14 09:54:07 +01:00  
				
					
						
							
							
								 
						
							
								89731d86b6 
								
							 
						 
						
							
							
								
								Merge branch '0.10-maintenance'  
							
							
							
						 
						
							2013-06-13 23:46:39 +01:00  
				
					
						
							
							
								 
						
							
								2713ea98cb 
								
							 
						 
						
							
							
								
								Use same version specifications as in Werkzeug  
							
							
							
						 
						
							2013-06-13 23:46:20 +01:00  
				
					
						
							
							
								 
						
							
								5886925ff3 
								
							 
						 
						
							
							
								
								Started 0.10 maintenance branch for a bugfix release  
							
							
							
						 
						
							2013-06-13 23:36:50 +01:00  
				
					
						
							
							
								 
						
							
								41171d11ae 
								
							 
						 
						
							
							
								
								Add Python 3.3 classifier  
							
							
							
						 
						
							2013-06-13 22:16:14 +02:00  
				
					
						
							
							
								 
						
							
								ac187bded7 
								
							 
						 
						
							
							
								
								This is 0.11-dev  
							
							
							
						 
						
							2013-06-13 09:36:03 +01:00  
				
					
						
							
							
								 
						
							
								3b9574fec9 
								
							 
						 
						
							
							
								
								Bump version number to 0.10  
							
							
							
						 
						
							2013-06-13 09:35:35 +01:00  
				
					
						
							
							
								 
						
							
								bb2e20f53f 
								
							 
						 
						
							
							
								
								Depends on itsdangerous>=0.12 now  
							
							
							
						 
						
							2013-05-26 15:37:52 +02:00  
				
					
						
							
							
								 
						
							
								a0801719f8 
								
							 
						 
						
							
							
								
								Remove six dependency  
							
							
							
						 
						
							2013-05-22 21:40:30 +02:00  
				
					
						
							
							
								 
						
							
								506db0eab2 
								
							 
						 
						
							
							
								
								Use print_function  
							
							
							
						 
						
							2013-05-18 19:00:06 +02:00