commit python-sphinxcontrib-websupport for openSUSE:Factory

2020-09-04 Thread root
Hello community,

here is the log from the commit of package python-sphinxcontrib-websupport for 
openSUSE:Factory checked in at 2020-09-04 11:02:33

Comparing /work/SRC/openSUSE:Factory/python-sphinxcontrib-websupport (Old)
 and  /work/SRC/openSUSE:Factory/.python-sphinxcontrib-websupport.new.3399 
(New)


Package is "python-sphinxcontrib-websupport"

Fri Sep  4 11:02:33 2020 rev:11 rq:830709 version:1.2.4

Changes:

--- 
/work/SRC/openSUSE:Factory/python-sphinxcontrib-websupport/python-sphinxcontrib-websupport.changes
  2020-08-01 12:31:03.302449902 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-websupport.new.3399/python-sphinxcontrib-websupport.changes
2020-09-04 11:03:10.778754110 +0200
@@ -1,0 +2,6 @@
+Mon Aug 31 09:07:15 UTC 2020 - Tomáš Chvátal 
+
+- Update to 1.2.4:
+  * Import PickleHTMLBuilder from sphinxcontrib-serializinghtml package
+
+---

Old:

  sphinxcontrib-websupport-1.2.3.tar.gz

New:

  sphinxcontrib-websupport-1.2.4.tar.gz



Other differences:
--
++ python-sphinxcontrib-websupport.spec ++
--- /var/tmp/diff_new_pack.AFFaQS/_old  2020-09-04 11:03:16.014756914 +0200
+++ /var/tmp/diff_new_pack.AFFaQS/_new  2020-09-04 11:03:16.018756917 +0200
@@ -25,15 +25,21 @@
 %define psuffix %{nil}
 %bcond_with test
 %endif
-%global skip_python2 1
+%define skip_python2 1
 Name:   python-sphinxcontrib-websupport%{psuffix}
-Version:1.2.3
+Version:1.2.4
 Release:0
 Summary:Sphinx API for Web Apps
 License:BSD-2-Clause
-Group:  Development/Languages/Python
 URL:https://github.com/sphinx-doc/sphinxcontrib-websupport
 Source: 
https://files.pythonhosted.org/packages/source/s/sphinxcontrib-websupport/sphinxcontrib-websupport-%{version}.tar.gz
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+Requires:   python-Jinja2
+Requires:   python-docutils
+Requires:   python-six
+BuildArch:  noarch
 %if %{with test}
 BuildRequires:  %{python_module Jinja2}
 BuildRequires:  %{python_module SQLAlchemy}
@@ -45,13 +51,6 @@
 BuildRequires:  %{python_module sphinxcontrib-websupport >= %{version}}
 BuildRequires:  %{python_module xapian}
 %endif
-BuildRequires:  %{python_module setuptools}
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
-Requires:   python-Jinja2
-Requires:   python-docutils
-Requires:   python-six
-BuildArch:  noarch
 %if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24
 Recommends: python-Sphinx
 Suggests:   python-SQLAlchemy

++ sphinxcontrib-websupport-1.2.3.tar.gz -> 
sphinxcontrib-websupport-1.2.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinxcontrib-websupport-1.2.3/CHANGES 
new/sphinxcontrib-websupport-1.2.4/CHANGES
--- old/sphinxcontrib-websupport-1.2.3/CHANGES  2020-06-27 15:23:29.0 
+0200
+++ new/sphinxcontrib-websupport-1.2.4/CHANGES  2020-08-09 17:06:29.0 
+0200
@@ -1,3 +1,8 @@
+Release 1.2.4 (2020-08-09)
+==
+
+* Import PickleHTMLBuilder from sphinxcontrib-serializinghtml package
+
 Release 1.2.3 (2020-06-27)
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinxcontrib-websupport-1.2.3/PKG-INFO 
new/sphinxcontrib-websupport-1.2.4/PKG-INFO
--- old/sphinxcontrib-websupport-1.2.3/PKG-INFO 2020-06-27 15:23:56.976203700 
+0200
+++ new/sphinxcontrib-websupport-1.2.4/PKG-INFO 2020-08-09 17:34:57.841329800 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: sphinxcontrib-websupport
-Version: 1.2.3
+Version: 1.2.4
 Summary: Sphinx API for Web Apps
 Home-page: http://sphinx-doc.org/
 Author: Georg Brandl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinxcontrib-websupport-1.2.3/setup.py 
