Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| f9ecc8bd86 | |||
| 6b1fa32d72 |
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 15 12:51:38 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Convert to pip-based build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 11 13:54:56 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-case
|
||||
#
|
||||
# Copyright (c) 2022 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
|
||||
@@ -28,7 +28,9 @@ Source: https://files.pythonhosted.org/packages/source/c/case/case-%{ver
|
||||
Patch0: remove_unittest2.patch
|
||||
Patch1: remove_coverage.patch
|
||||
Patch2: remove-nose.patch
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-pytest
|
||||
@@ -45,10 +47,10 @@ Python unittest Utilities.
|
||||
%autopatch -p1
|
||||
|
||||
%build
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
#%%check no tests exist https://github.com/celery/case/issues/8
|
||||
@@ -56,6 +58,7 @@ Python unittest Utilities.
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
%doc Changelog README.rst
|
||||
%{python_sitelib}/*
|
||||
%{python_sitelib}/case
|
||||
%{python_sitelib}/case-%{version}*-info
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user