Commit graph

92 commits

Author SHA1 Message Date
David Lord
01d1e6fe0f release version 1.0.4 2019-07-04 15:33:46 -07:00
David Lord
e861ae276b standardize project metadata 2019-06-22 13:10:50 -07:00
David Lord
3cb636fbe1 fix project urls 2018-04-30 19:05:46 -07:00
David Lord
eb28001b22 Revert "Add python_requires metadata for PyPI"
This reverts commit a22d143f96.
2018-04-27 07:41:19 -07:00
wim glenn
a61e1322f6 Add python_requires metadata for PyPI 2018-04-27 07:39:42 -07:00
David Lord
e48b5530ed ensure order of project urls 2018-04-26 11:57:21 -07:00
Hsiaoming Yang
35b90082fa Add project_urls so that PyPI will show GitHub stats. 2018-04-26 11:30:37 -07:00
David Lord
010156c80a use theme provided by pallets-sphinx-themes 2018-04-18 12:05:31 -07:00
David Lord
aa4db37a7f revert copyright year to project start
add copyright header to files
2018-02-08 12:43:30 -08:00
David Lord
ef3226e53b 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
David Lord
54f57678ba bump dependency versions 2018-02-06 08:03:09 -08:00
Hsiaoming Yang
8cdcf398cf Remove python 2.6 and 3.3 everywhere. (#2583) 2018-01-06 10:49:50 +01:00
hallazzang
5c4840ba6d corrected indentations for pypa description 2017-08-06 09:06:19 +09:00
David Lord
f0101de17b load env vars using python-dotenv 2017-07-16 13:37:51 -07:00
David Lord
0207aad0ec remove deprecated flask.ext 2017-06-26 08:47:28 -07:00
Grey Li
f7eec31808 Include flask.json package in setup() 2017-06-05 16:11:16 +08:00
David Lord
e67b77b5e3 update changelog
[ci skip]
2017-05-28 11:52:01 -07:00
David Lord
7a517652e0 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
David Lord
50df5f8b91 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
Mark Shannon
50da045679 Update click dependency info. 2017-05-23 15:29:37 -07:00
Jeff Widman
2ad2aadb88 Migrate various docs links to https (#2180)
Also fixed a few outdated links
2017-02-11 10:43:11 +01:00
Emily Manders
86e32a2bb0 Added link to deploying documentation 2016-06-02 12:47:36 -07:00
José Carlos García
fcb3c0a4fe 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
lord63
6cd10de9ff Clarify the python versions that flask supports 2015-12-20 20:39:38 +08:00
Markus Unterwaditzer
08b6c72cd9 Avoid duplication of version info 2015-02-06 18:06:16 +01:00
Markus Unterwaditzer
f06dc142f1 Merge pull request #1341 from ThiefMaster/pep-440-dev-version
Use PEP440-compatible dev version
2015-02-06 18:03:41 +01:00
ThiefMaster
ddf0dfa895 Use PEP440-compatible dev version 2015-02-06 17:05:08 +01:00
Markus Unterwaditzer
8e2abe53d8 remove audit command 2014-09-11 22:09:52 +02:00
Markus Unterwaditzer
0da2e0c524 Remove testsuite package from setup.py 2014-09-11 22:09:50 +02:00
Markus Unterwaditzer
0c4f17008d Move tests 2014-09-11 22:09:50 +02:00
Armin Ronacher
1e3ae27d88 Switch to newer click (2.0) 2014-08-12 23:23:52 +02:00
Armin Ronacher
2684775e4c Updated setup.py a bit. This fixes #1018 2014-05-07 21:51:18 +02:00
Armin Ronacher
f7c31e29b0 Greatly refactored click integration and documented it a bit more. 2014-05-07 21:35:51 +02:00
Armin Ronacher
a875fbaa2c Depend on click now 2014-04-28 13:26:14 +02:00
Armin Ronacher
cf5aa0bbe9 Added the new flask run module to start the server. 2014-04-21 16:34:17 +02:00
Armin Ronacher
977e7660ac Master is 0.11-dev 2013-06-14 09:55:08 +01:00
Armin Ronacher
d94b1bec24 In case we need a 0.10.2 2013-06-14 09:54:27 +01:00
Armin Ronacher
298334fffc Bump version number to 0.10.1 2013-06-14 09:54:07 +01:00
Armin Ronacher
89731d86b6 Merge branch '0.10-maintenance' 2013-06-13 23:46:39 +01:00
Armin Ronacher
2713ea98cb Use same version specifications as in Werkzeug 2013-06-13 23:46:20 +01:00
Armin Ronacher
5886925ff3 Started 0.10 maintenance branch for a bugfix release 2013-06-13 23:36:50 +01:00
Daniel Neuhäuser
41171d11ae Add Python 3.3 classifier 2013-06-13 22:16:14 +02:00
Armin Ronacher
ac187bded7 This is 0.11-dev 2013-06-13 09:36:03 +01:00
Armin Ronacher
3b9574fec9 Bump version number to 0.10 2013-06-13 09:35:35 +01:00
Daniel Neuhäuser
bb2e20f53f Depends on itsdangerous>=0.12 now 2013-05-26 15:37:52 +02:00
Daniel Neuhäuser
a0801719f8 Remove six dependency 2013-05-22 21:40:30 +02:00
Daniel Neuhäuser
506db0eab2 Use print_function 2013-05-18 19:00:06 +02:00
Daniel Neuhäuser
8494574fdf Merge branch 'six' of github.com:ThomasWaldmann/flask into ThomasWaldmann-six
Conflicts:
	flask/testsuite/__init__.py
2013-05-18 18:54:45 +02:00
Thomas Waldmann
1b753cb1b1 require 'six' in setup.py, add flask._compat for stuff not yet in 'six' 2013-05-18 17:47:40 +02:00
Thomas Waldmann
40fad2ece8 document python 2.6 minimum requirement, remove all stuff that refers to 2.5 2013-05-18 17:06:25 +02:00