Commit graph

12 commits

Author SHA1 Message Date
wiz
3ec156f142 Improve EGG_NAME default to work for packages with '-' in their name.
Remove now unnecessary overrides in various packages.
2014-12-31 13:57:25 +00:00
kleink
73537f3db2 Update py-flask-script to 2.0.5.
* runserver: Improve handling of '-d' and '-r' switches
* Default use_debugger and use_reloader to app.debug
2014-05-21 09:03:43 +00:00
kleink
4a924b8afb Update py-flask-script to 2.0.3.
No changelog provided.

* bug fixes, documentation improvements
* better sub-manager option handling

Incompatible changes:
* command.handle() is now simply command()
* short help is '-?'. '-h' is used for --host too often.
* Server options '-d' and '-r' are no longer toggles for debugging/reloading.
  Instead, '-d' forces debugging on and '-D' forces it off,
  no matter what the default said.
* The command.prompt_* compatibility methods have beeen removed.
  (They were already heavily deprecated.)
2014-05-15 14:52:00 +00:00
kleink
ae7c63eeb9 Update py-flask-script to 0.6.7.
Version 0.6.7
-----------------

Released on February 16, 2014

- Expose app instance in a command commands (manage.app). #83
- Show full help for submanagers if called without arguments. #85
- Fix ShowUrls command conflict.  #88
2014-03-04 13:47:21 +00:00
wiz
aa67e11089 Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.
2014-01-25 10:29:56 +00:00
wiz
276a0199f5 PYTHON_VERSIONS_INCOMPATIBLE cleanup. 2014-01-12 09:45:24 +00:00
kleink
229b4c8727 Update py-flask-script to 0.6.6.
Version 0.6.6
-----------------

Released on December 6, 2013

- Fix global being passed after command by not expliciting checking
  for the 'parents' argument.
2013-12-12 19:36:55 +00:00
kleink
f0d4e657a7 Update py-flask-script to 0.6.5.
Version 0.6.5
-----------------

Released on December 5, 2013

- Change warning from UserWarning to DeprecationWarning so it is
  ignored by default

Version 0.6.4
-----------------

Released on December 5, 2013

- Only pass `parents` argument if a command's `create_parser`
  accepts it.  Workaround for #71
2013-12-06 16:26:54 +00:00
kleink
6bcfd254cd Update py-flask-script to 0.6.3.
Version 0.6.3
-----------------

Released on November 11, 2013

- Separate usage into usage/help/description
- Allow for command auto detection
2013-11-11 15:43:14 +00:00
kleink
e00a0276da Update py-flask-script to 0.6.2.
Version 0.6.2
-----------------

Released on August 10, 2013

- FIXED: 0.6.1 fails to embed ipython at all

Version 0.6.1
-----------------

Released on August 9, 2013

- FIXED: IPython Shell embedding fails after upgrade to IPython 1.0
2013-08-17 16:09:36 +00:00
kleink
5cd987a027 Update py-flask-script to 0.6.0.
Version 0.6.0
-------------

Released on August 7, 2013.

- Drop support for Python 2.5
- Support Python 2.6/2.7 and >= 3.3 using same source code.
  Import necessary compatibility code from flask._compat module of current
  Flask repo code.
- Use proper argparse subparsers
- Tab completion using `argcomplete`
- Remove question marks from automatically being appended to
  prompt_bool and prompt_choices
- FIXED: ipython with disabled bpython
- FIXED: debug parameter no longer passed in from flask_script
2013-08-08 17:59:30 +00:00
kleink
ce86f9f2ea Import Flask-Script-0.5.3 as www/py-flask-script.
The Flask-Script extension provides support for writing external
scripts in Flask. This includes running a development server, a
customised Python shell, scripts to set up your database, cronjobs,
and other command-line tasks that belong outside the web application
itself.
2013-07-28 17:47:18 +00:00