commit python-textile for openSUSE:Factory

2020-05-19 Thread root
Hello community,

here is the log from the commit of package python-textile for openSUSE:Factory 
checked in at 2020-05-19 14:48:57

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


Package is "python-textile"

Tue May 19 14:48:57 2020 rev:9 rq:806974 version:4.0.1

Changes:

--- /work/SRC/openSUSE:Factory/python-textile/python-textile.changes
2020-02-09 20:49:37.854916594 +0100
+++ /work/SRC/openSUSE:Factory/.python-textile.new.2738/python-textile.changes  
2020-05-19 14:48:58.856136172 +0200
@@ -1,0 +2,12 @@
+Mon May 18 13:23:16 UTC 2020 - Tomáš Chvátal 
+
+- Do not pull pytest-cov and pytest-runner nedlessly
+- Fix the %fdupes call
+
+---
+Mon May 18 09:12:28 UTC 2020 - Petr Gajdos 
+
+- %python3_only -> %python_alternative
+- install license
+
+---



Other differences:
--
++ python-textile.spec ++
--- /var/tmp/diff_new_pack.ZPc3yb/_old  2020-05-19 14:49:03.340146116 +0200
+++ /var/tmp/diff_new_pack.ZPc3yb/_new  2020-05-19 14:49:03.344146125 +0200
@@ -17,30 +17,26 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without test
 %define skip_python2 1
 Name:   python-textile
 Version:4.0.1
 Release:0
 Summary:Textile processing for python
 License:BSD-3-Clause
-Group:  Development/Languages/Python
-URL:http://github.com/textile/python-textile
+URL:https://github.com/textile/python-textile
 Source: 
https://files.pythonhosted.org/packages/source/t/textile/textile-%{version}.tar.gz
-Requires:   python-Pillow
-Requires:   python-html5lib >= 1.0.1
-Requires:   python-six
-Recommends: python-regex
-BuildRequires:  %{python_module setuptools}
-%if %{with test}
 BuildRequires:  %{python_module html5lib >= 1.0.1}
-BuildRequires:  %{python_module pytest-cov}
-BuildRequires:  %{python_module pytest-runner}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module regex >= 1.0}
-%endif
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-
+Requires:   python-Pillow
+Requires:   python-html5lib >= 1.0.1
+Requires:   python-six
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
+Recommends: python-regex
 %python_subpackages
 
 %description
@@ -53,22 +49,29 @@
 
 %prep
 %setup -q -n textile-%{version}
+sed -i -e '/pytest-runner/d' setup.py
 
 %build
 %python_build
 
-%if %{with test}
 %check
-%python_exec setup.py test
-%endif
+rm pytest.ini
+%pytest
 
 %install
 %python_install
-%fdupes %buildroot
+%python_clone -a %{buildroot}%{_bindir}/pytextile
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
+
+%post
+%python_install_alternative pytextile
+
+%postun
+%python_uninstall_alternative pytextile
 
 %files %{python_files}
