Compare commits

...

19 Commits

Author SHA256 Message Date
Ana Guerrero
209b71a448 Accepting request 1181236 from devel:languages:python
- 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/request/show/1181236
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-filelock?expand=0&rev=20
2024-06-17 17:27:33 +00:00
Ana Guerrero
3f4735f9aa Accepting request 1171540 from devel:languages:python
- update to 3.14.0:
  * feat: `blocking` parameter on lock constructor with tests and
    docs

OBS-URL: https://build.opensuse.org/request/show/1171540
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-filelock?expand=0&rev=19
2024-05-03 17:44:14 +00:00
Ana Guerrero
d7b57d8538 Accepting request 1169267 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1169267
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-filelock?expand=0&rev=18
2024-04-21 18:24:46 +00:00
Ana Guerrero
6fc8e86221 Accepting request 1161514 from devel:languages:python
- 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/request/show/1161514
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-filelock?expand=0&rev=17
2024-03-26 18:25:32 +00:00
Ana Guerrero
6a6012a908 Accepting request 1129184 from devel:languages:python
- 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/request/show/1129184
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-filelock?expand=0&rev=16
2023-11-28 21:18:33 +00:00
Ana Guerrero
95c94202dd Accepting request 1109649 from devel:languages:python
- Add missing Requires on typing-extensions if < 3.11 

- 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/request/show/1109649
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-filelock?expand=0&rev=15
2023-09-08 19:15:16 +00:00
Dominique Leuenberger
d6743347d9 Accepting request 1094132 from devel:languages:python
- update to 3.12.2:
  * Restore 'if TYPE_CHECKING' syntax for FileLock definition

OBS-URL: https://build.opensuse.org/request/show/1094132
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-filelock?expand=0&rev=14
2023-06-21 20:37:18 +00:00
Dominique Leuenberger
c37ca7ff37 Accepting request 1092285 from devel:languages:python
- update to 3.12.1:
  * Add 3.12 support
  * Fix test_bad_lock_file for other OSes

OBS-URL: https://build.opensuse.org/request/show/1092285
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-filelock?expand=0&rev=13
2023-06-12 13:24:53 +00:00
Dominique Leuenberger
c4bf0ae453 Accepting request 1083340 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1083340
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-filelock?expand=0&rev=12
2023-04-29 15:27:34 +00:00
Dominique Leuenberger
9ca141b2f4 Accepting request 1081927 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1081927
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-filelock?expand=0&rev=11
2023-04-22 20:01:02 +00:00
Dominique Leuenberger
0178999b89 Accepting request 1071878 from devel:languages:python
- update to 3.9.1:
  * use time.perf_counter instead of time.monotonic

OBS-URL: https://build.opensuse.org/request/show/1071878
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-filelock?expand=0&rev=10
2023-03-17 16:02:07 +00:00
Dominique Leuenberger
84890d0d6d Accepting request 1055798 from devel:languages:python
- update to 3.9.0:
  * move to hatchling build backend

OBS-URL: https://build.opensuse.org/request/show/1055798
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-filelock?expand=0&rev=9
2023-01-05 14:00:08 +00:00
Dominique Leuenberger
a4791a57de Accepting request 1044032 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1044032
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-filelock?expand=0&rev=8
2022-12-23 09:20:41 +00:00
Dominique Leuenberger
37da6f2f76 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
2022-12-15 18:23:56 +00:00
Dominique Leuenberger
f46206f0b5 Accepting request 1010146 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1010146
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-filelock?expand=0&rev=6
2022-10-14 13:40:26 +00:00
Dominique Leuenberger
0f886708b8 Accepting request 980904 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/980904
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-filelock?expand=0&rev=5
2022-06-06 09:10:03 +00:00
Dominique Leuenberger
3fcf656dee Accepting request 743982 from devel:languages:python
- Replace %fdupes -s with plain %fdupes; hardlinks are better.

OBS-URL: https://build.opensuse.org/request/show/743982
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-filelock?expand=0&rev=4
2019-11-04 16:10:26 +00:00
Dominique Leuenberger
1f124e5882 Accepting request 708375 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/708375
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-filelock?expand=0&rev=3
2019-06-13 20:32:01 +00:00
Dominique Leuenberger
c678fd318e Accepting request 684351 from devel:languages:python
- Update to 3.0.10:
  * No upstream changelog

OBS-URL: https://build.opensuse.org/request/show/684351
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-filelock?expand=0&rev=2
2019-03-29 19:34:05 +00:00

Diff Content Not Available