From e77785edcd34c97ab492bd2700419d40d24fb0454a7ba03fe2ecff3f77c92798 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 12 Oct 2022 08:38:13 +0000 Subject: [PATCH] Accepting request 1009981 from home:yarunachalam:branches:devel:languages:python - 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 * Bump pre-commit/action from 2.0.3 to 3.0.0 by @dependabot in #151 * Bump actions/checkout from 2 to 3 by @dependabot in #153 * Bump actions/setup-python from 2 to 4 by @dependabot in #150 * Add timeout unit to docstrings by @jnordberg in #148 * Unify badges style by @DeadNews in #155 * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #156 * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #157 * Check 3.11 support by @gaborbernat in #158 * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #159 * Bump dependencies by @gaborbernat in #160 * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #162 OBS-URL: https://build.opensuse.org/request/show/1009981 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filelock?expand=0&rev=12 --- filelock-3.7.1.tar.gz | 3 --- filelock-3.8.0.tar.gz | 3 +++ python-filelock.changes | 19 +++++++++++++++++++ python-filelock.spec | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 filelock-3.7.1.tar.gz create mode 100644 filelock-3.8.0.tar.gz diff --git a/filelock-3.7.1.tar.gz b/filelock-3.7.1.tar.gz deleted file mode 100644 index 0532898..0000000 --- a/filelock-3.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a0fd85166ad9dbab54c9aec96737b744106dc5f15c0b09a6744a445299fcf04 -size 207372 diff --git a/filelock-3.8.0.tar.gz b/filelock-3.8.0.tar.gz new file mode 100644 index 0000000..6c28633 --- /dev/null +++ b/filelock-3.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55447caa666f2198c5b6b13a26d2084d26fa5b115c00d065664b2124680c4edc +size 207618 diff --git a/python-filelock.changes b/python-filelock.changes index 17520d9..d8389a5 100644 --- a/python-filelock.changes +++ b/python-filelock.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Oct 12 03:17:50 UTC 2022 - Yogalakshmi Arunachalam + +- 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 + * Bump pre-commit/action from 2.0.3 to 3.0.0 by @dependabot in #151 + * Bump actions/checkout from 2 to 3 by @dependabot in #153 + * Bump actions/setup-python from 2 to 4 by @dependabot in #150 + * Add timeout unit to docstrings by @jnordberg in #148 + * Unify badges style by @DeadNews in #155 + * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #156 + * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #157 + * Check 3.11 support by @gaborbernat in #158 + * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #159 + * Bump dependencies by @gaborbernat in #160 + * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #162 + ------------------------------------------------------------------- Fri Jun 3 15:17:25 UTC 2022 - Markéta Machová diff --git a/python-filelock.spec b/python-filelock.spec index ec0a845..9eafd59 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.7.1 +Version: 3.8.0 Release: 0 Summary: Platform Independent File Lock in Python License: Unlicense