Releases: python-cas/python-cas
Releases · python-cas/python-cas
1.7.1
1.7.0
What’s Changed
- github actions: test on ubuntu 24 (#58) @nikolas
- Update supported python versions (#57) @nikolas
- Test on python 3.10 by default (#56) @nikolas
- Remove old python versions from tox (#55) @nikolas
- Remove universal wheel (#54) @nikolas
- Update pytest (#53) @nikolas
- Add python 3.11 testing, update github actions envs (#52) @nikolas
- setup.py: add classifiers for py3.9, py3.10 (#50) @nikolas
- Add python 3.10 testing (#49) @nikolas
- Fixing 'requests.api' has no attribute 'Session' (#47) @vhelke
- Fix get_proxy_url adding unnecessary '/' (#41) @seayjohnny
- Fix a few typos in changelog (#45) @intgr
1.6.0
1.5.0
- PR-17: Test and document support for all modern Python versions
- PR-18: Distribute package as an universal Python Wheel
- PR-20: README: Link to python.org using HTTPS
- PR-21: Minor refactor: Prefer dict literals {} over dict()
- PR-22: Enable native pip cache in Travis CI
- PR-23: Fix setup.py: Declare cas.py as a module, not a package
- PR-24: setup.py: Pass python_requires argument to setuptools
- PR-25: Remove unnecessary distutils fallback from setup.py
- PR-26: Fix links in README.rst
- PR-27: Simplify tox configuration
- PR-28: Include tests in the source distribution
- PR-29: Remove pytest-pythonpath dependency
- PR-30: Use skip_install=true for lint or static tox targets
- PR-32: Use tox's builtin support for the TOXENV environment variable
- PR-31: Introduce isort for automatic import ordering
- PR-33: Simplify dependency handling in tox.ini
- PR-35: Fix SSL certificate validation due to client field for get_proxy_ticket
- PR-36: Add support for element under cas:authenticationSuccess
- Fix #34: Exclude setup from installed package
v1.4.0
v1.2.0
v1.1.0
- port changes form django-cas-ng.
- copied test from django-cas-ng.
- more syncing of cas code with that in django-cas-ng
- add SAML single logout to CAS v3
- synced the protocol part with django-cas-ng in hope to use this library in django-cas-ng
- allowed to customize name of logout redirect url parameter
- base cas client with SAML on CASClientV2