forked from pool/python-pifpaf
- update to 3.1.5:
* fix: do not block when process exits not correctly * fix: typo in stdout handling * fix: typo in stdout handling * fix: remove universal tag since Python 2 is not supported anymore * fix: close devnull * fix: do not leave zombie process * Fix broken Ceph config formatting * chore: compress image * Add Ceph Nautilus and later support * ceph: set limit for max open fds * Add TLS\_ENABLED environment var for memcached * Add Python 3.7 and 3.8 to classifier * Fix import ordering * Remove Python 2.x support and six * Fix zookeeper driver * Disable aodh for py27 too * Tidy up tox.ini and update kafka * Fix tests and add recent Python releases * Try to fix PEP8 again * Various fixes * Add a driver for httpbin * Update README.rst : Fix typo access * fix: log info, not error when command is ready * Fixes flake8 warning and adds missing comma * Apply suggestions from code review * Add TLS params to memcached * Add ceph-manager support * Add Ceph config options for small disks OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pifpaf?expand=0&rev=23
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3feeab5b91496ecbf70f407901614e9a082cfcdf20fa9ba7475e6aeaafd80a94
|
||||
size 197135
|
||||
3
pifpaf-3.1.5.tar.gz
Normal file
3
pifpaf-3.1.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9668b17d43fea6ad117725de63a3265103b1d6c30b1eaa2338a50ad668af6da5
|
||||
size 189903
|
||||
@@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 17 21:13:02 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.1.5:
|
||||
* fix: do not block when process exits not correctly
|
||||
* fix: typo in stdout handling
|
||||
* fix: typo in stdout handling
|
||||
* fix: remove universal tag since Python 2 is not supported anymore
|
||||
* fix: close devnull
|
||||
* fix: do not leave zombie process
|
||||
* Fix broken Ceph config formatting
|
||||
* chore: compress image
|
||||
* Add Ceph Nautilus and later support
|
||||
* ceph: set limit for max open fds
|
||||
* Add TLS\_ENABLED environment var for memcached
|
||||
* Add Python 3.7 and 3.8 to classifier
|
||||
* Fix import ordering
|
||||
* Remove Python 2.x support and six
|
||||
* Fix zookeeper driver
|
||||
* Disable aodh for py27 too
|
||||
* Tidy up tox.ini and update kafka
|
||||
* Fix tests and add recent Python releases
|
||||
* Try to fix PEP8 again
|
||||
* Various fixes
|
||||
* Add a driver for httpbin
|
||||
* Update README.rst : Fix typo access
|
||||
* fix: log info, not error when command is ready
|
||||
* Fixes flake8 warning and adds missing comma
|
||||
* Apply suggestions from code review
|
||||
* Add TLS params to memcached
|
||||
* Add ceph-manager support
|
||||
* Add Ceph config options for small disks
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 24 11:57:09 UTC 2020 - pgajdos@suse.com
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pifpaf
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# 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.4.0
|
||||
Version: 3.1.5
|
||||
Release: 0
|
||||
Summary: Suite of tools and fixtures to manage daemons for testing
|
||||
License: Apache-2.0
|
||||
@@ -41,7 +41,7 @@ Requires: python-testtools
|
||||
Requires: python-xattr
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
|
||||
Reference in New Issue
Block a user