Sync from SUSE:SLFO:Main python-scrypt revision 347fcb792e73eba4c89c6a15875f0460
This commit is contained in:
parent
5afa9c9860
commit
44a13cce68
@ -1,8 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 16 13:45:44 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 0.8.24:
|
||||||
|
* Support building on MSYS2
|
||||||
|
* Support building for MSYS2 environments
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 9 11:49:50 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||||
|
|
||||||
|
- Add %{?sle15_python_module_pythons}
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jun 4 12:07:12 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Sat Jun 4 12:07:12 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
- update to 0.8.20:
|
- update to 0.8.20:
|
||||||
* Fix #8 by adding missing gettimeofday.c to MANIFEST.in
|
* Fix #8 by adding missing gettimeofday.c to MANIFEST.in
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 6 20:29:45 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
Mon Dec 6 20:29:45 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
@ -15,7 +27,7 @@ Mon Dec 6 20:29:45 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|||||||
Thu Jun 17 21:19:29 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
Thu Jun 17 21:19:29 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
- update to 0.8.18:
|
- update to 0.8.18:
|
||||||
* add wheel for python 3.9
|
* add wheel for python 3.9
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jan 17 21:50:47 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
|
Sun Jan 17 21:50:47 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-scrypt
|
# spec file for package python-scrypt
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2024 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
|
||||||
@ -16,9 +16,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-scrypt
|
Name: python-scrypt
|
||||||
Version: 0.8.20
|
Version: 0.8.24
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Bindings for scrypt
|
Summary: Bindings for scrypt
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
|
BIN
scrypt-0.8.20.tar.gz
(Stored with Git LFS)
BIN
scrypt-0.8.20.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
scrypt-0.8.24.tar.gz
(Stored with Git LFS)
Normal file
BIN
scrypt-0.8.24.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user