5 Commits

Author SHA256 Message Date
e1ff694ef1 Accepting request 1330016 from devel:languages:python
- Update to version 4.5.0
  * decorator solution for lazy loading frequency_lists library
  * handle zero-length password gracefully
  * add max password length, default 72, configurable via
    ZXCVBN_MAX_LENGTH env var

OBS-URL: https://build.opensuse.org/request/show/1330016
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zxcvbn?expand=0&rev=4
2026-01-30 17:29:01 +00:00
4ed393f7bc OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zxcvbn?expand=0&rev=9 2026-01-30 11:55:18 +00:00
830d074e3a Update to version 4.5.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zxcvbn?expand=0&rev=8
2026-01-30 11:51:55 +00:00
3e7adb627a Accepting request 1283481 from devel:languages:python
- Switch to pyproject macros.
- No more greedy globs in %files.

OBS-URL: https://build.opensuse.org/request/show/1283481
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zxcvbn?expand=0&rev=3
2025-06-06 20:42:58 +00:00
9e9a53814f - Switch to pyproject macros.
- No more greedy globs in %files.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zxcvbn?expand=0&rev=6
2025-06-06 03:47:59 +00:00
4 changed files with 28 additions and 8 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Jan 29 19:39:39 UTC 2026 - Georg Pfuetzenreuter <georg.pfuetzenreuter@suse.com>
- Update to version 4.5.0
* decorator solution for lazy loading frequency_lists library
* handle zero-length password gracefully
* add max password length, default 72, configurable via
ZXCVBN_MAX_LENGTH env var
-------------------------------------------------------------------
Fri Jun 6 03:08:58 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject macros.
- No more greedy globs in %files.
-------------------------------------------------------------------
Fri Dec 1 16:43:22 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-zxcvbn
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,16 +19,20 @@
%global modname zxcvbn
%{?sle15_python_module_pythons}
Name: python-%{modname}
Version: 4.4.28
Version: 4.5.0
Release: 0
Summary: Python password strength estimator
License: MIT
URL: https://github.com/dwolfhub/zxcvbn-python
Source: https://github.com/dwolfhub/zxcvbn-python/archive/v%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires(post): update-alternatives
Requires(postun): update-alternatives
BuildArch: noarch
%python_subpackages
@@ -39,10 +43,10 @@ Python password strength estimator.
%setup -q -n %{modname}-python-%{version}
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%python_clone -a %{buildroot}%{_bindir}/zxcvbn
@@ -58,7 +62,8 @@ Python password strength estimator.
%files %{python_files}
%doc README.rst
%license LICENSE.txt
%{python_sitelib}/*
%{python_sitelib}/%{modname}
%{python_sitelib}/%{modname}-%{version}.dist-info
%python_alternative %{_bindir}/zxcvbn
%changelog

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b7275765acdf8028c21aa502d742e56de2252bac604c04ba5e336c39f88d5576
size 9392042

3
v4.5.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5e4efc8c9ef2a50220fb627066e4b698482643070ab2a51e020bd85957595271
size 9399634