From 7498b47cdbeb89f77cb5ca6c20d64f89a6845511fe7a8761b8d0d64bcb4172c1 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 17 Jun 2021 21:14:17 +0000 Subject: [PATCH] - 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 --- pifpaf-2.4.0.tar.gz | 3 --- pifpaf-3.1.5.tar.gz | 3 +++ python-pifpaf.changes | 33 +++++++++++++++++++++++++++++++++ python-pifpaf.spec | 6 +++--- 4 files changed, 39 insertions(+), 6 deletions(-) delete mode 100644 pifpaf-2.4.0.tar.gz create mode 100644 pifpaf-3.1.5.tar.gz diff --git a/pifpaf-2.4.0.tar.gz b/pifpaf-2.4.0.tar.gz deleted file mode 100644 index bc5ac5d..0000000 --- a/pifpaf-2.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3feeab5b91496ecbf70f407901614e9a082cfcdf20fa9ba7475e6aeaafd80a94 -size 197135 diff --git a/pifpaf-3.1.5.tar.gz b/pifpaf-3.1.5.tar.gz new file mode 100644 index 0000000..25c9839 --- /dev/null +++ b/pifpaf-3.1.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9668b17d43fea6ad117725de63a3265103b1d6c30b1eaa2338a50ad668af6da5 +size 189903 diff --git a/python-pifpaf.changes b/python-pifpaf.changes index 0ec154d..04165d9 100644 --- a/python-pifpaf.changes +++ b/python-pifpaf.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Thu Jun 17 21:13:02 UTC 2021 - Dirk Müller + +- 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 diff --git a/python-pifpaf.spec b/python-pifpaf.spec index 04effe6..f021cb9 100644 --- a/python-pifpaf.spec +++ b/python-pifpaf.spec @@ -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