[python-peewee] Update to 2.3.1

Matej Stuchlik mstuchli at fedoraproject.org
Wed Aug 27 11:53:00 UTC 2014


commit 7919a4348d614afc0cc24fdeaca0fa2953d2dfac
Author: Matej Stuchlik <mstuchli at redhat.com>
Date:   Wed Aug 27 13:52:50 2014 +0200

    Update to 2.3.1

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


More information about the scm-commits mailing list