2023-03-20 13:35:26 +00:00
|
|
|
-------------------------------------------------------------------
|
2023-03-20 13:46:52 +00:00
|
|
|
Mon Mar 20 13:44:17 UTC 2023 - mcepl@cepl.eu
|
2023-03-20 13:35:26 +00:00
|
|
|
|
2023-03-20 13:46:52 +00:00
|
|
|
- Update to version 0.9.0+git.1679319196.353e6c9:
|
|
|
|
* Package tests as well.
|
|
|
|
* Add test for issue #65, which passes
|
|
|
|
* readme: PDF is supported now
|
2023-03-20 13:35:26 +00:00
|
|
|
* Add Python 3.11 to testing matrix
|
|
|
|
* Add test for forcing action with "!"
|
|
|
|
* Fix runtime error in pdf output of dual dialog
|
|
|
|
* Possible to force action by starting line with !
|
|
|
|
* pdf Settings object for styles and layout
|
|
|
|
* Replace nose with pytest
|
|
|
|
* assertEquals is deprecated - use assertEqual
|
|
|
|
* Remove unittest2 (Python 2 compatibility)
|
|
|
|
|
2022-10-05 15:43:57 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 04 08:42:28 UTC 2022 - andres.munoz@suse.com
|
|
|
|
|
|
|
|
- Add E275 to the list of ignored errors in pycodestyle
|
|
|
|
|
2020-12-03 21:34:53 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 03 21:34:14 UTC 2020 - mcepl@cepl.eu
|
|
|
|
|
|
|
|
- Update to version 0.9.0+git.1597423678.4e34d1f:
|
|
|
|
* Don't use open, but more compatible io.open
|
2020-12-03 22:06:56 +00:00
|
|
|
- Remove py2.patch, which has been included upstream.
|
2020-12-03 23:11:07 +00:00
|
|
|
- Add fix_entry_point.patch
|
|
|
|
- We don't need any stinking pytest.
|
2020-12-03 21:34:53 +00:00
|
|
|
|
2020-08-14 16:58:11 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 14 16:29:32 UTC 2020 - mcepl@cepl.eu
|
|
|
|
|
|
|
|
- Update to version 0.9.0+git.1597420829.0ff963d:
|
|
|
|
* Replace the deprecated assertEquals with the supported assertEqual.
|
|
|
|
* Make tests independent on any particular module.
|
|
|
|
* Use content or README.md as long_description
|
|
|
|
* Use more common extension .md rather than .markdown
|
|
|
|
* Python 3 only - not a universal wheel
|
|
|
|
* Bump version to 0.9.0 - Python 3 only version
|
|
|
|
* Remove Python 2 from classifiers #54
|
|
|
|
* Update readme for Python 3 #54
|
|
|
|
* Remove Python 2.7 from CI #54
|
|
|
|
* Removing Python 2 support - no need for six #54
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 14 13:16:52 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Initial packaging effort for 0.9.0.
|