forked from pool/python-filelock
- update to 3.12.3:
* Fix import ordering * Exclude dependabot and pre-commit ci from release notes * Create parent directories if necessary - Update to version 3.8.2 - Update to version 3.8.0 * Ownership moved from @benediktschmitt to the tox-dev organization * Accept path types (like pathlib.Path and pathlib.PurePath) in the OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filelock?expand=0&rev=30
This commit is contained in:
parent
b89059c451
commit
4c09c68850
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:002740518d8aa59a26b0c76e10fb8c6e15eae825d34b6fdf670333fd7b938d81
|
|
||||||
size 12441
|
|
BIN
filelock-3.12.3.tar.gz
(Stored with Git LFS)
Normal file
BIN
filelock-3.12.3.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 7 11:00:28 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 3.12.3:
|
||||||
|
* Fix import ordering
|
||||||
|
* Exclude dependabot and pre-commit ci from release notes
|
||||||
|
* Create parent directories if necessary
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 20 16:59:32 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Tue Jun 20 16:59:32 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
@ -70,7 +78,7 @@ Wed Dec 14 08:34:14 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 13 15:23:18 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
Tue Dec 13 15:23:18 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
- Update to version 3.8.2
|
- Update to version 3.8.2
|
||||||
* What's Changed
|
* What's Changed
|
||||||
Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.6.1 by @dependabot in #178
|
Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.6.1 by @dependabot in #178
|
||||||
Update the license classifier to "Unlicense" by @jond01 in #180
|
Update the license classifier to "Unlicense" by @jond01 in #180
|
||||||
@ -88,7 +96,7 @@ Tue Dec 13 15:23:18 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 12 03:17:50 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
Wed Oct 12 03:17:50 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
- Update to version 3.8.0
|
- Update to version 3.8.0
|
||||||
* [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #149
|
* [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #149
|
||||||
* Bump actions/upload-artifact from 2 to 3 by @dependabot in #154
|
* Bump actions/upload-artifact from 2 to 3 by @dependabot in #154
|
||||||
* Bump actions/download-artifact from 2 to 3 by @dependabot in #152
|
* Bump actions/download-artifact from 2 to 3 by @dependabot in #152
|
||||||
@ -108,12 +116,12 @@ Wed Oct 12 03:17:50 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|||||||
Fri Jun 3 15:17:25 UTC 2022 - Markéta Machová <mmachova@suse.com>
|
Fri Jun 3 15:17:25 UTC 2022 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
- Update to 3.7.1
|
- Update to 3.7.1
|
||||||
* Ownership moved from @benediktschmitt to the tox-dev organization
|
* Ownership moved from @benediktschmitt to the tox-dev organization
|
||||||
(new primary maintainer @gaborbernat)
|
(new primary maintainer @gaborbernat)
|
||||||
* Raise when trying to acquire in R/O or missing folder
|
* Raise when trying to acquire in R/O or missing folder
|
||||||
* Drop python 2.7, 3.5 and 3.6 support, add type hints
|
* Drop python 2.7, 3.5 and 3.6 support, add type hints
|
||||||
* Document asyncio support
|
* Document asyncio support
|
||||||
* Accept path types (like pathlib.Path and pathlib.PurePath) in the
|
* Accept path types (like pathlib.Path and pathlib.PurePath) in the
|
||||||
constructor for FileLock objects.
|
constructor for FileLock objects.
|
||||||
* Add correct spelling of poll interval parameter for acquire method
|
* Add correct spelling of poll interval parameter for acquire method
|
||||||
* Enable use as context decorator
|
* Enable use as context decorator
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-filelock
|
Name: python-filelock
|
||||||
Version: 3.12.2
|
Version: 3.12.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Platform Independent File Lock in Python
|
Summary: Platform Independent File Lock in Python
|
||||||
License: Unlicense
|
License: Unlicense
|
||||||
|
Loading…
x
Reference in New Issue
Block a user