Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-python-mpv for
openSUSE:Factory checked in at 2024-05-22 21:34:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-mpv (Old)
and /work/SRC/openSUSE:Factory/.python-python-mpv.new.1880 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-mpv"
Wed May 22 21:34:36 2024 rev:23 rq:1175913 version:1.0.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-python-mpv/python-python-mpv.changes
2023-11-20 21:19:56.535673714 +0100
+++
/work/SRC/openSUSE:Factory/.python-python-mpv.new.1880/python-python-mpv.changes
2024-05-22 21:35:29.580597810 +0200
@@ -1,0 +2,8 @@
+Wed May 22 17:35:36 UTC 2024 - Mia Herkt <[email protected]>
+
+- Update to version 1.0.6
+ * Fix loadfile for mpv v0.38.0
+ * Add play_bytes convenience function
+ * Add play_context convenience function
+
+-------------------------------------------------------------------
Old:
----
python-mpv-1.0.5.tar.gz
New:
----
python_mpv-1.0.6.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-mpv.spec ++++++
--- /var/tmp/diff_new_pack.hQ38bC/_old 2024-05-22 21:35:30.128617855 +0200
+++ /var/tmp/diff_new_pack.hQ38bC/_new 2024-05-22 21:35:30.132618000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-python-mpv
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,12 @@
Name: python-python-mpv
-Version: 1.0.5
+Version: 1.0.6
Release: 0
Summary: Python interface to the mpv media player
License: GPL-2.0-or-later OR LGPL-2.1-or-later
URL: https://github.com/jaseg/python-mpv
-Source0:
https://files.pythonhosted.org/packages/source/p/python-mpv/python-mpv-%{version}.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/python-mpv/python_mpv-%{version}.tar.gz
Source99: %{name}-rpmlintrc
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools >= 61}
@@ -43,7 +43,7 @@
just like the lua interface does.
%prep
-%setup -q -n python-mpv-%{version}
+%setup -q -n python_mpv-%{version}
%build
%pyproject_wheel