forked from pool/python-lockfile
Accepting request 679074 from home:jayvdb:django
- Add AUTHORS, ACKS and ChangeLog to %doc - Update to v0.12.2 * Add warning to README.rst - from 0.12.1 * Remove Python 2.6 classifier * Remove python 2.6 * Remove two unused variables: fix flake8 F841 warn * Fix flake8 warnings * PBR setup requirement only * Support universal wheels - from 0.11.0 * Add deprecated warnings to index.rst * Fix PIDLockFile.acquire() may loop indefinitely * Fix failure - from lockfile import * * lockfile.acquire doesn't accept a timeout of 0 * Update README format for our release script * Begin moving some of the common code to a shared base * Add pbr to dependency list * The version of sphinx being brought in is broken * Fix Git URLs OBS-URL: https://build.opensuse.org/request/show/679074 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lockfile?expand=0&rev=21
This commit is contained in:
committed by
Git OBS Bridge
parent
892a6b1335
commit
0cbee96cdf
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-lockfile
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-lockfile
|
||||
Version: 0.10.2
|
||||
Version: 0.12.2
|
||||
Release: 0
|
||||
Summary: Platform-independent file locking module
|
||||
License: MIT
|
||||
@@ -60,7 +60,7 @@ production-quality code.
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
%doc README RELEASE-NOTES
|
||||
%doc README.rst AUTHORS ACKS RELEASE-NOTES ChangeLog
|
||||
%{python_sitelib}/lockfile*
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user