Accepting request 807664 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/807664
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyinotify?expand=0&rev=17
This commit is contained in:
Yuchen Lin 2020-05-26 15:17:41 +00:00 committed by Git OBS Bridge
commit dbd385806e
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 20 07:26:30 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
- %python3_only -> %python_alternative
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Dec 4 12:52:19 UTC 2018 - Matej Cepl <mcepl@suse.com> Tue Dec 4 12:52:19 UTC 2018 - Matej Cepl <mcepl@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-pyinotify # spec file for package python-pyinotify
# #
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -23,7 +23,7 @@ Release: 0
Summary: Python module for watching filesystems changes Summary: Python module for watching filesystems changes
License: MIT License: MIT
Group: Development/Libraries/Python Group: Development/Libraries/Python
URL: http://github.com/seb-m/pyinotify URL: https://github.com/seb-m/pyinotify
Source: https://files.pythonhosted.org/packages/source/p/pyinotify/pyinotify-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/p/pyinotify/pyinotify-%{version}.tar.gz
Source1: pyinotify Source1: pyinotify
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
@ -74,8 +74,7 @@ install -D -m 0755 %{SOURCE1} %{buildroot}%{_bindir}/pyinotify
%license COPYING %license COPYING
%doc ACKS README.md %doc ACKS README.md
%doc old/ChangeLog old/NEWS %doc old/ChangeLog old/NEWS
%python2_only %doc python2/examples %doc python3/examples
%python3_only %doc python3/examples
%python_alternative %{_bindir}/pyinotify %python_alternative %{_bindir}/pyinotify
%{python_sitelib}/* %{python_sitelib}/*