Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| ad54eece3e | |||
| 13f06cb080 |
@@ -1,8 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 20 01:29:03 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Don't remove installed LICENSE, new poetry doesn't install it.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 14 14:54:50 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pytest-isort
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -47,7 +47,10 @@ This is a pytest plugin to check import ordering using isort.
|
||||
|
||||
%install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
%{python_expand #
|
||||
rm %{buildroot}%{$python_sitelib}/LICENSE.rst
|
||||
%fdupes %{buildroot}%{$python_sitelib}
|
||||
}
|
||||
|
||||
%check
|
||||
%pytest
|
||||
@@ -56,6 +59,6 @@ This is a pytest plugin to check import ordering using isort.
|
||||
%doc CHANGELOG.rst README.rst
|
||||
%license LICENSE.rst
|
||||
%{python_sitelib}/pytest_isort
|
||||
%{python_sitelib}/pytest_isort-%{version}.dist-info
|
||||
%{python_sitelib}/pytest_isort-%{version}*-info
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user