forked from pool/python-cppy
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| cb9444733b | |||
| 71343bbff3 | |||
| c4491df73f | |||
| 0cff58747e |
BIN
cppy-1.2.1.tar.gz
LFS
BIN
cppy-1.2.1.tar.gz
LFS
Binary file not shown.
3
cppy-1.3.1.tar.gz
Normal file
3
cppy-1.3.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:55b5307c11874f242ea135396f398cb67a5bbde4fab3e3c3294ea5fce43a6d68
|
||||||
|
size 18699
|
||||||
@@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 25 12:48:40 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.3.1
|
||||||
|
* On Windows link to debug runtime lib when building
|
||||||
|
with a debug Python PR #29
|
||||||
|
- from version 1.3.0
|
||||||
|
* Prevent linking dynamically to MSVCP on windows
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 23 10:20:59 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Convert to pip-based build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 21 12:23:49 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Fri Apr 21 12:23:49 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-cppy
|
# spec file for package python-cppy
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-cppy
|
Name: python-cppy
|
||||||
Version: 1.2.1
|
Version: 1.3.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C++ headers for C extension development
|
Summary: C++ headers for C extension development
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@@ -27,10 +27,12 @@ URL: https://github.com/nucleic/cppy
|
|||||||
Source: https://files.pythonhosted.org/packages/source/c/cppy/cppy-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/c/cppy/cppy-%{version}.tar.gz
|
||||||
Source99: python-cppy-rpmlintrc
|
Source99: python-cppy-rpmlintrc
|
||||||
BuildRequires: %{python_module base >= 3.7}
|
BuildRequires: %{python_module base >= 3.7}
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools >= 61.2}
|
BuildRequires: %{python_module setuptools >= 61.2}
|
||||||
BuildRequires: %{python_module setuptools_scm}
|
BuildRequires: %{python_module setuptools_scm}
|
||||||
BuildRequires: %{python_module tomli}
|
BuildRequires: %{python_module tomli}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@@ -43,10 +45,10 @@ C++ headers for C extension development
|
|||||||
%setup -q -n cppy-%{version}
|
%setup -q -n cppy-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
|||||||
Reference in New Issue
Block a user