15
0

6 Commits

Author SHA256 Message Date
6eae541e0d Accepting request 1307758 from devel:languages:python
- update to 0.20:
  * InterProcessLock now catches OSError and handles
    BlockingIOError correctly.
  * Remove support for python 3.8, python 3.9 and pypy 3.9. It
    should still work,
  * but is no longer tested.
  * Add support for python 3.12, 3.13 and pypy 3.11.

OBS-URL: https://build.opensuse.org/request/show/1307758
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fasteners?expand=0&rev=15
2025-09-30 15:34:54 +00:00
e4896ef4c6 - update to 0.20:
* InterProcessLock now catches OSError and handles
    BlockingIOError correctly.
  * Remove support for python 3.8, python 3.9 and pypy 3.9. It
    should still work,
  * but is no longer tested.
  * Add support for python 3.12, 3.13 and pypy 3.11.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fasteners?expand=0&rev=31
2025-09-29 11:18:17 +00:00
4020102908 Accepting request 1297862 from devel:languages:python
- Skip a recalcitrant test.

OBS-URL: https://build.opensuse.org/request/show/1297862
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fasteners?expand=0&rev=14
2025-08-08 13:10:18 +00:00
9002c481b7 - Skip a recalcitrant test.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fasteners?expand=0&rev=29
2025-08-06 05:53:48 +00:00
d3576a9a9a Accepting request 1238874 from devel:languages:python
- Drop unneeded Requires on six.
- No more greedy globs in %files.

OBS-URL: https://build.opensuse.org/request/show/1238874
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fasteners?expand=0&rev=13
2025-01-21 20:09:36 +00:00
2f2c97b21d - Drop unneeded Requires on six.
- No more greedy globs in %files.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fasteners?expand=0&rev=27
2025-01-20 05:03:52 +00:00
4 changed files with 15 additions and 4 deletions

Binary file not shown.

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:393f0d516af101304390da79f702e2a4e03da50d0b0c5bacdb17e81ddc816148
size 42740

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Sep 29 11:18:04 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 0.20:
* InterProcessLock now catches OSError and handles
BlockingIOError correctly.
* Remove support for python 3.8, python 3.9 and pypy 3.9. It
should still work,
* but is no longer tested.
* Add support for python 3.12, 3.13 and pypy 3.11.
-------------------------------------------------------------------
Wed Aug 6 05:53:37 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-fasteners
Version: 0.19
Version: 0.20
Release: 0
Summary: A python package that provides useful locks
License: Apache-2.0