Update to 1.1.7.

- License change from MIT to GPLv3.
This commit is contained in:
Bohuslav Kabrda 2013-02-18 14:14:10 +01:00
parent e7bdbfece5
commit 370b2082c4
3 changed files with 12 additions and 9 deletions

2
.gitignore vendored
View File

@ -2,3 +2,5 @@
/sure-0.10.3.tar.gz /sure-0.10.3.tar.gz
/sure-1.0.6.tar.gz /sure-1.0.6.tar.gz
/sure-1.0.6-tests.tgz /sure-1.0.6-tests.tgz
/sure-1.1.7-tests.tgz
/sure-1.1.7.tar.gz

View File

@ -2,11 +2,11 @@
%global pypi_name sure %global pypi_name sure
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 1.0.6 Version: 1.1.7
Release: 2%{?dist} Release: 1%{?dist}
Summary: Assertion toolbox for python Summary: Assertion toolbox for python
License: MIT License: GPLv3+
URL: https://github.com/gabrielfalcao/sure URL: https://github.com/gabrielfalcao/sure
Source0: http://pypi.python.org/packages/source/s/%{pypi_name}/%{pypi_name}-%{version}.tar.gz Source0: http://pypi.python.org/packages/source/s/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
# Already asked upstream to include COPYING in the source tar: # Already asked upstream to include COPYING in the source tar:
@ -14,16 +14,13 @@ Source0: http://pypi.python.org/packages/source/s/%{pypi_name}/%{pypi_nam
Source1: https://raw.github.com/gabrielfalcao/sure/master/COPYING Source1: https://raw.github.com/gabrielfalcao/sure/master/COPYING
# To get tests: # To get tests:
# git clone https://github.com/gabrielfalcao/sure.git && cd sure # git clone https://github.com/gabrielfalcao/sure.git && cd sure
# git checkout 1.0.6 && tar czf sure-1.0.6-tests.tgz tests/ # git checkout 1.1.7 && tar czf sure-1.1.7-tests.tgz tests/
Source2: %{pypi_name}-%{version}-tests.tgz Source2: %{pypi_name}-%{version}-tests.tgz
BuildArch: noarch BuildArch: noarch
BuildRequires: python2-devel BuildRequires: python2-devel
BuildRequires: python-nose BuildRequires: python-nose
BuildRequires: python-setuptools BuildRequires: python-setuptools
# the library claims to be using these, but it actually isn't
# Requires: python-nose
# Requires: python-ipdb
%description %description
A Python assertion toolbox that works fine with nose. A Python assertion toolbox that works fine with nose.
@ -55,6 +52,10 @@ nosetests
%{python_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info %{python_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
%changelog %changelog
* Mon Feb 18 2013 Bohuslav Kabrda <bkabrda@redhat.com> - 1.1.7-1
- Update to 1.1.7.
- License change from MIT to GPLv3.
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.6-2 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

View File

@ -1,2 +1,2 @@
b166a311411c4c70bb92ad2aa29e3360 sure-1.0.6.tar.gz 90a83e149c6dd79f109f5b6686027dc2 sure-1.1.7-tests.tgz
9ae993a2c916fa395b63d59b639290d6 sure-1.0.6-tests.tgz 4d95a2118175b8ca56a82c85505a8ebf sure-1.1.7.tar.gz