[python-zope-schema] Latest upstream.

Ralph Bean ☃ ralph at fedoraproject.org
Mon Feb 25 20:03:40 UTC 2013


commit fc42cfcf393a919fe8e674fe419f34f32d72b1e5
Author: Ralph Bean <rbean at redhat.com>
Date:   Mon Feb 25 15:03:09 2013 -0500

    Latest upstream.

 .gitignore              |    1 +
 python-zope-schema.spec |   12 ++++++++----
 sources                 |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f296666..9096071 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /zope.schema-3.8.0.tar.gz
 /zope.schema-3.8.1.zip
 /zope.schema-4.2.2.tar.gz
+/zope.schema-4.3.2.zip
diff --git a/python-zope-schema.spec b/python-zope-schema.spec
index e3174c7..a05a020 100644
--- a/python-zope-schema.spec
+++ b/python-zope-schema.spec
@@ -6,9 +6,9 @@
 
 Summary: Zope 3 schemas
 Name: python-zope-schema
-Version: 4.2.2
+Version: 4.3.2
 Release: 1%{?dist}
-Source0: http://pypi.python.org/packages/source/z/%{modname}/%{modname}-%{version}.tar.gz
+Source0: http://pypi.python.org/packages/source/z/%{modname}/%{modname}-%{version}.zip
 License: ZPLv2.1
 Group: Development/Libraries
 BuildArch: noarch
@@ -106,7 +106,7 @@ popd
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE.txt CHANGES.txt COPYRIGHT.txt README.txt
+%doc LICENSE.txt CHANGES.rst COPYRIGHT.txt README.rst
 %doc html/
 %{python_sitelib}/zope/schema/
 %exclude %{python_sitelib}/zope/schema/tests/
@@ -116,7 +116,7 @@ popd
 
 %if 0%{?with_python3}
 %files -n python3-zope-schema
-%doc LICENSE.txt CHANGES.txt COPYRIGHT.txt README.txt
+%doc LICENSE.txt CHANGES.rst COPYRIGHT.txt README.rst
 %doc html/
 %{python3_sitelib}/zope/schema/
 %exclude %{python3_sitelib}/zope/schema/tests/
@@ -127,6 +127,10 @@ popd
 
 
 %changelog
+* Mon Feb 25 2013 Ralph Bean <rbean at redhat.com> - 4.3.2-1
+- Latest upstream.
+- README and CHANGES renamed from .txt to .rst.
+
 * Wed Feb 13 2013 Ralph Bean <rbean at redhat.com> - 4.2.2-1
 - Latest upstream.
 - Added Python3 subpackage.
diff --git a/sources b/sources
index fa147a0..a4e9324 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e7e581af8193551831560a736a53cf58  zope.schema-4.2.2.tar.gz
+b63df4a3035f29113f8130c8ae28bb13  zope.schema-4.3.2.zip


More information about the scm-commits mailing list