15
0

Accepting request 1137121 from devel:languages:python

- update to 8.0.2:
  * Update dependencies.
  * Other minor improvements and cleanups.
  * Minor documentation fix.
  * Drop Python 3.7 support (GL#34)
  * Added a claimfile property to Lock objects
  * Switch to pdm- ackend (GL#33)
  * Use ruff for linting, since its much faster.

  * Update all dependencies eagerly.

OBS-URL: https://build.opensuse.org/request/show/1137121
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flufl.lock?expand=0&rev=9
This commit is contained in:
2024-01-06 17:41:10 +00:00
committed by Git OBS Bridge
4 changed files with 22 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:af14172b35bbc58687bd06b70d1693fd8d48cbf0ffde7e51a618c148ae24042d
size 33017

3
flufl_lock-8.0.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:61c7246b34d6e5544c8a1fa4dae396d10e16ceb23371a31db22e0a2993d01432
size 34369

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Jan 5 17:22:14 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 8.0.2:
* Update dependencies.
* Other minor improvements and cleanups.
* Minor documentation fix.
* Drop Python 3.7 support (GL#34)
* Added a claimfile property to Lock objects
* Switch to pdm- ackend (GL#33)
* Use ruff for linting, since its much faster.
-------------------------------------------------------------------
Mon Jun 12 06:54:25 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>
@@ -18,7 +30,7 @@ Wed Sep 28 15:32:42 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 7.1 (2022-08-27)
* Add support for Python 3.11.
* Update to pdm 1.3.
* Update all dependencies eagerly.
* Update all dependencies eagerly.
-------------------------------------------------------------------
Wed Aug 31 16:29:35 UTC 2022 - Markéta Machová <mmachova@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-flufl.lock
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,15 +18,15 @@
%{?sle15_python_module_pythons}
Name: python-flufl.lock
Version: 7.1.1
Version: 8.0.2
Release: 0
Summary: NFS-safe file locking with timeouts for POSIX and Windows
License: Apache-2.0
URL: https://gitlab.com/warsaw/flufl.lock
Source: https://files.pythonhosted.org/packages/source/f/flufl.lock/flufl.lock-%{version}.tar.gz
Source: https://files.pythonhosted.org/packages/source/f/flufl.lock/flufl_lock-%{version}.tar.gz
BuildRequires: %{python_module atpublic >= 2.3}
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module pdm-pep517}
BuildRequires: %{python_module pdm-backend}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module psutil >= 5.9}
BuildRequires: %{python_module typing_extensions if %python-base < 3.8}
@@ -46,7 +46,7 @@ BuildRequires: %{python_module sybil}
NFS-safe file locking with timeouts for POSIX and Windows.
%prep
%autosetup -p1 -n flufl.lock-%{version}
%autosetup -p1 -n flufl_lock-%{version}
sed -i 's/--cov=flufl --cov-report=term --cov-report=xml//' pyproject.toml
%build
@@ -64,6 +64,6 @@ sed -i 's/--cov=flufl --cov-report=term --cov-report=xml//' pyproject.toml
%license LICENSE
%dir %{python_sitelib}/flufl
%{python_sitelib}/flufl/lock
%{python_sitelib}/flufl.lock-%{version}*info
%{python_sitelib}/flufl_lock-%{version}.dist-info
%changelog