forked from pool/python-pifpaf
- update to 2.2.2:
* postgresql: fix encoding of pgctl path * stdin expecting bytes instead of str * Implements apache qpid-dispatch-router driver * tests: switch to kafka 1.0.2 * postgresql: add a --sync/--no-sync option * Update to Mergify v2 * gnocchi: fix escape sequence * Remove Python 3.5 support * pep8: disable W503 and W504 * Implements apache artemis driver OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pifpaf?expand=0&rev=18
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a6eef2ae56ac90d02df5f45885973e108c960a2ea113cc768c78df26b03aad73
|
||||
size 192940
|
||||
3
pifpaf-2.2.2.tar.gz
Normal file
3
pifpaf-2.2.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6f77becf9eeb9afb3d66bfa11bfc7725cb6cb047e888baae2ee1cad6c8eab127
|
||||
size 196734
|
||||
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 8 12:03:27 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
|
||||
|
||||
- update to 2.2.2:
|
||||
* postgresql: fix encoding of pgctl path
|
||||
* stdin expecting bytes instead of str
|
||||
* Implements apache qpid-dispatch-router driver
|
||||
* tests: switch to kafka 1.0.2
|
||||
* postgresql: add a --sync/--no-sync option
|
||||
* Update to Mergify v2
|
||||
* gnocchi: fix escape sequence
|
||||
* Remove Python 3.5 support
|
||||
* pep8: disable W503 and W504
|
||||
* Implements apache artemis driver
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 12:51:31 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pifpaf
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-pifpaf
|
||||
Version: 2.1.2
|
||||
Version: 2.2.2
|
||||
Release: 0
|
||||
Summary: Suite of tools and fixtures to manage daemons for testing
|
||||
License: Apache-2.0
|
||||
|
||||
Reference in New Issue
Block a user