Changed: Moved from global DBSession to dbsession injected into request

Version: Bumped to 4.0
Added: Dependency of pyramid_tm
Changed: Changed from ACL Authorization to custom Permission Authorization Policy
Using more of inbuilt functions. This should reduce the number of DB hits and improve performance
This commit is contained in:
tanshu
2016-12-24 17:11:01 +05:30
parent 569da5a69e
commit be8f71259c
70 changed files with 1321 additions and 1412 deletions

View File

@ -11,6 +11,7 @@ with open(os.path.join(here, 'CHANGES.txt')) as f:
requires = [
'pyramid',
'waitress',
'pyramid_tm',
'transaction',
'zope.sqlalchemy',
'SQLAlchemy',
@ -18,7 +19,7 @@ requires = [
]
setup(name='brewman',
version='3.3',
version='4.0',
description='brewman',
long_description=README + '\n\n' + CHANGES,
classifiers=[