lp://staging/~kyrofa/click/xenial-package-rename
Created by
Kyle Fazzari
and last modified
- Get this branch:
- bzr branch lp://staging/~kyrofa/click/xenial-package-rename
Only
Kyle Fazzari
can upload to this branch. If you are
Kyle Fazzari
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Colin Watson (community): Approve
-
Diff: 786 lines (+99/-92)40 files modified.bzrignore (+4/-4)
Makefile.am (+1/-1)
bin/click (+2/-2)
click_package/build.py (+5/-5)
click_package/commands/__init__.py (+1/-1)
click_package/commands/build.py (+1/-1)
click_package/commands/buildsource.py (+1/-1)
click_package/commands/chroot.py (+2/-2)
click_package/commands/desktophook.py (+1/-1)
click_package/commands/info.py (+2/-2)
click_package/commands/install.py (+1/-1)
click_package/commands/list.py (+1/-1)
click_package/commands/verify.py (+1/-1)
click_package/framework.py (+2/-2)
click_package/install.py (+4/-4)
click_package/tests/__init__.py (+1/-1)
click_package/tests/gimock.py (+3/-3)
click_package/tests/gimock_types.py (+1/-1)
click_package/tests/helpers.py (+2/-2)
click_package/tests/integration/test_verify.py (+3/-2)
click_package/tests/test_arfile.py (+3/-3)
click_package/tests/test_build.py (+4/-4)
click_package/tests/test_chroot.py (+3/-3)
click_package/tests/test_database.py (+4/-4)
click_package/tests/test_framework.py (+2/-2)
click_package/tests/test_hooks.py (+3/-3)
click_package/tests/test_install.py (+10/-10)
click_package/tests/test_osextras.py (+3/-3)
click_package/tests/test_paths.py.in (+1/-1)
click_package/tests/test_query.py (+2/-2)
click_package/tests/test_scripts.py (+1/-1)
click_package/tests/test_static.py (+2/-2)
click_package/tests/test_user.py (+4/-4)
configure.ac (+3/-3)
debian/changelog (+7/-0)
debian/control (+0/-1)
debian/tests/run-tests.sh (+1/-1)
doc/index.rst (+3/-3)
setup.py.in (+2/-2)
tox.ini (+2/-2)
Related bugs
Bug #1693226: Break the conflicts with click the optparser | Undecided | Fix Released |
Related blueprints
Branch information
Recent revisions
- 607. By Kyle Fazzari
-
Rename the python package this installs from click to click_package.
(LP: #1693226) - 603. By Colin Watson
-
[r=mvo] Rename python3-click back to its original name of python3-
click-package
to get it out of the way of PyPI's "click" package, conflicting with
python3-click and python3-click-cli; this is unfortunate and
non-compliant with the Python policy, but from that point of view the
package that owns the name in the upstream packaging system ought to
win. - 602. By Colin Watson
-
Fix TestChroot.
test_exists_ no integration test to be more meaningful
rather than just testing a command syntax error.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/click