commit rst2html5 for openSUSE:Factory

2017-04-28 Thread root
Hello community,

here is the log from the commit of package rst2html5 for openSUSE:Factory 
checked in at 2017-04-28 10:45:26

Comparing /work/SRC/openSUSE:Factory/rst2html5 (Old)
 and  /work/SRC/openSUSE:Factory/.rst2html5.new (New)


Package is "rst2html5"

Fri Apr 28 10:45:26 2017 rev:6 rq:489735 version:1.9.3

Changes:

--- /work/SRC/openSUSE:Factory/rst2html5/rst2html5.changes  2017-02-15 
10:05:35.355096371 +0100
+++ /work/SRC/openSUSE:Factory/.rst2html5.new/rst2html5.changes 2017-04-28 
10:45:28.625322167 +0200
@@ -1,0 +2,15 @@
+Thu Apr 20 15:45:08 UTC 2017 - toddrme2...@gmail.com
+
+- Update to 1.9.3
+  * Fix setup.py
+- Update to 1.9.2
+  * Fix conflict with docutils==0.13.1 rst2html5.py
+- Update to 1.9.1
+  * Fix install_requires in setup.py
+  * Update list of authors
+- Fix source url.
+- Remove upstream-included rst2html5-minimal_dependencies.patch
+- Implement update-alternatives to avoid conflict with 
+  python3-docutils.
+
+---

Old:

  rst2html5-1.9.tar.gz
  rst2html5-minimal_dependencies.patch

New:

  rst2html5-1.9.3.tar.gz



Other differences:
--
++ rst2html5.spec ++
--- /var/tmp/diff_new_pack.HHBmwL/_old  2017-04-28 10:45:30.573046873 +0200
+++ /var/tmp/diff_new_pack.HHBmwL/_new  2017-04-28 10:45:30.577046308 +0200
@@ -16,27 +16,33 @@
 #
 
 
+# tox for python3 seems to be broken due to too recent pluggy
+%bcond_with tests
+
 Name:   rst2html5
-Version:1.9
+Version:1.9.3
 Release:0
 Summary:RestructuredText to (X)HTML5
 License:MIT
 Group:  Development/Languages/Python
 Url:https://marianoguerra.github.io/rst2html5/
-Source0:
https://pypi.python.org/packages/8b/57/3b40054908dbad97f515545695e1c92439cd71d294fa03957857c9d89db6/rst2html5-1.9.tar.gz
-Patch1: rst2html5-minimal_dependencies.patch
+Source: 
https://files.pythonhosted.org/packages/source/r/rst2html5/rst2html5-%{version}.tar.gz
 BuildRequires:  fdupes
+BuildRequires:  python3-devel
+BuildRequires:  python3-setuptools
 BuildRequires:  python3-Genshi >= 0.7
 BuildRequires:  python3-Pygments >= 2.0.2
-BuildRequires:  python3-beautifulsoup4 >= 4.4.
-BuildRequires:  python3-devel
+BuildRequires:  python3-beautifulsoup4 >= 4.4
 BuildRequires:  python3-docutils >= 0.12
-BuildRequires:  python3-nose >= 1.3.7
-BuildRequires:  python3-setuptools
+%if %{with tests}
 BuildRequires:  python3-tox >= 2.3.1
+BuildRequires:  python3-nose >= 1.3.7
+%endif
 Requires:   python3-Genshi >= 0.7
 Requires:   python3-Pygments >= 2.0.2
 Requires:   python3-docutils >= 0.12
+Requires(post):   update-alternatives
+Requires(preun):  update-alternatives
 BuildArch:  noarch
 
 %description
@@ -47,27 +53,42 @@
 
 %prep
 %setup -q
-%patch1 -p1
 
 %build
 python3 setup.py build
 
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
-%fdupes -s %{buildroot}
+%fdupes %{buildroot}%{python3_sitelib}
+
+rm %{buildroot}%{_bindir}/rst2html5.py
+
+# To avoid conflicts with the python3-docutils package
+mv %{buildroot}%{_bindir}/rst2html5 %{buildroot}%{_bindir}/rst2html5-rst2html5
+ln -s -f %{_sysconfdir}/alternatives/rst2html5 %{buildroot}%{_bindir}/rst2html5
 
+%post
+update-alternatives --install %{_bindir}/rst2html5 rst2html5 
%{_bindir}/rst2html5-rst2html5 30
+
+%preun
+if [ ! -f %{_bindir}/rst2html5-rst2html5 ] ; then
+   update-alternatives --remove rst2html5 %{_bindir}/rst2html5-rst2html5
+fi
+
+%if %{with tests}
 %check
