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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3d7e4f43c70000a1dca31f92694e99d0101934fa6eab5d5455a758858d86df95
size 38230

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b777c6ad080dc1bad74a4c29d6a46914fa6701ac70f94b0d66fbcfde62f5be31
size 38891

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jun 1 20:10:10 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.0.7:
* packaging improvements, include pyproject.toml
-------------------------------------------------------------------
Fri Sep 9 12:27:33 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>

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