From ba007a48b9f1092951b79fae5e05e52d962a4689c964cc54a6a4e77fc50564f7 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Wed, 14 Dec 2022 08:33:04 +0000 Subject: [PATCH] Accepting request 1042707 from home:yarunachalam:branches:devel:languages:python - 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 - Update to version 3.8.1 * What's Changed [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #166 link to flufl.lock by @dholth in #167 [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #168 [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #169 [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #170 fix BaseFileLock.timeout's getter/setter being obscured by itself by @dearfl in #172 Fix mypy fails understanding FileLock by @gaborbernat in #177 OBS-URL: https://build.opensuse.org/request/show/1042707 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filelock?expand=0&rev=14 --- filelock-3.8.0.tar.gz | 3 --- filelock-3.8.2.tar.gz | 3 +++ python-filelock.changes | 18 ++++++++++++++++++ python-filelock.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 filelock-3.8.0.tar.gz create mode 100644 filelock-3.8.2.tar.gz diff --git a/filelock-3.8.0.tar.gz b/filelock-3.8.0.tar.gz deleted file mode 100644 index 6c28633..0000000 --- a/filelock-3.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55447caa666f2198c5b6b13a26d2084d26fa5b115c00d065664b2124680c4edc -size 207618 diff --git a/filelock-3.8.2.tar.gz b/filelock-3.8.2.tar.gz new file mode 100644 index 0000000..54360ca --- /dev/null +++ b/filelock-3.8.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7565f628ea56bfcd8e54e42bdc55da899c85c1abfe1b5bcfd147e9188cebb3b2 +size 207820 diff --git a/python-filelock.changes b/python-filelock.changes index d8389a5..af78bdf 100644 --- a/python-filelock.changes +++ b/python-filelock.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Dec 13 15:23:18 UTC 2022 - Yogalakshmi Arunachalam + +- 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 + +- Update to version 3.8.1 + * What's Changed + [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #166 + link to flufl.lock by @dholth in #167 + [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #168 + [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #169 + [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #170 + fix BaseFileLock.timeout's getter/setter being obscured by itself by @dearfl in #172 + Fix mypy fails understanding FileLock by @gaborbernat in #177 + ------------------------------------------------------------------- Wed Oct 12 03:17:50 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-filelock.spec b/python-filelock.spec index 9eafd59..b4218e4 100644 --- a/python-filelock.spec +++ b/python-filelock.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-filelock -Version: 3.8.0 +Version: 3.8.2 Release: 0 Summary: Platform Independent File Lock in Python License: Unlicense