-# tox for python3 seems to be broken due to too recent pluggy
-# tox
+tox
+%endif
 
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS.rst  CHANGELOG.rst  LICENSE
 %{_bindir}/rst2html5
-%{python3_sitelib}/%{name}.py
-%dir %{python3_sitelib}/modules
-%{python3_sitelib}/modules/*
-%{python3_sitelib}/__pycache__/%{name}.cpython-*.pyc
-%{python3_sitelib}/%{name}-%{version}-py%{py3_ver}.egg-info
+%{_bindir}/rst2html5-rst2html5
+%ghost %{_sysconfdir}/alternatives/rst2html5
+%{python3_sitelib}/rst2html5_.py
+%{python3_sitelib}/__pycache__/rst2html5_.*.pyc
+%{python3_sitelib}/modules/
+%{python3_sitelib}/rst2html5-%{version}-py*.egg-info
 
 %changelog

++ rst2html5-1.9.tar.gz -> rst2html5-1.9.3.tar.gz ++
 7124 lines of diff (skipped)




commit rst2html5 for openSUSE:Factory

2017-02-15 Thread root
Hello community,

here is the log from the commit of package rst2html5 for openSUSE:Factory 
checked in at 2017-02-15 10:05:34

Comparing /work/SRC/openSUSE:Factory/rst2html5 (Old)
 and  /work/SRC/openSUSE:Factory/.rst2html5.new (New)


Package is "rst2html5"

Changes:

--- /work/SRC/openSUSE:Factory/rst2html5/rst2html5.changes  2017-02-09 
11:18:16.132554460 +0100
+++ /work/SRC/openSUSE:Factory/.rst2html5.new/rst2html5.changes 2017-02-15 
10:05:35.355096371 +0100
@@ -1,0 +2,5 @@
+Sat Feb 11 20:27:11 UTC 2017 - jeng...@inai.de
+
+- Update description
+
+---



Other differences:
--
++ rst2html5.spec ++
--- /var/tmp/diff_new_pack.VJ6pir/_old  2017-02-15 10:05:35.803033277 +0100
+++ /var/tmp/diff_new_pack.VJ6pir/_new  2017-02-15 10:05:35.803033277 +0100
@@ -40,9 +40,10 @@
 BuildArch:  noarch
 
 %description
-This tool will generate newer, nicer, more readable markup and provide ways
-to modify the output with extensions like nice css thanks to twitter's
-bootstrap css or online presentations with deck.js
+rst2html tool generates basic HTML and CSS from Restructured Text. It
+provides ways to modify the output with extensions like Nice CSS
+(thanks to Twitter's Bootstrap CSS) or online presentations with
+deck.js.
 
 %prep
 %setup -q




commit rst2html5 for openSUSE:Factory

2017-02-09 Thread root
Hello community,

here is the log from the commit of package rst2html5 for openSUSE:Factory 
checked in at 2017-02-09 11:18:14

Comparing /work/SRC/openSUSE:Factory/rst2html5 (Old)
 and  /work/SRC/openSUSE:Factory/.rst2html5.new (New)


Package is "rst2html5"

Changes:

--- /work/SRC/openSUSE:Factory/rst2html5/rst2html5.changes  2017-01-04 
19:36:56.616112759 +0100
+++ /work/SRC/openSUSE:Factory/.rst2html5.new/rst2html5.changes 2017-02-09 
11:18:16.132554460 +0100
@@ -1,0 +2,7 @@
+Tue Feb  7 16:46:37 UTC 2017 - c.b.bak...@carmenbianca.eu
+
+- Added a patch that uses minimal dependency versions instead of
+  exact versions.
+  * rst2html5-minimal_dependencies.patch (boo#1010414)
+
+---

New:

  rst2html5-minimal_dependencies.patch



Other differences:
--
++ rst2html5.spec ++
--- /var/tmp/diff_new_pack.WqoHon/_old  2017-02-09 11:18:16.548495604 +0100
+++ /var/tmp/diff_new_pack.WqoHon/_new  2017-02-09 11:18:16.552495038 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rst2html5
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -24,6 +24,7 @@
 Group:  Development/Languages/Python
 Url:https://marianoguerra.github.io/rst2html5/
 Source0:
https://pypi.python.org/packages/8b/57/3b40054908dbad97f515545695e1c92439cd71d294fa03957857c9d89db6/rst2html5-1.9.tar.gz
+Patch1: rst2html5-minimal_dependencies.patch
 BuildRequires:  fdupes
 BuildRequires:  python3-Genshi >= 0.7
 BuildRequires:  python3-Pygments >= 2.0.2
@@ -45,6 +46,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 python3 setup.py build

++ rst2html5-minimal_dependencies.patch ++
From: Carmen Bianca Bakker 
Date: 2017-02-07
Subject: Use minimal dependency versions instead of exact versions
References: boo#1010414
Upstream: to be done

openSUSE Tumbleweed has a more recent version of Pygments than 2.0.2.  This
patch addresses that.

---
 setup.py |6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

Index: rst2html5-1.9/setup.py
===
--- rst2html5-1.9.orig/setup.py 2016-12-21 18:39:01.0 +0100
+++ rst2html5-1.9/setup.py  2017-02-07 17:53:16.117542957 +0100
@@ -25,7 +25,11 @@ setup(
 long_description="%s\n%s" % (read("README.rst"),
  re.sub(":obj:`~?(.*?)`", r"``\1``", 
read("CHANGELOG.rst"))),
 platforms='any',
-install_requires=read('requirements.txt').split(),
+install_requires=[
+'docutils>=0.12',
+'Genshi>=0.7',
+'Pygments>=2.0.2',
+],
 classifiers=[
 'Development Status :: 5 - Production/Stable',
 'Environment :: Console',



commit rst2html5 for openSUSE:Factory

2016-11-10 Thread h_root
Hello community,

here is the log from the commit of package rst2html5 for openSUSE:Factory 
checked in at 2016-11-10 13:26:53

Comparing /work/SRC/openSUSE:Factory/rst2html5 (Old)
 and  /work/SRC/openSUSE:Factory/.rst2html5.new (New)


Package is "rst2html5"

Changes:

--- /work/SRC/openSUSE:Factory/rst2html5/rst2html5.changes  2016-05-08 
10:46:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.rst2html5.new/rst2html5.changes 2016-11-10 
13:26:55.0 +0100
@@ -1,0 +2,13 @@
+Wed Nov  2 20:54:24 UTC 2016 - mplus...@suse.com
+
+- Update to version 1.8.2:
+  * CodeBlock directive refactored
+- Changes for version 1.8.1:
+  * Raw html shouldn't be indented
+  * CodeBlock directive also registered as code
+- Changes for version 1.8:
+  * New directives define, undef, ifdef and ifndef to
+conditionally include (or not) a rst snippet.
+- Disable tests as we can't satisfy dependencies
+
+---

Old:

  rst2html5-1.7.5.tar.gz

New:

  rst2html5-1.8.2.tar.gz



Other differences:
--
++ rst2html5.spec ++
--- /var/tmp/diff_new_pack.Fih1QD/_old  2016-11-10 13:26:55.0 +0100
+++ /var/tmp/diff_new_pack.Fih1QD/_new  2016-11-10 13:26:55.0 +0100
@@ -17,24 +17,26 @@
 
 
 Name:   rst2html5
-Version:1.7.5
+Version:1.8.2
 Release:0
 Summary:RestructuredText to (X)HTML5
 License:MIT
 Group:  Development/Languages/Python
 Url:https://marianoguerra.github.io/rst2html5/
-Source: 
https://pypi.python.org/packages/source/r/%{name}/%{name}-%{version}.tar.gz
+Source: 
https://pypi.python.org/packages/bc/33/86da22a1b2fc63403f19567d9e07be311881abeb3e0380d7f6d7faf8b8b6/%{name}-%{version}.tar.gz
 BuildRequires:  fdupes
-BuildRequires:  python3-Genshi
-BuildRequires:  python3-Pygments
-BuildRequires:  python3-beautifulsoup4
+BuildRequires:  python3-Genshi >= 0.7
+BuildRequires:  python3-Pygments >= 2.0.2
+BuildRequires:  python3-beautifulsoup4 >= 4.4.
 BuildRequires:  python3-devel
-BuildRequires:  python3-docutils
-BuildRequires:  python3-nose
+BuildRequires:  python3-docutils >= 0.12
+BuildRequires:  python3-nose >= 1.3.7
+BuildRequires:  python3-nose >= 1.3.7
 BuildRequires:  python3-setuptools
-Requires:   python3-Genshi
-Requires:   python3-Pygments
-Requires:   python3-docutils
+BuildRequires:  python3-tox >= 2.3.1
+Requires:   python3-Genshi >= 0.7
+Requires:   python3-Pygments >= 2.0.2
+Requires:   python3-docutils >= 0.12
 BuildArch:  noarch
 
 %description
@@ -53,7 +55,7 @@
 %fdupes -s %{buildroot}
 
 %check
-python3 setup.py -q test
+#python3 setup.py -q test
 
 %files
 %defattr(-,root,root,-)

++ rst2html5-1.7.5.tar.gz -> rst2html5-1.8.2.tar.gz ++
 2502 lines of diff (skipped)