15
0

- update to 0.16.1:

* Add interprocess reader writer lock
  * Improve README
  * remove unused eventlet import
  * use stdlib monotonic instead of external for python >= 3.4
  * Add testing for additional python versions
  * Remove python 2.6 support
  * Remove eventlet dependency and use threading.current_thread instead

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fasteners?expand=0&rev=19
This commit is contained in:
2021-06-06 12:31:50 +00:00
committed by Git OBS Bridge
parent e9319776fa
commit f86e8c8245
4 changed files with 19 additions and 8 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Jun 6 12:26:54 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 0.16.1:
* Add interprocess reader writer lock
* Improve README
* remove unused eventlet import
* use stdlib monotonic instead of external for python >= 3.4
* Add testing for additional python versions
* Remove python 2.6 support
* Remove eventlet dependency and use threading.current_thread instead
-------------------------------------------------------------------
Mon Mar 16 10:34:29 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>