14
0

Accepting request 679178 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/679178
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lockfile?expand=0&rev=15
This commit is contained in:
2019-02-26 21:21:05 +00:00
committed by Git OBS Bridge
4 changed files with 30 additions and 6 deletions

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6aed02de03cba24efabcd600b30540140634fc06cfa603822d508d5361e9f799
size 20874

View File

@@ -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> Tue Dec 4 12:50:06 UTC 2018 - Matej Cepl <mcepl@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-lockfile # 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 # 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
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-lockfile Name: python-lockfile
Version: 0.10.2 Version: 0.12.2
Release: 0 Release: 0
Summary: Platform-independent file locking module Summary: Platform-independent file locking module
License: MIT License: MIT
@@ -60,7 +60,7 @@ production-quality code.
%files %{python_files} %files %{python_files}
%license LICENSE %license LICENSE
%doc README RELEASE-NOTES %doc README.rst AUTHORS ACKS RELEASE-NOTES ChangeLog
%{python_sitelib}/lockfile* %{python_sitelib}/lockfile*
%changelog %changelog