What Changed?=
This is an enhancement and bug-fix release, and all users are encouraged to
upgrade.
Brief summary:
* Fix #242: Handle exceptions in the `on_data` callable.
This release [2] has been signed with my code signing key:
Vinay Sajip (CODE SIGNING KEY)
Fingerprint: CA74 9
Version 0.3.9 of distlib has recently been released on PyPI [1]. For newcomers,
distlib is a library of packaging functionality which is intended to be usable
as the basis for third-party packaging tools.
The main changes in this release are as follows:
* Merge #215: Preload script wrappers on
What Changed?=
This is an enhancement and bug-fix release, and all users are encouraged to
upgrade.
Brief summary:
- * Fix #117: Add WKD (Web Key Directory) support for auto-locating keys.
Thanks to Myzel394 for the patch.
* Fix #237: Ensure local variable is initialized eve
What Changed?=
This is an enhancement and bug-fix release, and all users are encouraged to
upgrade.
Brief summary:
* Fix #228: Clarify documentation for encryption/decryption.
* Make I/O buffer size configurable via buffer_size attribute on a GPG instance.
This release [2] has been
Version 0.3.8 of distlib has recently been released on PyPI [1]. For newcomers,
distlib is a library of packaging functionality which is intended to be usable
as the basis for third-party packaging tools.
The main changes in this release are as follows:
* Fix #204: use symlinks in venv creation
What Changed?
=
This is an enhancement and bug-fix release, and all users are encouraged to
upgrade.
Brief summary:
* Added TRUST_EXPIRED to trust_keys.
* Fix #206: Remove deprecated --always-trust in favour of --trust-model always
* Fix #208: Add status_detail attribute to result
Version 0.3.7 of distlib has recently been released on PyPI [1]. For newcomers,
distlib is a library of packaging functionality which is intended to be usable
as the basis for third-party packaging tools.
The main changes in this release are as follows:
* Handle bare newlines when parsing metad
What Changed?
=
This is an enhancement and bug-fix release, and all users are encouraged to
upgrade.
Brief summary:
* Fixed #181: Added the ability to pass file paths to encrypt_file,
decrypt_file,
sign_file, verify_file, get_recipients_file and added import_keys_file.
* Fixed #18
I've recently released version 0.3.5 of distlib on PyPI [1]. For newcomers,
distlib is a library of packaging functionality which is intended to be
usable as the basis for third-party packaging tools.
The main changes in this release are as follows:
* Fixed #161: Updated test case.
* Fixed #164:
What Changed?
=
This is an enhancement and bug-fix release, and all users are encouraged to
upgrade.
Brief summary:
* Fixed #161: Added a status attribute to the returned object from gen_key()
which
is set to 'ok' if a key was successfully created, or 'key not created' if that
wa
I've recently released version 0.3.4 of distlib on PyPI [1]. For newcomers,
distlib is a library of packaging functionality which is intended to be
usable as the basis for third-party packaging tools.
The main changes in this release are as follows:
* Fixed #153: Raise warnings in get_distributio
A new library called pagesign (Python-age-sign) has been released on PyPI [1].
It covers similar functionality to python-gnupg, but uses the modern encryption
tool
age [2] and the modern signing tool minisign [3]. The initial release allows
you to:
* Create and manage identities (which are conta
I've recently released version 0.3.3 of distlib on PyPI [1]. For newcomers,
distlib is a library of packaging functionality which is intended to be
usable as the basis for third-party packaging tools.
The main changes in this release are as follows:
* Fixed #152: Removed splituser() function whic
Many of those 4.8K "users" might be using indirectly via some other dependency
- I'm not sure how GitHub calculates "used by", but even if it were a direct
dependency, one has no idea if it's actually being used or not. so I tend not
to worry about such things. My distlib library has only 2 star
What Does It Do?
The CFG configuration format is a text format for configuration files which is
similar
to, and a superset of, the JSON format.It has the following aims:
* Allow a hierarchical configuration scheme with support for key-value mappings
and
lists.
* Support cross-
I've recently released version 0.3.2 of distlib on PyPI [1]. For newcomers,
distlib is a library of packaging functionality which is intended to be
usable as the basis for third-party packaging tools.
The main changes in this release are as follows:
* Fixed #139: improved handling of errors relat
Version 0.1.6 of Sarge, a cross-platform library which wraps the subprocess
module in the standard library, has been released.
What changed?
-
- Fixed #44: Added an optional timeout to Command.wait() and Pipeline.wait(),
which
only takes effect on Python >= 3.3.
- Fixed #47: Added
I've recently released version 0.3.1 of distlib on PyPI [1]. For newcomers,
distlib is a library of packaging functionality which is intended to be
usable as the basis for third-party packaging tools.
The main changes in this release are as follows:
* Fixed #132: Added documentation to help with
I've recently released version 0.3.0 of distlib on PyPI [1]. For
newcomers,distlib is a library of packaging functionality which is intended to
beusable as the basis for third-party packaging tools.
The main changes in this release are as follows:
* Partially addressed #102: modules attribute of
A new version of the Python module which wraps GnuPG has been released.
What Changed?=
This is an enhancement and bug-fix release, and all users are encouraged
toupgrade.
Brief summary:
* Fixed #107: Improved documentation.
* Fixed #112: Raised a ValueError if a gnupghome is specified
I've recently released version 0.2.9 of distlib on PyPI [1]. For
newcomers,distlib is a library of packaging functionality which is intended to
beusable as the basis for third-party packaging tools.
The main changes in this release are as follows:
* Updated default PyPI URL to https://pypi.org/py
A new version of the Python module which wraps GnuPG has been released.
What Changed?=This is an enhancement and security-fix release, and
all users are stronglyencouraged to upgrade.
Brief summary:
* Fixed #108: Changed how any return value from the on_data callable is
processed. In
I've recently released version 0.2.8 of distlib on PyPI [1]. For
newcomers,distlib is a library of packaging functionality which is intended to
beusable as the basis for third-party packaging tools.
The main changes in this release are as follows:
* Fixed #107: Updated documentation on testing to
Version 0.1.5 of Sarge, a cross-platform library which wraps the
subprocessmodule in the standard library, has been released.
What changed?-
- Fixed #37: Instead of an OSError with a "no such file or directory" message,
a ValueError is raised with a more informative "Command not foun
A new version of the Python module which wraps GnuPG has been released.
What Changed?=This is a security-fix release, and all users are
strongly encouraged to upgrade.This fix mitigates against CVE-2018-12020. See
the discoverer's blog post [6] formore information.
Brief summary:
* A
I've just released version 0.2.7 of distlib on PyPI [1]. For newcomers,
distlib is a library of packaging functionality which is intended to be
usable as the basis for third-party packaging tools.
The main changes in this release are as follows:
* Addressed #102: InstalledDistributions now have a
A new version of the Python module which wraps GnuPG has been released.
What Changed? = This is an enhancement and bug-fix release, and all
users are encouraged to upgrade. See the project website [1] for more
information.
Brief summary:
* Subkey information is now collected and re
I've just released version 0.2.6 of distlib on PyPI [1]. For newcomers,distlib
is a library of packaging functionality which is intended to beusable as the
basis for third-party packaging tools.
The main changes in this release are as follows:
* Fixed #99: Updated to handle a case where sys.getfi
A new version of the Python module which wraps GnuPG has been released.
What Changed?
=
This is an enhancement and bug-fix release, and all users are encouraged to
upgrade.
See the project website [1] for more information.
Brief summary:
* Updated message handling logic to no longer
I've just released version 0.2.5 of distlib on PyPI [1]. For newcomers,
distlib is a library of packaging functionality which is intended to be
usable as the basis for third-party packaging tools.
The main changes in this release are as follows:
* Changed regular expressions to be compatible with
A new version of the Python module which wraps GnuPG has been released.
What Changed?
=
This is an enhancement and bug-fix release, and all users are encouraged to
upgrade.
See the project website [1] for more information.
Brief summary:
* Added support for ``KEY_CONSIDERED`` in mo
I've just released version 0.2.4 of distlib on PyPI [1]. For newcomers,
distlib is a library of packaging functionality which is intended to be
usable as the basis for third-party packaging tools.
The main changes in this release are as follows:
* Updated to not fail during import if SSL is not a
32 matches
Mail list logo