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,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9e42252f17d1dd89ee31745e0c4fbe58862c25147eb0ef5295c9cd9bcb4ea2c1
|
||||
size 20662
|
||||
3
lockfile-0.12.2.tar.gz
Normal file
3
lockfile-0.12.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6aed02de03cba24efabcd600b30540140634fc06cfa603822d508d5361e9f799
|
||||
size 20874
|
||||
@@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 25 21:54:28 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 12:50:06 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
||||
@@ -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