<feed xmlns='http://www.w3.org/2005/Atom'>
<title>python-adblock/Cargo.toml, branch master</title>
<subtitle>Updated Brave adblock library for Python</subtitle>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/python-adblock/'/>
<entry>
<title>update dependencies</title>
<updated>2025-11-16T00:16:04+00:00</updated>
<author>
<name>vin</name>
<email>git@vineetk.net</email>
</author>
<published>2025-11-16T00:10:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/python-adblock/commit/?id=fb3aec03f48ef89c1eb28a225e30df8d92cea882'/>
<id>fb3aec03f48ef89c1eb28a225e30df8d92cea882</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PEP 621 compatibility</title>
<updated>2023-03-28T13:40:39+00:00</updated>
<author>
<name>Robert Schütz</name>
<email>mail@dotlambda.de</email>
</author>
<published>2023-02-28T07:21:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/python-adblock/commit/?id=7597cd0b841a0ede22ff4cec6b4b91fb7d26a805'/>
<id>7597cd0b841a0ede22ff4cec6b4b91fb7d26a805</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 0.6.0</title>
<updated>2022-07-17T22:57:45+00:00</updated>
<author>
<name>Árni Dagur</name>
<email>arni@dagur.eu</email>
</author>
<published>2022-07-17T22:48:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/python-adblock/commit/?id=e8c923f69388dcff2c7805bec2269db2cc61d0c4'/>
<id>e8c923f69388dcff2c7805bec2269db2cc61d0c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Rust dependencies</title>
<updated>2022-07-17T22:12:16+00:00</updated>
<author>
<name>Árni Dagur</name>
<email>arni@dagur.eu</email>
</author>
<published>2022-07-17T20:47:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/python-adblock/commit/?id=3fcd327a63ae331e641565db0e178a9a64b4b0dd'/>
<id>3fcd327a63ae331e641565db0e178a9a64b4b0dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 0.5.2</title>
<updated>2022-03-01T12:33:57+00:00</updated>
<author>
<name>Árni Dagur</name>
<email>arni@dagur.eu</email>
</author>
<published>2022-03-01T12:01:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/python-adblock/commit/?id=cac1537967e0153a07c2cc59c310637f03cc6df4'/>
<id>cac1537967e0153a07c2cc59c310637f03cc6df4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: include complete redirect rule feature.</title>
<updated>2022-02-26T21:06:53+00:00</updated>
<author>
<name>dm</name>
<email>dm@work-pc</email>
</author>
<published>2022-02-16T04:06:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/python-adblock/commit/?id=86ba5b7a5f65b6579813b86a4414270f896e6424'/>
<id>86ba5b7a5f65b6579813b86a4414270f896e6424</id>
<content type='text'>
1. update adblock-rust =&gt; 0.4.3
2. add `include_redirect_urls` parameter for `FilterSet.add_filter_list` and `FilterSet.add_filters`
3. add `Engine.add_resource` method.
4. add `adblock.AddResourceError` Exception
5. add `redirect_type` for `BlockerResult`
6. add some tests for these functions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. update adblock-rust =&gt; 0.4.3
2. add `include_redirect_urls` parameter for `FilterSet.add_filter_list` and `FilterSet.add_filters`
3. add `Engine.add_resource` method.
4. add `adblock.AddResourceError` Exception
5. add `redirect_type` for `BlockerResult`
6. add some tests for these functions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version number to 0.5.1</title>
<updated>2021-12-03T19:53:02+00:00</updated>
<author>
<name>Árni Dagur</name>
<email>arni@dagur.eu</email>
</author>
<published>2021-12-03T19:00:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/python-adblock/commit/?id=671345e1578269c050894bc25c5b309d263efd24'/>
<id>671345e1578269c050894bc25c5b309d263efd24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump pyo3 from 0.14.5 to 0.15.1</title>
<updated>2021-11-20T14:01:47+00:00</updated>
<author>
<name>dependabot[bot]</name>
<email>49699333+dependabot[bot]@users.noreply.github.com</email>
</author>
<published>2021-11-19T17:13:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/python-adblock/commit/?id=50b2ddba9f7b237b38c848c7d4a1637917444924'/>
<id>50b2ddba9f7b237b38c848c7d4a1637917444924</id>
<content type='text'>
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.14.5 to 0.15.1.
- [Release notes](https://github.com/pyo3/pyo3/releases)
- [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pyo3/pyo3/compare/v0.14.5...v0.15.1)

---
updated-dependencies:
- dependency-name: pyo3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.14.5 to 0.15.1.
- [Release notes](https://github.com/pyo3/pyo3/releases)
- [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pyo3/pyo3/compare/v0.14.5...v0.15.1)

---
updated-dependencies:
- dependency-name: pyo3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Bump pyo3 from 0.13.2 to 0.14.5</title>
<updated>2021-09-06T22:33:36+00:00</updated>
<author>
<name>dependabot[bot]</name>
<email>49699333+dependabot[bot]@users.noreply.github.com</email>
</author>
<published>2021-09-06T17:10:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/python-adblock/commit/?id=c99d560c9ca13df0dc1a7408afb32606ebd9f8fd'/>
<id>c99d560c9ca13df0dc1a7408afb32606ebd9f8fd</id>
<content type='text'>
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.13.2 to 0.14.5.
- [Release notes](https://github.com/pyo3/pyo3/releases)
- [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pyo3/pyo3/compare/v0.13.2...v0.14.5)

---
updated-dependencies:
- dependency-name: pyo3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.13.2 to 0.14.5.
- [Release notes](https://github.com/pyo3/pyo3/releases)
- [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pyo3/pyo3/compare/v0.13.2...v0.14.5)

---
updated-dependencies:
- dependency-name: pyo3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 0.5.0</title>
<updated>2021-06-26T20:50:00+00:00</updated>
<author>
<name>Árni Dagur</name>
<email>arni@dagur.eu</email>
</author>
<published>2021-06-26T20:50:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/python-adblock/commit/?id=06f0782a460edb4dec786842a9f52b9429a4d7e8'/>
<id>06f0782a460edb4dec786842a9f52b9429a4d7e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
