Sync from SUSE:SLFO:Main python-propcache revision 3afb56110c437c9689aab179f4a8c24a

This commit is contained in:
2025-05-17 15:55:16 +02:00
parent 9e6131228f
commit f326e6fbe2
4 changed files with 24 additions and 10 deletions

BIN
propcache-0.2.0.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
propcache-0.3.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Apr 10 09:44:15 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.3.1
* Improved typing annotations, fixing some type errors under correct usage
and improving typing robustness generally -- by :user:`Dreamsorcerer`.
-------------------------------------------------------------------
Thu Mar 13 15:49:55 UTC 2025 - Felix Stegmeier <felix.stegmeier@suse.com>
- Update to 0.3.0
* Implemented support for the free-threaded build of CPython 3.13 -- by :user:lysnikolaou.
-------------------------------------------------------------------
Sun Oct 13 11:54:18 UTC 2024 - Bernhard Wiedemann <bwiedemann@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-propcache
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,26 +15,27 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?sle15_python_module_pythons}
Name: python-propcache
Version: 0.2.0
Version: 0.3.1
Release: 0
Summary: Accelerated property cache
License: Apache-2.0
URL: https://github.com/aio-libs/propcache
Source: https://files.pythonhosted.org/packages/source/p/propcache/propcache-%{version}.tar.gz
Patch0: reproducible.patch
BuildRequires: python-rpm-macros
BuildRequires: %{python_module Cython >= 3.0.11}
BuildRequires: %{python_module covdefaults}
BuildRequires: %{python_module expandvars}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools >= 47}
BuildRequires: %{python_module wheel}
BuildRequires: %{python_module covdefaults}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest-xdist}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools >= 47}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
%python_subpackages
%description