forked from pool/python-zxcvbn-rs-py
Accepting request 1226869 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1226869 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zxcvbn-rs-py?expand=0&rev=2
This commit is contained in:
17
_service
17
_service
@@ -1,6 +1,19 @@
|
||||
<services>
|
||||
<service name="download_files" mode="manual" />
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/fief-dev/zxcvbn-rs-py</param>
|
||||
<param name="revision">main</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="filename">python-zxcvbn-rs-py</param>
|
||||
</service>
|
||||
<service name="cargo_vendor" mode="manual">
|
||||
<param name="src">*.tar.gz</param>
|
||||
<param name="src">zxcvbn-rs-py</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual" />
|
||||
<service name="tar" mode="buildtime" />
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
</services>
|
||||
|
3
python-zxcvbn-rs-py-0.1.1+5.obscpio
Normal file
3
python-zxcvbn-rs-py-0.1.1+5.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fa852dd236e5c1e0c86076f8985f965a711894b9fec8f75add0b9bb759b1ddf3
|
||||
size 71179
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ec4649fd619e91fb278aca93b3d770c1b4226ba3a50c4c77311f6692a488fa00
|
||||
size 17020
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 27 08:47:42 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
||||
|
||||
- update to 0.1.1+5:
|
||||
* Upgrade to zxcvbn 3.1.0
|
||||
* Upgrade to PyO3 0.23
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 23 17:05:23 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
||||
|
||||
|
4
python-zxcvbn-rs-py.obsinfo
Normal file
4
python-zxcvbn-rs-py.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
||||
name: python-zxcvbn-rs-py
|
||||
version: 0.1.1+5
|
||||
mtime: 1732695480
|
||||
commit: dbaf975bbc606341e2704677936e2bfede5d98a1
|
@@ -17,12 +17,12 @@
|
||||
|
||||
|
||||
Name: python-zxcvbn-rs-py
|
||||
Version: 0.1.1
|
||||
Version: 0.1.1+5
|
||||
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: https://files.pythonhosted.org/packages/source/z/zxcvbn-rs-py/zxcvbn_rs_py-%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Source1: vendor.tar.zst
|
||||
BuildRequires: %{python_module maturin >= 1.4.0}
|
||||
BuildRequires: %{python_module pip}
|
||||
@@ -42,7 +42,7 @@ and other common patterns like dates, repeats (aaa), sequences (abcd), keyboard
|
||||
patterns (qwertyuiop), and l33t speak.
|
||||
|
||||
%prep
|
||||
%autosetup -a1 -p1 -n zxcvbn_rs_py-%{version}
|
||||
%autosetup -a1 -p1
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
@@ -55,7 +55,7 @@ patterns (qwertyuiop), and l33t speak.
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%{python_sitearch}/zxcvbn_rs_py
|
||||
%{python_sitearch}/zxcvbn_rs_py-%{version}.dist-info
|
||||
%{python_sitearch}/zxcvbn_rs_py-0.1.1.dist-info
|
||||
%pycache_only %{python_sitearch}/zxcvbn_rs_py/__pycache__
|
||||
|
||||
%changelog
|
||||
|
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b7852f8da4fc3177a4e39336e1eb7d1f0cabb5e27a28a2b51bb3913d79c104aa
|
||||
size 7012090
|
||||
oid sha256:b2f11f23124f962934fda99b7cd2e7465b84a1e5bd777718ce1a25c13d581f0a
|
||||
size 8324427
|
||||
|
Reference in New Issue
Block a user