diff --git a/0.6.0.tar.gz b/0.6.0.tar.gz new file mode 100644 index 0000000..79fda26 --- /dev/null +++ b/0.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:649f6e61b8a6ce581c75f32365c926b55495c01b8177135408b83aa03886cde0 +size 23692 diff --git a/LICENSE.txt b/LICENSE.txt deleted file mode 100644 index 0afb04a..0000000 --- a/LICENSE.txt +++ /dev/null @@ -1,28 +0,0 @@ -Copyright (c) 2014 Matthew Rocklin - -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - - a. Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. - b. 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. - c. Neither the name of multipledispatch nor the names of its contributors - may be used to endorse or promote products derived from this software - without specific prior written permission. - - -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 REGENTS 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/multipledispatch-0.5.0.tar.gz b/multipledispatch-0.5.0.tar.gz deleted file mode 100644 index b17cf58..0000000 --- a/multipledispatch-0.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e92d63efad2c9b68562175d9148d8cb32d04bf5557991190e643749bf4ed954 -size 8946 diff --git a/python-multipledispatch.changes b/python-multipledispatch.changes index 33ab8e6..5ec4cb0 100644 --- a/python-multipledispatch.changes +++ b/python-multipledispatch.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Apr 12 14:24:40 UTC 2019 - pgajdos@suse.com + +- version update to 0.6.0 + * no upstream changelog +- turn testsuite on +- deleted sources + - LICENSE.txt (not needed) + ------------------------------------------------------------------- Tue Dec 4 12:50:35 UTC 2018 - Matej Cepl diff --git a/python-multipledispatch.spec b/python-multipledispatch.spec index 86be156..e30101c 100644 --- a/python-multipledispatch.spec +++ b/python-multipledispatch.spec @@ -1,7 +1,7 @@ # # spec file for package python-multipledispatch # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,14 +18,15 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-multipledispatch -Version: 0.5.0 +Version: 0.6.0 Release: 0 Summary: Multiple dispatch in Python License: BSD-3-Clause Group: Development/Languages/Python Url: http://github.com/mrocklin/multipledispatch/ -Source: https://files.pythonhosted.org/packages/source/m/multipledispatch/multipledispatch-%{version}.tar.gz -Source10: https://raw.githubusercontent.com/mrocklin/multipledispatch/%{version}/LICENSE.txt +Source: https://github.com/mrocklin/multipledispatch/archive/0.6.0.tar.gz +BuildRequires: %{python_module pytest-benchmark} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -42,7 +43,7 @@ support. %prep %setup -q -n multipledispatch-%{version} -cp %{SOURCE10} . +rm multipledispatch/tests/test_dispatcher_3only.py %build %python_build @@ -51,6 +52,9 @@ cp %{SOURCE10} . %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +%check +%pytest + %files %{python_files} %defattr(-,root,root,-) %doc README.rst