forked from pool/python-portalocker
- update to 2.8.2:
* Removed docs from build to fix #88 again - update to 2.8.0: * Added support for Python 3.11 and 3.12 Made the package fully ruff, pyright and mypy compliant with automated testsing using both tox and Github actions OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-portalocker?expand=0&rev=20
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 7 20:28:35 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.8.2:
|
||||
* Removed docs from build to fix #88 again
|
||||
- update to 2.8.0:
|
||||
* Added support for Python 3.11 and 3.12
|
||||
Made the package fully ruff, pyright and mypy compliant with
|
||||
automated testsing using both tox and Github actions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 5 07:31:01 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-portalocker
|
||||
#
|
||||
# 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,17 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-portalocker
|
||||
Version: 2.7.0
|
||||
Version: 2.8.2
|
||||
Release: 0
|
||||
Summary: Locking library for Python
|
||||
License: Python-2.0
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/WoLpH/portalocker
|
||||
Source: https://github.com/WoLpH/portalocker/archive/v%{version}.tar.gz
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pytest >= 3.4.0}
|
||||
BuildRequires: %{python_module setuptools >= 38.3.0}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Suggests: python-redis
|
||||
@@ -47,10 +49,10 @@ recommended however.
|
||||
rm pytest.ini
|
||||
|
||||
%build
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
@@ -62,6 +64,6 @@ rm pytest.ini
|
||||
%license LICENSE
|
||||
%doc README.rst
|
||||
%{python_sitelib}/portalocker
|
||||
%{python_sitelib}/portalocker-%{version}*-info
|
||||
%{python_sitelib}/portalocker-%{version}.dist-info
|
||||
|
||||
%changelog
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4182089b5b5ad8a09ea863b5b8103e2cf9f1e793691f2e43fb53ec2d3f397df4
|
||||
size 29787
|
3
v2.8.2.tar.gz
Normal file
3
v2.8.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c22ff8dc5abf608a8433b6022f5487985bc0efcba1a0e44b1ca1559586248359
|
||||
size 32382
|
Reference in New Issue
Block a user