-%defattr(-,root,root,-)
+%license LICENSE.txt
 %{python_sitelib}/*
-%python3_only %{_bindir}/pytextile
+%python_alternative %{_bindir}/pytextile
 
 %changelog




commit python-textile for openSUSE:Factory

2020-02-09 Thread root
Hello community,

here is the log from the commit of package python-textile for openSUSE:Factory 
checked in at 2020-02-09 20:49:35

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


Package is "python-textile"

Sun Feb  9 20:49:35 2020 rev:8 rq:772356 version:4.0.1

Changes:

--- /work/SRC/openSUSE:Factory/python-textile/python-textile.changes
2020-01-25 13:25:45.636078638 +0100
+++ /work/SRC/openSUSE:Factory/.python-textile.new.26092/python-textile.changes 
2020-02-09 20:49:37.854916594 +0100
@@ -1,0 +2,9 @@
+Sat Feb  1 15:14:57 UTC 2020 - Sebastian Wagner 
+
+- update to version 4.0.1:
+ - Bugfixes:
+  - SyntaxWarnings with Python 3.8 
i("#71":https://github.com/textile/python-textile/issues/71)
+  - testsuite: internal error with coverage 5.0.X 
("#72":https://github.com/textile/python-textile/issues/72)
+  - DeprecationWarnings about invalid escape sequences 
("#73":https://github.com/textile/python-textile/issues/73)
+
+---

Old:

  textile-4.0.0.tar.gz

New:

  textile-4.0.1.tar.gz



Other differences:
--
++ python-textile.spec ++
--- /var/tmp/diff_new_pack.znUPkE/_old  2020-02-09 20:49:38.846917161 +0100
+++ /var/tmp/diff_new_pack.znUPkE/_new  2020-02-09 20:49:38.846917161 +0100
@@ -20,7 +20,7 @@
 %bcond_without test
 %define skip_python2 1
 Name:   python-textile
-Version:4.0.0
+Version:4.0.1
 Release:0
 Summary:Textile processing for python
 License:BSD-3-Clause

++ textile-4.0.0.tar.gz -> textile-4.0.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/textile-4.0.0/.coveragerc 
new/textile-4.0.1/.coveragerc
--- old/textile-4.0.0/.coveragerc   2018-04-23 03:53:52.0 +0200
+++ new/textile-4.0.1/.coveragerc   2020-01-25 16:43:07.0 +0100
@@ -1,5 +1,7 @@
 [run]
 branch = True
+source = textile
+parallel = True
 
 [report]
 show_missing = True
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/textile-4.0.0/CHANGELOG.textile 
new/textile-4.0.1/CHANGELOG.textile
--- old/textile-4.0.0/CHANGELOG.textile 2020-01-12 20:37:33.0 +0100
+++ new/textile-4.0.1/CHANGELOG.textile 2020-01-25 16:48:46.0 +0100
@@ -1,5 +1,11 @@
 h1. Textile Changelog
 
+h2. Version 4.0.1
+* Bugfixes:
+** SyntaxWarnings with Python 3.8 
i("#71":https://github.com/textile/python-textile/issues/71)
+** testsuite: internal error with coverage 5.0.X 
("#72":https://github.com/textile/python-textile/issues/72)
+** DeprecationWarnings about invalid escape sequences 
("#73":https://github.com/textile/python-textile/issues/73)
+
 h2. Version 4.0.0
 * Drop support for Python 2, hence the version bump. Update list of PY3K 
versions to currently-supported versions. If you need to use textile on Python 
2.7 or Python 3.3 or 3.4, please use textile Version 3.0.4.
 * For use in PyPy environments, textile used to work well with the regex 
package. Lately, it's running into trouble. Please uninstall regex if this is 
the case for you.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/textile-4.0.0/PKG-INFO new/textile-4.0.1/PKG-INFO
--- old/textile-4.0.0/PKG-INFO  2020-01-12 21:34:30.0 +0100
+++ new/textile-4.0.1/PKG-INFO  2020-01-25 17:04:15.136586400 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: textile
-Version: 4.0.0
+Version: 4.0.1
 Summary: Textile processing for python.
 Home-page: http://github.com/textile/python-textile
 Author: Dennis Burke
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/textile-4.0.0/textile/core.py 
new/textile-4.0.1/textile/core.py
--- old/textile-4.0.0/textile/core.py   2020-01-12 16:29:57.0 +0100
+++ new/textile-4.0.1/textile/core.py   2020-01-25 16:43:07.0 +0100
@@ -17,9 +17,9 @@
 Additions and fixes Copyright (c) 2006 Alex Shiels http://thresholdstate.com/
 
 """
-
 import uuid
 from urllib.parse import urlparse, urlsplit, urlunsplit, quote, unquote
+from collections import OrderedDict
 
 from textile.tools import sanitizer, imagesize
 from textile.regex_strings import (align_re_s, cls_re_s, pnct_re_s,
@@ -29,10 +29,6 @@
 parse_attributes, pba)
 from textile.objects import Block, Table
 
-
-from collections import OrderedDict
-
-
 try:
 import regex as re
 except ImportError:
@@ -44,7 +40,7 @@
 unrestricted_url_schemes = restricted_url_schemes + ('file', 'tel',
 'callto', 'sftp', 'data')
 
-btag = ('bq', 'bc', 'notextile', 'pre', 'h[1-6]', 'fn\d+', 'p', '###')
+btag = ('bq', 'bc',

commit python-textile for openSUSE:Factory

2020-01-25 Thread root
Hello community,

here is the log from the commit of package python-textile for openSUSE:Factory 
checked in at 2020-01-25 13:25:41

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


Package is "python-textile"

Sat Jan 25 13:25:41 2020 rev:7 rq:767036 version:4.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-textile/python-textile.changes
2019-06-17 10:34:41.953223432 +0200
+++ /work/SRC/openSUSE:Factory/.python-textile.new.26092/python-textile.changes 
2020-01-25 13:25:45.636078638 +0100
@@ -1,0 +2,8 @@
+Sat Jan 18 10:49:22 UTC 2020 - Sebastian Wagner 
+
+- drop python 2, not supported anymore upstream
+- update to version 4.0.0:
+ - Drop support for Python 2, hence the version bump. Update list of PY3K 
versions to currently-supported versions. If you need to use textile on Python 
2.7 or Python 3.3 or 3.4, please use textile Version 3.0.4.
+ - For use in PyPy environments, textile used to work well with the regex 
package. Lately, it's running into trouble. Please uninstall regex if this is 
the case for you.
+
+---

Old:

  textile-3.0.4.tar.gz

New:

  textile-4.0.0.tar.gz



Other differences:
--
++ python-textile.spec ++
--- /var/tmp/diff_new_pack.KATwDu/_old  2020-01-25 13:25:46.232078898 +0100
+++ /var/tmp/diff_new_pack.KATwDu/_new  2020-01-25 13:25:46.232078898 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-textile
 #
-# 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
@@ -18,26 +18,25 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without test
+%define skip_python2 1
 Name:   python-textile
-Version:3.0.4
+Version:4.0.0
 Release:0
 Summary:Textile processing for python
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Url:http://github.com/textile/python-textile
+URL:http://github.com/textile/python-textile
 Source: 
https://files.pythonhosted.org/packages/source/t/textile/textile-%{version}.tar.gz
 Requires:   python-Pillow
-Requires:   python-html5lib >= 0.9
+Requires:   python-html5lib >= 1.0.1
 Requires:   python-six
 Recommends: python-regex
-BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module pytest-cov}
-BuildRequires:  %{python_module pytest-runner}
 BuildRequires:  %{python_module setuptools}
 %if %{with test}
-# not needed as the test requires internet connection
-#BuildRequires:  %%{python_module Pillow}
-BuildRequires:  %{python_module html5lib >= 0.9}
+BuildRequires:  %{python_module html5lib >= 1.0.1}
+BuildRequires:  %{python_module pytest-cov}
+BuildRequires:  %{python_module pytest-runner}
+BuildRequires:  %{python_module regex >= 1.0}
 %endif
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros

++ textile-3.0.4.tar.gz -> textile-4.0.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/textile-3.0.4/CHANGELOG.textile 
new/textile-4.0.0/CHANGELOG.textile
--- old/textile-3.0.4/CHANGELOG.textile 2019-06-08 18:32:59.0 +0200
+++ new/textile-4.0.0/CHANGELOG.textile 2020-01-12 20:37:33.0 +0100
@@ -1,5 +1,9 @@
 h1. Textile Changelog
 
+h2. Version 4.0.0
+* Drop support for Python 2, hence the version bump. Update list of PY3K 
versions to currently-supported versions. If you need to use textile on Python 
2.7 or Python 3.3 or 3.4, please use textile Version 3.0.4.
+* For use in PyPy environments, textile used to work well with the regex 
package. Lately, it's running into trouble. Please uninstall regex if this is 
the case for you.
+
 h2. Version 3.0.4
 * BUGFIX: Restricted mode strips out CSS attributes again.
 * Update travis to more current versions and test against current Pillow 
version.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/textile-3.0.4/CONTRIBUTORS.txt 
new/textile-4.0.0/CONTRIBUTORS.txt
--- old/textile-3.0.4/CONTRIBUTORS.txt  2019-06-08 18:32:59.0 +0200
+++ new/textile-4.0.0/CONTRIBUTORS.txt  2020-01-12 20:57:26.0 +0100
@@ -6,4 +6,5 @@
 Alex Shiels
 Jason Samsa
 Kurt Raschke
-Dave Brondsema
\ No newline at end of file
+Dave Brondsema
+Dmitry Shachnev
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/textile-3.0.4/MANIFEST.in 
new/textile-4.0.0/MANIFEST.in
--- old/te

commit python-textile for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package python-textile for openSUSE:Factory 
checked in at 2019-06-17 10:34:24

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


Package is "python-textile"

Mon Jun 17 10:34:24 2019 rev:6 rq:710176 version:3.0.4

Changes:

--- /work/SRC/openSUSE:Factory/python-textile/python-textile.changes
2018-05-04 11:30:02.170585325 +0200
+++ /work/SRC/openSUSE:Factory/.python-textile.new.4811/python-textile.changes  
2019-06-17 10:34:41.953223432 +0200
@@ -1,0 +2,7 @@
+Sun Jun  9 06:45:28 UTC 2019 - Sebastian Wagner 
+
+- update to version 3.0.4:
+ - BUGFIX: Restricted mode strips out CSS attributes again.
+ - Update travis to more current versions and test against current Pillow 
version.
+
+---

Old:

  textile-3.0.3.tar.gz

New:

  textile-3.0.4.tar.gz



Other differences:
--
++ python-textile.spec ++
--- /var/tmp/diff_new_pack.3bkbzV/_old  2019-06-17 10:34:42.409223204 +0200
+++ /var/tmp/diff_new_pack.3bkbzV/_new  2019-06-17 10:34:42.413223202 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-textile
 #
-# 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
@@ -12,21 +12,21 @@
 # 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/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without test
 Name:   python-textile
-Version:3.0.3
+Version:3.0.4
 Release:0
 Summary:Textile processing for python
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:http://github.com/textile/python-textile
 Source: 
https://files.pythonhosted.org/packages/source/t/textile/textile-%{version}.tar.gz
-Requires:   python-Pillow >= 3.0.0
+Requires:   python-Pillow
 Requires:   python-html5lib >= 0.9
 Requires:   python-six
 Recommends: python-regex
@@ -36,7 +36,7 @@
 BuildRequires:  %{python_module setuptools}
 %if %{with test}
 # not needed as the test requires internet connection
-#BuildRequires:  %%{python_module Pillow >= 3.0.0}
+#BuildRequires:  %%{python_module Pillow}
 BuildRequires:  %{python_module html5lib >= 0.9}
 %endif
 BuildRequires:  fdupes

++ textile-3.0.3.tar.gz -> textile-3.0.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/textile-3.0.3/CHANGELOG.textile 
new/textile-3.0.4/CHANGELOG.textile
--- old/textile-3.0.3/CHANGELOG.textile 2018-04-22 16:17:44.0 +0200
+++ new/textile-3.0.4/CHANGELOG.textile 2019-06-08 18:32:59.0 +0200
@@ -1,5 +1,9 @@
 h1. Textile Changelog
 
+h2. Version 3.0.4
+* BUGFIX: Restricted mode strips out CSS attributes again.
+* Update travis to more current versions and test against current Pillow 
version.
+
 h2. Version 3.0.3
 * BUGFIX: Improve handling code block following extended p block 
("#63":https://github.com/textile/python-textile/pull/63)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/textile-3.0.3/CONTRIBUTORS.txt 
new/textile-3.0.4/CONTRIBUTORS.txt
--- old/textile-3.0.3/CONTRIBUTORS.txt  2018-04-10 16:20:24.0 +0200
+++ new/textile-3.0.4/CONTRIBUTORS.txt  2019-06-08 18:32:59.0 +0200
@@ -5,4 +5,5 @@
 Mark Pilgrim
 Alex Shiels
 Jason Samsa
-Kurt Raschke
\ No newline at end of file
+Kurt Raschke
+Dave Brondsema
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/textile-3.0.3/MANIFEST.in 
new/textile-3.0.4/MANIFEST.in
--- old/textile-3.0.3/MANIFEST.in   2018-04-12 18:30:08.0 +0200
+++ new/textile-3.0.4/MANIFEST.in   2019-06-08 19:08:02.0 +0200
@@ -1,2 +1,10 @@
 include MANIFEST.in
 include tests/fixtures/README.txt
+recursive-include tests *.py
+include .coveragerc
+include CHANGELOG.textile
+include CONTRIBUTORS.txt
+include LICENSE.txt
+include pytest.ini
+include README.textile
+include requirements.txt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/textile-3.0.3/PKG-INFO new/textile-3.0.4/PKG-INFO
--- old/textile-3.0.3/PKG-INFO  2018-04-22 16:20:36.0 +0200
+++ new/textile-3.0.4/PKG

commit python-textile for openSUSE:Factory

2018-05-04 Thread root
Hello community,

here is the log from the commit of package python-textile for openSUSE:Factory 
checked in at 2018-05-04 11:29:56

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


Package is "python-textile"

Fri May  4 11:29:56 2018 rev:5 rq:603209 version:3.0.3

Changes:

--- /work/SRC/openSUSE:Factory/python-textile/python-textile.changes
2017-11-27 22:17:32.884514218 +0100
+++ /work/SRC/openSUSE:Factory/.python-textile.new/python-textile.changes   
2018-05-04 11:30:02.170585325 +0200
@@ -1,0 +2,14 @@
+Mon Apr 23 07:29:51 UTC 2018 - sebix+novell@sebix.at
+
+- update to version 3.0.3:
+ * BUGFIX: Improve handling code block following extended p block (#63)
+
+---
+Thu Apr 12 19:09:52 UTC 2018 - sebix+novell@sebix.at
+
+- update to version 3.0.2:
+ * Fix for multiple multi-line paragraphs. (#62)
+- update to version 3.0.1:
+ * Fix improper handling of extended code blocks. (#61)
+
+---

Old:

  textile-3.0.0-withtests.tar.gz

New:

  textile-3.0.3.tar.gz



Other differences:
--
++ python-textile.spec ++
--- /var/tmp/diff_new_pack.PrUZVx/_old  2018-05-04 11:30:04.166512095 +0200
+++ /var/tmp/diff_new_pack.PrUZVx/_new  2018-05-04 11:30:04.170511948 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-textile
 #
-# 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
@@ -19,13 +19,13 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without test
 Name:   python-textile
-Version:3.0.0
+Version:3.0.3
 Release:0
 Summary:Textile processing for python
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:http://github.com/textile/python-textile
-Source: 
https://files.pythonhosted.org/packages/source/t/textile/textile-%{version}-withtests.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/t/textile/textile-%{version}.tar.gz
 Requires:   python-Pillow >= 3.0.0
 Requires:   python-html5lib >= 0.9
 Requires:   python-six

++ textile-3.0.0-withtests.tar.gz -> textile-3.0.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/textile-3.0.0/CHANGELOG.textile 
new/textile-3.0.3/CHANGELOG.textile
--- old/textile-3.0.0/CHANGELOG.textile 2017-11-17 16:37:57.0 +0100
+++ new/textile-3.0.3/CHANGELOG.textile 2018-04-22 16:17:44.0 +0200
@@ -1,5 +1,14 @@
 h1. Textile Changelog
 
+h2. Version 3.0.3
+* BUGFIX: Improve handling code block following extended p block 
("#63":https://github.com/textile/python-textile/pull/63)
+
+h2. Version 3.0.2
+* BUGFIX: Fix for multiple multi-line paragraphs. 
("#62":https://github.com/textile/python-textile/pull/62)
+
+h2. Version 3.0.1
+* BUGFIX: Fix improper handling of extended code blocks. 
("#61":https://github.com/textile/python-textile/pull/61)
+
 h2. Version 3.0.0
 * Drop support for Python 2.6 and 3.2.
 * Update to the current version of html5lib
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/textile-3.0.0/PKG-INFO new/textile-3.0.3/PKG-INFO
--- old/textile-3.0.0/PKG-INFO  2017-11-17 16:38:15.0 +0100
+++ new/textile-3.0.3/PKG-INFO  2018-04-22 16:20:36.0 +0200
@@ -1,12 +1,11 @@
-Metadata-Version: 1.1
+Metadata-Version: 2.1
 Name: textile
-Version: 3.0.0
+Version: 3.0.3
 Summary: Textile processing for python.
 Home-page: http://github.com/textile/python-textile
 Author: Dennis Burke
 Author-email: ikiruden...@gmail.com
 License: UNKNOWN
-Description-Content-Type: UNKNOWN
 Description: UNKNOWN
 Keywords: textile,text,html markup
 Platform: UNKNOWN
@@ -27,3 +26,6 @@
 Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
+Provides-Extra: regex
+Provides-Extra: develop
+Provides-Extra: imagesize
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/textile-3.0.0/tests/test_github_issues.py 
new/textile-3.0.3/tests/test_github_issues.py
--- old/textile-3.0.0/tests/test_github_issues.py   2017-11-17 
16:37:57.0 +0100
+++ new/textile-3.0.3/tests/test_github_issues.py   2018-04-22 
16:16:38.0 +0200
@@ -258,7 +258,150 @@
   'return configs;\n}\n}')
  

commit python-textile for openSUSE:Factory

2017-11-27 Thread root
Hello community,

here is the log from the commit of package python-textile for openSUSE:Factory 
checked in at 2017-11-27 22:17:26

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


Package is "python-textile"

Mon Nov 27 22:17:26 2017 rev:4 rq:545587 version:3.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-textile/python-textile.changes
2017-08-21 11:37:47.647833016 +0200
+++ /work/SRC/openSUSE:Factory/.python-textile.new/python-textile.changes   
2017-11-27 22:17:32.884514218 +0100
@@ -1,0 +2,20 @@
+Sat Nov 18 21:08:44 UTC 2017 - sebix+novell@sebix.at
+
+- change source url back to fixed pypi url
+
+---
+Thu Nov 16 21:55:29 UTC 2017 - sebix+novell@sebix.at
+
+- update to version 3.0.0:
+ * Update to the current version of html5lib
+ * Bugfixes:
+  * Fix handling of HTML entities in extended pre blocks. (#55)
+  * Empty definitions in definition lists raised an exception (#56)
+  * Fix handling of unicode in img attributes (#58)
+
+---
+Sun Sep 17 14:05:59 UTC 2017 - sebix+novell@sebix.at
+
+- fix dependencies
+
+---

Old:

  textile-2.3.16.tar.gz

New:

  textile-3.0.0-withtests.tar.gz



Other differences:
--
++ python-textile.spec ++
--- /var/tmp/diff_new_pack.qMZaMm/_old  2017-11-27 22:17:34.544453968 +0100
+++ /var/tmp/diff_new_pack.qMZaMm/_new  2017-11-27 22:17:34.544453968 +0100
@@ -19,22 +19,28 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without test
 Name:   python-textile
-Version:2.3.16
+Version:3.0.0
 Release:0
 Summary:Textile processing for python
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:http://github.com/textile/python-textile
-Source: 
https://files.pythonhosted.org/packages/source/t/textile/textile-%{version}.tar.gz
-Requires:   python-Pillow
-Requires:   python-html5lib
+Source: 
https://files.pythonhosted.org/packages/source/t/textile/textile-%{version}-withtests.tar.gz
+Requires:   python-Pillow >= 3.0.0
+Requires:   python-html5lib >= 0.9
+Requires:   python-six
+Recommends: python-regex
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module pytest-cov}
 BuildRequires:  %{python_module pytest-runner}
 BuildRequires:  %{python_module setuptools}
+%if %{with test}
+# not needed as the test requires internet connection
+#BuildRequires:  %%{python_module Pillow >= 3.0.0}
+BuildRequires:  %{python_module html5lib >= 0.9}
+%endif
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %python_subpackages
 
@@ -52,8 +58,10 @@
 %build
 %python_build
 
+%if %{with test}
 %check
 %python_exec setup.py test
+%endif
 
 %install
 %python_install




commit python-textile for openSUSE:Factory

2017-08-21 Thread root
Hello community,

here is the log from the commit of package python-textile for openSUSE:Factory 
checked in at 2017-08-21 11:37:42

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


Package is "python-textile"

Mon Aug 21 11:37:42 2017 rev:3 rq:517761 version:2.3.16

Changes:

--- /work/SRC/openSUSE:Factory/python-textile/python-textile.changes
2017-08-10 14:13:35.199920822 +0200
+++ /work/SRC/openSUSE:Factory/.python-textile.new/python-textile.changes   
2017-08-21 11:37:47.647833016 +0200
@@ -1,0 +2,9 @@
+Wed Aug 16 19:35:04 UTC 2017 - sebix+novell@sebix.at
+
+- upgrade to 2.3.16
+ * Bugfixes:
+  * Fix processing of extended code blocks 
("#50":https://github.com/textile/python-textile/issues/50)
+  * Don't break when links fail to include "http:" 
("#51":https://github.com/textile/python-textile/issues/51)
+  * Better handling of poorly-formatted tables 
("#52":https://github.com/textile/python-textile/issues/52)
+
+---

Old:

  textile-2.3.15.tar.gz

New:

  textile-2.3.16.tar.gz



Other differences:
--
++ python-textile.spec ++
--- /var/tmp/diff_new_pack.Y3FeAV/_old  2017-08-21 11:37:49.327596770 +0200
+++ /var/tmp/diff_new_pack.Y3FeAV/_new  2017-08-21 11:37:49.335595645 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without test
 Name:   python-textile
-Version:2.3.15
+Version:2.3.16
 Release:0
 Summary:Textile processing for python
 License:BSD-3-Clause

++ textile-2.3.15.tar.gz -> textile-2.3.16.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/textile-2.3.15/CHANGELOG.textile 
new/textile-2.3.16/CHANGELOG.textile
--- old/textile-2.3.15/CHANGELOG.textile2017-07-21 01:21:32.0 
+0200
+++ new/textile-2.3.16/CHANGELOG.textile2017-08-14 15:28:14.0 
+0200
@@ -1,5 +1,11 @@
 h1. Textile Changelog
 
+h2. Version 2.3.16
+* Bugfixes:
+** Fix processing of extended code blocks 
("#50":https://github.com/textile/python-textile/issues/50)
+** Don't break when links fail to include "http:" 
("#51":https://github.com/textile/python-textile/issues/51)
+** Better handling of poorly-formatted tables 
("#52":https://github.com/textile/python-textile/issues/52)
+
 h2. Version 2.3.15
 * Bugfix: Don't break on unicode characters in the fragment of a url.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/textile-2.3.15/PKG-INFO new/textile-2.3.16/PKG-INFO
--- old/textile-2.3.15/PKG-INFO 2017-07-21 01:26:59.0 +0200
+++ new/textile-2.3.16/PKG-INFO 2017-08-14 15:40:10.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: textile
-Version: 2.3.15
+Version: 2.3.16
 Summary: Textile processing for python.
 Home-page: http://github.com/textile/python-textile
 Author: Dennis Burke
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/textile-2.3.15/tests/test_github_issues.py 
new/textile-2.3.16/tests/test_github_issues.py
--- old/textile-2.3.15/tests/test_github_issues.py  2017-07-21 
01:20:52.0 +0200
+++ new/textile-2.3.16/tests/test_github_issues.py  2017-08-14 
15:25:16.0 +0200
@@ -173,3 +173,29 @@
 result = textile.textile(s)
 expect = '\thttps://ru.vuejs.org/v2/guide/components.html#Входные-параметры";>link'
 assert result == expect
+
+def test_github_issue_50():
+"""Incorrect wrap code with Java generics in pre"""
+test = ('pre.. public class Tynopet {}\n\nfinal '
+'List> multipleList = new ArrayList<>();')
+result = textile.textile(test)
+expect = ('public class Tynopet {}\n\n'
+  'final List> multipleList = new '
+  'ArrayList<>();')
+assert result == expect
+
+def test_github_issue_51():
+"""Link build with $ sign without "http" prefix broken."""
+test = '"$":www.google.com.br'
+result = textile.textile(test)
+expect = '\twww.google.com.br'
+assert result == expect
+
+def test_github_issue_52():
+"""Table build without space after aligment raise a AttributeError."""
+test = '|=.First Header |=. Second Header |'
+result = textile.textile(test)
+expect = ('\t\n\t\t\n\t\t\t=.First Header '
+  '\n\t\t\tSecond Header '
+  '\n\t\t\n\t')
+assert result == expect
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/textile-2.3.15/textile/core.py 
new/textile-2.3.16/textile/core.py
--- old/textile-2.3.15/text

commit python-textile for openSUSE:Factory

2017-08-10 Thread root
Hello community,

here is the log from the commit of package python-textile for openSUSE:Factory 
checked in at 2017-08-10 14:06:13

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


Package is "python-textile"

Thu Aug 10 14:06:13 2017 rev:2 rq:515341 version:2.3.15

Changes:

--- /work/SRC/openSUSE:Factory/python-textile/python-textile.changes
2017-08-08 11:58:21.155519468 +0200
+++ /work/SRC/openSUSE:Factory/.python-textile.new/python-textile.changes   
2017-08-10 14:13:35.199920822 +0200
@@ -1,0 +2,17 @@
+Fri Jul 21 08:20:36 UTC 2017 - sebix+novell@sebix.at
+
+- upgrade to version 2.3.15
+ * Bugfix: Don't break on unicode characters in the fragment of a url. (#49)
+- upgrade to version 2.3.14
+ * Bugfix: Fix textile on Python 2.6 (#48)
+
+---
+Thu Jul 20 09:54:44 UTC 2017 - sebix+novell@sebix.at
+
+- upgrade to version 2.3.13
+ * Remove extraneous arguments from textile method. These were originally 
added long ago to work with django, but markup languages are long gone from 
django.
+ * Bugfix: Don't mangle percent-encoded URLs so much. 
("#45":https://github.com/textile/python-textile/issues/45)
+ * Bugfix: More fixes for poorly-formatted lists. 
("#46":https://github.com/textile/python-textile/issues/46)
+ * Bugfix: Improve handling of whitespace in pre-formatted blocks. This now 
matches php-textile's handling of pre blocks much more closely. 
("#47":https://github.com/textile/python-textile/issues/47)
+
+---

Old:

  textile-2.3.12.tar.gz

New:

  textile-2.3.15.tar.gz



Other differences:
--
++ python-textile.spec ++
--- /var/tmp/diff_new_pack.TGd0Nq/_old  2017-08-10 14:13:35.995808759 +0200
+++ /var/tmp/diff_new_pack.TGd0Nq/_new  2017-08-10 14:13:35.999808196 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without test
 Name:   python-textile
-Version:2.3.12
+Version:2.3.15
 Release:0
 Summary:Textile processing for python
 License:BSD-3-Clause

++ textile-2.3.12.tar.gz -> textile-2.3.15.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/textile-2.3.12/CHANGELOG.textile 
new/textile-2.3.15/CHANGELOG.textile
--- old/textile-2.3.12/CHANGELOG.textile2017-06-03 23:22:54.0 
+0200
+++ new/textile-2.3.15/CHANGELOG.textile2017-07-21 01:21:32.0 
+0200
@@ -1,5 +1,17 @@
 h1. Textile Changelog
 
+h2. Version 2.3.15
+* Bugfix: Don't break on unicode characters in the fragment of a url.
+
+h2. Version 2.3.14
+* Bugfix: Fix textile on Python 2.6 
("#48":https://github.com/textile/python-textile/issues/48)
+
+h2. Version 2.3.13
+* Remove extraneous arguments from textile method. These were originally added 
long ago to work with django, but markup languages are long gone from django.
+* Bugfix: Don't mangle percent-encoded URLs so much. 
("#45":https://github.com/textile/python-textile/issues/45)
+* Bugfix: More fixes for poorly-formatted lists. 
("#46":https://github.com/textile/python-textile/issues/46)
+* Bugfix: Improve handling of whitespace in pre-formatted blocks. This now 
matches php-textile's handling of pre blocks much more closely. 
("#47":https://github.com/textile/python-textile/issues/47)
+
 h2. Version 2.3.12
 * Bugfix: Don't die on pre blocks with unicode characters. 
("#43":https://github.com/textile/python-textile/issues/43)
 * Bugfix: Fix regressions introduced into the code between 2.2.2 and 2.3.11. 
(Special thanks to "@adam-iris":https://github.com/adam-iris for providing pull 
request "#44":https://github.com/textile/python-textile/pull/44)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/textile-2.3.12/PKG-INFO new/textile-2.3.15/PKG-INFO
--- old/textile-2.3.12/PKG-INFO 2017-06-03 23:34:03.0 +0200
+++ new/textile-2.3.15/PKG-INFO 2017-07-21 01:26:59.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: textile
-Version: 2.3.12
+Version: 2.3.15
 Summary: Textile processing for python.
 Home-page: http://github.com/textile/python-textile
 Author: Dennis Burke
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/textile-2.3.12/tests/test_block.py 
new/textile-2.3.15/tests/test_block.py
--- old/textile-2.3.12/tests/test_block.py  2017-06-03 23:21:23.0 
+0200
+++ new/textile-2.3.15/tests/test_block.py  2017-07-21 01:20:52.0 
+0200
@@ -69,3 +69,30 @@
 t = textile.Textile()
 result = t.parse(input)
 as