Skip to content

Releases: hbldh/pybankid

Version 0.2.2

13 Nov 09:28
Compare
Choose a tag to compare
Version 0.2.2 Pre-release
Pre-release

Changelist

  • Better handling of suds Text to Python string type using six.
  • Dict keys in returned response are now unicode as well.
  • urllib3 warning handling implemented.
  • Added coverage installation to Travis CI script.
  • Added Python 3.5 to Travis CI testing.
  • README updated with details about pyopenssl.
  • README updated with information about pybankid-example-app.
  • Added classifier troves to setup.py
  • Removed OpenSLL stderr output when generating test certificates.

Version 0.2.0

04 Oct 20:28
Compare
Choose a tag to compare
Version 0.2.0 Pre-release
Pre-release

Features

  • Python 3 support thanks to switch to suds-jurko fork instead of suds
  • Unittests on Travis CI

Version 0.1.4

07 Aug 14:25
Compare
Choose a tag to compare
Version 0.1.4 Pre-release
Pre-release

Features

  • Modified transport to use own Requests Session object and thereby storing SSL key passwords during Client lifetime.
  • Testing: Wrote one test against BankID test server and added Travis CI building.

Minor modifications

  • Updated README with testing info.
  • Problems with suds in Python 2.6. Removing from testing for time being.
  • Fetching test certificate now removes password for the key part of the certificate to enable automated tests.