Version: 2.0.1-bp151.1.1
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
* Sun Jul 29 2018 jengelh@inai.de
- Update descriptions.
* Thu May 24 2018 toddrme2178@gmail.com
- Update to 2.0.1
* use re.match instead of re.search to improve performance on large strings
- spec file cleanups
- Switch to wheel
- Add license
* Sun May 07 2017 benoit.monin@gmx.fr
- convert the package to singlespec
- call fdupes to fix duplicated files
* Thu Dec 29 2016 benoit.monin@gmx.fr
- update to version 2.0.0
+ drop Pyblosxom support
+ drop str-type attr
+ drop fooBarXyz functions, such as smartyPants, educateQuotes,
and processEscapes
+ add Attr.u and Attr.h for Unicode characters and HTML named
entities outputs, respectively. The stupefy_entities has become
convert_entities to support all three types of conversions.(#6)
+ Makefile: do not build bdist_wininst --plat-name win32 per
:pep:527#bdist-dmg-bdist-msi-and-bdist-wininst
+ Makefile: test packages build in test_setup target
+ Makefile: rename target install_test to test_setup
- additional changes from version 1.8.6
+ Makefile: add LC_ALL=C test for locale setting on setup.py wrt
+ change virtualenv invocation method in install_test target
+ fix UnicodeDecodeError on opening smartypants.py, which
includes Unicode characters, when running setup.py with Python3
and specific locales
- update project url
- update source url to pythonhosted
* Thu Jul 17 2014 benoit.monin@gmx.fr
- fix usage of update-alternatives
* Thu Jul 03 2014 benoit.monin@gmx.fr
- update to version 1.8.5
+ fix requirement of Wheel, now optional
- remove BuildRequires python-wheel, now unneeded
* Wed Jul 02 2014 benoit.monin@gmx.fr
- use update-alternatives for the smartypants binary
* Tue Jul 01 2014 benoit.monin@gmx.fr
- update to version 1.8.4
+ add missing COPYING and CHANGES.rst to package
+ add bdist_wheel to the building process for Python Wheel format
+ add test_doc8 target
+ fix install_test on missing of Wheel package
+ fix argparse version option breaks CLI on Python 3
- add build dependencies python-setuptools and python-wheel
- drop chmod on README.rst, fixed upstream
- remove shebang and excutable bit on smartypants.py, not a script
- add COPYING and CHANGE.rst to package documentation
* Tue Nov 19 2013 p.drouand@gmail.com
- Update to version 1.8.3
+ No changelog available
- COPYING is not provided anymore by upstream
* Mon Jul 23 2012 saschpe@suse.de
- Initial version