diff --git a/PyDispatcher-2.0.6.tar.gz b/PyDispatcher-2.0.6.tar.gz deleted file mode 100644 index 5cb95a9..0000000 --- a/PyDispatcher-2.0.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d7e4f43c70000a1dca31f92694e99d0101934fa6eab5d5455a758858d86df95 -size 38230 diff --git a/PyDispatcher-2.0.7.tar.gz b/PyDispatcher-2.0.7.tar.gz new file mode 100644 index 0000000..d62c43e --- /dev/null +++ b/PyDispatcher-2.0.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b777c6ad080dc1bad74a4c29d6a46914fa6701ac70f94b0d66fbcfde62f5be31 +size 38891 diff --git a/python-PyDispatcher.changes b/python-PyDispatcher.changes index 4517ae3..8295103 100644 --- a/python-PyDispatcher.changes +++ b/python-PyDispatcher.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jun 1 20:10:10 UTC 2023 - Dirk Müller + +- update to 2.0.7: + * packaging improvements, include pyproject.toml + ------------------------------------------------------------------- Fri Sep 9 12:27:33 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-PyDispatcher.spec b/python-PyDispatcher.spec index 535d2f3..0febe45 100644 --- a/python-PyDispatcher.spec +++ b/python-PyDispatcher.spec @@ -1,7 +1,7 @@ # # spec file for package python-PyDispatcher # -# Copyright (c) 2022 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 @@ -18,11 +18,11 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-PyDispatcher -Version: 2.0.6 +Version: 2.0.7 Release: 0 Summary: Multi-producer-multi-consumer signal dispatching mechanism License: BSD-3-Clause -URL: http://pydispatcher.sourceforge.net +URL: https://github.com/mcfletch/pydispatcher Source: https://files.pythonhosted.org/packages/source/P/PyDispatcher/PyDispatcher-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes