summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2020-09-22Merge pull request #13 from ArniDagur/update-to-0.3.2Árni Dagur6-11/+59
Update to 0.3.2
2020-09-22CI: Fix the setting up of Python 3.9Árni Dagur1-3/+14
2020-09-22Bump version number to 0.3.2Árni Dagur2-2/+2
2020-09-22Update to PyO3 0.12Árni Dagur2-2/+2
2020-09-22CI: Only build documentation on pushÁrni Dagur1-1/+1
2020-09-22Build Python 3.9 wheelsÁrni Dagur1-2/+2
2020-09-22Avoid using star import in __init__.pyÁrni Dagur2-1/+38
2020-08-28Bump version number to 0.3.1Árni Dagur2-5/+5
2020-08-26Fix type annotation for FilterSet methodsÁrni Dagur1-2/+2
2020-07-27Update upstream library to 0.3.0, respond to API changes (#10)Árni Dagur8-72/+249
* Update upstream library to 0.3.0, respond to API changes * Change pypi publishing criteria in CI * Create test to make sure the version numbers are the same everywhere
2020-06-21Bump to version 0.2.3Árni Dagur2-2/+2
2020-06-21Bump version to 0.2.2Árni Dagur2-2/+2
2020-06-21Correct return type for the serialize methodÁrni Dagur2-2/+38
2020-06-21Add type stubs to project (#7)Árni Dagur5-0/+81
2020-06-07Bump version to 0.2.1Árni Dagur2-2/+2
2020-06-07Allow more options when constructing Engine (#6)Árni Dagur5-105/+33
2020-05-24Add 'Documentation' to READMEÁrni Dagur1-0/+4
2020-05-24Place a 'index.html' file at the root of Github PagesÁrni Dagur4-10/+33
2020-05-24Deploy 'cargo doc' to Github Pages (#5)Árni Dagur1-0/+26
2020-05-16Add a README and a license to the project (#4)Árni Dagur6-2/+241
2020-05-16Bump version number to 0.2.0Árni Dagur2-2/+2
2020-05-15Turn a few fields from Vec to HashSet, now that we're running PyO3 0.10Árni Dagur1-14/+6
2020-05-14Upgrade PyO3 to 0.10Árni Dagur1-1/+1
2020-05-14Add additional docstringsÁrni Dagur1-11/+54
2020-05-11Upgrade adblock dependency to 0.2.9Árni Dagur1-1/+1
2020-05-09Revert commit 'Gag stderr for add_filter_list'Árni Dagur2-5/+0
2020-05-04Gag stderr for 'add_filter_list'Árni Dagur2-0/+5
2020-04-26Add BlockerResult and HostnameSpecificResources classes to moduleÁrni Dagur1-0/+2
2020-04-26Add text signatures to methodsÁrni Dagur1-0/+16
2020-04-26Do not upload to Test PyPi unconditionallyÁrni Dagur1-5/+0
2020-04-25Bump version to 0.1.4Árni Dagur2-2/+2
2020-04-25Fix PyPi deployment (#2)Árni Dagur1-1/+6