[python-sure] Update to 1.0.6.

Bohuslav Kabrda bkabrda at fedoraproject.org
Mon Nov 5 12:30:20 UTC 2012


commit 6df3a58dda7990c1cc499bfd0a6aa131617bced2
Author: Bohuslav Kabrda <bkabrda at redhat.com>
Date:   Mon Nov 5 13:30:15 2012 +0100

    Update to 1.0.6.

 .gitignore       |    2 ++
 python-sure.spec |    9 ++++++---
 sources          |    4 ++--
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 57f03e2..6a21888 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
 /sure-0.10.3-tests.tgz
 /sure-0.10.3.tar.gz
+/sure-1.0.6.tar.gz
+/sure-1.0.6-tests.tgz
diff --git a/python-sure.spec b/python-sure.spec
index e8dca4e..926e887 100644
--- a/python-sure.spec
+++ b/python-sure.spec
@@ -2,8 +2,8 @@
 %global pypi_name sure
 
 Name:           python-%{pypi_name}
-Version:        0.10.3
-Release:        3%{?dist}
+Version:        1.0.6
+Release:        1%{?dist}
 Summary:        Assertion toolbox for python
 
 License:        MIT
@@ -14,7 +14,7 @@ Source0:        http://pypi.python.org/packages/source/s/%{pypi_name}/%{pypi_nam
 Source1:        https://raw.github.com/gabrielfalcao/sure/master/COPYING
 # To get tests:
 # git clone https://github.com/gabrielfalcao/sure.git && cd sure
-# git checkout 0.10.3 && tar czf sure-0.10.3-tests.tgz test_sure.py
+# git checkout 1.0.6 && tar czf sure-1.0.6-tests.tgz tests/
 Source2:        %{pypi_name}-%{version}-tests.tgz
 BuildArch:      noarch
 
@@ -55,6 +55,9 @@ nosetests
 %{python_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
 
 %changelog
+* Mon Nov 05 2012 Bohuslav Kabrda <bkabrda at redhat.com> - 1.0.6-1
+- Update to 1.0.6.
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.10.3-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 1a5aa8c..03e9d23 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-4a40619b2fd85056f83dbc0c81733a8c  sure-0.10.3-tests.tgz
-84cf25264a77177d052e241bdb9d7c77  sure-0.10.3.tar.gz
+b166a311411c4c70bb92ad2aa29e3360  sure-1.0.6.tar.gz
+9ae993a2c916fa395b63d59b639290d6  sure-1.0.6-tests.tgz


More information about the scm-commits mailing list