diff --git a/pifpaf-3.2.3.tar.gz b/pifpaf-3.3.0.tar.gz similarity index 52% rename from pifpaf-3.2.3.tar.gz rename to pifpaf-3.3.0.tar.gz index 3178dc118e23bcf22d057413e9e767ac08b78bf0..831e589cbbb362576c9bdda23132e93538ad1416 100644 Binary files a/pifpaf-3.2.3.tar.gz and b/pifpaf-3.3.0.tar.gz differ diff --git a/python-pifpaf.spec b/python-pifpaf.spec index 94956555bdbc49b86b542f0e5b78cf1bf3bb0579..c06e7b7eea29f275bfa97d3e703341b3559e1d5b 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.3 +Version: 3.3.0 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/90/cf/9409d3fbfb6c7c8df434bcf342bfd5f03497ec50d38b5ae7245ba4cd3557/pifpaf-3.2.3.tar.gz +Source0: https://files.pythonhosted.org/packages/cd/69/3799c96a3d6a8c42033f582d78029786472f2ddeb9ee9f588ecf11433f07/pifpaf-3.3.0.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.3 +%autosetup -n pifpaf-3.3.0 %build %py3_build @@ -94,6 +94,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Jun 18 2025 liudy - 3.3.0-1 +- Update version to 3.3.0 +- postgresql: fix initdb options +- Remove Python 3.8 support + * Sat Dec 14 2024 wanggang - 3.2.3-1 - Update version to 3.2.3 - Fix list command names from importlib