Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package you-get for openSUSE:Factory checked in at 2026-06-30 15:13:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/you-get (Old) and /work/SRC/openSUSE:Factory/.you-get.new.11887 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "you-get" Tue Jun 30 15:13:52 2026 rev:52 rq:1362609 version:0.4.1743 Changes: -------- --- /work/SRC/openSUSE:Factory/you-get/you-get.changes 2025-01-05 15:31:46.695050239 +0100 +++ /work/SRC/openSUSE:Factory/.you-get.new.11887/you-get.changes 2026-06-30 15:14:10.561550071 +0200 @@ -1,0 +2,6 @@ +Wed Jun 17 05:29:13 UTC 2026 - Steve Kowalik <[email protected]> + +- Use pyproject macros to build and install the module. +- List directories under sitelib explicitly. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ you-get.spec ++++++ --- /var/tmp/diff_new_pack.Zw9cSd/_old 2026-06-30 15:14:11.133569440 +0200 +++ /var/tmp/diff_new_pack.Zw9cSd/_new 2026-06-30 15:14:11.137569575 +0200 @@ -1,7 +1,7 @@ # # spec file for package you-get # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,8 +26,10 @@ BuildRequires: bash-completion BuildRequires: fdupes BuildRequires: fish -BuildRequires: python3-devel +BuildRequires: python3 +BuildRequires: python3-pip BuildRequires: python3-setuptools +BuildRequires: python3-wheel BuildRequires: zsh Requires: ffmpeg Requires: python3-dukpy @@ -75,10 +77,10 @@ sed -i 's|^#!/usr/bin/env python3|#!%{_bindir}/python3|' you-get %build -python3 setup.py build +%python3_pyproject_wheel %install -python3 setup.py install --root=%{buildroot} --prefix=%{_prefix} +%python3_pyproject_install install -m0755 you-get %{buildroot}%{_bindir} %fdupes -s %{buildroot}%{python3_sitelib} install -Dm644 contrib/completion/you-get-completion.bash %{buildroot}%{_datadir}/bash-completion/completions/you-get @@ -91,7 +93,8 @@ %doc CHANGELOG.rst README.rst %license LICENSE.txt %{_bindir}/you-get -%{python3_sitelib}/* +%{python3_sitelib}/you_get +%{python3_sitelib}/you_get-%{version}.dist-info %files bash-completion %{_datadir}/bash-completion/completions/you-get
