15
0

Accepting request 999341 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/999341
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gsm0338?expand=0&rev=2
This commit is contained in:
2022-08-26 07:08:15 +00:00
committed by Git OBS Bridge
2 changed files with 14 additions and 3 deletions

View File

@@ -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>

View File

@@ -1,6 +1,7 @@
#
# spec file for package python-gsm0338
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2021, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
@@ -25,12 +26,11 @@ License: MIT
URL: https://github.com/dsch/gsm0338
#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
BuildRequires: python-rpm-macros
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module six}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytest-flake8}
# /SECTION
BuildRequires: fdupes
Requires: python-six
@@ -60,6 +60,7 @@ codec get's automatically registered.
%files %{python_files}
%license LICENSE
%doc README.rst
%{python_sitelib}/gsm0338*
%{python_sitelib}/gsm0338
%{python_sitelib}/gsm0338-%{version}*-info
%changelog