[python-fixtures] update to version 0.3.12

Pádraig Brady pbrady at fedoraproject.org
Thu Jan 3 01:01:04 UTC 2013


commit 6235d006786f5d1689fe053405864019ea1b4e43
Author: Pádraig Brady <P at draigBrady.com>
Date:   Thu Jan 3 00:54:42 2013 +0000

    update to version 0.3.12

 .gitignore           |    1 +
 python-fixtures.spec |    7 +++++--
 sources              |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6edf2ce..104b5e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /fixtures-0.3.9.tar.gz
+/fixtures-0.3.12.tar.gz
diff --git a/python-fixtures.spec b/python-fixtures.spec
index 8aca046..4696b39 100644
--- a/python-fixtures.spec
+++ b/python-fixtures.spec
@@ -2,8 +2,8 @@
 %global pypi_name fixtures
 
 Name:           python-%{pypi_name}
-Version:        0.3.9
-Release:        4%{?dist}
+Version:        0.3.12
+Release:        1%{?dist}
 Summary:        Fixtures, reusable state for writing clean tests and more
 
 License:        ASL 2.0 or BSD
@@ -41,6 +41,9 @@ contract in unittest compatible test cases easy and straight forward.
 %{python_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
 
 %changelog
+* Wed Jan  1 2013 Pádraig Brady <P at draigBrady.com> - 0.3.12-1
+- Update to 0.3.12
+
 * Fri Nov 16 2012 Pádraig Brady <P at draigBrady.com> - 0.3.9-4
 - Update changelog
 
diff --git a/sources b/sources
index 5c1fe4e..0bdb821 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-51e99e696aa6d08e214353e5c99303e4  fixtures-0.3.9.tar.gz
+53111c85d15b42a144c690c6ecd29260  fixtures-0.3.12.tar.gz


More information about the scm-commits mailing list