diff --git a/pifpaf-3.2.1.tar.gz b/pifpaf-3.2.2.tar.gz similarity index 50% rename from pifpaf-3.2.1.tar.gz rename to pifpaf-3.2.2.tar.gz index 916a8038e2e7a923fdab1a6d742cb219a9a65cf0..73bf76a92e0268538ef4e46e022a78a1d73ff042 100644 Binary files a/pifpaf-3.2.1.tar.gz and b/pifpaf-3.2.2.tar.gz differ diff --git a/python-pifpaf.spec b/python-pifpaf.spec index 2a2c954582543abc04a0333cd75ed45b5f5d994b..a8270d30c50469ed96c4c709baa28d985dec523e 100644 --- a/python-pifpaf.spec +++ b/python-pifpaf.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pifpaf -Version: 3.2.1 +Version: 3.2.2 Release: 1 Summary: Suite of tools and fixtures to manage daemons for testing License: Apache-2.0 URL: https://github.com/jd/pifpaf -Source0: https://files.pythonhosted.org/packages/3b/5d/529f6070c4d17a47b4695a78b9c75602b1ea44552827aebd69700d941079/pifpaf-3.2.1.tar.gz +Source0: https://files.pythonhosted.org/packages/f9/a6/99736e057b813c3d04cdf06c3e7a6ad782e0996976abd680109bd6d47aef/pifpaf-3.2.2.tar.gz BuildArch: noarch %description @@ -51,7 +51,7 @@ Provides: python3-pifpaf-doc Pifpaf is a suite of fixtures and a command-line tool that allows to start and stop daemons for a quick throw-away usage. %prep -%autosetup -n pifpaf-3.2.1 +%autosetup -n pifpaf-3.2.2 %build %py3_build @@ -94,6 +94,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sat Oct 12 2024 liudy - 3.2.2-1 +- Update version to 3.2.2 + * Wed Aug 21 2024 guochao - 3.2.1-1 - Update package to version 3.2.1 - Switch to new version of docker actions