14
0

Accepting request 722645 from home:mcalabkova:branches:devel:languages:python

- update to version 2.0
  * Extracted new SimpleLockFile that removes implicit behavior 
    writing to the lock file, and instead allows a subclass to 
    define that behavior. 
  * SimpleLockFile and thus LockFile are now new-style classes. Any 
    clients relying on LockFile being an old-style class will need 
    to be adapted.
  * Drop support for Python 3.4.
  * Add support for Python 3.8b3.

OBS-URL: https://build.opensuse.org/request/show/722645
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zc.lockfile?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2019-08-12 14:16:36 +00:00
committed by Git OBS Bridge
parent cb3ab5e0a1
commit b010e47d59
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Aug 12 10:35:36 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 2.0
* Extracted new SimpleLockFile that removes implicit behavior
writing to the lock file, and instead allows a subclass to
define that behavior.
* SimpleLockFile and thus LockFile are now new-style classes. Any
clients relying on LockFile being an old-style class will need
to be adapted.
* Drop support for Python 3.4.
* Add support for Python 3.8b3.
-------------------------------------------------------------------
Tue Apr 9 11:06:01 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-zc.lockfile
Version: 1.4
Version: 2.0
Release: 0
Summary: Basic inter-process locks
License: ZPL-2.1

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:95a8e3846937ab2991b61703d6e0251d5abb9604e18412e2714e1b90db173253
size 11075

BIN
zc.lockfile-2.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.