Upstream 2.0.0 (RHBZ#1244145)

This commit is contained in:
Praveen Kumar 2016-06-14 10:57:09 +05:30
parent f550ea123a
commit c74a5402d9
4 changed files with 6 additions and 30 deletions

1
.gitignore vendored
View File

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

View File

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

View File

@ -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 <kumarpraveen.nitdgp@gmail.com> - 2.0.0-1
- Upstream 2.0.0 (RHBZ#1244145)
* Fri Feb 26 2016 Haïkel Guémar <hguemar@fedoraproject.org> - 1.3.0-1
- Upstream 1.3.0 (RHBZ#1244145)
- Use epel macros rather than rhel

View File

@ -1 +1 @@
73ee8a4afb3ff4da1b4afa287f39fdeb mock-1.3.0.tar.gz
0febfafd14330c9dcaa40de2d82d40ad mock-2.0.0.tar.gz