From 9e856e0255593751aca9bfa6b92097a4b0d90c96 Mon Sep 17 00:00:00 2001 From: Matthias Runge Date: Mon, 22 Jun 2015 10:58:38 +0200 Subject: [PATCH] update to 0.12.0 (rhbz#1234253) --- .gitignore | 1 + python-fasteners.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 291d8cc..7f706fc 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /fasteners-0.9.0.tar.gz +/fasteners-0.12.0.tar.gz diff --git a/python-fasteners.spec b/python-fasteners.spec index 95c8163..bd9f4d1 100644 --- a/python-fasteners.spec +++ b/python-fasteners.spec @@ -5,8 +5,8 @@ %global pypi_name fasteners Name: python-%{pypi_name} -Version: 0.9.0 -Release: 2%{?dist} +Version: 0.12.0 +Release: 1%{?dist} Summary: A python package that provides useful locks License: ASL 2.0 @@ -111,6 +111,9 @@ nosetests-3.4 %changelog +* Mon Jun 22 2015 Matthias Runge - 0.12.0-1 +- update to 0.12.0 (rhbz#1234253) + * Fri Jun 12 2015 Matthias Runge - 0.9.0-2 - switch to github sourcecode, license included - add tests, fix conditionals for python3 diff --git a/sources b/sources index accdcb3..382c501 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -361228fcb6a39011655307a4bb310bbe fasteners-0.9.0.tar.gz +ead995dca61bbbe6297e0f8b68be74ea fasteners-0.12.0.tar.gz