15
0
forked from pool/python-pifpaf

Accepting request 787771 from home:pgajdos:python

- version update to 2.4.0
  * Ensure everything is terminated before exiting
  * qdrouterd: fix connector host address
  * new kafka URL

OBS-URL: https://build.opensuse.org/request/show/787771
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pifpaf?expand=0&rev=21
This commit is contained in:
Tomáš Chvátal
2020-03-24 12:03:14 +00:00
committed by Git OBS Bridge
parent b67ce15fd6
commit 1b1d82d052
4 changed files with 17 additions and 6 deletions

View File

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

3
pifpaf-2.4.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Mar 24 11:57:09 UTC 2020 - pgajdos@suse.com
- version update to 2.4.0
* Ensure everything is terminated before exiting
* qdrouterd: fix connector host address
* new kafka URL
-------------------------------------------------------------------
Mon Apr 8 12:05:42 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pifpaf
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pifpaf
Version: 2.2.2
Version: 2.4.0
Release: 0
Summary: Suite of tools and fixtures to manage daemons for testing
License: Apache-2.0
Group: Development/Languages/Python
Url: https://github.com/jd/pifpaf
URL: https://github.com/jd/pifpaf
Source: https://pypi.io/packages/source/p/pifpaf/pifpaf-%{version}.tar.gz
BuildRequires: %{python_module pbr}
BuildRequires: fdupes
@@ -71,6 +71,9 @@ export LC_ALL=en_US.utf8
%postun
%python_uninstall_alternative pifpaf
%check
# rather integration tests
%files %{python_files}
%license LICENSE
%doc ChangeLog README.rst