Accepting request 493138 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/493138 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycodestyle?expand=0&rev=2
This commit is contained in:
commit
b79198d666
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 6 03:31:54 UTC 2017 - toddrme2178@gmail.com
|
||||
|
||||
- Don't provide python2-pep8, singlespec packages should use
|
||||
correct name.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 24 14:40:39 UTC 2017 - jmatejek@suse.com
|
||||
|
||||
|
@ -32,12 +32,14 @@ BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
Provides: python-pep8 = %{version}
|
||||
Obsoletes: python-pep8 < %{version}
|
||||
%ifpython2
|
||||
Provides: %{oldpython}-pep8 = %{version}
|
||||
Obsoletes: %{oldpython}-pep8 < %{version}
|
||||
%endif
|
||||
%ifpython3
|
||||
Provides: python3-pep8 = %{version}
|
||||
Obsoletes: python3-pep8 < %{version}
|
||||
%endif
|
||||
|
||||
%python_subpackages
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user