summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2025-11-15update dependenciesHEADmastervin4-386/+502
2023-03-28Duplicate package information for PoetryÁrni Dagur2-8/+23
2023-03-28Modernize CIÁrni Dagur1-6/+8
2023-03-28PEP 621 compatibilityRobert Schütz3-14/+15
2022-07-18Bump version to 0.6.0Árni Dagur3-11/+13
2022-07-18Add aliases argument to Engine.add_resourceÁrni Dagur4-9/+32
Co-Authored-By: Albert Kim <alkim@alkim.org>
2022-07-18Update Rust dependenciesÁrni Dagur8-190/+217
2022-04-16Bump pyo3 from 0.15.1 to 0.15.2dependabot[bot]1-8/+8
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.15.1 to 0.15.2. - [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.15.1...v0.15.2) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-03-01Bump version to 0.5.2Árni Dagur3-2/+6
2022-02-26Update MSRV to 1.49Árni Dagur2-2/+2
2022-02-26refactor: AddResourceException inheritance relationship && RustBlockerResult ↵dm4-30/+58
implementations
2022-02-26fix: black lintdm3-11/+30
2022-02-26fix: lintdm1-7/+5
2022-02-26feat: include complete redirect rule feature.dm7-81/+261
1. update adblock-rust => 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.
2022-02-26fix: ignore idea project settingsdm1-0/+3
2022-02-26fix: maturin develop warningdm1-2/+2
2021-12-03Bump version number to 0.5.1Árni Dagur3-4/+9
2021-12-03Fix clippy lintsÁrni Dagur2-55/+60
2021-12-03Run test suite on Python 3.10 as wellÁrni Dagur1-9/+11
2021-12-03Fix broken version handling in test suiteÁrni Dagur1-5/+10
2021-11-20Bump pyo3 from 0.14.5 to 0.15.1dependabot[bot]2-9/+9
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] <support@github.com>
2021-09-07Bump pyo3 from 0.13.2 to 0.14.5dependabot[bot]2-52/+18
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] <support@github.com>
2021-06-26Bump version to 0.5.0Árni Dagur3-4/+6
2021-06-26Improve build instructions in READMEÁrni Dagur1-14/+33
2021-06-26Run black code formatterÁrni Dagur3-1/+6
2021-06-26Create a custom exception type for this libraryÁrni Dagur7-8/+112
2021-06-26Update dependencies (#46)Árni Dagur2-14/+16
2021-04-29Upgrade to GitHub-native Dependabot (#43)dependabot-preview[bot]1-0/+7
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-04-13Update dependencies and bump to 0.4.4 (#42)Árni Dagur3-74/+62
2021-04-13Improve GitHub actions workflow (#41)Árni Dagur5-143/+242
* MacOS wheels should now support both x86_64 and ARM64. * We now build ARM wheels for Linux. * `abi3` is used to support multiple Python versions in a single wheel.
2021-03-21Bump pyo3 from 0.13.1 to 0.13.2 (#35)dependabot-preview[bot]1-11/+44
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.13.1 to 0.13.2. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/master/CHANGELOG.md) - [Commits](https://github.com/pyo3/pyo3/compare/v0.13.1...v0.13.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-03-20Update adblock dependency to 0.3.10 (#39)Árni Dagur3-485/+54
2021-02-01Packaging improvements (#34)Árni Dagur9-71/+134
* Use maturin for PEP 517 compliancy * Removing relative import in __init__.py * Bump version to 0.4.2
2021-01-27Bump version to 0.4.1 (#29)Árni Dagur4-6/+7
2021-01-26ci: Also build/publish 32-bit wheels (#26)Florian Bruhin2-4/+84
Closes #25
2021-01-26ci: Run on pull requests (#27)Florian Bruhin1-0/+1
Right now the CI is configured to only run on pushes (to this repository), but not on PRs (from another repository). The downside of this is that PRs for a branch in this repository will run twice. If you only push directly to e.g. master, it might be worth adjusting that - also see https://github.community/t/how-to-trigger-an-action-on-push-or-pull-request-but-not-both/16662
2021-01-19ci: Remove special-casing for Python 3.9 (#24)Florian Bruhin1-12/+0
It's a regular release nowadays.
2021-01-16Improve __repr__ (#23)Árni Dagur3-6/+109
So we get something like: BlockerResult(matched=false, important=false, redirect=None, exception=None, filter=None, error=None) rather than: BlockerResult(false, false, None, None, None, None) Co-authored-by: Florian Bruhin <me@the-compiler.org>
2021-01-12Merge pull request #18 from The-Compiler/optional-changelogÁrni Dagur1-3/+6
Make changelog dependency optional
2021-01-12Merge pull request #21 from ArniDagur/update-pyo3-0.13Árni Dagur4-71/+22
Update PyO3 to 0.13
2021-01-11Update PyO3 to 0.13Árni Dagur4-71/+22
2020-12-22Make changelog dependency optionalFlorian Bruhin1-3/+6
This makes it a bit easier for distributions to run the tests without needing to package changelog-cli.
2020-12-16Merge pull request #16 from ArniDagur/version-0.3.3Árni Dagur7-25/+1068
Version 0.4.0
2020-12-16Correctly check code formatting in CIÁrni Dagur2-6/+2
2020-12-16Bump version number to 0.4.0Árni Dagur4-11/+25
2020-12-16Exclude the entirety of .vscode in gitÁrni Dagur1-5/+1
2020-12-16Include generichide field in UrlSpecificResourcesÁrni Dagur1-1/+8
2020-12-16Update upstream library, include Cargo.lockÁrni Dagur4-10/+1040
2020-11-27Merge pull request #14 from ArniDagur/keep-changelogÁrni Dagur3-4/+44
Keep a changelog using 'changelog-cli'
2020-11-26Keep a changelog using 'changelog-cli'Árni Dagur3-4/+44