Hello community, here is the log from the commit of package python3-html2text for openSUSE:Factory checked in at 2014-12-21 12:04:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python3-html2text (Old) and /work/SRC/openSUSE:Factory/.python3-html2text.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-html2text" Changes: -------- --- /work/SRC/openSUSE:Factory/python3-html2text/python3-html2text.changes 2013-06-21 19:01:46.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python3-html2text.new/python3-html2text.changes 2014-12-21 12:04:32.000000000 +0100 @@ -1,0 +2,51 @@ +Tue Dec 16 03:35:01 UTC 2014 - [email protected] + +- specfile: + * updated copyright year + * updated url + * added pypi source link + * stwiched to setuptools from distribute + +- update to version 2014.12.5: + * Feature: Update `README.md` with usage examples. + * Fix #35: Remove `py_modules` from `setup.py`. + * Fix #36: Excludes tests from being installed as a separate module. + * Fix #37: Don't hardcode the path to the installed binary. + * Fix: Readme typo in running cli. + * Feature #40: Extract cli part to "cli" module. + * Feature #42: Bring python version compatibility to "compat.py" module. + * Feature #41: Extract utility/helper methods to "utils" module. + * Fix #45: Does not accept standard input when running under Python 3. + * Feature: Clean up "ChangeLog.rst" for version and date numbers. + + +- changes from version 2014.9.25: + * Feature #29, #27: Add simple table support with bypass option. + * Fix #20: Replace project website with: http://alir3z4.github.io/html2text/ . + + +- changes from version 2014.9.8: + * Fix #28: missing "html2text" package in installation. + + +- changes from version 2014.9.7: + * Fix "unicode"/"type" error in memory leak unit-test. + * Feature #16: Remove "install_deps.py". + * Feature #17: Add status badges via pypin. + * Feature #18: Add "Python" "3.4" to travis config file. + * Feature #19: Bring "html2text" to a separate module and take out the "conf"/"constant" variables. + * Feature #21: Remove meta vars from "html2text.py" file header. + * Fix: Fix TypeError when parsing tags like <img src='foo' alt>. Fixed in #25. + + +- changes from version 2014.7.3: + * Fix #8: Remove "How to do a release" section from README.md. + * Fix #11: Include test directory markdown, html files. + * Fix #13: memory leak in using "handle" while keeping the old instance of "html2text". + + +- changes from version 2014.4.5: + * Fix #1: Add "ChangeLog.rst" file. + * Fix #2: Add "AUTHORS.rst" file. + +------------------------------------------------------------------- Old: ---- html2text-3.200.3.tar.bz2 New: ---- html2text-2014.12.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python3-html2text.spec ++++++ --- /var/tmp/diff_new_pack.x3qtsn/_old 2014-12-21 12:04:33.000000000 +0100 +++ /var/tmp/diff_new_pack.x3qtsn/_new 2014-12-21 12:04:33.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package python3-html2text # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -11,26 +11,30 @@ # 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/ # + Name: python3-html2text -Version: 3.200.3 +Version: 2014.12.5 Release: 0 -Url: http://www.aaronsw.com/2002/html2text/ +Url: https://github.com/Alir3z4/html2text/ Summary: Turn HTML into equivalent Markdown-structured text License: GPL-3.0 Group: Development/Languages/Python -Source: html2text-%{version}.tar.bz2 +Source: https://pypi.python.org/packages/source/h/html2text/html2text-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python3 BuildRequires: python3-devel -BuildRequires: python3-distribute +BuildRequires: python3-setuptools BuildArch: noarch %description -Turn HTML into equivalent Markdown-structured text. +html2text is a Python script that converts a page of HTML into clean, +easy-to-read plain ASCII text. Better yet, that ASCII also happens to +be valid Markdown (a text-to-HTML format). + %prep %setup -q -n html2text-%{version} -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
