Skip to content

Commit e267488

Browse files
committed
add the generated pbr changelog file changes in.
Signed-off-by: David Black <[email protected]>
1 parent fb0b61c commit e267488

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

ChangeLog

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,31 @@
11
CHANGES
22
=======
33

4+
1.0.7
5+
-----
6+
7+
* Add CI build information to the readme file
8+
* Merged in update_cryptography_from_0.9_to_0.9.1 (pull request #4)
9+
* Merged in use_supported_jwt_api_to_get_header (pull request #3)
10+
* Use the new pyjwt api to get an verified header instead of calling their internal API
11+
* update cryptography from 0.9 to 0.9.1
12+
* Use pbr for setup configuration
13+
* Add a mostly-generated Changelog file
14+
415
1.0.6
516
-----
617

18+
* Release version 1.0.6
19+
* Merged in update_dependencies_28_05_2015 (pull request #2)
720
* Update PyJWT from version 1.1.0 to 1.3.0
821
* Upgrade CacheControl from version 0.11.2 to 0.11.5
922
* Upgrade cryptography from 0.8.2 to 0.9
1023

1124
1.0.5
1225
-----
1326

27+
* release 1.0.5
28+
* Merged in add_caching_for_key_retriever (pull request #1)
1429
* update requests from 2.6.0 to 2.7.0
1530
* Add caching to public key retrieval requests via cachecontrol
1631

@@ -39,13 +54,20 @@ CHANGES
3954
0.0.2
4055
-----
4156

57+
* release 0.0.2
58+
* s/assertNotEquals/assertNotEqual/
4259
* add support for python 2.7.X
60+
* README.md edited online with Bitbucket
4361

4462
0.0.1
4563
-----
4664

4765
* Make HTTPSPublicKeyRetriever take in and pass through keyword arguments for the requests.get(.
4866
* remove the unused get_new_rsa_private_key_in_pem_format import from test_verifier
67+
* pep8 fix ups
68+
* update the test_signer code to use the new mixins
69+
* Update the test_verifier code
70+
* s/get_new_private_key/get_new_private_key_in_pem_format/ in the mixin classes
4971
* Add JWTAuthVerifierRSATest and JWTAuthVerifierECDSATest classes which used the new mixins. Also rename TestJWTAuthVerifier to BaseJWTAuthVerifierTest
5072
* Add some jwt algorithm mixins
5173
* Make the KeyIdentifier.key_id field a property
@@ -78,3 +100,6 @@ CHANGES
78100
* remove the unused os import from setup.py
79101
* '..' is not permitted in a key identifier
80102
* validate_key_identifier should never of taken in 'self' it only needs a key identifier
103+
* add a setup.py file
104+
* Add completely untested code
105+
* init

0 commit comments

Comments
 (0)