Tiny-gnupg

Latest version: v0.9.0

Safety actively analyzes 638418 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 10

0.3.9

=========================


Minor Changes
-------------

- Added new tests.


Major Changes
-------------

- Fixed new crash caused by ``--batch`` keyword in ``encrypt()``. When
a key being used to encrypt isn’t ultimately trusted, gnupg raises an
error, but this isn’t a desired behavior. So, ``--batch`` is removed
from the command sent from the method.

0.3.8

=========================


Minor Changes
-------------

- Added new tests.
- Removed ``base_command()`` method because it was only a layer of
indirection. It was merged into ``command()``.


Major Changes
-------------

- Added the ``--batch``, ``--quiet`` & ``--yes`` arguments to the
default commands contructed by the ``command()`` method.
- Added the ``--quiet`` & ``--yes`` arguments to the command
constructed internally to the ``gen_key()`` method.
- Added a general uid —> fingerprint uid conversion in ``delete()`` to
comply with gnupg limitations on how to call functions that
automatically assume yes to questions. The Up-shot is that
``delete()`` is now fully automatic, requiring no user interaction.

0.3.7

=========================


Minor Changes
-------------

- Added new tests.
- Typos & inaccuracies fixed around the code & documentation.


Major Changes
-------------

- Added new ``secret`` kwargs to ``text_export(uid, secret=bool)`` and
``file_export(path, uid, secret=bool)`` to allow secret keys to be
exported from the package’s environment.
- Added new ``post(url, **kw)`` & ``get(url, **kw)`` methods to allow
access to the networking tools without having to manually construct
the ``network_post()`` & ``network_get()`` context managers. This
turns network calls into one liners that can be more easily wrapped
with an asyncio ``run`` function.

0.3.6

=========================


Minor Changes
-------------

- Added new tests for networking methods.
- Documentation updates & accuracy fixes.


Major Changes
-------------

- Removed a check in ``network_import()`` which wasn’t useful and
should’ve been causing problems with imports, even though the tests
didn’t seem to notice.

0.3.5

=========================


Minor Changes
-------------

- Switched the aiocontext package license with the license for
asyncio-contextmanager.


Major Changes
-------------

- The packaging issues seem to be resolved. Packaging as v0.3.5-beta,
the first release that did not ship completely broken through pip
install –user tiny_gnupg.

0.3.4

=========================


Major Changes
-------------

- Fixing a major bug in the parameters passed to ``setup()`` which did
not correctly tell setuptools to package the gpghome folder & gpg2
binary. This may take a few releases to troubleshoot & bug fix
fully.

Page 7 of 10

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.