Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-subscene-api for
openSUSE:Factory checked in at 2025-06-13 18:48:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-subscene-api (Old)
and /work/SRC/openSUSE:Factory/.python-subscene-api.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-subscene-api"
Fri Jun 13 18:48:05 2025 rev:3 rq:1285472 version:2.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-subscene-api/python-subscene-api.changes
2018-12-24 11:44:59.733260467 +0100
+++
/work/SRC/openSUSE:Factory/.python-subscene-api.new.19631/python-subscene-api.changes
2025-06-13 18:48:16.345793512 +0200
@@ -1,0 +2,5 @@
+Fri Jun 13 12:14:28 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-subscene-api.spec ++++++
--- /var/tmp/diff_new_pack.Tpx85s/_old 2025-06-13 18:48:17.793853375 +0200
+++ /var/tmp/diff_new_pack.Tpx85s/_new 2025-06-13 18:48:17.801853706 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-subscene-api
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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,21 +16,20 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
Name: python-subscene-api
Version: 2.0.0
Release: 0
Summary: Python wrapper for Subscene subtitle database
License: GPL-3.0-or-later
Group: Development/Languages/Python
-Url: https://github.com/mamins1376/Subscene-API
-Source0:
https://pypi.io/packages/source/s/subscene-api/subscene-api-%{version}.tar.gz
+URL: https://github.com/mamins1376/Subscene-API
+Source0:
https://files.pythonhosted.org/packages/source/s/subscene-api/subscene-api-%{version}.tar.gz
BuildRequires: %{python_module beautifulsoup4 >= 4.4.1}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: python-rpm-macros
Requires: python-beautifulsoup4 >= 4.4.1
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%python_subpackages
@@ -44,13 +43,12 @@
sed -i -e '1d' subscene/__init__.py
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%files %{python_files}
-%defattr(-,root,root)
%{python_sitelib}/subscene
-%{python_sitelib}/subscene_api-%{version}-py%{python_version}.egg-info
+%{python_sitelib}/subscene_api-%{version}*-info