Package: python-changelogd / 0.1.9-2

Metadata

Package Version Patches format
python-changelogd 0.1.9-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
002 fix importtable warn.patch | (download)

changelogd/templates/__init__.py | 1 1 + 0 - 0 !
changelogd/templates/rst/__init__.py | 1 1 + 0 - 0 !
2 files changed, 2 insertions(+)

 fix importtable warning during build
 Add __init__.py files to changelogd/templates and its
 sub directories to avoid changelogd.templates absent.
001 fix for docs.patch | (download)

docs/conf.py | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 fix for docs
 Fix for unable to find module changelogd during build,
 define the path + import version locally instead of pip.
003 click 8.2.patch | (download)

tests/test_changelogd.py | 31 30 + 1 - 0 !
1 file changed, 30 insertions(+), 1 deletion(-)

 fix the cli test with click 8.2
 In click 8.2, a program invoked without a subcommand specified will
 still display the usage message, but then exit with code 2, not 0.
toml.patch | (download)

changelogd/config.py | 10 7 + 3 - 0 !
noxfile.py | 2 1 + 1 - 0 !
setup.py | 2 1 + 1 - 0 !
3 files changed, 9 insertions(+), 5 deletions(-)

---