Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-libevdev for openSUSE:Factory
checked in at 2022-09-25 15:34:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-libevdev (Old)
and /work/SRC/openSUSE:Factory/.python-libevdev.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-libevdev"
Sun Sep 25 15:34:37 2022 rev:3 rq:1005759 version:0.11
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-libevdev/python-libevdev.changes
2021-12-02 02:23:30.288973788 +0100
+++
/work/SRC/openSUSE:Factory/.python-libevdev.new.2275/python-libevdev.changes
2022-09-25 15:34:40.919533180 +0200
@@ -1,0 +2,8 @@
+Sat Sep 24 10:52:33 UTC 2022 - Dirk M??ller <[email protected]>
+
+- upadte to 0.11:
+ * doc updates
+ * fix broken link
+- use pypi tarballs
+
+-------------------------------------------------------------------
Old:
----
python-libevdev-0.9.tar.bz2
New:
----
libevdev-0.11.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-libevdev.spec ++++++
--- /var/tmp/diff_new_pack.NNFagV/_old 2022-09-25 15:34:41.343534201 +0200
+++ /var/tmp/diff_new_pack.NNFagV/_new 2022-09-25 15:34:41.351534221 +0200
@@ -1,7 +1,7 @@
#
# spec file
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -21,13 +21,13 @@
%global modname libevdev
%define libevdev_reqver 1.6.0
Name: python-%{modname}
-Version: 0.9
+Version: 0.11
Release: 0
Summary: Python wrapper around the libevdev C library
License: MIT
Group: Development/Libraries/Python
URL: https://python-libevdev.readthedocs.io/
-Source0:
https://gitlab.freedesktop.org/libevdev/%{name}/-/archive/%{version}/%{name}-%{version}.tar.bz2
+Source0:
https://files.pythonhosted.org/packages/source/l/libevdev/libevdev-%{version}.tar.gz
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -43,7 +43,7 @@
pythonic API.
%prep
-%autosetup -p1
+%autosetup -p1 -n %{modname}-%{version}
%build
%python_build