Changelog for
python311-PyQRCode-1.3.6-5.3.noarch.rpm :
* Fri Dec 01 2023 Antonio Larrosa
- Add %{?sle15_python_module_pythons}
* Thu May 11 2023 Ben Greiner - Replace build_sphinx setuptools hook with direct sphinx-build call -- fixes boo#1211051
* Wed Apr 20 2022 Matej Cepl - Clean up of the SPEC file.
* Wed Feb 02 2022 Bernhard Wiedemann - Add reproducible.patch to not include build date (boo#1047218)
* Thu Dec 09 2021 Matej Cepl - Update to 1.3.6: - Code improvements / refactorings - Optimized generation of numerical QR Codes - MUCH faster PNG writing (approx. twice as fast) - Don\'t raise a UnicodeError if the user provided binary data and sets the mode explicitly to \'binary\'. Fixed by Mathieu (PR #13) - The builder raises more specific exceptions like VersionError, MaskError, DataOverflowError. This change is backwards compatible since all exceptions are inherited from ValueError. - Added \"designator\" property to QRCode. This encodes the version number and error correction level, i.e. \"1-H\" - Fixed alphanumeric encoding. The bug was introduced in the 1.3.4 release - Added more test cases - Added CLI docs - (Deprecated) QRCode.terminal() did not work. Fixed. - Initial release of PyQRCode NG (PyQRCode Next Generation)
* Wed Dec 08 2021 pgajdosAATTsuse.com- do not require pytest-runner for build, it is not needed
* Thu May 14 2020 Antonio Larrosa - Re-download source package which changed the topdir name
* Thu May 14 2020 Antonio Larrosa - Do not build python2 version
* Mon Oct 14 2019 Matej Cepl - Replace %fdupes -s with plain %fdupes; hardlinks are better.
* Mon Apr 01 2019 Tomáš Chvátal - Sort out with spec-cleaner