| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python313-invocations | Distribution: openSUSE Tumbleweed |
| Version: 4.0.2 | Vendor: openSUSE |
| Release: 1.1 | Build date: Sat Apr 11 19:48:16 2026 |
| Group: Unspecified | Build host: reproducible |
| Size: 155814 | Source RPM: python-invocations-4.0.2-1.1.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://github.com/pyinvoke/invocations | |
| Summary: Reusable Invoke tasks | |
Invocations is a collection of reusable `Invoke <http://pyinvoke.org>`_ tasks/task modules, including (but not limited to) Python project management tools such as documentation building and dependency organization. It has no stand-alone components and is designed to be imported into your pre-existing Invoke task files. Invocations is currently in pre-alpha status and is unsupported. Please follow the Invoke project's communication channels for updates. Thanks!
BSD-2-Clause
* Sat Apr 11 2026 Dirk Müller <dmueller@suse.com>
- update to 4.0.2:
* :support`- backported` Add pip explicitly to our core
dependencies so that envs which don't naturally include it (a
thing these days!) still install it. We do literally import
from pip as well as call out to it in subprocesses, at least
for now.
* :bug:`-` Fix some Python 3.10-specific type hint syntax that
snuck in. Apologies from our dayjob, which is on Python 3.11.
* :bug:`-` Use $EDITOR pyproject.toml for version number
updates now; overlooked in earlier commits.
* :support:`-` Add a __version__ member to the package root
module.
* :support:`-` Drop support for Python<3.9 and switch to using
pyproject.toml.
* :support:`-` Update packaging.release.build to use pypa/build
instead of setup.py. Warning Backwards compatibility note:
the --directory argument to tasks in this module is now ~=
python -m build --outdir, meaning it controls what is usually
named dist/. Previously, this option controlled a parent
directory, inside of which was created dist/ and build/.
There's no longer any explicit build/ (that would be up to
your project's build backend) and so this is now simply the
dist/output dir.
* :support:`-` Mute SyntaxWarnings from older semantic_version
versions (temporary measure until we can upgrade to modern
versions).
* Mon Jun 30 2025 Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject macros.
- Drop unneeded {Build,}Requires on python-lexicon.
* Wed Nov 06 2024 Daniel Garcia <daniel.garcia@suse.com>
- Add drop-icecream-dep.patch
- Update to 3.3.0:
* Add mypy type-checking variant of the recently added import test,
in packaging.release.test_install. This helps prove packages
exposing py.typed in their source tree are including it in their
distributions correctly.
- 3.2.0:
* Minor enhancements to the checks module:
- blacken now has a format alias (and will likely reverse the
real name and the alias in 4.0)
- Added lint task which currently just runs flake8, will likely
learn how to be configurable later.
- Added all_ default task for the collection, which runs both
blacken (in regular, not diff-only mode - idea is to be useful
for devs, not CI, which already does both independently) and
lint in series.
- 3.1.0:
* Updated packaging.release.test_install to attempt imports of
freshly test-installed packages, to catch import-time errors on
top of install-time ones. This can be opted out of by giving the
skip_import kwarg (aka the --skip-import flag on the CLI).
* Thu Jun 01 2023 pgajdos@suse.com
- python-six is not required
* Thu May 04 2023 Dirk Müller <dmueller@suse.com>
- update to 3.0.2:
* backported` Unpin ``tabulate`` in our install
requirements, it's had many more releases since we instituted
a defensive pin vs some bugs in its later 0.7 line!
* We neglected to remove references to ``six`` in a
few spots including some that utilized Invoke's old vendor of same;
this causes issues when trying to use development and
upcoming versions of Invoke. Six is now truly gone!
* Fri Apr 21 2023 Dirk Müller <dmueller@suse.com>
- add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl <mcepl@suse.com>
- Make calling of %{sle15modernpython} optional.
* Tue Jan 03 2023 Steve Kowalik <steven.kowalik@suse.com>
- Update to 3.0.0:
* The dual_wheels, alt_python, and check_desc arguments/config options for
the invocations.packaging.release module have been removed.
* The invocations.travis module has been removed.
* Drop Python 2 (and 3.5) support. We now support Python 3.6+ only.
- Refreshed invocations-no-bundled.patch.
- Dropped invocations-py3.patch, not required.
- Dropped python-invocations-no-mock.patch, merged upstream.
* Thu Sep 29 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 2.6.1
no changelog
- Update to version 2.6.0 2022-03-25
[Feature]: Update packaging.release.publish with a new config option, rebuild_with_env,
to support a downstream (Fabric) release use-case.
[Feature]: Enhance packaging.release.test-install so it’s more flexible about the primary directory argument
(re: a dist dir, or a parent of one) and errors usefully when you (probably) gave it an incorrect path.
- Update to version 2.5.0 2022-03-25
[Feature]: Port make-sshable from the travis module to the new ci one.
- Update to version 2.4.0 2022-03-17
[Feature]: Add additional CLI flags to the use of gpg when signing releases,
to support headless passphrase entry. It was found that modern GPG versions require --batch and
- -pinentry-mode=loopback for --passphrase-fd to function correctly.
[Feature]: Add a new invocations.ci task module for somewhat-more-generic CI support than the now legacy invocations.travis tasks.
[Feature]: Allow supplying additional test runners to pytest.coverage; primarily useful for setting up multiple additive test runs before publishing reports.
* Wed May 04 2022 pgajdos@suse.com
- do not require python-mock for build
- added patches
fix https://github.com/pyinvoke/invocations/issues/31
+ python-invocations-no-mock.patch
/usr/lib/python3.13/site-packages/invocations /usr/lib/python3.13/site-packages/invocations-4.0.2.dist-info /usr/lib/python3.13/site-packages/invocations-4.0.2.dist-info/INSTALLER /usr/lib/python3.13/site-packages/invocations-4.0.2.dist-info/METADATA /usr/lib/python3.13/site-packages/invocations-4.0.2.dist-info/RECORD /usr/lib/python3.13/site-packages/invocations-4.0.2.dist-info/REQUESTED /usr/lib/python3.13/site-packages/invocations-4.0.2.dist-info/WHEEL /usr/lib/python3.13/site-packages/invocations-4.0.2.dist-info/licenses /usr/lib/python3.13/site-packages/invocations-4.0.2.dist-info/licenses/LICENSE /usr/lib/python3.13/site-packages/invocations-4.0.2.dist-info/top_level.txt /usr/lib/python3.13/site-packages/invocations/__init__.py /usr/lib/python3.13/site-packages/invocations/__pycache__ /usr/lib/python3.13/site-packages/invocations/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/invocations/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/invocations/__pycache__/autodoc.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/invocations/__pycache__/autodoc.cpython-313.pyc /usr/lib/python3.13/site-packages/invocations/__pycache__/checks.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/invocations/__pycache__/checks.cpython-313.pyc /usr/lib/python3.13/site-packages/invocations/__pycache__/ci.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/invocations/__pycache__/ci.cpython-313.pyc /usr/lib/python3.13/site-packages/invocations/__pycache__/console.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/invocations/__pycache__/console.cpython-313.pyc /usr/lib/python3.13/site-packages/invocations/__pycache__/docs.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/invocations/__pycache__/docs.cpython-313.pyc /usr/lib/python3.13/site-packages/invocations/__pycache__/environment.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/invocations/__pycache__/environment.cpython-313.pyc /usr/lib/python3.13/site-packages/invocations/__pycache__/pytest.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/invocations/__pycache__/pytest.cpython-313.pyc /usr/lib/python3.13/site-packages/invocations/__pycache__/testing.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/invocations/__pycache__/testing.cpython-313.pyc /usr/lib/python3.13/site-packages/invocations/__pycache__/util.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/invocations/__pycache__/util.cpython-313.pyc /usr/lib/python3.13/site-packages/invocations/__pycache__/watch.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/invocations/__pycache__/watch.cpython-313.pyc /usr/lib/python3.13/site-packages/invocations/autodoc.py /usr/lib/python3.13/site-packages/invocations/checks.py /usr/lib/python3.13/site-packages/invocations/ci.py /usr/lib/python3.13/site-packages/invocations/console.py /usr/lib/python3.13/site-packages/invocations/docs.py /usr/lib/python3.13/site-packages/invocations/environment.py /usr/lib/python3.13/site-packages/invocations/packaging /usr/lib/python3.13/site-packages/invocations/packaging/__init__.py /usr/lib/python3.13/site-packages/invocations/packaging/__pycache__ /usr/lib/python3.13/site-packages/invocations/packaging/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/invocations/packaging/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/invocations/packaging/__pycache__/release.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/invocations/packaging/__pycache__/release.cpython-313.pyc /usr/lib/python3.13/site-packages/invocations/packaging/__pycache__/semantic_version_monkey.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/invocations/packaging/__pycache__/semantic_version_monkey.cpython-313.pyc /usr/lib/python3.13/site-packages/invocations/packaging/__pycache__/vendorize.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/invocations/packaging/__pycache__/vendorize.cpython-313.pyc /usr/lib/python3.13/site-packages/invocations/packaging/release.py /usr/lib/python3.13/site-packages/invocations/packaging/semantic_version_monkey.py /usr/lib/python3.13/site-packages/invocations/packaging/vendorize.py /usr/lib/python3.13/site-packages/invocations/pytest.py /usr/lib/python3.13/site-packages/invocations/testing.py /usr/lib/python3.13/site-packages/invocations/util.py /usr/lib/python3.13/site-packages/invocations/watch.py /usr/share/doc/packages/python313-invocations /usr/share/doc/packages/python313-invocations/README.rst /usr/share/licenses/python313-invocations /usr/share/licenses/python313-invocations/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Apr 14 23:06:30 2026