Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-casttube for openSUSE:Factory checked in at 2025-05-27 18:43:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-casttube (Old) and /work/SRC/openSUSE:Factory/.python-casttube.new.2732 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-casttube" Tue May 27 18:43:34 2025 rev:4 rq:1280547 version:0.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-casttube/python-casttube.changes 2022-10-14 15:42:14.379888379 +0200 +++ /work/SRC/openSUSE:Factory/.python-casttube.new.2732/python-casttube.changes 2025-05-27 18:43:49.032659026 +0200 @@ -1,0 +2,6 @@ +Thu May 15 12:52:46 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build +- Add missing Requires: python-requests + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-casttube.spec ++++++ --- /var/tmp/diff_new_pack.UzK0cV/_old 2025-05-27 18:43:49.436676027 +0200 +++ /var/tmp/diff_new_pack.UzK0cV/_new 2025-05-27 18:43:49.436676027 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-casttube # -# Copyright (c) 2022 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 @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-casttube Version: 0.2.1 Release: 0 @@ -25,11 +24,13 @@ Group: Development/Languages/Python URL: https://github.com/ur1katz/casttube Source: https://files.pythonhosted.org/packages/source/c/casttube/casttube-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch - +Requires: python-requests %python_subpackages %description @@ -39,15 +40,16 @@ %setup -q -n casttube-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} rm -v %{buildroot}%{_prefix}/LICENSE %files %{python_files} %doc README.md %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/casttube +%{python_sitelib}/casttube-%{version}*-info