Matej Cepl
d6f55f4413
fixes gh#openSUSE/python-rpm-macros#64#issuecomment-715373348 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cmdln?expand=0&rev=18
69 lines
2.6 KiB
Plaintext
69 lines
2.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Oct 23 14:44:10 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Use %pycache_only %python_sitelib instead of %python3_sitelib
|
|
fixes gh#openSUSE/python-rpm-macros#64#issuecomment-715373348
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 7 09:49:23 UTC 2017 - mimi.vx@gmail.com
|
|
|
|
- convert to singlespec package
|
|
|
|
-------------------------------------------------------------------
|
|
Sat May 2 15:15:13 UTC 2015 - benoit.monin@gmx.fr
|
|
|
|
- update to version 2.0.0:
|
|
* Added support for Python 3 (test suite fully passing)
|
|
- additional changes from version 1.3.1:
|
|
* Allow dynamic setting of `self.prompt` and have it update
|
|
- additional changes from version 1.3.0:
|
|
* Change `self.postoptparse()` hook handling to use the retval
|
|
value. If it is none-zero (or non-None), then `Cmdln.main()`
|
|
processing exits
|
|
* Fix tab-completion on Mac with Python builds that build against
|
|
editline where `readline.parse_and_bind` have different syntax
|
|
- additional changes from version 1.2.0:
|
|
* Issue 3: Raise upper bound width for left column in "Commands"
|
|
and "help topics" lists in help output to 30. Also fix buglet
|
|
in that column formatting.
|
|
* Issue 7: add `man_sections_from_cmdln(...)` for generating
|
|
decent man page content automatically from a `Cmdln` subclass
|
|
instance. See ManPageGeneration for an overview.
|
|
- additional changes from version 1.1.3:
|
|
* Stop using `string.whitespace` because it can be an 8-bit
|
|
string with non-ASCII chars in it, leading to potential
|
|
`UnicodeDecodeError`s. See Komodo Bug 81316.
|
|
- update project URL
|
|
- add tcl as BuildRequires for the tests
|
|
- remove unwanted shebang from cmdln.py
|
|
- remove executable bit of examples in documentation
|
|
- run the tests during package build
|
|
- remove README.txt from package, not provided anymore
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 24 13:45:41 UTC 2013 - speilicke@suse.com
|
|
|
|
- Update to version 1.1.2:
|
|
+ No changelog
|
|
- Spec file cleanup
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 28 22:31:23 CEST 2009 - coolo@novell.com
|
|
|
|
- merge build service with factory
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 9 02:14:10 CEST 2008 - poeml@suse.de
|
|
|
|
- don't make the "Release" tag a macro
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 1 12:33:29 CEST 2008 - poeml@suse.de
|
|
|
|
- This package is not a noarch package -- fix the build.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 6 09:11:00 CET 2008 - toms@suse.de
|
|
|
|
- Initial package 1.1.1
|