15
0

- Update to 0.6.0

Added
  * Added aliases optional argument to Engine.add_resource.
Changes
  * Update PyO3 dependency to 0.16.
  * Update upstream dependency to 0.5.6.
Breaks
  * Minimum Rust version is now 1.53.
  * Minimum Python version is now 3.7.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-adblock?expand=0&rev=10
This commit is contained in:
2022-07-24 16:42:18 +00:00
committed by Git OBS Bridge
parent 642774283f
commit 26e00388e6
5 changed files with 22 additions and 9 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Jul 24 16:35:11 UTC 2022 - Mia Herkt <mia@0x0.st>
- Update to 0.6.0
Added
* Added aliases optional argument to Engine.add_resource.
Changes
* Update PyO3 dependency to 0.16.
* Update upstream dependency to 0.5.6.
Breaks
* Minimum Rust version is now 1.53.
* Minimum Python version is now 3.7.
-------------------------------------------------------------------
Wed Jun 15 14:07:33 UTC 2022 - Mia Herkt <mia@0x0.st>