14
0
forked from pool/python-zxcvbn

Accepting request 777647 from home:stroeder:AE-DIR

Python password strength estimator

OBS-URL: https://build.opensuse.org/request/show/777647
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zxcvbn?expand=0&rev=1
This commit is contained in:
Tomáš Chvátal
2020-02-20 11:25:58 +00:00
committed by Git OBS Bridge
commit 933be2d538
5 changed files with 95 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.osc

4
python-zxcvbn.changes Normal file
View File

@@ -0,0 +1,4 @@
-------------------------------------------------------------------
Thu Feb 20 10:54:22 UTC 2020 - Michael Ströder <michael@stroeder.com>
- initial import of release 4.4.28

64
python-zxcvbn.spec Normal file
View File

@@ -0,0 +1,64 @@
#
# spec file for package python3-aedir
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%global modname zxcvbn
Name: python-%{modname}
Version: 4.4.28
Release: 0
Summary: Python password strength estimator
License: MIT
Group: Development/Languages/Python
Url: https://github.com/dwolfhub/zxcvbn-python
Source: https://github.com/dwolfhub/zxcvbn-python/archive/v%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
%python_subpackages
%description
Python password strength estimator.
%prep
%setup -q -n %{modname}-python-%{version}
%build
%python_build
%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%python_clone -a %{buildroot}%{_bindir}/zxcvbn
%post
%python_install_alternative zxcvbn
%postun
%python_uninstall_alternative zxcvbn
%check
%python_exec setup.py test
%files %{python_files}
%defattr(-,root,root,-)
%{python_sitelib}/*
%doc README.rst
%python_alternative %{_bindir}/zxcvbn
%license LICENSE.txt
%changelog

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

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