1
0

6 Commits

Author SHA256 Message Date
adc4aa74d9 Accepting request 1254336 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1254336
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-filelock?expand=0&rev=24
2025-03-20 18:24:38 +00:00
f8d1910013 - Update to 3.18.0
* Indicate that locks are exclusive/write locks
  * Support fcntl check on Emscripten

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filelock?expand=0&rev=52
2025-03-19 08:57:05 +00:00
d2053e1b98 Accepting request 1241340 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1241340
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-filelock?expand=0&rev=23
2025-01-31 15:01:56 +00:00
0a519cc0ee - Update to 3.17.0
* Drop support for Python 3.8
  * Update README.md

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filelock?expand=0&rev=50
2025-01-30 12:30:25 +00:00
413069b4bb Accepting request 1206466 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1206466
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-filelock?expand=0&rev=22
2024-10-09 20:03:29 +00:00
5b9b589384 - Update to 3.16.1
* CI improvements

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filelock?expand=0&rev=48
2024-10-09 07:36:37 +00:00
4 changed files with 25 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:81de9eb8453c769b63369f87f11131a7ab04e367f8d97ad39dc230daa07e3bec
size 18008

BIN
filelock-3.18.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Mar 19 07:44:21 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 3.18.0
* Indicate that locks are exclusive/write locks
* Support fcntl check on Emscripten
-------------------------------------------------------------------
Thu Jan 30 11:22:48 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 3.17.0
* Drop support for Python 3.8
* Update README.md
-------------------------------------------------------------------
Wed Oct 9 07:27:30 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 3.16.1
* CI improvements
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Sep 8 15:56:37 UTC 2024 - Dirk Müller <dmueller@suse.com> Sun Sep 8 15:56:37 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-filelock # spec file for package python-filelock
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC
# Copyright (c) 2018 Matthias Fehring <buschmann23@opensuse.org> # Copyright (c) 2018 Matthias Fehring <buschmann23@opensuse.org>
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
@@ -27,7 +27,7 @@
%endif %endif
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-filelock%{?pkg_suffix} Name: python-filelock%{?pkg_suffix}
Version: 3.16.0 Version: 3.18.0
Release: 0 Release: 0
Summary: Platform Independent File Lock in Python Summary: Platform Independent File Lock in Python
License: Unlicense License: Unlicense