[python-peewee] Update to 2.3.2

Matej Stuchlik mstuchli at fedoraproject.org
Mon Sep 29 10:01:46 UTC 2014


commit baa80ae93c987641af35863aa9fa26dba4eb70b7
Author: Matej Stuchlik <mstuchli at redhat.com>
Date:   Mon Sep 29 12:01:33 2014 +0200

    Update to 2.3.2

 .gitignore         |    1 +
 python-peewee.spec |    5 ++++-
 sources            |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f247b09..1776cd2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /peewee-2.1.7.tar.gz
 /peewee-2.2.4.tar.gz
 /peewee-2.3.1.tar.gz
+/peewee-2.3.2.tar.gz
diff --git a/python-peewee.spec b/python-peewee.spec
index 0c6019a..7e37f95 100644
--- a/python-peewee.spec
+++ b/python-peewee.spec
@@ -1,7 +1,7 @@
 %global pypi_name peewee
 
 Name:		python-%{pypi_name}
-Version:	2.3.1
+Version:	2.3.2
 Release:	1%{?dist}
 Summary:	A small, expressive orm
 
@@ -40,6 +40,9 @@ mv %{buildroot}%{_bindir}/{pwiz.py,pwiz}
 %{_bindir}/*
 
 %changelog
+* Mon Sep 29 2014 Matej Stuchlik <mstuchli at redhat.com> - 2.3.2-1
+- Update to 2.3.2
+
 * Wed Aug 27 2014 Matej Stuchlik <mstuchli at redhat.com> - 2.3.1-1
 - Update to 2.3.1
 
diff --git a/sources b/sources
index 8bb1b44..0305eb6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a2f2fd5ff14e6f2a6382ade6142a3154  peewee-2.3.1.tar.gz
+e4a9ce2cf3166ced975b8f7fecca6271  peewee-2.3.2.tar.gz


More information about the scm-commits mailing list