17
0

6 Commits

Author SHA256 Message Date
83b2554bec Accepting request 1285957 from devel:languages:python
- Switch to pyroject macros.
- No more greedy globs in %files.

OBS-URL: https://build.opensuse.org/request/show/1285957
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-contextvars?expand=0&rev=7
2025-06-17 16:20:19 +00:00
d87a3d3760 - Switch to pyroject macros.
- No more greedy globs in %files.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-contextvars?expand=0&rev=13
2025-06-16 06:20:33 +00:00
c3250ea1b6 Accepting request 1246656 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1246656
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-contextvars?expand=0&rev=6
2025-02-18 18:09:11 +00:00
4396b32cbd - Build package for multiple Python flavors on the SLE15 family
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-contextvars?expand=0&rev=11
2025-02-18 11:56:36 +00:00
6902499821 Accepting request 1109342 from devel:languages:python
- Add the package to SUSE Linux Enterprise 15 (jsc#SLE-24404)

OBS-URL: https://build.opensuse.org/request/show/1109342
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-contextvars?expand=0&rev=5
2023-09-07 19:12:51 +00:00
032b7c17f3 - Add the package to SUSE Linux Enterprise 15 (jsc#SLE-24404)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-contextvars?expand=0&rev=9
2023-09-06 20:39:23 +00:00
2 changed files with 24 additions and 6 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jun 16 06:14:47 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyroject macros.
- No more greedy globs in %files.
-------------------------------------------------------------------
Tue Feb 18 10:20:41 UTC 2025 - Pablo Suárez Hernández <psuarezhernandez@suse.com>
- Build package for multiple Python flavors on the SLE15 family
-------------------------------------------------------------------
Fri Apr 21 12:23:38 UTC 2023 - Dirk Müller <dmueller@suse.com>
@@ -13,6 +24,11 @@ Thu Oct 13 07:15:27 UTC 2022 - Dirk Müller <dmueller@suse.com>
- use https for urls
-------------------------------------------------------------------
Mon Apr 25 12:50:28 UTC 2022 - Pablo Suárez Hernández <pablo.suarezhernandez@suse.com>
- Add the package to SUSE Linux Enterprise 15 (jsc#SLE-24404)
-------------------------------------------------------------------
Wed May 19 07:20:33 UTC 2021 - pgajdos@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-contextvars
#
# Copyright (c) 2023 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
@@ -16,9 +16,8 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?sle15allpythons}
%define skip_python2 1
%{?sle15_python_module_pythons}
Name: python-contextvars
Version: 2.4
Release: 0
@@ -27,7 +26,9 @@ Summary: PEP 567 (context variables) backport
URL: https://github.com/MagicStack/contextvars
Group: Development/Languages/Python
Source: https://files.pythonhosted.org/packages/source/c/contextvars/contextvars-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module immutables >= 0.9}
@@ -46,10 +47,10 @@ PEP 567 (Context Variables) backport.
%setup -q -n contextvars-%{version}
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -58,6 +59,7 @@ PEP 567 (Context Variables) backport.
%files %{python_files}
%doc README.rst
%license LICENSE
%{python_sitelib}/*
%{python_sitelib}/contextvars
%{python_sitelib}/contextvars-%{version}.dist-info
%changelog