[python-colander: 1/2] Update to 1.0a2.

Ralph Bean ☃ ralph at fedoraproject.org
Wed Apr 10 20:31:34 UTC 2013


commit 611d68412cce8b8e308936b6a4902d4a128a5510
Author: Ralph Bean <rbean at redhat.com>
Date:   Wed Apr 10 16:30:40 2013 -0400

    Update to 1.0a2.

 .gitignore           |    1 +
 python-colander.spec |   10 +++++++---
 sources              |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index aa6d3fa..6cf7aae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /colander-0.9.9.tar.gz
+/colander-1.0a2.tar.gz
diff --git a/python-colander.spec b/python-colander.spec
index a9287d2..35b3c64 100644
--- a/python-colander.spec
+++ b/python-colander.spec
@@ -1,4 +1,4 @@
-%if 0%{?fedora} > 12 || 0%{?rhel} > 6
+%if 0%{?fedora}
 #%%global with_python3 1
 
 # Manually turn this off.  We should be good-to-go with python3 support here
@@ -12,8 +12,8 @@
 %global modname colander
 
 Name:               python-colander
-Version:            0.9.9
-Release:            2%{?dist}
+Version:            1.0a2
+Release:            1%{?dist}
 Summary:            A simple schema-based serialization and deserialization library
 
 Group:              Development/Libraries
@@ -128,6 +128,10 @@ popd
 %endif
 
 %changelog
+* Wed Apr 10 2013 Ralph Bean <rbean at redhat.com> - 1.0a2-1
+- Latest upstream.
+- Modernized python3 conditional.
+
 * Fri Dec 07 2012 Ralph Bean <rbean at redhat.com> - 0.9.9-2
 - Remove the hidden static folder in the docs directory at prep time.
 
diff --git a/sources b/sources
index db438cd..3767369 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8725f67c0097aa2f41338cec658d87be  colander-0.9.9.tar.gz
+3f8b9cc42c22404be8e7eddbe418ae1a  colander-1.0a2.tar.gz


More information about the scm-commits mailing list