From 370b2082c4db45097a22f9148f9cb45e976e7ae3 Mon Sep 17 00:00:00 2001 From: Bohuslav Kabrda Date: Feb 18 2013 13:14:10 +0000 Subject: Update to 1.1.7. - License change from MIT to GPLv3. --- diff --git a/.gitignore b/.gitignore index 6a21888..9518655 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ /sure-0.10.3.tar.gz /sure-1.0.6.tar.gz /sure-1.0.6-tests.tgz +/sure-1.1.7-tests.tgz +/sure-1.1.7.tar.gz diff --git a/python-sure.spec b/python-sure.spec index f2d0b22..af8fcd2 100644 --- a/python-sure.spec +++ b/python-sure.spec @@ -2,11 +2,11 @@ %global pypi_name sure Name: python-%{pypi_name} -Version: 1.0.6 -Release: 2%{?dist} +Version: 1.1.7 +Release: 1%{?dist} Summary: Assertion toolbox for python -License: MIT +License: GPLv3+ URL: https://github.com/gabrielfalcao/sure 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: @@ -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 # To get tests: # 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 BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-nose BuildRequires: python-setuptools -# the library claims to be using these, but it actually isn't -# Requires: python-nose -# Requires: python-ipdb %description A Python assertion toolbox that works fine with nose. @@ -55,6 +52,10 @@ nosetests %{python_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info %changelog +* Mon Feb 18 2013 Bohuslav Kabrda - 1.1.7-1 +- Update to 1.1.7. +- License change from MIT to GPLv3. + * Thu Feb 14 2013 Fedora Release Engineering - 1.0.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index 03e9d23..0214474 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -b166a311411c4c70bb92ad2aa29e3360 sure-1.0.6.tar.gz -9ae993a2c916fa395b63d59b639290d6 sure-1.0.6-tests.tgz +90a83e149c6dd79f109f5b6686027dc2 sure-1.1.7-tests.tgz +4d95a2118175b8ca56a82c85505a8ebf sure-1.1.7.tar.gz