This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via 1220db420c51d1c45d836ec5555a24f7c5f5a84d (commit) from ec9a3ffe9c072fef0cae4b96c136e8512851ae29 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 1220db420c51d1c45d836ec5555a24f7c5f5a84d Author: Michael Tremer michael.tremer@ipfire.org Date: Fri Jul 22 21:45:05 2016 +0200
libpwquality: Build bindings for python 3
This drops the package for python 2.
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: libpwquality/libpwquality.nm | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-)
Difference in files: diff --git a/libpwquality/libpwquality.nm b/libpwquality/libpwquality.nm index b5c6a4d..fc13c9f 100644 --- a/libpwquality/libpwquality.nm +++ b/libpwquality/libpwquality.nm @@ -5,7 +5,7 @@
name = libpwquality version = 1.3.0 -release = 1 +release = 2
groups = System/Base url = https://fedorahosted.org/libpwquality/ @@ -26,25 +26,20 @@ build cracklib-devel gettext pam-devel - python-devel + python3-devel end + + configure_options += \ + --disable-static \ + --with-pythonsitedir=%{python3_sitearch} \ + --with-python-binary=%{python3} end
packages package %{name}
- package python-%{name} - summary = Python bindings for the libpwquality library. - description - This is pwquality Python module that provides Python bindings - for the libpwquality library. These bindings can be used - for easy password quality checking and generation of random - pronounceable passwords from Python applications. - end - - files - %{libdir}/python* - end + package python3-%{name} + template PYTHON3 end
package %{name}-devel
hooks/post-receive -- IPFire 3.x development tree