forked from pool/python-filelock
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
This commit is contained in:
commit
95c94202dd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:002740518d8aa59a26b0c76e10fb8c6e15eae825d34b6fdf670333fd7b938d81
|
||||
size 12441
|
BIN
filelock-3.12.3.tar.gz
(Stored with Git LFS)
Normal file
BIN
filelock-3.12.3.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 8 04:26:16 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Add missing Requires on typing-extensions if < 3.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 7 11:00:28 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.12.3:
|
||||
* Fix import ordering
|
||||
* Exclude dependabot and pre-commit ci from release notes
|
||||
* Create parent directories if necessary
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 20 16:59:32 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
@ -70,7 +83,7 @@ Wed Dec 14 08:34:14 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 13 15:23:18 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- Update to version 3.8.2
|
||||
- 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
|
||||
@ -88,7 +101,7 @@ Tue Dec 13 15:23:18 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 12 03:17:50 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- Update to version 3.8.0
|
||||
- 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
|
||||
@ -108,12 +121,12 @@ Wed Oct 12 03:17:50 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
Fri Jun 3 15:17:25 UTC 2022 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Update to 3.7.1
|
||||
* Ownership moved from @benediktschmitt to the tox-dev organization
|
||||
* 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
|
||||
* 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
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-filelock
|
||||
Version: 3.12.2
|
||||
Version: 3.12.3
|
||||
Release: 0
|
||||
Summary: Platform Independent File Lock in Python
|
||||
License: Unlicense
|
||||
@ -33,6 +33,9 @@ BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
%if 0%{?python_version_nodots} < 311
|
||||
Requires: python-typing_extensions >= 4.7.1
|
||||
%endif
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user