Accepting request 999111 from home:bnavigator:branches:devel:languages:python
- Don't require pytest-flake8 * It was not enabled anyway * pytest-flake8 does not work with flake8 >= 5 gh#tholo/pytest-flake8#87 * Source code linting should not be relevant for a functional rpm package OBS-URL: https://build.opensuse.org/request/show/999111 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gsm0338?expand=0&rev=3
This commit is contained in:
parent
28982023f3
commit
d9cd161056
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 24 18:26:24 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Don't require pytest-flake8
|
||||||
|
* It was not enabled anyway
|
||||||
|
* pytest-flake8 does not work with flake8 >= 5
|
||||||
|
gh#tholo/pytest-flake8#87
|
||||||
|
* Source code linting should not be relevant for a functional rpm
|
||||||
|
package
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 7 08:35:15 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
Mon Jun 7 08:35:15 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-gsm0338
|
# spec file for package python-gsm0338
|
||||||
#
|
#
|
||||||
|
# Copyright (c) 2022 SUSE LLC
|
||||||
# Copyright (c) 2021, Martin Hauke <mardnh@gmx.de>
|
# Copyright (c) 2021, Martin Hauke <mardnh@gmx.de>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -25,12 +26,11 @@ License: MIT
|
|||||||
URL: https://github.com/dsch/gsm0338
|
URL: https://github.com/dsch/gsm0338
|
||||||
#GIT-Clone: https://github.com/dsch/gsm0338.git
|
#GIT-Clone: https://github.com/dsch/gsm0338.git
|
||||||
Source: https://github.com/dsch/gsm0338/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source: https://github.com/dsch/gsm0338/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: python-rpm-macros
|
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module six}
|
BuildRequires: %{python_module six}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module pytest-flake8}
|
|
||||||
# /SECTION
|
# /SECTION
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
Requires: python-six
|
Requires: python-six
|
||||||
@ -60,6 +60,7 @@ codec get's automatically registered.
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%{python_sitelib}/gsm0338*
|
%{python_sitelib}/gsm0338
|
||||||
|
%{python_sitelib}/gsm0338-%{version}*-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user