14
0

Accepting request 234746 from home:matejcik:branches:devel:languages:python

- update to 0.4
    * added IDEA algorithm
    * added HOTP, TOTP and CMAC primitives
    * improved support for RSA and DSA public key cryptography
- include cryptography_vectors as a source, in order to run the full
  test suite (cryptography_vectors seems only useful for testing
  this module, so it's probably not worth making a separate installable
  package for it)
- drop upstreamed cryptography-custom-install-cmd.patch

OBS-URL: https://build.opensuse.org/request/show/234746
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography?expand=0&rev=4
This commit is contained in:
Tomáš Chvátal
2014-05-28 08:39:17 +00:00
committed by Git OBS Bridge
parent 4708b8f1b5
commit 2f7c228585
9 changed files with 51 additions and 98 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon May 19 16:14:52 UTC 2014 - jmatejek@suse.com
- update to 0.4
* added IDEA algorithm
* added HOTP, TOTP and CMAC primitives
* improved support for RSA and DSA public key cryptography
- include cryptography_vectors as a source, in order to run the full
test suite (cryptography_vectors seems only useful for testing
this module, so it's probably not worth making a separate installable
package for it)
- drop upstreamed cryptography-custom-install-cmd.patch
-------------------------------------------------------------------
Mon Mar 31 16:03:46 UTC 2014 - speilicke@suse.com