From b50bd0633b99d011bf0b8b43b84a8df0c3381a9db36e0b98779fb4ce90854522 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 7 Jan 2024 20:29:32 +0000 Subject: [PATCH] - 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 --- python-portalocker.changes | 10 ++++++++++ python-portalocker.spec | 12 +++++++----- v2.7.0.tar.gz | 3 --- v2.8.2.tar.gz | 3 +++ 4 files changed, 20 insertions(+), 8 deletions(-) delete mode 100644 v2.7.0.tar.gz create mode 100644 v2.8.2.tar.gz diff --git a/python-portalocker.changes b/python-portalocker.changes index 58fc0f8..3b58cc7 100644 --- a/python-portalocker.changes +++ b/python-portalocker.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Jan 7 20:28:35 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-portalocker.spec b/python-portalocker.spec index b5eeeca..6ccc2eb 100644 --- a/python-portalocker.spec +++ b/python-portalocker.spec @@ -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 diff --git a/v2.7.0.tar.gz b/v2.7.0.tar.gz deleted file mode 100644 index 38456bc..0000000 --- a/v2.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4182089b5b5ad8a09ea863b5b8103e2cf9f1e793691f2e43fb53ec2d3f397df4 -size 29787 diff --git a/v2.8.2.tar.gz b/v2.8.2.tar.gz new file mode 100644 index 0000000..dcbad13 --- /dev/null +++ b/v2.8.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c22ff8dc5abf608a8433b6022f5487985bc0efcba1a0e44b1ca1559586248359 +size 32382