diff --git a/pamela-1.1.0.tar.gz b/pamela-1.1.0.tar.gz deleted file mode 100644 index 62660e7c733a93671b83d99e90d0a10bc2e6e0f4..0000000000000000000000000000000000000000 Binary files a/pamela-1.1.0.tar.gz and /dev/null differ diff --git a/pamela-1.2.0.tar.gz b/pamela-1.2.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..19b780b65b3a357633ce8882c19a192b2d4d733e Binary files /dev/null and b/pamela-1.2.0.tar.gz differ diff --git a/python-pamela.spec b/python-pamela.spec index efa783b221f2bf68bea2075f4b21f7b587010f83..22ab529ecfeee925b096f4cd2776066e5996be1b 100644 --- a/python-pamela.spec +++ b/python-pamela.spec @@ -1,11 +1,13 @@ %global _empty_manifest_terminate_build 0 -Name: python-pamela -Version: 1.1.0 +%global pypi_name pamela + +Name: python-%{pypi_name} +Version: 1.2.0 Release: 1 Summary: PAM interface using ctypes License: MIT URL: https://github.com/minrk/pamela -Source0: https://files.pythonhosted.org/packages/b0/0c/e89683efb8da719cf856cf8156dd7bc665c59d575035d9b44a229019dc27/pamela-1.1.0.tar.gz +Source0: %{url}/archive/%{version}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch @@ -29,7 +31,7 @@ Provides: python3-pamela-doc Yet another Python wrapper for PAM. %prep -%autosetup -n pamela-1.1.0 +%autosetup -n pamela-%{version} %build %py3_build @@ -69,6 +71,15 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Aug 11 2025 xuguangmin - 1.2.0-1 +- Update package to version 1.2.0 +- gnosek/python-pam + 1.adds wrappers for a few more calls, e.g. opening sessions + 2.raises PamError on failure instead of returning False, with informative error messages + simplepam + 1.adds Python 3 support + 2.resets credentials after authentication, apparently for kerberos users + * Wed Jul 05 2023 chenzixuan - 1.1.0-1 - Update package to version 1.1.0