14
0

2 Commits

Author SHA256 Message Date
8178e7ecfe Accepting request 1321659 from devel:languages:python
- Update to 0.3.0+0:
  * Drop Python 3.9 support
  * Add Python 3.14 support
- Actually run the testsuite.

OBS-URL: https://build.opensuse.org/request/show/1321659
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zxcvbn-rs-py?expand=0&rev=3
2025-12-09 11:53:29 +00:00
b09b3fb240 - Update to 0.3.0+0:
* Drop Python 3.9 support
  * Add Python 3.14 support
- Actually run the testsuite.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zxcvbn-rs-py?expand=0&rev=5
2025-12-09 06:21:57 +00:00
6 changed files with 27 additions and 12 deletions

View File

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

View File

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

View File

@@ -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>

View File

@@ -1,4 +1,4 @@
name: python-zxcvbn-rs-py
version: 0.1.1+5
mtime: 1732695480
commit: dbaf975bbc606341e2704677936e2bfede5d98a1
version: 0.3.0+0
mtime: 1764409550
commit: ce3cfd6bb67b460e4cb767cb9aa807d83fcabdd3

View File

@@ -1,7 +1,7 @@
#
# 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
# 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
Version: 0.1.1+5
Version: %{base_version}+0
Release: 0
Summary: Python bindings for zxcvbn-rs, the Rust implementation of zxcvbn
License: MIT
URL: https://github.com/fief-dev/zxcvbn-rs-py
Source0: %{name}-%{version}.tar.gz
Source1: vendor.tar.zst
BuildRequires: %{python_module base >= 3.10}
BuildRequires: %{python_module maturin >= 1.4.0}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: cargo-packaging
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -51,11 +54,15 @@ patterns (qwertyuiop), and l33t speak.
%pyproject_install
%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}
%license LICENSE
%doc README.md
%{python_sitearch}/zxcvbn_rs_py
%{python_sitearch}/zxcvbn_rs_py-0.1.1.dist-info
%pycache_only %{python_sitearch}/zxcvbn_rs_py/__pycache__
%{python_sitearch}/zxcvbn_rs_py-%{base_version}.dist-info
%changelog

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b2f11f23124f962934fda99b7cd2e7465b84a1e5bd777718ce1a25c13d581f0a
size 8324427
oid sha256:52cd6a2477a183c0cd23a0320b3305b40ac069ee86cb1bb9a0d0544720383942
size 5060963