new/sphinxcontrib-websupport-1.2.4/setup.py
--- old/sphinxcontrib-websupport-1.2.3/setup.py 2020-01-12 17:52:46.0 
+0100
+++ new/sphinxcontrib-websupport-1.2.4/setup.py 2020-08-09 17:06:29.0 
+0200
@@ -69,6 +69,9 @@
 python_requires=">=3.5",
 packages=find_packages(exclude=['tests']),
 include_package_data=True,
+install_requires=[
+'sphinxcontrib-serializinghtml',
+],
 extras_require=extras_require,
 entry_points={
 'sphinx.builders': [
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sphinxcontrib-websupport-1.2.3/sphinxcontrib/websupport/builder.py 
new/sphinxcontrib-websupport-1.2.4/sphinxcontrib/websupport/builder.py
--- 

commit python-sphinxcontrib-websupport for openSUSE:Factory

2020-08-01 Thread root
Hello community,

here is the log from the commit of package python-sphinxcontrib-websupport for 
openSUSE:Factory checked in at 2020-08-01 12:30:52

Comparing /work/SRC/openSUSE:Factory/python-sphinxcontrib-websupport (Old)
 and  /work/SRC/openSUSE:Factory/.python-sphinxcontrib-websupport.new.3592 
(New)


Package is "python-sphinxcontrib-websupport"

Sat Aug  1 12:30:52 2020 rev:10 rq:823185 version:1.2.3

Changes:

--- 
/work/SRC/openSUSE:Factory/python-sphinxcontrib-websupport/python-sphinxcontrib-websupport.changes
  2020-04-19 21:46:33.983731248 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-websupport.new.3592/python-sphinxcontrib-websupport.changes
2020-08-01 12:31:03.302449902 +0200
@@ -1,0 +2,7 @@
+Tue Jul 28 09:01:24 UTC 2020 - Marketa Calabkova 
+
+- version update to 1.2.3
+  * #43: doctreedir argument has been ignored on initialize app
+  * Stop to use sphinx.util.pycompat:htmlescape
+
+---

Old:

  sphinxcontrib-websupport-1.2.1.tar.gz

New:

  sphinxcontrib-websupport-1.2.3.tar.gz



Other differences:
--
++ python-sphinxcontrib-websupport.spec ++
--- /var/tmp/diff_new_pack.Lar7gr/_old  2020-08-01 12:31:05.422451887 +0200
+++ /var/tmp/diff_new_pack.Lar7gr/_new  2020-08-01 12:31:05.430451895 +0200
@@ -27,7 +27,7 @@
 %endif
 %global skip_python2 1
 Name:   python-sphinxcontrib-websupport%{psuffix}
-Version:1.2.1
+Version:1.2.3
 Release:0
 Summary:Sphinx API for Web Apps
 License:BSD-2-Clause

++ sphinxcontrib-websupport-1.2.1.tar.gz -> 
sphinxcontrib-websupport-1.2.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinxcontrib-websupport-1.2.1/CHANGES 
new/sphinxcontrib-websupport-1.2.3/CHANGES
--- old/sphinxcontrib-websupport-1.2.1/CHANGES  2020-03-21 09:19:35.0 
+0100
+++ new/sphinxcontrib-websupport-1.2.3/CHANGES  2020-06-27 15:23:29.0 
+0200
@@ -1,4 +1,14 @@
-Release 1.2.1 (unreleased)
+Release 1.2.3 (2020-06-27)
+==
+
+* #43: doctreedir argument has been ignored on initialize app
+
+Release 1.2.2 (2020-04-29)
+==
+
+* Stop to use sphinx.util.pycompat:htmlescape
+
+Release 1.2.1 (2020-03-21)
 ==
 
 * #41: templates/searchresults.html is missing in the source tarball
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinxcontrib-websupport-1.2.1/PKG-INFO 
new/sphinxcontrib-websupport-1.2.3/PKG-INFO
--- old/sphinxcontrib-websupport-1.2.1/PKG-INFO 2020-03-21 09:20:54.133654400 
+0100
+++ new/sphinxcontrib-websupport-1.2.3/PKG-INFO 2020-06-27 15:23:56.976203700 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: sphinxcontrib-websupport
-Version: 1.2.1
+Version: 1.2.3
 Summary: Sphinx API for Web Apps
 Home-page: http://sphinx-doc.org/
 Author: Georg Brandl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sphinxcontrib-websupport-1.2.1/sphinxcontrib/websupport/core.py 
new/sphinxcontrib-websupport-1.2.3/sphinxcontrib/websupport/core.py
--- old/sphinxcontrib-websupport-1.2.1/sphinxcontrib/websupport/core.py 
2020-02-07 13:32:26.0 +0100
+++ new/sphinxcontrib-websupport-1.2.3/sphinxcontrib/websupport/core.py 
2020-06-27 15:21:48.0 +0200
@@ -9,6 +9,7 @@
 :license: BSD, see LICENSE for details.
 """
 
+import html
 import sys
 import pickle
 import posixpath
@@ -20,7 +21,6 @@
 from sphinx.locale import _
 from sphinx.util.docutils import docutils_namespace
 from sphinx.util.osutil import ensuredir
-from sphinx.util.pycompat import htmlescape
 from sphinxcontrib.websupport import errors
 from sphinxcontrib.websupport import package_dir
 from sphinxcontrib.websupport.search import BaseSearch, SEARCH_ADAPTERS
@@ -63,7 +63,7 @@
 self.outdir = path.join(builddir, 'data')
 self.datadir = datadir or self.outdir
 self.staticdir = staticdir or path.join(self.builddir, 'static')
-self.doctreedir = staticdir or path.join(self.builddir, 'doctrees')
+self.doctreedir = doctreedir or path.join(self.builddir, 'doctrees')
 # web server virtual paths
 self.staticroot = staticroot.strip('/')
 self.docroot = docroot.strip('/')
@@ -465,5 +465,5 @@
 ret = publish_parts(text, writer_name='html',
 settings_overrides=settings)['fragment']
 except Exception:
-ret = htmlescape(text)
+ret = html.escape(text)
 return ret
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit python-sphinxcontrib-websupport for openSUSE:Factory

2020-04-19 Thread root
Hello community,

here is the log from the commit of package python-sphinxcontrib-websupport for 
openSUSE:Factory checked in at 2020-04-19 21:46:20

Comparing /work/SRC/openSUSE:Factory/python-sphinxcontrib-websupport (Old)
 and  /work/SRC/openSUSE:Factory/.python-sphinxcontrib-websupport.new.2738 
(New)


Package is "python-sphinxcontrib-websupport"

Sun Apr 19 21:46:20 2020 rev:9 rq:789011 version:1.2.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-sphinxcontrib-websupport/python-sphinxcontrib-websupport.changes
  2019-06-18 14:46:21.781724578 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-websupport.new.2738/python-sphinxcontrib-websupport.changes
2020-04-19 21:46:33.983731248 +0200
@@ -1,0 +2,12 @@
+Fri Mar 27 09:00:20 UTC 2020 - pgaj...@suse.com
+
+- version update to 1.2.1
+  * #41: templates/searchresults.html is missing in the source tarball
+
+---
+Mon Mar  2 09:13:59 UTC 2020 - Dirk Mueller 
+
+- update to 1.2.0:
+  * Drop python2.7 and 3.4 support
+
+---

Old:

  sphinxcontrib-websupport-1.1.2.tar.gz

New:

  sphinxcontrib-websupport-1.2.1.tar.gz



Other differences:
--
++ python-sphinxcontrib-websupport.spec ++
--- /var/tmp/diff_new_pack.UUAcgt/_old  2020-04-19 21:46:39.943743206 +0200
+++ /var/tmp/diff_new_pack.UUAcgt/_new  2020-04-19 21:46:39.947743215 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sphinxcontrib-websupport
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,8 +25,9 @@
 %define psuffix %{nil}
 %bcond_with test
 %endif
+%global skip_python2 1
 Name:   python-sphinxcontrib-websupport%{psuffix}
-Version:1.1.2
+Version:1.2.1
 Release:0
 Summary:Sphinx API for Web Apps
 License:BSD-2-Clause

++ sphinxcontrib-websupport-1.1.2.tar.gz -> 
sphinxcontrib-websupport-1.2.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinxcontrib-websupport-1.1.2/CHANGES 
new/sphinxcontrib-websupport-1.2.1/CHANGES
--- old/sphinxcontrib-websupport-1.1.2/CHANGES  2019-05-19 11:22:23.0 
+0200
+++ new/sphinxcontrib-websupport-1.2.1/CHANGES  2020-03-21 09:19:35.0 
+0100
@@ -1,4 +1,14 @@
-Release 1.1.2 (unreleased)
+Release 1.2.1 (unreleased)
+==
+
+* #41: templates/searchresults.html is missing in the source tarball
+
+Release 1.2.0 (2020-02-07)
+==
+
+* Drop python2.7 and 3.4 support
+
+Release 1.1.2 (2019-05-19)
 ==
 
 * #6380: sphinxcontrib-websupport doesn't work with Sphinx 2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinxcontrib-websupport-1.1.2/MANIFEST.in 
new/sphinxcontrib-websupport-1.2.1/MANIFEST.in
--- old/sphinxcontrib-websupport-1.1.2/MANIFEST.in  2019-05-18 
08:07:18.0 +0200
+++ new/sphinxcontrib-websupport-1.2.1/MANIFEST.in  2020-03-21 
09:18:20.0 +0100
@@ -6,3 +6,4 @@
 
 recursive-include tests *
 recursive-include sphinxcontrib/websupport/files *
+include sphinxcontrib/websupport/templates/*.html
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinxcontrib-websupport-1.1.2/PKG-INFO 
new/sphinxcontrib-websupport-1.2.1/PKG-INFO
--- old/sphinxcontrib-websupport-1.1.2/PKG-INFO 2019-05-19 11:23:21.0 
+0200
+++ new/sphinxcontrib-websupport-1.2.1/PKG-INFO 2020-03-21 09:20:54.133654400 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: sphinxcontrib-websupport
-Version: 1.1.2
+Version: 1.2.1
 Summary: Sphinx API for Web Apps
 Home-page: http://sphinx-doc.org/
 Author: Georg Brandl
@@ -20,18 +20,17 @@
 Classifier: License :: OSI Approved :: BSD License
 Classifier: Operating System :: OS Independent
 Classifier: Programming Language :: Python
-Classifier: Programming Language :: Python :: 2
-Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3.8
 Classifier: Framework :: Sphinx
 Classifier: Framework :: Sphinx :: Extension
 Classifier: Topic :: Documentation
 Classifier: Topic :: Documentation :: Sphinx
 Classifier: Topic :: Text Processing
 Classifier: Topic 

commit python-sphinxcontrib-websupport for openSUSE:Factory

2019-06-18 Thread root
Hello community,

here is the log from the commit of package python-sphinxcontrib-websupport for 
openSUSE:Factory checked in at 2019-06-18 14:46:19

Comparing /work/SRC/openSUSE:Factory/python-sphinxcontrib-websupport (Old)
 and  /work/SRC/openSUSE:Factory/.python-sphinxcontrib-websupport.new.4811 
(New)


Package is "python-sphinxcontrib-websupport"

Tue Jun 18 14:46:19 2019 rev:8 rq:708109 version:1.1.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-sphinxcontrib-websupport/python-sphinxcontrib-websupport.changes
  2019-04-26 22:41:20.845738583 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-websupport.new.4811/python-sphinxcontrib-websupport.changes
2019-06-18 14:46:21.781724578 +0200
@@ -1,0 +2,12 @@
+Thu Jun  6 10:48:40 UTC 2019 - Tomáš Chvátal 
+
+- Switch to multibuild to fix testing issues
+
+---
+Fri May 24 19:52:17 UTC 2019 - Tomáš Chvátal 
+
+- Update to 1.1.2:
+  * Fixes for sphinx 2.0
+- Enable tests (failing for now)
+
+---

Old:

  sphinxcontrib-websupport-1.1.0.tar.gz

New:

  _multibuild
  sphinxcontrib-websupport-1.1.2.tar.gz



Other differences:
--
++ python-sphinxcontrib-websupport.spec ++
--- /var/tmp/diff_new_pack.vfmphC/_old  2019-06-18 14:46:22.345724466 +0200
+++ /var/tmp/diff_new_pack.vfmphC/_new  2019-06-18 14:46:22.349724465 +0200
@@ -17,14 +17,33 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-Name:   python-sphinxcontrib-websupport
-Version:1.1.0
+%global flavor @BUILD_FLAVOR@%{nil}
+%if "%{flavor}" == "test"
+%define psuffix -test
+%bcond_without test
+%else
+%define psuffix %{nil}
+%bcond_with test
+%endif
+Name:   python-sphinxcontrib-websupport%{psuffix}
+Version:1.1.2
 Release:0
 Summary:Sphinx API for Web Apps
 License:BSD-2-Clause
 Group:  Development/Languages/Python
-URL:http://sphinx-doc.org/
+URL:https://github.com/sphinx-doc/sphinxcontrib-websupport
 Source: 
https://files.pythonhosted.org/packages/source/s/sphinxcontrib-websupport/sphinxcontrib-websupport-%{version}.tar.gz
+%if %{with test}
+BuildRequires:  %{python_module Jinja2}
+BuildRequires:  %{python_module SQLAlchemy}
+BuildRequires:  %{python_module Sphinx}
+BuildRequires:  %{python_module Whoosh}
+BuildRequires:  %{python_module docutils}
+BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module six}
+BuildRequires:  %{python_module sphinxcontrib-websupport >= %{version}}
+BuildRequires:  %{python_module xapian}
+%endif
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -51,9 +70,17 @@
 %python_build
 
 %install
+%if !%{with test}
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
+%endif
 
+%check
+%if %{with test}
+%pytest
+%endif
+
+%if !%{with test}
 %files %{python_files}
 %license LICENSE
 %doc CHANGES README.rst
@@ -61,5 +88,6 @@
 %{python_sitelib}/sphinxcontrib/websupport/
 %{python_sitelib}/sphinxcontrib_websupport-%{version}-py*-nspkg.pth
 %{python_sitelib}/sphinxcontrib_websupport-%{version}-py*.egg-info
+%endif
 
 %changelog

++ _multibuild ++

  test

++ sphinxcontrib-websupport-1.1.0.tar.gz -> 
sphinxcontrib-websupport-1.1.2.tar.gz ++
 1651 lines of diff (skipped)




commit python-sphinxcontrib-websupport for openSUSE:Factory

2019-04-26 Thread root
Hello community,

here is the log from the commit of package python-sphinxcontrib-websupport for 
openSUSE:Factory checked in at 2019-04-26 22:41:20

Comparing /work/SRC/openSUSE:Factory/python-sphinxcontrib-websupport (Old)
 and  /work/SRC/openSUSE:Factory/.python-sphinxcontrib-websupport.new.5536 
(New)


Package is "python-sphinxcontrib-websupport"

Fri Apr 26 22:41:20 2019 rev:7 rq:697037 version:1.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-sphinxcontrib-websupport/python-sphinxcontrib-websupport.changes
  2018-12-14 20:48:49.193391170 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-websupport.new.5536/python-sphinxcontrib-websupport.changes
2019-04-26 22:41:20.845738583 +0200
@@ -1,0 +2,7 @@
+Tue Apr 23 09:13:06 UTC 2019 - Marketa Calabkova 
+
+- update to version 1.1.0
+  * Add compatibility with Sphinx 1.6. Thanks to Dmitry Shachnev.
+  * More minor changes. See CHANGES.
+
+---

Old:

  sphinxcontrib-websupport-1.0.1.tar.gz

New:

  sphinxcontrib-websupport-1.1.0.tar.gz



Other differences:
--
++ python-sphinxcontrib-websupport.spec ++
--- /var/tmp/diff_new_pack.rX68dw/_old  2019-04-26 22:41:22.173737906 +0200
+++ /var/tmp/diff_new_pack.rX68dw/_new  2019-04-26 22:41:22.201737891 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sphinxcontrib-websupport
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-sphinxcontrib-websupport
-Version:1.0.1
+Version:1.1.0
 Release:0
 Summary:Sphinx API for Web Apps
 License:BSD-2-Clause
@@ -29,6 +29,7 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-Jinja2
+Requires:   python-docutils
 Requires:   python-six
 BuildArch:  noarch
 %if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24

++ sphinxcontrib-websupport-1.0.1.tar.gz -> 
sphinxcontrib-websupport-1.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinxcontrib-websupport-1.0.1/CHANGES 
new/sphinxcontrib-websupport-1.1.0/CHANGES
--- old/sphinxcontrib-websupport-1.0.1/CHANGES  2017-05-07 07:47:20.0 
+0200
+++ new/sphinxcontrib-websupport-1.1.0/CHANGES  2018-06-03 16:08:39.0 
+0200
@@ -1,3 +1,11 @@
+Release 1.1.0 (2018-06-03)
+==
+
+* #6 Add compatibility with Sphinx 1.6. Thanks to Dmitry Shachnev.
+* #13 Support testing with Sphinx-1.7.
+* #9 Include license file in the generated wheel package. Thanks to
+  Jon Dufresne.
+
 Release 1.0.1 (2017-05-07)
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinxcontrib-websupport-1.0.1/LICENSE 
new/sphinxcontrib-websupport-1.1.0/LICENSE
--- old/sphinxcontrib-websupport-1.0.1/LICENSE  2017-04-23 12:41:16.0 
+0200
+++ new/sphinxcontrib-websupport-1.1.0/LICENSE  2018-06-03 09:53:50.0 
+0200
@@ -1,7 +1,7 @@
 License for sphinxcontrib-websupport
 
 
-Copyright (c) 2007-2017 by the Sphinx team
+Copyright (c) 2007-2018 by the Sphinx team
 (see https://github.com/sphinx-doc/sphinx/blob/master/AUTHORS).
 All rights reserved.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinxcontrib-websupport-1.0.1/PKG-INFO 
new/sphinxcontrib-websupport-1.1.0/PKG-INFO
--- old/sphinxcontrib-websupport-1.0.1/PKG-INFO 2017-05-07 08:17:21.0 
+0200
+++ new/sphinxcontrib-websupport-1.1.0/PKG-INFO 2018-06-03 16:09:25.0 
+0200
@@ -1,6 +1,6 @@
-Metadata-Version: 1.1
+Metadata-Version: 2.1
 Name: sphinxcontrib-websupport
-Version: 1.0.1
+Version: 1.1.0
 Summary: Sphinx API for Web Apps
 Home-page: http://sphinx-doc.org/
 Author: Georg Brandl
@@ -8,7 +8,7 @@
 License: BSD
 Download-URL: https://pypi.python.org/pypi/sphinxcontrib-websupport
 Description: 
-sphinxcontrib-webuspport provides a Python API to easily integrate 
Sphinx
+sphinxcontrib-websupport provides a Python API to easily integrate 
Sphinx
 documentation into your Web application.
 
 Platform: any
@@ -21,10 +21,16 @@
 Classifier: Operating System :: OS Independent
 Classifier: Programming Language :: Python
 Classifier: Programming Language :: Python :: 2
+Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming 

commit python-sphinxcontrib-websupport for openSUSE:Factory

2018-12-14 Thread root
Hello community,

here is the log from the commit of package python-sphinxcontrib-websupport for 
openSUSE:Factory checked in at 2018-12-14 20:48:44

Comparing /work/SRC/openSUSE:Factory/python-sphinxcontrib-websupport (Old)
 and  /work/SRC/openSUSE:Factory/.python-sphinxcontrib-websupport.new.28833 
(New)


Package is "python-sphinxcontrib-websupport"

Fri Dec 14 20:48:44 2018 rev:6 rq:657512 version:1.0.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-sphinxcontrib-websupport/python-sphinxcontrib-websupport.changes
  2018-03-12 12:08:25.698536472 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-websupport.new.28833/python-sphinxcontrib-websupport.changes
   2018-12-14 20:48:49.193391170 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 13:09:44 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---

Old:

  python-sphinxcontrib.changes
  python-sphinxcontrib.spec



Other differences:
--
++ python-sphinxcontrib-websupport.spec ++
--- /var/tmp/diff_new_pack.eEd76d/_old  2018-12-14 20:48:50.929388783 +0100
+++ /var/tmp/diff_new_pack.eEd76d/_new  2018-12-14 20:48:50.957388745 +0100
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -23,24 +23,20 @@
 Summary:Sphinx API for Web Apps
 License:BSD-2-Clause
 Group:  Development/Languages/Python
-Url:http://sphinx-doc.org/
+URL:http://sphinx-doc.org/
 Source: 
https://files.pythonhosted.org/packages/source/s/sphinxcontrib-websupport/sphinxcontrib-websupport-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module sphinxcontrib}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-Jinja2
 Requires:   python-six
-Requires:   python-sphinxcontrib
+BuildArch:  noarch
 %if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24
 Recommends: python-Sphinx
+Suggests:   python-SQLAlchemy
 Suggests:   python-Whoosh
 Suggests:   python-xapian
-Suggests:   python-SQLAlchemy
 %endif
-BuildArch:  noarch
-
 %python_subpackages
 
 %description
@@ -58,8 +54,8 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc CHANGES LICENSE README.rst
+%license LICENSE
+%doc CHANGES README.rst
 %dir %{python_sitelib}/sphinxcontrib/
 %{python_sitelib}/sphinxcontrib/websupport/
 %{python_sitelib}/sphinxcontrib_websupport-%{version}-py*-nspkg.pth




commit python-sphinxcontrib-websupport for openSUSE:Factory

2018-03-12 Thread root
Hello community,

here is the log from the commit of package python-sphinxcontrib-websupport for 
openSUSE:Factory checked in at 2018-03-12 12:08:16

Comparing /work/SRC/openSUSE:Factory/python-sphinxcontrib-websupport (Old)
 and  /work/SRC/openSUSE:Factory/.python-sphinxcontrib-websupport.new (New)


Package is "python-sphinxcontrib-websupport"

Mon Mar 12 12:08:16 2018 rev:5 rq:584289 version:1.0.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-sphinxcontrib-websupport/python-sphinxcontrib-websupport.changes
  2018-03-05 13:34:09.695968610 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-websupport.new/python-sphinxcontrib-websupport.changes
 2018-03-12 12:08:25.698536472 +0100
@@ -1,0 +2,5 @@
+Thu Mar  8 10:21:43 UTC 2018 - apla...@suse.com
+
+- Allows Recommends and Suggest in Fedora
+
+---



Other differences:
--
++ python-sphinxcontrib-websupport.spec ++
--- /var/tmp/diff_new_pack.egXTz3/_old  2018-03-12 12:08:28.542434536 +0100
+++ /var/tmp/diff_new_pack.egXTz3/_new  2018-03-12 12:08:28.566433675 +0100
@@ -33,8 +33,8 @@
 Requires:   python-Jinja2
 Requires:   python-six
 Requires:   python-sphinxcontrib
+%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24
 Recommends: python-Sphinx
-%if 0%{?suse_version} >= 1000
 Suggests:   python-Whoosh
 Suggests:   python-xapian
 Suggests:   python-SQLAlchemy




commit python-sphinxcontrib-websupport for openSUSE:Factory

2018-03-05 Thread root
Hello community,

here is the log from the commit of package python-sphinxcontrib-websupport for 
openSUSE:Factory checked in at 2018-03-05 13:34:05

Comparing /work/SRC/openSUSE:Factory/python-sphinxcontrib-websupport (Old)
 and  /work/SRC/openSUSE:Factory/.python-sphinxcontrib-websupport.new (New)


Package is "python-sphinxcontrib-websupport"

Mon Mar  5 13:34:05 2018 rev:4 rq:580796 version:1.0.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-sphinxcontrib-websupport/python-sphinxcontrib-websupport.changes
  2017-09-27 16:52:42.937329967 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-websupport.new/python-sphinxcontrib-websupport.changes
 2018-03-05 13:34:09.695968610 +0100
@@ -1,0 +2,5 @@
+Tue Feb 27 18:20:41 UTC 2018 - apla...@suse.com
+
+- Suggests only for SUSE
+
+---



Other differences:
--
++ python-sphinxcontrib-websupport.spec ++
--- /var/tmp/diff_new_pack.X1VYkh/_old  2018-03-05 13:34:11.275911433 +0100
+++ /var/tmp/diff_new_pack.X1VYkh/_new  2018-03-05 13:34:11.279911287 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sphinxcontrib-websupport
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -34,9 +34,11 @@
 Requires:   python-six
 Requires:   python-sphinxcontrib
 Recommends: python-Sphinx
+%if 0%{?suse_version} >= 1000
 Suggests:   python-Whoosh
 Suggests:   python-xapian
 Suggests:   python-SQLAlchemy
+%endif
 BuildArch:  noarch
 
 %python_subpackages

++ python-sphinxcontrib.spec ++
--- /var/tmp/diff_new_pack.X1VYkh/_old  2018-03-05 13:34:11.303910419 +0100
+++ /var/tmp/diff_new_pack.X1VYkh/_new  2018-03-05 13:34:11.307910274 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sphinxcontrib
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed




commit python-sphinxcontrib-websupport for openSUSE:Factory

2017-09-27 Thread root
Hello community,

here is the log from the commit of package python-sphinxcontrib-websupport for 
openSUSE:Factory checked in at 2017-09-27 16:52:41

Comparing /work/SRC/openSUSE:Factory/python-sphinxcontrib-websupport (Old)
 and  /work/SRC/openSUSE:Factory/.python-sphinxcontrib-websupport.new (New)


Package is "python-sphinxcontrib-websupport"

Wed Sep 27 16:52:41 2017 rev:3 rq:527170 version:1.0.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-sphinxcontrib-websupport/python-sphinxcontrib-websupport.changes
  2017-07-07 10:17:48.351460749 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-websupport.new/python-sphinxcontrib-websupport.changes
 2017-09-27 16:52:42.937329967 +0200
@@ -1,0 +2,15 @@
+Mon Sep 18 21:59:36 UTC 2017 - toddrme2...@gmail.com
+
+- Created base namespace package based on sphinxcontrib-websupport
+  sphinxcontrib-websupport is used since Sphinx depends on it, so
+  all other sphinxcontrib packages depend on it indirectly.
+  This avoids dependency loops between sphinxcontrib-websupport
+  and Sphinx.
+
+---
+Mon Sep 18 20:36:57 UTC 2017 - toddrme2...@gmail.com
+
+- Specify files to guarantee namespace package doesn't conflict
+  with python(2|3)-Sphinx
+
+---
New Changes file:

--- /dev/null   2017-07-20 07:30:00.335470106 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-websupport.new/python-sphinxcontrib.changes
2017-09-27 16:52:42.989322652 +0200
@@ -0,0 +1,9 @@
+---
+Mon Sep 18 21:59:36 UTC 2017 - toddrme2...@gmail.com
+
+- Created base namespace package based on sphinxcontrib-websupport
+  sphinxcontrib-websupport is used since Sphinx depends on it, so
+  all other sphinxcontrib packages depend on it indirectly.
+  This avoids dependency loops between sphinxcontrib-websupport
+  and Sphinx.
+

New:

  python-sphinxcontrib.changes
  python-sphinxcontrib.spec



Other differences:
--
++ python-sphinxcontrib-websupport.spec ++
--- /var/tmp/diff_new_pack.NmJZWz/_old  2017-09-27 16:52:43.885196620 +0200
+++ /var/tmp/diff_new_pack.NmJZWz/_new  2017-09-27 16:52:43.889196057 +0200
@@ -27,14 +27,16 @@
 Source: 
https://files.pythonhosted.org/packages/source/s/sphinxcontrib-websupport/sphinxcontrib-websupport-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module sphinxcontrib}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-Jinja2
-Requires:   python-Sphinx
 Requires:   python-six
+Requires:   python-sphinxcontrib
+Recommends: python-Sphinx
 Suggests:   python-Whoosh
 Suggests:   python-xapian
 Suggests:   python-SQLAlchemy
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %python_subpackages
@@ -51,10 +53,14 @@
 
 %install
 %python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %files %{python_files}
 %defattr(-,root,root,-)
 %doc CHANGES LICENSE README.rst
-%{python_sitelib}/*
+%dir %{python_sitelib}/sphinxcontrib/
+%{python_sitelib}/sphinxcontrib/websupport/
+%{python_sitelib}/sphinxcontrib_websupport-%{version}-py*-nspkg.pth
+%{python_sitelib}/sphinxcontrib_websupport-%{version}-py*.egg-info
 
 %changelog

++ python-sphinxcontrib.spec ++
#
# spec file for package python-sphinxcontrib
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name:   python-sphinxcontrib
Version:1.0.1
Release:0
Summary:Namespace for sphinxcontrib packages
License:BSD-2-Clause
Group:  Development/Languages/Python
Url:http://sphinx-doc.org/
Source: 
https://files.pythonhosted.org/packages/source/s/sphinxcontrib-websupport/sphinxcontrib-websupport-%{version}.tar.gz
BuildRequires:  %{python_module devel}
BuildRequires:  fdupes
BuildRequires:  python-rpm-macros
BuildArch:   

commit python-sphinxcontrib-websupport for openSUSE:Factory

2017-07-07 Thread root
Hello community,

here is the log from the commit of package python-sphinxcontrib-websupport for 
openSUSE:Factory checked in at 2017-07-07 10:17:45

Comparing /work/SRC/openSUSE:Factory/python-sphinxcontrib-websupport (Old)
 and  /work/SRC/openSUSE:Factory/.python-sphinxcontrib-websupport.new (New)


Package is "python-sphinxcontrib-websupport"

Fri Jul  7 10:17:45 2017 rev:2 rq:508577 version:1.0.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-sphinxcontrib-websupport/python-sphinxcontrib-websupport.changes
  2017-06-29 15:14:10.013098403 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-websupport.new/python-sphinxcontrib-websupport.changes
 2017-07-07 10:17:48.351460749 +0200
@@ -1,0 +2,5 @@
+Wed Jun 28 07:18:21 UTC 2017 - jeng...@inai.de
+
+- Ensure neutrality of description.
+
+---



Other differences:
--
++ python-sphinxcontrib-websupport.spec ++
--- /var/tmp/diff_new_pack.UyBvkY/_old  2017-07-07 10:17:49.279329462 +0200
+++ /var/tmp/diff_new_pack.UyBvkY/_new  2017-07-07 10:17:49.279329462 +0200
@@ -40,7 +40,7 @@
 %python_subpackages
 
 %description
-sphinxcontrib-webuspport provides a Python API to easily integrate Sphinx
+sphinxcontrib-webuspport provides a Python API to integrate Sphinx
 documentation into your Web application.
 
 %prep