1
0

Accepting request 1042822 from devel:languages:python

- Remove python_module macro definition
- More specific python_sitelib in %files
- 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/1042822
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-filelock?expand=0&rev=7
This commit is contained in:
2022-12-15 18:23:56 +00:00
committed by Git OBS Bridge
4 changed files with 22 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:55447caa666f2198c5b6b13a26d2084d26fa5b115c00d065664b2124680c4edc
size 207618

3
filelock-3.8.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7565f628ea56bfcd8e54e42bdc55da899c85c1abfe1b5bcfd147e9188cebb3b2
size 207820

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Dec 13 15:23:18 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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 <yarunachalam@suse.com>

View File

@@ -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