Skip to main content

Ansible helpers for clickable.

Project description

clickable\_ansible provides ansible helpers for clickable.

Release

Stable branch is master; development branch is dev. Usual release steps are :

# install dev tools and switch in pipenv
pipenv install --dev
pipenv shell

# update setup.py to target clickable release
# (use a git branch)

# update Pipfile.lock
pipenv lock --clear
pipenv install --dev

# prepare dev branch for release...
# update version
# increase version; may be launch multiple time to cycle dev, rc, ...
bump2version --verbose prerel [--allow-dirty] [--no-commit] [--no-tag]

# merge on main
git checkout main
git pull
git merge dev

# prepare next development version (+1dev0)
git checkout dev
bump2version --verbose --no-tag minor

# push all (launch with --dry-run to check before actual update)
# delete (git tag -d <tag> unneeded tags - dev, rc)
git push --all
git push --tag

# publish (pypi credentials required)
git checkout tag
pipenv shell
python setup.py clean --all
rm -rf dist/*
python setup.py sdist
python setup.py bdist_wheel
# fake upload
# run pypi-server in another shell
mkdir -p /tmp/packages && pypi-server -P . -a . /tmp/packages/
twine upload  -u "" -p "" --repository-url http://localhost:8080/ dist/*.whl dist/*.tar.gz

# real upload
twine upload dist/*.whl dist/*.tar.gz

History

v1.4

Publishing procedure update.

v1.3

  • fix bugs with multiple args and click 8.0 (if multiple is not set and default is [], a string '[]' is given as argument)

v1.2

  • updated clickable (v1.3)

v1.1

  • updated clickable (v1.1)
  • some build enhancements (wip)

v1.0 (2021-08-31)

  • reworked versioning and build system

Project details


Release history Release notifications | RSS feed

This version

1.4

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

clickable_ansible-1.4.tar.gz (5.9 kB view details)

Uploaded Source

Built Distribution

clickable_ansible-1.4-py3-none-any.whl (5.2 kB view details)

Uploaded Python 3

File details

Details for the file clickable_ansible-1.4.tar.gz.

File metadata

  • Download URL: clickable_ansible-1.4.tar.gz
  • Upload date:
  • Size: 5.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

File hashes

Hashes for clickable_ansible-1.4.tar.gz
Algorithm Hash digest
SHA256 6831c7774200ed87ee906ece533dd6a9a47b5ad0b45b84f16988c72f393c9410
MD5 6ed625acea0c0277bf26b910ed618f66
BLAKE2b-256 b179b43dd1aaef34e71cf3affe58ac0844766ad0fbb9ef4d4bdb64577c794e3d

See more details on using hashes here.

File details

Details for the file clickable_ansible-1.4-py3-none-any.whl.

File metadata

  • Download URL: clickable_ansible-1.4-py3-none-any.whl
  • Upload date:
  • Size: 5.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

File hashes

Hashes for clickable_ansible-1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 99f90d0dc3a9bd021a8db54050078673708d0404de791587650a279944ecb2c0
MD5 335572ecef983403761ffba7b1f7bf50
BLAKE2b-256 9d4d629859dfc99cd98d1573dde6e349837c1f6bb1934ed1e22dda635d8dec45

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page