diff --git a/pifpaf-3.2.2.tar.gz b/pifpaf-3.2.3.tar.gz similarity index 53% rename from pifpaf-3.2.2.tar.gz rename to pifpaf-3.2.3.tar.gz index 73bf76a92e0268538ef4e46e022a78a1d73ff042..3178dc118e23bcf22d057413e9e767ac08b78bf0 100644 Binary files a/pifpaf-3.2.2.tar.gz and b/pifpaf-3.2.3.tar.gz differ diff --git a/python-pifpaf.spec b/python-pifpaf.spec index a8270d30c50469ed96c4c709baa28d985dec523e..94956555bdbc49b86b542f0e5b78cf1bf3bb0579 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.2 +Version: 3.2.3 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/f9/a6/99736e057b813c3d04cdf06c3e7a6ad782e0996976abd680109bd6d47aef/pifpaf-3.2.2.tar.gz +Source0: https://files.pythonhosted.org/packages/90/cf/9409d3fbfb6c7c8df434bcf342bfd5f03497ec50d38b5ae7245ba4cd3557/pifpaf-3.2.3.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.2 +%autosetup -n pifpaf-3.2.3 %build %py3_build @@ -94,6 +94,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sat Dec 14 2024 wanggang - 3.2.3-1 +- Update version to 3.2.3 +- Fix list command names from importlib + * Sat Oct 12 2024 liudy - 3.2.2-1 - Update version to 3.2.2