Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-segno for openSUSE:Factory checked in at 2025-03-12 15:27:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-segno (Old) and /work/SRC/openSUSE:Factory/.python-segno.new.19136 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-segno" Wed Mar 12 15:27:35 2025 rev:3 rq:1252348 version:1.6.5 Changes: -------- --- /work/SRC/openSUSE:Factory/python-segno/python-segno.changes 2024-12-05 17:11:34.696974039 +0100 +++ /work/SRC/openSUSE:Factory/.python-segno.new.19136/python-segno.changes 2025-03-12 15:27:37.835248143 +0100 @@ -1,0 +2,10 @@ +Wed Mar 12 06:03:51 UTC 2025 - Johannes Kastl <opensuse_buildserv...@ojkastl.de> + +- update to 1.6.5 (no releases between 1.6.1 and 1.6.5): + - Fixed packaging: include man page, source distribution did not + contain all relevant files such as docs and test suite. + - Moved man page to the correct directory + - Fixed PDF creation: 144 and 145 provided by Mathias Winkel + - Merged 143 (typo in docs) provided by Marek Madejski + +------------------------------------------------------------------- Old: ---- segno-1.6.1.tar.gz New: ---- segno-1.6.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-segno.spec ++++++ --- /var/tmp/diff_new_pack.10nKOf/_old 2025-03-12 15:27:39.467316496 +0100 +++ /var/tmp/diff_new_pack.10nKOf/_new 2025-03-12 15:27:39.491317501 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-segno # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,15 +18,15 @@ %{?sle15_python_module_pythons} Name: python-segno -Version: 1.6.1 +Version: 1.6.5 Release: 0 Summary: QR Code and Micro QR Code generator for Python License: BSD-3-Clause URL: https://github.com/heuer/segno/ Source0: https://github.com/heuer/segno/archive/refs/tags/%{version}.tar.gz#/segno-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module flit-core >= 3.2} BuildRequires: %{python_module pip} +BuildRequires: python-rpm-macros # SECTION test BuildRequires: %{python_module pytest} BuildRequires: %{python_module pypng} @@ -46,6 +46,12 @@ standard conform QR Code and Micro QR Code generation acc. to ISO/IEC 18004:2015(E). +%package -n %{name}-doc +Summary: Documentation files for %{name} + +%description -n %{name}-doc +Man page for %{name}. + %prep %autosetup -p1 -n segno-%{version} @@ -56,6 +62,8 @@ %install %pyproject_install +install -d %{buildroot}%{_mandir}/man1/ +mv -v %{buildroot}/usr/usr/share/man/man1/segno.1 %{buildroot}%{_mandir}/man1/ %python_clone -a %{buildroot}%{_bindir}/segno %python_expand %fdupes %{buildroot}%{$python_sitelib} @@ -76,3 +84,6 @@ %{python_sitelib}/segno %{python_sitelib}/segno-%{version}.dist-info +%files -n %{name}-doc +%{_mandir}/man1/segno.1.gz + ++++++ segno-1.6.1.tar.gz -> segno-1.6.5.tar.gz ++++++ ++++ 4890 lines of diff (skipped)