Upstream 2.0.0 (RHBZ#1244145)
This commit is contained in:
parent
f550ea123a
commit
c74a5402d9
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/mock-0.8.0.tar.gz
|
/mock-0.8.0.tar.gz
|
||||||
/mock-1.0.1.tar.gz
|
/mock-1.0.1.tar.gz
|
||||||
/mock-1.3.0.tar.gz
|
/mock-1.3.0.tar.gz
|
||||||
|
/mock-2.0.0.tar.gz
|
||||||
|
|||||||
26
LICENSE.txt
26
LICENSE.txt
@ -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.
|
|
||||||
@ -10,14 +10,13 @@
|
|||||||
%global mod_name mock
|
%global mod_name mock
|
||||||
|
|
||||||
Name: python-mock
|
Name: python-mock
|
||||||
Version: 1.3.0
|
Version: 2.0.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A Python Mocking and Patching Library for Testing
|
Summary: A Python Mocking and Patching Library for Testing
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://www.voidspace.org.uk/python/%{mod_name}/
|
URL: http://www.voidspace.org.uk/python/%{mod_name}/
|
||||||
Source0: http://pypi.python.org/packages/source/m/%{mod_name}/%{mod_name}-%{version}.tar.gz
|
Source0: http://pypi.python.org/packages/source/m/%{mod_name}/%{mod_name}-%{version}.tar.gz
|
||||||
Source1: LICENSE.txt
|
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
@ -78,7 +77,6 @@ needed attributes in the normal way.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{mod_name}-%{version}
|
%setup -q -n %{mod_name}-%{version}
|
||||||
cp -p %{SOURCE1} .
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -118,6 +116,9 @@ cp -p %{SOURCE1} .
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Feb 26 2016 Haïkel Guémar <hguemar@fedoraproject.org> - 1.3.0-1
|
||||||
- Upstream 1.3.0 (RHBZ#1244145)
|
- Upstream 1.3.0 (RHBZ#1244145)
|
||||||
- Use epel macros rather than rhel
|
- Use epel macros rather than rhel
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user