From af4b737762a45508e626c0ef865025bebcbf9801 Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Mar 08 2016 12:55:21 +0000 Subject: Update to 0.1.7 --- diff --git a/.gitignore b/.gitignore index 75cfb06..590c751 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /jsonrpclib-0.1.3.tar.gz +/jsonrpclib-0.1.7.tar.gz diff --git a/python-jsonrpclib.spec b/python-jsonrpclib.spec index 1fe3b51..d00ceaa 100644 --- a/python-jsonrpclib.spec +++ b/python-jsonrpclib.spec @@ -7,8 +7,8 @@ %global srcname jsonrpclib Name: python-%{srcname} -Version: 0.1.3 -Release: 4%{?dist} +Version: 0.1.7 +Release: 1%{?dist} Summary: JSON-RPC v2.0 client library for Python License: ASL 2.0 @@ -37,13 +37,16 @@ This project is an implementation of the JSON-RPC v2.0 specification %files -%doc LICENSE.txt -%doc README.txt +%license LICENSE.txt +%doc README.md %{python2_sitelib}/%{srcname} %{python2_sitelib}/%{srcname}-%{version}-py%{python2_version}.egg-info %changelog +* Tue Mar 08 2016 Ihar Hrachyshka 0.1.7-1.el7 +- Update to 0.1.7 + * Thu Feb 04 2016 Fedora Release Engineering - 0.1.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 56471b3..8a9cf8e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b2cc8b86695d5e7c395c9d6908331ecd jsonrpclib-0.1.3.tar.gz +fb67bd327fbd8b53e62ecbc1c4c6b97d jsonrpclib-0.1.7.tar.gz