Accepting request 1274381 from home:glaubitz:branches:devel:languages:python

- Update to 8.2.0
  * Optimize QRColorMask apply_mask method for enhanced performance
  * Fix typos on StyledPilImage embeded_* parameters.
    The old parameters with the typos are still accepted
    for backward compatibility.
- from version 8.1
  * Added support for Python 3.13.

OBS-URL: https://build.opensuse.org/request/show/1274381
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-qrcode?expand=0&rev=36
This commit is contained in:
2025-05-05 09:27:49 +00:00
committed by Git OBS Bridge
parent 1f54cd9cbc
commit e9b9f7eb3f
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon May 5 08:57:38 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 8.2.0
* Optimize QRColorMask apply_mask method for enhanced performance
* Fix typos on StyledPilImage embeded_* parameters.
The old parameters with the typos are still accepted
for backward compatibility.
- from version 8.1
* Added support for Python 3.13.
-------------------------------------------------------------------
Wed Mar 26 10:05:29 UTC 2025 - Ben Greiner <code@bnavigator.de>