File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11Changes
22=======
33
4- UNRELEASED
4+ 0.17.0 (2018-07-16)
55----------
66- A 403 (permission denied) is now raised if a SAMLResponse is replayed, instead of 500.
7+ - Dropped support for Python 3.3
8+ - Upgraded pysaml2 dependency to version 4.5.0
9+
10+ Thanks to francoisfreitag, mhindery, vkurup, peppelinux
711
8120.16.11 (2017-12-25)
913----------
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ def read(*rnames):
3131
3232setup (
3333 name = 'djangosaml2' ,
34- version = '0.16.11 ' ,
34+ version = '0.17.0 ' ,
3535 description = 'pysaml2 integration for Django' ,
3636 long_description = '\n \n ' .join ([read ('README.rst' ), read ('CHANGES' )]),
3737 classifiers = [
@@ -49,7 +49,6 @@ def read(*rnames):
4949 "Programming Language :: Python :: 2" ,
5050 "Programming Language :: Python :: 2.7" ,
5151 "Programming Language :: Python :: 3" ,
52- "Programming Language :: Python :: 3.3" ,
5352 "Programming Language :: Python :: 3.4" ,
5453 "Programming Language :: Python :: 3.5" ,
5554 "Programming Language :: Python :: 3.6" ,
@@ -71,7 +70,6 @@ def read(*rnames):
7170 install_requires = [
7271 'defusedxml>=0.4.1' ,
7372 'Django>=1.8' ,
74- 'enum34;python_version > "3" and python_version < "3.4"' ,
7573 'pysaml2==4.5.0' ,
7674 ],
7775 extras_require = extra ,
You can’t perform that action at this time.
0 commit comments