diff --git a/pifpaf-2.2.2.tar.gz b/pifpaf-2.2.2.tar.gz deleted file mode 100644 index 94de988..0000000 --- a/pifpaf-2.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f77becf9eeb9afb3d66bfa11bfc7725cb6cb047e888baae2ee1cad6c8eab127 -size 196734 diff --git a/pifpaf-2.4.0.tar.gz b/pifpaf-2.4.0.tar.gz new file mode 100644 index 0000000..bc5ac5d --- /dev/null +++ b/pifpaf-2.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3feeab5b91496ecbf70f407901614e9a082cfcdf20fa9ba7475e6aeaafd80a94 +size 197135 diff --git a/python-pifpaf.changes b/python-pifpaf.changes index 67e2c5e..0ec154d 100644 --- a/python-pifpaf.changes +++ b/python-pifpaf.changes @@ -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 diff --git a/python-pifpaf.spec b/python-pifpaf.spec index 79f4400..04effe6 100644 --- a/python-pifpaf.spec +++ b/python-pifpaf.spec @@ -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