1
0

Accepting request 1044032 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1044032
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-filelock?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2022-12-23 09:20:41 +00:00 committed by Git OBS Bridge
commit a4791a57de
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Dec 14 08:34:14 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
- Remove python_module macro definition
- More specific python_sitelib in %files
-------------------------------------------------------------------
Tue Dec 13 15:23:18 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>

View File

@ -17,7 +17,6 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-filelock
Version: 3.8.2
Release: 0
@ -56,6 +55,7 @@ inter-process communication.
%files %{python_files}
%doc README.md
%license LICENSE
%{python_sitelib}/*
%{python_sitelib}/filelock
%{python_sitelib}/filelock-%{version}*-info
%changelog