diff --git a/0.6.0.tar.gz b/0.6.0.tar.gz deleted file mode 100644 index 79fda26..0000000 --- a/0.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:649f6e61b8a6ce581c75f32365c926b55495c01b8177135408b83aa03886cde0 -size 23692 diff --git a/1.0.0.tar.gz b/1.0.0.tar.gz new file mode 100644 index 0000000..44e850f --- /dev/null +++ b/1.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9eb21390e5051ce28b2ee7acd02bb21885b9e2a4ce6e5fdbb1f338b48b54203 +size 24244 diff --git a/python-multipledispatch.changes b/python-multipledispatch.changes index df76c26..0fff222 100644 --- a/python-multipledispatch.changes +++ b/python-multipledispatch.changes @@ -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 diff --git a/python-multipledispatch.spec b/python-multipledispatch.spec index 1da6b98..c2daee5 100644 --- a/python-multipledispatch.spec +++ b/python-multipledispatch.spec @@ -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