Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package epy for openSUSE:Leap:16.0 checked in at 2025-04-07 13:58:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:16.0/epy (Old) and /work/SRC/openSUSE:Leap:16.0/.epy.new.1907 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "epy" Mon Apr 7 13:58:13 2025 rev:2 rq:1267528 version:2022.12.11+git.1686460830.6b0e9fe Changes: -------- --- /work/SRC/openSUSE:Leap:16.0/epy/epy.changes 2025-03-19 11:42:24.210838814 +0100 +++ /work/SRC/openSUSE:Leap:16.0/.epy.new.1907/epy.changes 2025-04-07 13:58:17.648807737 +0200 @@ -1,0 +2,6 @@ +Mon Mar 17 16:30:20 UTC 2025 - Matej Cepl <mc...@cepl.eu> + +- Don't make the build specific to some particular version of + Python. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ epy.spec ++++++ --- /var/tmp/diff_new_pack.Tu1Fze/_old 2025-04-07 13:58:17.964820974 +0200 +++ /var/tmp/diff_new_pack.Tu1Fze/_new 2025-04-07 13:58:17.964820974 +0200 @@ -1,7 +1,7 @@ # # spec file for package epy # -# Copyright (c) 2024 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,13 +25,13 @@ # Source: https://files.pythonhosted.org/packages/source/e/epy-reader/epy-reader-%%{version}.tar.gz#/epy-%%{version}.tar.gz Source: epy-%{version}.tar.xz BuildRequires: fdupes -BuildRequires: python311-curses -BuildRequires: python311-pip -BuildRequires: python311-poetry-core -BuildRequires: python311-pytest -BuildRequires: python311-setuptools -BuildRequires: python311-wheel -Requires: python311-curses +BuildRequires: python3-curses +BuildRequires: python3-pip +BuildRequires: python3-poetry-core +BuildRequires: python3-pytest +BuildRequires: python3-setuptools +BuildRequires: python3-wheel +Requires: python3-curses Suggests: dictd Suggests: mimic Suggests: sdcv @@ -64,22 +64,22 @@ done %build -%python311_pyproject_wheel +%python3_pyproject_wheel %install -%python311_pyproject_install -%fdupes %{buildroot}/%{python311_sitelib} -%python311_fix_shebang +%python3_pyproject_install +%fdupes %{buildroot}/%{python3_sitelib} +%python3_fix_shebang %check export PYTHONDONTWRITEBYTECODE=1 -export PYTHONPATH=%{buildroot}/%{python311_sitelib} -pytest-3.11 -v tests +export PYTHONPATH=%{buildroot}/%{python3_sitelib} +pytest -v tests %files %doc README.md %license LICENSE %{_bindir}/epy -%{python311_sitelib}/epy_reader-2023.6.11.dist-info -%{python311_sitelib}/epy_reader +%{python3_sitelib}/epy_reader-2023.6.11.dist-info +%{python3_sitelib}/epy_reader