forked from pool/python-multipledispatch
Accepting request 1111335 from home:pgajdos:python
- version update to 1.0.0 * no upstream changelog - python-six is not required OBS-URL: https://build.opensuse.org/request/show/1111335 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-multipledispatch?expand=0&rev=11
This commit is contained in:
parent
2e2bacfe4a
commit
9987717654
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:649f6e61b8a6ce581c75f32365c926b55495c01b8177135408b83aa03886cde0
|
||||
size 23692
|
3
1.0.0.tar.gz
Normal file
3
1.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a9eb21390e5051ce28b2ee7acd02bb21885b9e2a4ce6e5fdbb1f338b48b54203
|
||||
size 24244
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 14 12:38:16 UTC 2023 - pgajdos@suse.com
|
||||
|
||||
- version update to 1.0.0
|
||||
* no upstream changelog
|
||||
- python-six is not required
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 8 14:01:40 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-multipledispatch
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,23 +16,19 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-multipledispatch
|
||||
Version: 0.6.0
|
||||
Version: 1.0.0
|
||||
Release: 0
|
||||
Summary: Multiple dispatch in Python
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Languages/Python
|
||||
URL: https://multiple-dispatch.readthedocs.io/
|
||||
Source: https://github.com/mrocklin/multipledispatch/archive/0.6.0.tar.gz
|
||||
Source: https://github.com/mrocklin/multipledispatch/archive/%{version}.tar.gz
|
||||
BuildRequires: %{python_module pytest-benchmark}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module six}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-six
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
@ -44,8 +40,7 @@ performs static analysis to avoid conflicts, and provides optional namespace
|
||||
support.
|
||||
|
||||
%prep
|
||||
%setup -q -n multipledispatch-%{version}
|
||||
rm multipledispatch/tests/test_dispatcher_3only.py
|
||||
%autosetup -n multipledispatch-%{version}
|
||||
|
||||
%build
|
||||
%python_build
|
||||
@ -58,9 +53,8 @@ rm multipledispatch/tests/test_dispatcher_3only.py
|
||||
%pytest
|
||||
|
||||
%files %{python_files}
|
||||
%defattr(-,root,root,-)
|
||||
%doc README.rst
|
||||
%license LICENSE.txt
|
||||
%{python_sitelib}/*
|
||||
%{python_sitelib}/multipledispatch*
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user