python-smartypants/python-smartypants.changes

127 lines
4.5 KiB
Plaintext

-------------------------------------------------------------------
Mon Sep 25 08:24:56 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
- add fix-312.patch to fix python3.12 build
-------------------------------------------------------------------
Fri Apr 21 12:34:12 UTC 2023 - Dirk Müller <dmueller@suse.com>
- add sle15_python_module_pythons (jsc#PED-68)
-------------------------------------------------------------------
Thu Apr 13 22:44:55 UTC 2023 - Matej Cepl <mcepl@suse.com>
- Make calling of %{sle15modernpython} optional.
-------------------------------------------------------------------
Tue Mar 14 20:32:40 UTC 2023 - Dirk Müller <dmueller@suse.com>
- add use-sys-executable.patch to run the tests with the flavor
python interpreter
-------------------------------------------------------------------
Wed Sep 8 10:03:32 UTC 2021 - pgajdos@suse.com
- %check: use %pyunittest rpm macro
- use python3 instead of python in env
-------------------------------------------------------------------
Tue May 7 15:40:36 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Activate test suite
- Update Summary and Description
- Add %doc
-------------------------------------------------------------------
Tue Dec 4 12:54:22 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
-------------------------------------------------------------------
Sun Jul 29 12:34:27 UTC 2018 - jengelh@inai.de
- Update descriptions.
-------------------------------------------------------------------
Thu May 24 17:45:27 UTC 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 7 16:15:51 UTC 2017 - benoit.monin@gmx.fr
- convert the package to singlespec
- call fdupes to fix duplicated files
-------------------------------------------------------------------
Thu Dec 29 14:45:52 UTC 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 19:28:18 UTC 2014 - benoit.monin@gmx.fr
- fix usage of update-alternatives
-------------------------------------------------------------------
Thu Jul 3 18:05:07 UTC 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 2 18:50:55 UTC 2014 - benoit.monin@gmx.fr
- use update-alternatives for the smartypants binary
-------------------------------------------------------------------
Tue Jul 1 18:15:02 UTC 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 16:20:12 UTC 2013 - p.drouand@gmail.com
- Update to version 1.8.3
+ No changelog available
- COPYING is not provided anymore by upstream
-------------------------------------------------------------------
Mon Jul 23 13:27:55 UTC 2012 - saschpe@suse.de
- Initial version