Up to [cvs.NetBSD.org] / pkgsrc / devel / py-filelock
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.20 / (download) - annotate - [select for diffs], Wed Sep 13 16:35:29 2023 UTC (13 days, 3 hours ago) by adam
Branch: MAIN
CVS Tags: HEAD
Changes since 1.19: +4 -4
lines
Diff to previous 1.19 (colored)
py-filelock: updated to 3.12.4 3.12.4 change typing-extensions to be installed only with the [typing] extra
Revision 1.19 / (download) - annotate - [select for diffs], Tue Aug 29 06:20:26 2023 UTC (4 weeks ago) by adam
Branch: MAIN
Changes since 1.18: +4 -4
lines
Diff to previous 1.18 (colored)
py-filelock: updated to 3.12.3 3.12.3 Fix import ordering Exclude dependabot and pre-commit ci from release notes Create parent directories if necessary fix ci 08 21 lock_file type-hint adding tox.ini to sdist
Revision 1.18 / (download) - annotate - [select for diffs], Thu Jun 15 07:17:03 2023 UTC (3 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2
Changes since 1.17: +4 -4
lines
Diff to previous 1.17 (colored)
py-filelock: updated to 3.12.2 3.12.2 Restore 'if TYPE_CHECKING' syntax for FileLock definition
Revision 1.17 / (download) - annotate - [select for diffs], Mon Jun 12 11:12:41 2023 UTC (3 months, 2 weeks ago) by adam
Branch: MAIN
Changes since 1.16: +4 -4
lines
Diff to previous 1.16 (colored)
py-filelock: updated to 3.12.1 3.12.1 Add trusted-publish Add 3.12 support Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 git ls-files -z -- .github/workflows/check.yml | xargs -0 sed -i 's|3.12.0-alpha.7|3.12.0-beta.1|g' Use ruff Fix test_bad_lock_file for other OSes
Revision 1.16 / (download) - annotate - [select for diffs], Wed Apr 19 05:26:38 2023 UTC (5 months, 1 week ago) by adam
Branch: MAIN
Changes since 1.15: +4 -4
lines
Diff to previous 1.15 (colored)
py-filelock: updated to 3.12.0 3.12.0 Get rid of warning about inability to link to _thread._local. Bump deps and tools Add umask check to tests so umask 002 is valid Fix lock hang on Windows Conditionally disable/enable thread-local lock behavior.
Revision 1.15 / (download) - annotate - [select for diffs], Mon Apr 17 09:51:00 2023 UTC (5 months, 1 week ago) by adam
Branch: MAIN
Changes since 1.14: +4 -4
lines
Diff to previous 1.14 (colored)
py-filelock: updated to 3.11.0 3.11.0 Bump pypa/gh-action-pypi-publish from 1.8.3 to 1.8.5 Fix: Allow filelock test thread to catch any exceptions Bump deps and tools Run more pypy versions in CI but without coverage Make the lock a thread local variable
Revision 1.14 / (download) - annotate - [select for diffs], Tue Mar 14 19:32:29 2023 UTC (6 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1
Changes since 1.13: +4 -4
lines
Diff to previous 1.13 (colored)
py-filelock: updated to 3.9.1 3.9.1 [pre-commit.ci] pre-commit autoupdate Bump deps and tools Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.7.1 use time.perf_counter instead of time.monotonic
Revision 1.13 / (download) - annotate - [select for diffs], Tue Jan 17 09:06:07 2023 UTC (8 months, 1 week ago) by adam
Branch: MAIN
Changes since 1.12: +4 -4
lines
Diff to previous 1.12 (colored)
py-filelock: updated to 3.9.0 3.9.0 Move to hatchling build backend
Revision 1.12 / (download) - annotate - [select for diffs], Mon Dec 12 09:38:00 2022 UTC (9 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4
Changes since 1.11: +4 -4
lines
Diff to previous 1.11 (colored)
py-filelock: updated to 3.8.2 3.8.2 Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.6.1 Update the license classifier to "Unlicense" 3.8.1 fix BaseFileLock.timeout's getter/setter being obscured by itself Fix mypy fails understanding FileLock
Revision 1.11 / (download) - annotate - [select for diffs], Wed Oct 5 07:58:15 2022 UTC (11 months, 3 weeks ago) by adam
Branch: MAIN
Changes since 1.10: +4 -4
lines
Diff to previous 1.10 (colored)
py-filelock: updated to 3.8.0 3.8.0 [pre-commit.ci] pre-commit autoupdate Bump actions/upload-artifact from 2 to 3 Bump actions/download-artifact from 2 to 3 Bump pre-commit/action from 2.0.3 to 3.0.0 Bump actions/checkout from 2 to 3 Bump actions/setup-python from 2 to 4 Add timeout unit to docstrings Unify badges style [pre-commit.ci] pre-commit autoupdate [pre-commit.ci] pre-commit autoupdate Check 3.11 support [pre-commit.ci] pre-commit autoupdate Bump dependencies [pre-commit.ci] pre-commit autoupdate
Revision 1.10 / (download) - annotate - [select for diffs], Wed Jun 8 17:29:40 2022 UTC (15 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2
Changes since 1.9: +4 -4
lines
Diff to previous 1.9 (colored)
py-filelock: updated to 3.7.1 3.7.1 Make the readme documentation point to the index page
Revision 1.9 / (download) - annotate - [select for diffs], Sat May 14 04:54:33 2022 UTC (16 months, 1 week ago) by adam
Branch: MAIN
Changes since 1.6: +4 -4
lines
Diff to previous 1.6 (colored)
py-filelock: updated to 3.7.0 3.7.0 Add ability to return immediately when a lock cannot be obtained instăŕ---------------------------- revision 1.8 date: 2022/02/21 08:27:37; author: adam; state: Exp; lines: +4 -4 py-filelock: updated to 3.6.0 v3.6.0 (2022-02-17) Fix pylint warning עbstract class WindowsFileLock with abstract methods instantiatedăŕFix pylint warning ăŕעbstract class UnixFileLock with abstract methods instantiatedăŕ---------------------------- revision 1.7 date: 2022/02/17 10:17:47; author: adam; state: Exp; lines: +4 -4 py-filelock: updated to 3.5.1 v3.5.1 (2022-02-16) ------------------- - Use ``time.monotonic`` instead of ``time.time`` for calculating timeouts. v3.5.0 (2022-02-15) ------------------- - Enable use as context decorator v3.4.2 (2021-12-16) ------------------- - Drop support for python ``3.6`` v3.4.1 (2021-12-16) ------------------- - Add ``stacklevel`` to deprecation warnings for argument name change v3.4.0 (2021-11-16) ------------------- - Add correct spelling of poll interval parameter for :meth:`acquire <filelock.BaseFileLock.acquire>` method, raise deprecation warning when using the misspelled form :pr:`119` v3.3.2 (2021-10-29) ------------------- - Accept path types (like ``pathlib.Path`` and ``pathlib.PurePath``) in the constructor for ``FileLock`` objects. v3.3.1 (2021-10-15) ------------------- - Add changelog to the documentation :pr:`108` - Leave the log level of the ``filelock`` logger as not set (previously was set to warning) :pr:`108` - by :user:`gaborbernat` v3.3.0 (2021-10-03) ------------------- - Drop python 2.7 and 3.5 support, add type hints :pr:`100` - Document asyncio support - fix typo :pr:`98`
Revision 1.6 / (download) - annotate - [select for diffs], Mon Jan 10 11:29:24 2022 UTC (20 months, 2 weeks ago) by adam
Branch: MAIN
Changes since 1.5: +4 -4
lines
Diff to previous 1.5 (colored)
py-filelock: updated to 3.2.1 v3.2.1 (2021-10-02) Improve documentation Changed logger name from filelock._api to filelock :pr:`97` - by :user:`hkennyv` v3.2.0 (2021-09-30) Raise when trying to acquire in R/O or missing folder :pr:`96` - by :user:`gaborbernat` Move lock acquire/release log from INFO to DEBUG :pr:`95` - by :user:`gaborbernat` Fix spelling and remove ignored flake8 checks - by :user:`gaborbernat` Split main module :pr:`94` - by :user:`gaborbernat` Move test suite to pytest :pr:`93` - by :user:`gaborbernat` v3.1.0 (2021-09-27) Update links for new home at tox-dev :pr:`88` - by :user:`hugovk` Fixed link to LICENSE file :pr:`63` - by :user:`sharkwouter` Adopt tox-dev organization best practices :pr:`87` - by :user:`gaborbernat` Ownership moved from :user:`benediktschmitt` to the tox-dev organization (new primary maintainer :user:`gaborbernat`)
Revision 1.5 / (download) - annotate - [select for diffs], Tue Oct 26 10:18:27 2021 UTC (23 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
archivers: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Could not be committed due to merge conflict: devel/py-traitlets/distinfo The following distfiles were unfetchable (note: some may be only fetched conditionally): ./devel/pvs/distinfo pvs-3.2-solaris.tgz ./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
Revision 1.4 / (download) - annotate - [select for diffs], Thu Oct 7 13:43:10 2021 UTC (23 months, 2 weeks ago) by nia
Branch: MAIN
Changes since 1.3: +1 -2
lines
Diff to previous 1.3 (colored)
devel: Remove SHA1 hashes for distfiles
Revision 1.3 / (download) - annotate - [select for diffs], Tue May 21 12:55:47 2019 UTC (4 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2
Changes since 1.2: +5 -5
lines
Diff to previous 1.2 (colored)
py-filelock: updated to 3.0.12 3.0.12: Unknown changes
Revision 1.2 / (download) - annotate - [select for diffs], Wed Dec 5 16:00:28 2018 UTC (4 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4
Changes since 1.1: +5 -5
lines
Diff to previous 1.1 (colored)
py-filelock: updated to 3.0.10 3.0.10: Unknown changes
Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 10 09:55:32 2018 UTC (4 years, 11 months ago) by adam
Branch: MAIN
py-filelock: added version 3.0.9 This package contains a single module, which implements a platform independent file lock in Python, which provides a simple way of inter-process communication.