14
0

Accepting request 660211 from home:kbabioch:branches:devel:languages:python

- Update to version 3.5.4
  * added context manager class Pause for pause/resume
  * fixed permission handling for root user
  * avoid AttributeError triggered by modules without __module__ attribute

OBS-URL: https://build.opensuse.org/request/show/660211
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyfakefs?expand=0&rev=10
This commit is contained in:
Tomáš Chvátal
2018-12-20 12:36:52 +00:00
committed by Git OBS Bridge
parent 450e240f4b
commit 170fd754bc
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Dec 20 07:33:19 UTC 2018 - Karol Babioch <kbabioch@suse.de>
- Update to version 3.5.4
* added context manager class Pause for pause/resume
* fixed permission handling for root user
* avoid AttributeError triggered by modules without __module__ attribute
-------------------------------------------------------------------
Thu Nov 22 19:40:46 UTC 2018 - Karol Babioch <kbabioch@suse.de>