Changelog for
python310-filelock-3.9.1-1.1.noarch.rpm :
* Tue Mar 14 2023 Dirk Müller
- update to 3.9.1:
* use time.perf_counter instead of time.monotonic
* Wed Jan 04 2023 Dirk Müller - update to 3.9.0:
* move to hatchling build backend
* Wed Dec 14 2022 Daniel Garcia - Remove python_module macro definition- More specific python_sitelib in %files
* Tue Dec 13 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 AATTdependabot in #178 Update the license classifier to \"Unlicense\" by AATTjond01 in #180- Update to version 3.8.1
* What\'s Changed [pre-commit.ci] pre-commit autoupdate by AATTpre-commit-ci in #166 link to flufl.lock by AATTdholth in #167 [pre-commit.ci] pre-commit autoupdate by AATTpre-commit-ci in #168 [pre-commit.ci] pre-commit autoupdate by AATTpre-commit-ci in #169 [pre-commit.ci] pre-commit autoupdate by AATTpre-commit-ci in #170 fix BaseFileLock.timeout\'s getter/setter being obscured by itself by AATTdearfl in #172 Fix mypy fails understanding FileLock by AATTgaborbernat in #177
* Wed Oct 12 2022 Yogalakshmi Arunachalam - Update to version 3.8.0
* [pre-commit.ci] pre-commit autoupdate by AATTpre-commit-ci in #149
* Bump actions/upload-artifact from 2 to 3 by AATTdependabot in #154
* Bump actions/download-artifact from 2 to 3 by AATTdependabot in #152
* Bump pre-commit/action from 2.0.3 to 3.0.0 by AATTdependabot in #151
* Bump actions/checkout from 2 to 3 by AATTdependabot in #153
* Bump actions/setup-python from 2 to 4 by AATTdependabot in #150
* Add timeout unit to docstrings by AATTjnordberg in #148
* Unify badges style by AATTDeadNews in #155
* [pre-commit.ci] pre-commit autoupdate by AATTpre-commit-ci in #156
* [pre-commit.ci] pre-commit autoupdate by AATTpre-commit-ci in #157
* Check 3.11 support by AATTgaborbernat in #158
* [pre-commit.ci] pre-commit autoupdate by AATTpre-commit-ci in #159
* Bump dependencies by AATTgaborbernat in #160
* [pre-commit.ci] pre-commit autoupdate by AATTpre-commit-ci in #162
* Fri Jun 03 2022 Markéta Machová - Update to 3.7.1
* Ownership moved from AATTbenediktschmitt to the tox-dev organization (new primary maintainer AATTgaborbernat)
* 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)
* Mon Oct 14 2019 Matej Cepl - Replace %fdupes -s with plain %fdupes; hardlinks are better.
* Fri Jun 07 2019 Marketa Calabkova - Update to 3.0.12
* fixed python2 setup error
* fixed documentation
* other small fixes
* Tue Mar 12 2019 Tomáš Chvátal - Update to 3.0.10:
* No upstream changelog
* Wed Aug 01 2018 tchvatalAATTsuse.com- Switch to github tarball- Enable tests