14
0

- Update to version 1.19.2

* Added randomised delimiters
  * Initial support for multiple wordfiles
- Update to version 1.17.6

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xkcdpass?expand=0&rev=12
This commit is contained in:
Ismail Dönmez
2021-05-23 07:49:28 +00:00
committed by Git OBS Bridge
parent 3bd7bdf0d9
commit 664e4150e8
4 changed files with 14 additions and 7 deletions

View File

@@ -20,19 +20,19 @@
%define skip_python2 1
Name: python-xkcdpass
Version: 1.17.6
Version: 1.19.2
Release: 0
Summary: A flexible and scriptable password generator which generates strong passphrases
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/redacted/XKCD-password-generator
Source: https://files.pythonhosted.org/packages/cc/3a/065130b94cb57cbbd7057e4627cc15bcb16bb9f9d9ef6290e8138273b7a6/xkcdpass-%{version}.tar.gz
Source: https://files.pythonhosted.org/packages/a3/46/c86f1c11abe2679c3d7e7e9a8f1dc2d4d400ef0273e2ab35fe7a09e8d9f7/xkcdpass-1.19.2.tar.gz
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildArch: noarch
Requires(post): update-alternatives
Requires(postun): update-alternatives
Requires(postun):update-alternatives
%python_subpackages
%description