From 5fa9342887c6452dcb6a5666622bf916ea82574b Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: May 23 2017 17:48:14 +0000 Subject: Following the upstream release numbers Allow providing HTTP method Make refresh_token also update the cache Signed-off-by: Mohan Boddu --- diff --git a/python-openidc-client.spec b/python-openidc-client.spec index 5433f03..24974e9 100644 --- a/python-openidc-client.spec +++ b/python-openidc-client.spec @@ -1,7 +1,7 @@ %global srcname openidc-client %global pkgname openidc_client -%global commit 5456800bb2e4b54a7a36c9749cf5614079cc88b3 +%global commit 77cb3ee654cf4c6b74edc5f46b2905f75525ada7 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %if 0%{?rhel} && 0%{?rhel} <= 7 @@ -12,7 +12,7 @@ Name: python-%{srcname} Version: 0 -Release: 3.20170327git%{shortcommit}%{?dist} +Release: 3.20170523git%{shortcommit}%{?dist} Summary: Python OpenID Connect client with token caching and management License: MIT @@ -90,6 +90,11 @@ Python 3 version. %endif %changelog +* Tue May 23 2017 Mohan Boddu - 0-3.20170523git77cb3ee +- Following the upstream release numbers +- Allow providing HTTP method +- Make refresh_token also update the cache + * Mon Mar 27 2017 Mohan Boddu - 0-3.20170327git5456800 - Changed the version number to use date - Using package name in URL