forked from pool/python-adblock
- Update to 0.5.2
* Include complete redirect rule feature
(gh#ArniDagur/python-adblock#59)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-adblock?expand=0&rev=8
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d24ef42c8532cab2970d1c3af116ee4d0fa595e23fbeabb3ba0f5dfa0a67eae1
|
||||
size 22899
|
||||
3
python-adblock-0.5.2.tar.gz
Normal file
3
python-adblock-0.5.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:449d4724769d4a8bc96bf0256b40e57eafe91d69e24503c27ceb9de0e5e5fe03
|
||||
size 21085
|
||||
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 15 14:07:33 UTC 2022 - Mia Herkt <mia@0x0.st>
|
||||
|
||||
- Update to 0.5.2
|
||||
* Include complete redirect rule feature
|
||||
(gh#ArniDagur/python-adblock#59)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 2 09:29:35 UTC 2022 - Mia Herkt <mia@0x0.st>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-adblock
|
||||
Version: 0.5.1
|
||||
Version: 0.5.2
|
||||
Release: 0
|
||||
Summary: Brave's adblock library in Python
|
||||
License: Apache-2.0 OR MIT
|
||||
@@ -29,6 +29,7 @@ BuildRequires: %{python_module maturin}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module toml}
|
||||
BuildRequires: cargo-packaging
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
@@ -39,7 +40,7 @@ ExclusiveArch: %{rust_arches}
|
||||
Python wrapper for Brave's adblocking library.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n adblock-%{version}
|
||||
# build flavor-specific versions -- otherwise py3.9 wheel will not work
|
||||
sed -i 's/"abi3-py36", //' Cargo.toml
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:70c21c23207fcf61920867ad54faa03c204c56e4e0c9f7517a3ec7f517c73320
|
||||
size 12277120
|
||||
oid sha256:27790326761df2a4ad45b84139d9d43e1e5941907cb47d639279bf1972fb9289
|
||||
size 12440656
|
||||
|
||||
Reference in New Issue
Block a user