14
0

Accepting request 1252809 from home:fstegmeier:branches:devel:languages:python

- Update to 0.3.0
  * Implemented support for the free-threaded build of CPython 3.13 -- by :user:lysnikolaou.

OBS-URL: https://build.opensuse.org/request/show/1252809
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-propcache?expand=0&rev=6
This commit is contained in:
2025-03-13 17:41:35 +00:00
committed by Git OBS Bridge
parent dab55d7d5b
commit 9f52891a37
4 changed files with 17 additions and 10 deletions

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

Binary file not shown.

3
propcache-0.3.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
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.0
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