15
0

- update to 2.0.7:

* packaging improvements, include pyproject.toml

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyDispatcher?expand=0&rev=11
This commit is contained in:
2023-06-01 20:10:54 +00:00
committed by Git OBS Bridge
parent 024a310ab7
commit f5ea649f99
4 changed files with 12 additions and 6 deletions

View File

@@ -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