Hello community,

here is the log from the commit of package python-pyparsing for 
openSUSE:Factory checked in at 2019-01-05 14:40:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyparsing (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyparsing.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyparsing"

Sat Jan  5 14:40:10 2019 rev:29 rq:661745 version:2.3.1~test5

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyparsing/python-pyparsing.changes        
2018-11-26 10:15:04.682100018 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pyparsing.new.28833/python-pyparsing.changes 
    2019-01-05 14:40:30.584574397 +0100
@@ -1,0 +2,6 @@
+Fri Dec 28 09:57:56 UTC 2018 - Martin Pluskal <[email protected]>
+
+- Drop doc subpackage as it leads to circular dependencies on some
+  releases
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pyparsing.spec ++++++
--- /var/tmp/diff_new_pack.VlYtA0/_old  2019-01-05 14:40:31.068573986 +0100
+++ /var/tmp/diff_new_pack.VlYtA0/_new  2019-01-05 14:40:31.068573986 +0100
@@ -18,7 +18,6 @@
 
 %define oldpython python
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-
 %global flavor @BUILD_FLAVOR@%{nil}
 %if "%{flavor}" == "test"
 %bcond_without test
@@ -38,19 +37,17 @@
 URL:            https://github.com/pyparsing/pyparsing/
 # Upstream tarball from the master branch with gh#pyparsing/pyparsing#47
 Source:         pyparsing-%{version}.tar.gz
-# Source:         
https://files.pythonhosted.org/packages/source/p/pyparsing/pyparsing-%%{version}.tar.gz
 BuildRequires:  %{python_module base}
+BuildRequires:  %{python_module nose}
+# Source:         
https://files.pythonhosted.org/packages/source/p/pyparsing/pyparsing-%%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  python2-unittest2
-BuildRequires:  python3-Sphinx
-%if %{with test}
-BuildRequires:  %{python_module nose}
-%endif
 # do not add dependencies on setuptools and ideally not even full "python";
 # this is now a dependency of setuptools
 Requires:       python-base
 BuildArch:      noarch
+
 %ifpython2
 Provides:       %{oldpython}-parsing = %{version}
 Obsoletes:      %{oldpython}-parsing < %{version}
@@ -63,20 +60,11 @@
 expressions. The pyparsing module provides a library of classes that client
 code uses to construct the grammar directly in Python code.
 
-%package -n %{name}-docs
-Summary:        Documentation files for %name
-Group:          Documentation/HTML
-
-%description -n %{name}-docs
-HTML Documentation and examples for %name.
-
 %prep
 %setup -q -n pyparsing-2.3.1
 
 %build
 %python_build
-# export PYTHONPATH=..:../examples
-python3 setup.py build_sphinx -v
 
 %install
 %if ! %{with test}
@@ -103,9 +91,4 @@
 %{python_sitelib}/pyparsing-%{version}-py*.egg-info/
 %endif
 
-%files -n %{name}-docs
-%if ! %{with test}
-%doc examples build/sphinx/html
-%endif
-
 %changelog


Reply via email to