Update to 1.0.6.

This commit is contained in:
Bohuslav Kabrda 2012-11-05 13:30:15 +01:00
parent bb777c2039
commit 6df3a58dda
3 changed files with 10 additions and 5 deletions

2
.gitignore vendored
View File

@ -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

View File

@ -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@redhat.com> - 1.0.6-1
- Update to 1.0.6.
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

View File

@ -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