Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pydf for openSUSE:Factory checked in at 2026-06-03 20:28:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pydf (Old) and /work/SRC/openSUSE:Factory/.pydf.new.1937 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pydf" Wed Jun 3 20:28:26 2026 rev:4 rq:1356952 version:16 Changes: -------- --- /work/SRC/openSUSE:Factory/pydf/pydf.changes 2018-01-01 22:30:52.807144418 +0100 +++ /work/SRC/openSUSE:Factory/.pydf.new.1937/pydf.changes 2026-06-03 20:30:29.945303296 +0200 @@ -1,0 +2,19 @@ +Wed Jun 3 11:41:27 UTC 2026 - Martin Pluskal <[email protected]> + +- Update to version 16: + * Migrate to argparse + * Fix bind mount identification + * Now requires Python 3 (Python 2 support dropped in 15) + * Add -S/--scale-bars option to scale bars to the device size + * Support the COLUMNS and NO_COLOR environment variables + * Add statvfs_block configuration option + * Do not colour read-only filesystems in black & white mode + * Many minor tweaks +- Switch Source to the upstream release tarball on the Debian + mirror (the author's site only carries up to version 15) +- Spec cleanup: + * Drop obsolete Group tag and python3 shebang sed (upstream + now ships a python3 shebang) + * Mark COPYING as %license and ship the new CHANGES doc + +------------------------------------------------------------------- Old: ---- pydf_12.tar.gz New: ---- pydf_16.orig.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pydf.spec ++++++ --- /var/tmp/diff_new_pack.MJcn2t/_old 2026-06-03 20:30:30.645332287 +0200 +++ /var/tmp/diff_new_pack.MJcn2t/_new 2026-06-03 20:30:30.649332452 +0200 @@ -1,7 +1,7 @@ # # spec file for package pydf # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,18 +12,17 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: pydf -Version: 12 +Version: 16 Release: 0 Summary: Fully colorized df clone written in python License: SUSE-Public-Domain -Group: System/Monitoring -Url: http://kassiopeia.juls.savba.sk/~garabik/software/pydf -Source: http://kassiopeia.juls.savba.sk/~garabik/software/pydf/pydf_%{version}.tar.gz +URL: http://kassiopeia.juls.savba.sk/~garabik/software/pydf +Source: https://deb.debian.org/debian/pool/main/p/%{name}/%{name}_%{version}.orig.tar.gz BuildArch: noarch %description @@ -31,9 +30,7 @@ just like df, but in colors. The output format is completely customizable. %prep -%setup -q -# use python3 by default -sed -i "s|%{_bindir}/python|%{_bindir}/python3|g" pydf +%autosetup -n %{name}-%{version} %build @@ -46,8 +43,9 @@ %{buildroot}%{_mandir}/man1/pydf.1 %files -%doc README COPYING +%license COPYING +%doc CHANGES README.md %config(noreplace) %{_sysconfdir}/pydfrc %{_bindir}/pydf -%{_mandir}/man1/pydf.1%{ext_man} +%{_mandir}/man1/pydf.1%{?ext_man}
