17
0
Commit Graph

16 Commits

Author SHA256 Message Date
1351af211c Accepting request 1113874 from home:ecsos:python
- Update to 0.19
  - Add .acquire_read_lock, .release_read_lock, .acquire_write_lock,
    and .release_write_lock methods to the inter thread
    ReaderWriterLock as was promised in the README.
  - Remove support for python 3.7 and pypy 3.7. It should still work,
    but is no longer tested.
  - Add support for pypy 3.10 and python 3.11
- Changes from 0.18
  - Reshuffle the process lock code and properly document it.
  - Revamp the docs and switch from sphinx to mkdocs
  - Remove difficult to use tread lock features from docs
  - Bring back support for eventlet spawn_n
  - Remove support for python3.6. It should still work, but is no
    longer tested.
- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1113874
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fasteners?expand=0&rev=25
2023-09-28 07:41:44 +00:00
c9f0227bb4 - update to 0.17.3:
* Allow writer to become a reader in thread ReaderWriter lock
  * Remove unnecessary setuptools pin
  * Switch to the modern python package build infrastructure
  * Remove support for python 3.5 and earlier, including 2.7
  * Add support for python 3.9 and 3.10
  * Fix a conflict with django lock
  * Add __version__ and __all__ attributes
  * Fix a failure to parse README as utf-8
  * Move from nosetest to pytest and cleanup testing infrastructure

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fasteners?expand=0&rev=23
2022-09-19 08:17:14 +00:00
2be78f364c OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fasteners?expand=0&rev=22 2022-09-19 08:17:03 +00:00
f96af401fd - update to 0.17.3:
* Allow writer to become a reader in thread ReaderWriter lock
  * Remove unnecessary setuptools pin
  * Switch to the modern python package build infrastructure
  * Remove support for python 3.5 and earlier, including 2.7
  * Add support for python 3.9 and 3.10
  * Fix a conflict with django lock
  * Add __version__ and __all__ attributes
  * Fix a failure to parse README as utf-8
  * Move from nosetest to pytest and cleanup testing infrastructure

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fasteners?expand=0&rev=21
2022-09-19 08:16:18 +00:00
81c569dab5 - update to 0.16.3:
* Move from travis and appveyor to github actions

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fasteners?expand=0&rev=20
2021-08-01 09:41:08 +00:00
f86e8c8245 - 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
2021-06-06 12:31:50 +00:00
Tomáš Chvátal
e9319776fa - Fix build without python2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fasteners?expand=0&rev=18
2020-03-16 10:34:57 +00:00
3192982c00 - revert back to 0.14.1 as 0.15 is blacklisted in OpenDev due
to races with eventlet

- update to version 0.15
  * Welcome back alive!
  * Drop Python 2.6
  * TST: check exitcodes of child processes
  * TST: fix multiplatform support for process lock tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fasteners?expand=0&rev=17
2019-12-20 19:17:37 +00:00
1df5df7365 osc copypac from project:openSUSE:Factory package:python-fasteners revision:5
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fasteners?expand=0&rev=16
2019-12-20 19:16:32 +00:00
Tomáš Chvátal
44c916fe5c Accepting request 708364 from home:mcalabkova:branches:devel:languages:python
- update to version 0.15
  * Welcome back alive!
  * Drop Python 2.6
  * TST: check exitcodes of child processes
  * TST: fix multiplatform support for process lock tests

OBS-URL: https://build.opensuse.org/request/show/708364
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fasteners?expand=0&rev=13
2019-06-07 13:36:21 +00:00
712e04e468 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fasteners?expand=0&rev=10
2018-12-04 13:26:50 +00:00
Todd R
741a2f7366 Accepting request 492689 from home:TheBlackCat:branches:devel:languages:python
- Implement single-spec version.
- Fix source URL.

OBS-URL: https://build.opensuse.org/request/show/492689
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fasteners?expand=0&rev=8
2017-05-08 14:21:41 +00:00
Denisart Benjamin
8e8ce60780 Accepting request 349385 from Cloud:OpenStack:Master
- update to 0.14.1:
  * Allow providing a custom exception logger
    to 'locked' decorator
  * Allow providing a custom logger to process
    lock class
  * Fix issue #12

OBS-URL: https://build.opensuse.org/request/show/349385
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fasteners?expand=0&rev=6
2015-12-29 13:50:50 +00:00
Michal Čihař
7a3e5be13c Accepting request 336280 from Cloud:OpenStack:Master
- update to 0.13.0:
  * Fix 'ensure_tree' check on freebsd

OBS-URL: https://build.opensuse.org/request/show/336280
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fasteners?expand=0&rev=4
2015-10-05 07:54:16 +00:00
6ae1e359be Accepting request 314985 from Cloud:OpenStack:Master
- fix requires

OBS-URL: https://build.opensuse.org/request/show/314985
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fasteners?expand=0&rev=2
2015-07-10 12:16:11 +00:00
1f3e0f3cd8 Accepting request 313594 from home:tbechtold:branches:devel:languages:python
Initial packaging

OBS-URL: https://build.opensuse.org/request/show/313594
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fasteners?expand=0&rev=1
2015-06-25 09:00:33 +00:00