Package Release Info

python-python-pam-2.0.2-bp160.1.6

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python313-python-pam

Change Logs

* Tue Dec 12 2023 Joan Torres <joan.torres@suse.com>
- Version update to 2.0.2:
  * Surface fixes:
  * Fixed #31 whereby I changed the boolean response in 2.0.0 to
    a PAM constant. This reverts to the boolean response as
    existed in v1.8.5. The result code is still stored in the
    obj.code attribute.
  * Added the PamAuthenticate.authenticate() method signature
    and docstring to both of the new and legacy interfaces.
  * Changed the PamAuthenticate.authenticate() type hinting so it
    didn't interfere with the docstring.
  * Under the hood changes:
  * Start mocking the libpam methods so we can wholly disassociate
    ourselves from the underlying system. This lets us test more
    of the actual python code and lets us start injecting errors
    to test for.
- Version update to 2.0.0:
  * The surface functionality hasn't changed much but a few bugs
    have been fixed. Under the hood, a lot has changed.
    Functionality has now been moved into a class that helped with
    value tracking. I planned on removing Python 2 support but
    was convinced to leave it in for now as apparently there are
    still a lot of python2 users.
  * Most testing has moved to occur underneath tox, this is superior
    as it provides for testing in a clean environment and an
    installed environment.
* Fri Dec 07 2018 Tomáš Chvátal <tchvatal@suse.com>
- Version update to 1.8.4:
  * Various small fixes
Version: 1.8.4-bp152.1.10
* Fri Dec 07 2018 Tomá? Chvátal <tchvatal@suse.com>
- Version update to 1.8.4:
  * Various small fixes
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
Version: 1.8.2-bp150.2.4
* Mon Jun 19 2017 okurz@suse.com
- Initial version 1.8.2