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>