SHA256
1
0
forked from pool/mwic
mwic/mwic.changes
Sebastian Wagner f088b6bbbd Accepting request 1058570 from home:dirkmueller:Factory
- update to 0.7.9:
  * Add new multi-word misspellings to the dictionary.
  * Fix printing PyEnchant version.
  * Improve mwic4po:
    + Improve error handling.
    + Use uppercase for CLI metavar.
  * Drop support for Python < 3.6.
  * Update Docutils homepage URL.
  * Make it possible use pytest as the test harness.

OBS-URL: https://build.opensuse.org/request/show/1058570
OBS-URL: https://build.opensuse.org/package/show/utilities/mwic?expand=0&rev=18
2023-01-19 20:58:32 +00:00

90 lines
3.2 KiB
Plaintext

-------------------------------------------------------------------
Sun Jan 15 21:05:16 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.7.9:
* Add new multi-word misspellings to the dictionary.
* Fix printing PyEnchant version.
* Improve mwic4po:
+ Improve error handling.
+ Use uppercase for CLI metavar.
* Drop support for Python < 3.6.
* Update Docutils homepage URL.
* Make it possible use pytest as the test harness.
-------------------------------------------------------------------
Mon Mar 30 16:35:53 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 0.7.8:
* Add new multi-word misspellings to the dictionary.
* Use the \e[90m sequence for dark gray.
* Improve the build system:
+ Check Python version on install.
+ Byte-compile Python code on install.
https://github.com/jwilk/mwic/issues/9
+ Don't require GNU install(1).
* Rephrase descriptions of --help and --version in help messages.
* Improve the test suite.
-------------------------------------------------------------------
Tue Nov 13 19:32:04 UTC 2018 - Sebastian Wagner <sebix+novell.com@sebix.at>
- remove reproducible-manpage.patch
- update to version 0.7.7:
* no upstream changelog available
-------------------------------------------------------------------
Sat Oct 13 07:55:26 UTC 2018 - Sebastian Wagner <sebix+novell.com@sebix.at>
- add reproducible-manpage.patch
- update to version 0.7.6:
* no upstream changelog available
-------------------------------------------------------------------
Wed Aug 8 16:30:57 UTC 2018 - jengelh@inai.de
- Update summary so it's a bit more useful in lists like yast's.
- Wrap description.
-------------------------------------------------------------------
Wed May 2 07:19:07 UTC 2018 - sebix+novell.com@sebix.at
- update to version 0.7.5:
* Update PyPI URLs in documentation.
* Update Lintian URLs in the manual page.
-------------------------------------------------------------------
Wed Jan 24 19:14:43 UTC 2018 - sebix+novell.com@sebix.at
- update to version 0.7.4
* Add new multi-word misspellings to the dictionary.
* Reset the SIGPIPE signal disposition.
-------------------------------------------------------------------
Tue Oct 17 19:40:52 UTC 2017 - sebix+novell.com@sebix.at
- Replace shebang in executable by call to /usr/bin/python3, fixing rpmlint error
-------------------------------------------------------------------
Mon Sep 25 20:14:44 UTC 2017 - sebix+novell.com@sebix.at
- remove deprecated manual source validation
-------------------------------------------------------------------
Sun Sep 24 14:12:53 UTC 2017 - sebix+novell.com@sebix.at
- fix source validation
-------------------------------------------------------------------
Sun Sep 24 12:31:10 UTC 2017 - sebix+novell.com@sebix.at
- use packaged method to install the package
* remove all patches
- validate source file
-------------------------------------------------------------------
Tue Sep 5 20:06:14 UTC 2017 - sebix+novell.com@sebix.at
- initial package for version 0.7.3
- add wip-pip.patch from upstream pull request #4 for setup.py
- add allow_setup.py_call.patch allowing to use the setup.py file