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>
|
Mon Nov 8 14:01:40 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-multipledispatch
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,23 +16,19 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
|
||||||
Name: python-multipledispatch
|
Name: python-multipledispatch
|
||||||
Version: 0.6.0
|
Version: 1.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Multiple dispatch in Python
|
Summary: Multiple dispatch in Python
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://multiple-dispatch.readthedocs.io/
|
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-benchmark}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module six}
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-six
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
@ -44,8 +40,7 @@ performs static analysis to avoid conflicts, and provides optional namespace
|
|||||||
support.
|
support.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n multipledispatch-%{version}
|
%autosetup -n multipledispatch-%{version}
|
||||||
rm multipledispatch/tests/test_dispatcher_3only.py
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
@ -58,9 +53,8 @@ rm multipledispatch/tests/test_dispatcher_3only.py
|
|||||||
%pytest
|
%pytest
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/multipledispatch*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user