Accepting request 666773 from home:dimstar:Factory
Scripted push of project home:dimstar:Factory OBS-URL: https://build.opensuse.org/request/show/666773 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyparsing?expand=0&rev=58
This commit is contained in:
parent
a099b5dda4
commit
6cd74cd044
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 17 15:54:39 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- BuildIgnore python[23]-pyparsing: python-packaging requires it
|
||||||
|
for some actions it could perform, but we don't make use of these
|
||||||
|
here. Ignoring this dependency allows us to break open a
|
||||||
|
BuildCycle.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 08 19:10:15 UTC 2019 - opensuse-packaging@opensuse.org
|
Tue Jan 08 19:10:15 UTC 2019 - opensuse-packaging@opensuse.org
|
||||||
|
|
||||||
|
@ -25,11 +25,6 @@
|
|||||||
%else
|
%else
|
||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
%if %{with test}
|
|
||||||
Name: python-pyparsing-%{flavor}
|
|
||||||
%else
|
|
||||||
Name: python-pyparsing
|
|
||||||
%endif
|
|
||||||
Version: 2.3.0+git.1546912853.bf348d6
|
Version: 2.3.0+git.1546912853.bf348d6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Grammar Parser Library for Python
|
Summary: Grammar Parser Library for Python
|
||||||
@ -48,11 +43,17 @@ BuildRequires: %{python_module setuptools}
|
|||||||
BuildRequires: %{python_module unittest2}
|
BuildRequires: %{python_module unittest2}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
#!BuildIgnore: python2-pyparsing
|
||||||
|
#!BuildIgnore: python3-pyparsing
|
||||||
# do not add dependencies on setuptools and ideally not even full "python";
|
# do not add dependencies on setuptools and ideally not even full "python";
|
||||||
# this is now a dependency of setuptools
|
# this is now a dependency of setuptools
|
||||||
Requires: python-base
|
Requires: python-base
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
%if %{with test}
|
||||||
|
Name: python-pyparsing-%{flavor}
|
||||||
|
%else
|
||||||
|
Name: python-pyparsing
|
||||||
|
%endif
|
||||||
%ifpython2
|
%ifpython2
|
||||||
Provides: %{oldpython}-parsing = %{version}
|
Provides: %{oldpython}-parsing = %{version}
|
||||||
Obsoletes: %{oldpython}-parsing < %{version}
|
Obsoletes: %{oldpython}-parsing < %{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user