15
0

- 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:
2023-09-07 11:01:41 +00:00
committed by Git OBS Bridge
parent b89059c451
commit 4c09c68850
4 changed files with 16 additions and 8 deletions

View File

@@ -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>
@@ -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>
- Update to version 3.8.2
- Update to version 3.8.2
* What's Changed
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
@@ -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>
- Update to version 3.8.0
- Update to version 3.8.0
* [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/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>
- 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)
* Raise when trying to acquire in R/O or missing folder
* Drop python 2.7, 3.5 and 3.6 support, add type hints
* 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.
* Add correct spelling of poll interval parameter for acquire method
* Enable use as context decorator