15
0

Accepting request 1243322 from home:glaubitz:branches:devel:languages:python

- Update to 1.19.9
  * Remove usage of deprecated assertEquals
- Drop fix-test-assertion-methods.patch, fixed upstream

OBS-URL: https://build.opensuse.org/request/show/1243322
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xkcdpass?expand=0&rev=24
This commit is contained in:
2025-02-05 15:41:59 +00:00
committed by Git OBS Bridge
parent 4bdaa2cf6f
commit 0fa4cb7ec8
5 changed files with 12 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-xkcdpass
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,12 @@
Name: python-xkcdpass
Version: 1.19.8
Version: 1.19.9
Release: 0
Summary: A flexible and scriptable password generator which generates strong passphrases
License: BSD-3-Clause
URL: https://github.com/redacted/XKCD-password-generator
Source: https://files.pythonhosted.org/packages/source/x/xkcdpass/xkcdpass-%{version}.tar.gz
Patch0: fix-test-assertion-methods.patch
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}