forked from pool/python-zxcvbn-rs-py
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 8178e7ecfe | |||
| b09b3fb240 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fa852dd236e5c1e0c86076f8985f965a711894b9fec8f75add0b9bb759b1ddf3
|
|
||||||
size 71179
|
|
||||||
3
python-zxcvbn-rs-py-0.3.0+0.obscpio
Normal file
3
python-zxcvbn-rs-py-0.3.0+0.obscpio
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e0eab2a6d36876619e032202d32ba8916c618db6c18d30131252cd5b064da0cf
|
||||||
|
size 71691
|
||||||
@@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 9 06:21:00 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.3.0+0:
|
||||||
|
* Drop Python 3.9 support
|
||||||
|
* Add Python 3.14 support
|
||||||
|
- Actually run the testsuite.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 27 08:47:42 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
Wed Nov 27 08:47:42 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
name: python-zxcvbn-rs-py
|
name: python-zxcvbn-rs-py
|
||||||
version: 0.1.1+5
|
version: 0.3.0+0
|
||||||
mtime: 1732695480
|
mtime: 1764409550
|
||||||
commit: dbaf975bbc606341e2704677936e2bfede5d98a1
|
commit: ce3cfd6bb67b460e4cb767cb9aa807d83fcabdd3
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-zxcvbn-rs-py
|
# spec file for package python-zxcvbn-rs-py
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# 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,16 +16,19 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%define base_version 0.3.0
|
||||||
Name: python-zxcvbn-rs-py
|
Name: python-zxcvbn-rs-py
|
||||||
Version: 0.1.1+5
|
Version: %{base_version}+0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python bindings for zxcvbn-rs, the Rust implementation of zxcvbn
|
Summary: Python bindings for zxcvbn-rs, the Rust implementation of zxcvbn
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/fief-dev/zxcvbn-rs-py
|
URL: https://github.com/fief-dev/zxcvbn-rs-py
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
Source1: vendor.tar.zst
|
Source1: vendor.tar.zst
|
||||||
|
BuildRequires: %{python_module base >= 3.10}
|
||||||
BuildRequires: %{python_module maturin >= 1.4.0}
|
BuildRequires: %{python_module maturin >= 1.4.0}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: cargo-packaging
|
BuildRequires: cargo-packaging
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
@@ -51,11 +54,15 @@ patterns (qwertyuiop), and l33t speak.
|
|||||||
%pyproject_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||||
|
|
||||||
|
%check
|
||||||
|
mv zxcvbn_rs_py zxcvbn_rs_py-do-not-import
|
||||||
|
%pytest_arch
|
||||||
|
mv zxcvbn_rs_py-do-not-import zxcvbn_rs_py
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%{python_sitearch}/zxcvbn_rs_py
|
%{python_sitearch}/zxcvbn_rs_py
|
||||||
%{python_sitearch}/zxcvbn_rs_py-0.1.1.dist-info
|
%{python_sitearch}/zxcvbn_rs_py-%{base_version}.dist-info
|
||||||
%pycache_only %{python_sitearch}/zxcvbn_rs_py/__pycache__
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:b2f11f23124f962934fda99b7cd2e7465b84a1e5bd777718ce1a25c13d581f0a
|
oid sha256:52cd6a2477a183c0cd23a0320b3305b40ac069ee86cb1bb9a0d0544720383942
|
||||||
size 8324427
|
size 5060963
|
||||||
|
|||||||
Reference in New Issue
Block a user