commit python-qrcode for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-qrcode for openSUSE:Factory checked in at 2024-10-01 17:19:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-qrcode (Old) and /work/SRC/openSUSE:Factory/.python-qrcode.new.29891 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-qrcode" Tue Oct 1 17:19:24 2024 rev:14 rq:1204843 version:8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-qrcode/python-qrcode.changes 2024-06-24 20:57:52.358325401 +0200 +++ /work/SRC/openSUSE:Factory/.python-qrcode.new.29891/python-qrcode.changes 2024-10-01 17:19:46.257622005 +0200 @@ -1,0 +2,20 @@ +Mon Sep 30 09:47:24 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> + +- Update to 8.0.0 + * Added support for Python 3.11 and 3.12. + * Drop support for Python <=3.8. + * Change local development setup to use Poetry_. + * Testsuite and code quality checks are done + through Github Actions. + * Code quality and formatting utilises ruff_. + * Removed ``typing_extensions`` as a dependency, + as it's no longer required with + having Python 3.9+ as a requirement. + * Only allow high error correction rate (`qrcode.ERROR_CORRECT_H`) + when generating QR codes with embedded images to ensure content + is readable +- Install manpage manually in %install section +- Drop 364.patch, merged upstream +- Switch package source from PyPi to Github + +------------------------------------------------------------------- Old: ---- 364.patch qrcode-7.4.2.tar.gz New: ---- qrcode-8.0.tar.gz BETA DEBUG BEGIN: Old:- Install manpage manually in %install section - Drop 364.patch, merged upstream - Switch package source from PyPi to Github BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-qrcode.spec ++++++ --- /var/tmp/diff_new_pack.Fc8Rem/_old 2024-10-01 17:19:47.993694388 +0200 +++ /var/tmp/diff_new_pack.Fc8Rem/_new 2024-10-01 17:19:47.997694555 +0200 @@ -18,16 +18,15 @@ %{?sle15_python_module_pythons} Name: python-qrcode -Version: 7.4.2 +Version: 8.0 Release: 0 Summary: QR Code image generator License: BSD-3-Clause URL: https://github.com/lincolnloop/python-qrcode -Source: https://files.pythonhosted.org/packages/source/q/qrcode/qrcode-%{version}.tar.gz -# PATCH-FIX-UPSTREAM - Add buffer and fileno for mocked sys.stdout -Patch0: https://github.com/lincolnloop/python-qrcode/pull/364.patch +Source: %{url}/archive/v%{version}.tar.gz#/qrcode-%{version}.tar.gz BuildRequires: %{python_module Pillow} BuildRequires: %{python_module pip} +BuildRequires: %{python_module poetry} BuildRequires: %{python_module pypng} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} @@ -49,8 +48,7 @@ of QR Codes. %prep -%setup -q -n qrcode-%{version} -%patch -P0 -p1 +%setup -q -n python-qrcode-%{version} # drop shebang from console_scripts sed -i '1s@^#!.*@@' qrcode/console_scripts.py @@ -59,6 +57,7 @@ %install %pyproject_install +install -Dm 644 doc/qr.1 %{buildroot}%{_mandir}/man1/qr.1 %python_clone -a %{buildroot}%{_mandir}/man1/qr.1 %python_clone -a %{buildroot}%{_bindir}/qr %fdupes %{buildroot}%{_prefix} ++++++ qrcode-7.4.2.tar.gz -> qrcode-8.0.tar.gz ++++++ ++++ 3693 lines of diff (skipped)
participants (1)
-
Source-Sync