From c74a5402d9a97d33dc605c0e9507bd994a82bae6 Mon Sep 17 00:00:00 2001 From: Praveen Kumar Date: Tue, 14 Jun 2016 10:57:09 +0530 Subject: Upstream 2.0.0 (RHBZ#1244145) --- .gitignore | 1 + LICENSE.txt | 26 -------------------------- python-mock.spec | 7 ++++--- sources | 2 +- 4 files changed, 6 insertions(+), 30 deletions(-) delete mode 100644 LICENSE.txt diff --git a/.gitignore b/.gitignore index 4a280a1..b5a2e17 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /mock-0.8.0.tar.gz /mock-1.0.1.tar.gz /mock-1.3.0.tar.gz +/mock-2.0.0.tar.gz diff --git a/LICENSE.txt b/LICENSE.txt deleted file mode 100644 index 02068ae..0000000 --- a/LICENSE.txt +++ /dev/null @@ -1,26 +0,0 @@ -Copyright (c) 2003-2011, Michael Foord -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/python-mock.spec b/python-mock.spec index 0d5659a..f70c372 100644 --- a/python-mock.spec +++ b/python-mock.spec @@ -10,14 +10,13 @@ %global mod_name mock Name: python-mock -Version: 1.3.0 +Version: 2.0.0 Release: 1%{?dist} Summary: A Python Mocking and Patching Library for Testing License: BSD URL: http://www.voidspace.org.uk/python/%{mod_name}/ Source0: http://pypi.python.org/packages/source/m/%{mod_name}/%{mod_name}-%{version}.tar.gz -Source1: LICENSE.txt BuildArch: noarch BuildRequires: python2-devel @@ -78,7 +77,6 @@ needed attributes in the normal way. %prep %setup -q -n %{mod_name}-%{version} -cp -p %{SOURCE1} . %build @@ -118,6 +116,9 @@ cp -p %{SOURCE1} . %changelog +* Tue Jun 14 2016 Praveen Kumar - 2.0.0-1 +- Upstream 2.0.0 (RHBZ#1244145) + * Fri Feb 26 2016 Haïkel Guémar - 1.3.0-1 - Upstream 1.3.0 (RHBZ#1244145) - Use epel macros rather than rhel diff --git a/sources b/sources index 9492b3c..09b69d9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -73ee8a4afb3ff4da1b4afa287f39fdeb mock-1.3.0.tar.gz +0febfafd14330c9dcaa40de2d82d40ad mock-2.0.0.tar.gz -- cgit