File: control

package info (click to toggle)
flask-oldsessions 0.10%2Bgit20121007-2
  • links: PTS
  • area: main
  • in suites: buster
  • size: 108 kB
  • sloc: makefile: 125; python: 113
file content (15 lines) | stat: -rw-r--r-- 640 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Source: flask-oldsessions
Maintainer: Ximin Luo <infinity0@debian.org>
Section: python
Priority: optional
Build-Depends: dh-python, python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9)
Standards-Version: 3.9.7
Homepage: http://github.com/mitsuhiko/flask-oldsessions

Package: python-flask-oldsessions
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-werkzeug
Description: Provides a session class that works like the one before 0.10
 Flask-OldSessions is an extension to Flask that reimplements the old pickle
 based session interface from Flask 0.9 and earlier for backwards compatibility
 reasons.