Accepting request 931816 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/931816
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-argon2-cffi?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2021-11-18 09:33:14 +00:00 committed by Git OBS Bridge
commit 0a6dfbf2dd
4 changed files with 13 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Nov 14 23:14:06 UTC 2021 - Michael Ströder <michael@stroeder.com>
- Update to 21.1.0
- skip building for Python 2 because not supported anymore
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 28 06:32:23 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com> Tue Jul 28 06:32:23 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-argon2-cffi # spec file for package python-argon2-cffi
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2021 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,9 +17,10 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2 %define skip_python2 1
Name: python-argon2-cffi Name: python-argon2-cffi
Version: 20.1.0 Version: 21.1.0
Release: 0 Release: 0
Summary: The Argon2 password hashing algorithm for Python Summary: The Argon2 password hashing algorithm for Python
License: MIT License: MIT