Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-psycopg2cffi for openSUSE:Factory checked in at 2025-06-03 17:56:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-psycopg2cffi (Old) and /work/SRC/openSUSE:Factory/.python-psycopg2cffi.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-psycopg2cffi" Tue Jun 3 17:56:47 2025 rev:5 rq:1282315 version:2.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-psycopg2cffi/python-psycopg2cffi.changes 2023-06-12 15:27:30.687428275 +0200 +++ /work/SRC/openSUSE:Factory/.python-psycopg2cffi.new.16005/python-psycopg2cffi.changes 2025-06-03 17:57:39.703861603 +0200 @@ -1,0 +2,5 @@ +Tue Jun 3 12:29:11 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-psycopg2cffi.spec ++++++ --- /var/tmp/diff_new_pack.qacNaU/_old 2025-06-03 17:57:41.455934249 +0200 +++ /var/tmp/diff_new_pack.qacNaU/_new 2025-06-03 17:57:41.455934249 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-psycopg2cffi # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,9 +25,11 @@ URL: https://github.com/chtd/psycopg2cffi Source: https://files.pythonhosted.org/packages/source/p/psycopg2cffi/psycopg2cffi-%{version}.tar.gz # PATCH-FEATURE-OPENSUSE allow-rc-versions.patch to allow 15rc2 pg version -Patch: allow-rc-versions.patch +Patch0: allow-rc-versions.patch BuildRequires: %{python_module devel >= 3.5} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: postgresql-server-devel BuildRequires: python-rpm-macros @@ -48,10 +50,10 @@ %build export CFLAGS="%{optflags}" -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand rm -r %{buildroot}%{$python_sitearch}/psycopg2cffi/tests %python_expand %fdupes %{buildroot}%{$python_sitearch} @@ -63,5 +65,5 @@ %doc README.rst %license LICENSE %{python_sitearch}/psycopg2cffi -%{python_sitearch}/psycopg2cffi-%{version}-py*.egg-info +%{python_sitearch}/psycopg2cffi-%{version}*-info