forked from pool/python-scrypt
Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
b84bc20e4c | |||
c0a8cbab4e | |||
e40467ac5d | |||
999b89fd04 |
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 16 06:12:21 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Switch to pyroject macros.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 29 22:18:21 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 0.8.27:
|
||||||
|
* CI fixes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Mar 16 13:45:44 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Sat Mar 16 13:45:44 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-scrypt
|
# spec file for package python-scrypt
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 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
|
||||||
@@ -18,14 +18,16 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-scrypt
|
Name: python-scrypt
|
||||||
Version: 0.8.24
|
Version: 0.8.27
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Bindings for scrypt
|
Summary: Bindings for scrypt
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
URL: https://github.com/holgern/py-scrypt
|
URL: https://github.com/holgern/py-scrypt
|
||||||
Source0: https://files.pythonhosted.org/packages/source/s/scrypt/scrypt-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/s/scrypt/scrypt-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: dos2unix
|
BuildRequires: dos2unix
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
@@ -43,10 +45,10 @@ dos2unix -R README.rst scrypt/*.py
|
|||||||
sed -i '1{/^#!/ d}' scrypt/*.py
|
sed -i '1{/^#!/ d}' scrypt/*.py
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@@ -55,9 +57,8 @@ sed -i '1{/^#!/ d}' scrypt/*.py
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%pycache_only %{python_sitearch}/scrypt/__pycache__
|
%{python_sitearch}/_scrypt.cpython-*-linux-gnu.so
|
||||||
%{python_sitearch}/_scrypt*.so
|
%{python_sitearch}/scrypt
|
||||||
%{python_sitearch}/scrypt/
|
%{python_sitearch}/scrypt-%{version}.dist-info
|
||||||
%{python_sitearch}/scrypt-%{version}-py%{python_version}.egg-info
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
BIN
scrypt-0.8.24.tar.gz
(Stored with Git LFS)
BIN
scrypt-0.8.24.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
scrypt-0.8.27.tar.gz
(Stored with Git LFS)
Normal file
BIN
scrypt-0.8.27.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user