forked from pool/python-nh3
- update to 0.2.15:
* Bump pyo3 from 0.19.2 to 0.20.0 * Improve README * Improve documentation OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nh3?expand=0&rev=3
This commit is contained in:
8
_service
8
_service
@@ -1,9 +1,9 @@
|
||||
<services>
|
||||
<service name="download_files" mode="disabled"/>
|
||||
<service name="cargo_vendor" mode="disabled">
|
||||
<param name="srcdir">nh3-0.2.13</param>
|
||||
<service name="download_files" mode="manual"/>
|
||||
<service name="cargo_vendor" mode="manual">
|
||||
<param name="srcdir">nh3-0.2.15</param>
|
||||
<param name="compression">zst</param>
|
||||
</service>
|
||||
<service name="cargo_audit" mode="disabled">
|
||||
<service name="cargo_audit" mode="manual">
|
||||
</service>
|
||||
</services>
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
[source.crates-io]
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source.vendored-sources]
|
||||
directory = "vendor"
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ec6a841795b129bcee1eda73feeb8e7f5f83a354979d3719fb77f3da60f6fa96
|
||||
size 14489
|
||||
3
nh3-0.2.15.tar.gz
Normal file
3
nh3-0.2.15.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d1e30ff2d8d58fb2a14961f7aac1bbb1c51f9bdd7da727be35c63826060b0bf3
|
||||
size 14708
|
||||
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 27 16:44:28 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.2.15:
|
||||
* Bump pyo3 from 0.19.2 to 0.20.0
|
||||
* Improve README
|
||||
* Improve documentation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 12 09:52:49 UTC 2023 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
|
||||
@@ -17,20 +17,19 @@
|
||||
|
||||
|
||||
Name: python-nh3
|
||||
Version: 0.2.13
|
||||
Version: 0.2.15
|
||||
Release: 0
|
||||
Summary: Ammonia HTML sanitizer Python binding
|
||||
License: MIT
|
||||
URL: https://github.com/messense/nh3
|
||||
Source: https://files.pythonhosted.org/packages/source/n/nh3/nh3-%{version}.tar.gz
|
||||
Source1: vendor.tar.zst
|
||||
Source2: cargo_config
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{python_module maturin >= 1.0}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: cargo
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: zstd
|
||||
%python_subpackages
|
||||
|
||||
@@ -39,8 +38,6 @@ Ammonia HTML sanitizer Python binding
|
||||
|
||||
%prep
|
||||
%autosetup -a1 -p1 -n nh3-%{version}
|
||||
mkdir .cargo
|
||||
cp %{SOURCE2} .cargo/config
|
||||
rm -v Cargo.lock
|
||||
|
||||
%build
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4340947e4a4249012fef4e926ea2081e54059ac7df1853531e07ec325202d017
|
||||
size 6228668
|
||||
oid sha256:557020b66b2e17c0fbafaefef280a46ccdbaad7161cc631ef23c8aa0c342d44c
|
||||
size 5222451
|
||||
|
||||
Reference in New Issue
Block a user