Commit Graph

23 Commits

Author SHA256 Message Date
b086d0b833 - update to 3.15.1:
* Hotfix: Restore __init__ method; more robust initialization
    for singleton locks
- update to 3.15.0:
  * asyncio support
  * Don't initialize BaseFileLock when just returning existing
    instance

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filelock?expand=0&rev=42
2024-06-17 06:00:40 +00:00
aede924034 - update to 3.14.0:
* feat: `blocking` parameter on lock constructor with tests and
    docs

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filelock?expand=0&rev=40
2024-05-03 07:36:03 +00:00
7276bd9297 - update to 3.13.4:
* Raise error on incompatible singleton timeout and mode args
- update to 3.13.3:
  * Make singleton class instance dict unique per subclass

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filelock?expand=0&rev=38
2024-04-12 17:03:58 +00:00
fef98f8717 - update to 3.13.2:
* Fixed small typo in _unix.py
  * Update SECURITY.md to reflect Python 3.7 support dropoff
  * Update index.rst to improve the demo usage
  * [BugFix] fix permission denied error when lock file is placed
    in `/tmp`

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filelock?expand=0&rev=36
2024-03-25 17:30:03 +00:00
a3d6f73e07 - update to 3.13.1:
* Allow users to subclass FileLock with custom keyword
    arguments
  * Support reentrant locking on lock file path via optional
    singleton instance
  * change typing-extensions to be installed only with the
    [typing] extra
- Add missing Requires on typing-extensions if < 3.11

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filelock?expand=0&rev=34
2023-11-27 15:46:59 +00:00
Steve Kowalik
b61dd51039 Correct Requires
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filelock?expand=0&rev=32
2023-09-08 04:26:38 +00:00
Steve Kowalik
bb58b1eaa4 - Add missing Requires on typing-extensions if < 3.11
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filelock?expand=0&rev=31
2023-09-08 04:17:38 +00:00
4c09c68850 - 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
2023-09-07 11:01:41 +00:00
b89059c451 - update to 3.12.2:
* Restore 'if TYPE_CHECKING' syntax for FileLock definition

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filelock?expand=0&rev=28
2023-06-20 16:59:43 +00:00
4d6bb23bed - update to 3.12.1:
* Add 3.12 support
  * Fix test_bad_lock_file for other OSes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filelock?expand=0&rev=26
2023-06-11 12:40:53 +00:00
000b45a580 Accepting request 1082836 from home:jayvdb:branches:devel:languages:python
- Update to v3.12.0

OBS-URL: https://build.opensuse.org/request/show/1082836
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filelock?expand=0&rev=24
2023-04-27 21:50:09 +00:00
947b633a00 Accepting request 1081406 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081406
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filelock?expand=0&rev=22
2023-04-21 14:39:54 +00:00
753cae4c91 - update to 3.9.1:
* use time.perf_counter instead of time.monotonic

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filelock?expand=0&rev=20
2023-03-14 22:24:46 +00:00
aea23c0074 - update to 3.9.0:
* move to hatchling build backend

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filelock?expand=0&rev=18
2023-01-04 13:03:50 +00:00
6c4e799713 - Remove python_module macro definition
- More specific python_sitelib in %files

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filelock?expand=0&rev=15
2022-12-14 08:35:27 +00:00
ba007a48b9 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
2022-12-14 08:33:04 +00:00
e77785edcd 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
2022-10-12 08:38:13 +00:00
c775e34bef Accepting request 980652 from home:mcalabkova:branches:devel:languages:python
- Update to 3.7.1
  * 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 
    constructor for FileLock objects.
  * Add correct spelling of poll interval parameter for acquire method
  * Enable use as context decorator
  * More changes, see upstream changelog
- Use PyPI tarball, switch to wheel for build (testsuite expects it)

OBS-URL: https://build.opensuse.org/request/show/980652
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filelock?expand=0&rev=10
2022-06-05 16:37:55 +00:00
b30ae5083f - Replace %fdupes -s with plain %fdupes; hardlinks are better.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filelock?expand=0&rev=8
2019-10-14 13:38:25 +00:00
Tomáš Chvátal
df62ea9cfe Accepting request 708368 from home:mcalabkova:branches:devel:languages:python
- Update to 3.0.12
  * fixed python2 setup error
  * fixed documentation
  * other small fixes

OBS-URL: https://build.opensuse.org/request/show/708368
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filelock?expand=0&rev=6
2019-06-07 13:36:30 +00:00
Tomáš Chvátal
5f6bf1391c - Update to 3.0.10:
* No upstream changelog

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filelock?expand=0&rev=4
2019-03-12 15:15:05 +00:00
Tomáš Chvátal
4f2514c601 - Switch to github tarball
- Enable tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filelock?expand=0&rev=2
2018-08-01 14:52:21 +00:00
Tomáš Chvátal
ecf42812a0 osc copypac from project:home:buschmann23:weblate package:python-filelock revision:1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filelock?expand=0&rev=1
2018-08-01 14:41:07 +00:00