Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libbytesize for openSUSE:Factory 
checked in at 2021-11-12 15:58:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libbytesize (Old)
 and      /work/SRC/openSUSE:Factory/.libbytesize.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libbytesize"

Fri Nov 12 15:58:59 2021 rev:6 rq:930566 version:2.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/libbytesize/libbytesize.changes  2021-05-12 
19:31:47.863141737 +0200
+++ /work/SRC/openSUSE:Factory/.libbytesize.new.1890/libbytesize.changes        
2021-11-12 15:59:10.054562237 +0100
@@ -1,0 +2,7 @@
+Sat Jul 17 06:47:54 UTC 2021 - Dirk M??ller <dmuel...@suse.com>
+
+- update to 2.6:
+  * Make sure Size can be interpreted as integer in Python 3.10
+  * Translation updates
+
+-------------------------------------------------------------------

Old:
----
  libbytesize-2.5.tar.gz

New:
----
  libbytesize-2.6.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libbytesize.spec ++++++
--- /var/tmp/diff_new_pack.0EEZsD/_old  2021-11-12 15:59:10.598562484 +0100
+++ /var/tmp/diff_new_pack.0EEZsD/_new  2021-11-12 15:59:10.598562484 +0100
@@ -19,7 +19,7 @@
 %define somajor 1
 %define libname %{name}%{somajor}
 Name:           libbytesize
-Version:        2.5
+Version:        2.6
 Release:        0
 Summary:        A library for working with sizes in bytes
 License:        LGPL-2.1-only

++++++ libbytesize-2.5.tar.gz -> libbytesize-2.6.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.5/Makefile.in 
new/libbytesize-2.6/Makefile.in
--- old/libbytesize-2.5/Makefile.in     2021-01-27 14:58:11.000000000 +0100
+++ new/libbytesize-2.6/Makefile.in     2021-07-07 12:15:46.000000000 +0200
@@ -337,6 +337,7 @@
 pyexecdir = @pyexecdir@
 python3 = @python3@
 pythondir = @pythondir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.5/aclocal.m4 
new/libbytesize-2.6/aclocal.m4
--- old/libbytesize-2.5/aclocal.m4      2021-01-27 14:58:10.000000000 +0100
+++ new/libbytesize-2.6/aclocal.m4      2021-07-07 12:15:46.000000000 +0200
@@ -940,12 +940,14 @@
     m4_default([$3], [AC_MSG_ERROR([no suitable Python interpreter found])])
   else
 
-  dnl Query Python for its version number.  Getting [:3] seems to be
-  dnl the best way to do this; it's what "site.py" does in the standard
-  dnl library.
+  dnl Query Python for its version number.  Although site.py simply uses
+  dnl sys.version[:3], printing that failed with Python 3.10, since the
+  dnl trailing zero was eliminated. So now we output just the major
+  dnl and minor version numbers, as numbers. Apparently the tertiary
+  dnl version is not of interest.
 
   AC_CACHE_CHECK([for $am_display_PYTHON version], [am_cv_python_version],
-    [am_cv_python_version=`$PYTHON -c "import sys; 
sys.stdout.write(sys.version[[:3]])"`])
+    [am_cv_python_version=`$PYTHON -c "import sys; print('%u.%u' % 
sys.version_info[[:2]])"`])
   AC_SUBST([PYTHON_VERSION], [$am_cv_python_version])
 
   dnl Use the values of $prefix and $exec_prefix for the corresponding
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.5/configure 
new/libbytesize-2.6/configure
--- old/libbytesize-2.5/configure       2021-01-27 14:58:11.000000000 +0100
+++ new/libbytesize-2.6/configure       2021-07-07 12:15:46.000000000 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libbytesize 2.5.
+# Generated by GNU Autoconf 2.69 for libbytesize 2.6.
 #
 # Report bugs to <vpodz...@redhat.com>.
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='libbytesize'
 PACKAGE_TARNAME='libbytesize'
-PACKAGE_VERSION='2.5'
-PACKAGE_STRING='libbytesize 2.5'
+PACKAGE_VERSION='2.6'
+PACKAGE_STRING='libbytesize 2.6'
 PACKAGE_BUGREPORT='vpodz...@redhat.com'
 PACKAGE_URL=''
 
@@ -756,6 +756,7 @@
 docdir
 oldincludedir
 includedir
+runstatedir
 localstatedir
 sharedstatedir
 sysconfdir
@@ -847,6 +848,7 @@
 sysconfdir='${prefix}/etc'
 sharedstatedir='${prefix}/com'
 localstatedir='${prefix}/var'
+runstatedir='${localstatedir}/run'
 includedir='${prefix}/include'
 oldincludedir='/usr/include'
 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
@@ -1099,6 +1101,15 @@
   | -silent | --silent | --silen | --sile | --sil)
     silent=yes ;;
 
+  -runstatedir | --runstatedir | --runstatedi | --runstated \
+  | --runstate | --runstat | --runsta | --runst | --runs \
+  | --run | --ru | --r)
+    ac_prev=runstatedir ;;
+  -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
+  | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
+  | --run=* | --ru=* | --r=*)
+    runstatedir=$ac_optarg ;;
+
   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
     ac_prev=sbindir ;;
   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
@@ -1236,7 +1247,7 @@
 for ac_var in  exec_prefix prefix bindir sbindir libexecdir datarootdir \
                datadir sysconfdir sharedstatedir localstatedir includedir \
                oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
-               libdir localedir mandir
+               libdir localedir mandir runstatedir
 do
   eval ac_val=\$$ac_var
   # Remove trailing slashes.
@@ -1349,7 +1360,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures libbytesize 2.5 to adapt to many kinds of systems.
+\`configure' configures libbytesize 2.6 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1389,6 +1400,7 @@
   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
+  --runstatedir=DIR       modifiable per-process data [LOCALSTATEDIR/run]
   --libdir=DIR            object code libraries [EPREFIX/lib]
   --includedir=DIR        C header files [PREFIX/include]
   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
@@ -1419,7 +1431,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of libbytesize 2.5:";;
+     short | recursive ) echo "Configuration of libbytesize 2.6:";;
    esac
   cat <<\_ACEOF
 
@@ -1542,7 +1554,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libbytesize configure 2.5
+libbytesize configure 2.6
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1911,7 +1923,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libbytesize $as_me 2.5, which was
+It was created by libbytesize $as_me 2.6, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2809,7 +2821,7 @@
 
 # Define the identity of the package.
  PACKAGE='libbytesize'
- VERSION='2.5'
+ VERSION='2.6'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3103,7 +3115,7 @@
 if ${am_cv_python_version+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  am_cv_python_version=`$PYTHON -c "import sys; 
sys.stdout.write(sys.version[:3])"`
+  am_cv_python_version=`$PYTHON -c "import sys; print('%u.%u' % 
sys.version_info[:2])"`
 fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_version" >&5
 $as_echo "$am_cv_python_version" >&6; }
@@ -14276,7 +14288,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by libbytesize $as_me 2.5, which was
+This file was extended by libbytesize $as_me 2.6, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -14333,7 +14345,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-libbytesize config.status 2.5
+libbytesize config.status 2.6
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.5/configure.ac 
new/libbytesize-2.6/configure.ac
--- old/libbytesize-2.5/configure.ac    2021-01-27 14:58:08.000000000 +0100
+++ new/libbytesize-2.6/configure.ac    2021-07-07 12:15:44.000000000 +0200
@@ -1,6 +1,6 @@
 # configure.ac for libbytesize
 
-AC_INIT([libbytesize], [2.5], [vpodz...@redhat.com])
+AC_INIT([libbytesize], [2.6], [vpodz...@redhat.com])
 
 # Disable building static libraries.
 # This needs to be set before initializing automake
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.5/dist/Makefile.in 
new/libbytesize-2.6/dist/Makefile.in
--- old/libbytesize-2.5/dist/Makefile.in        2021-01-27 14:58:11.000000000 
+0100
+++ new/libbytesize-2.6/dist/Makefile.in        2021-07-07 12:15:46.000000000 
+0200
@@ -254,6 +254,7 @@
 pyexecdir = @pyexecdir@
 python3 = @python3@
 pythondir = @pythondir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.5/dist/libbytesize.spec 
new/libbytesize-2.6/dist/libbytesize.spec
--- old/libbytesize-2.5/dist/libbytesize.spec   2021-01-27 14:58:13.000000000 
+0100
+++ new/libbytesize-2.6/dist/libbytesize.spec   2021-07-07 12:15:48.000000000 
+0200
@@ -16,13 +16,14 @@
 %define configure_opts %{?python3_opts} %{?tools_opts}
 
 Name:        libbytesize
-Version:     2.5
+Version:     2.6
 Release:     1%{?dist}
 Summary:     A library for working with sizes in bytes
 License:     LGPLv2+
 URL:         https://github.com/storaged-project/libbytesize
 Source0:     
https://github.com/storaged-project/libbytesize/releases/download/%{version}-%{release}/%{name}-%{version}.tar.gz
 
+BuildRequires: make
 BuildRequires: gcc
 BuildRequires: gmp-devel
 BuildRequires: mpfr-devel
@@ -114,6 +115,16 @@
 %endif
 
 %changelog
+* Wed Jul 07 2021 Vojtech Trefny <vtre...@redhat.com> - 2.6-1
+- Make sure Size can be interpreted as integer in Python 3.10 (vtrefny)
+- Translated using Weblate (Finnish) (ricky.tigg)
+- Squashed 'translation-canary/' changes from fccbb1b..4d4e65b (vtrefny)
+- Translated using Weblate (Korean) (simmon)
+- Added translation using Weblate (Korean) (simmon)
+- Update translation files (noreply)
+- Added translation using Weblate (Sinhala) (r45xveza)
+- Sync spec with downstream (vtrefny)
+
 * Wed Jan 27 2021 Vojtech Trefny <vtre...@redhat.com> - 2.5-1
 - Translated using Weblate (Hebrew) (sh.yaron)
 - Added translation using Weblate (Hebrew) (sh.yaron)
@@ -129,6 +140,9 @@
 - Translated using Weblate (Spanish) (fitoschido)
 - Sync spec with downstream (vtrefny)
 
+* Tue Jan 26 2021 Fedora Release Engineering <rel...@fedoraproject.org> - 2.4-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
+
 * Fri Jul 31 2020 Vojtech Trefny <vtre...@redhat.com> - 2.4-1
 - Add Travis build status badge (vtrefny)
 - Add Travis CI config and Dockerfiles for running tests (vtrefny)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.5/dist/libbytesize.spec.in 
new/libbytesize-2.6/dist/libbytesize.spec.in
--- old/libbytesize-2.5/dist/libbytesize.spec.in        2021-01-27 
14:58:08.000000000 +0100
+++ new/libbytesize-2.6/dist/libbytesize.spec.in        2021-07-07 
12:15:44.000000000 +0200
@@ -16,13 +16,14 @@
 %define configure_opts %{?python3_opts} %{?tools_opts}
 
 Name:        libbytesize
-Version:     2.5
+Version:     2.6
 Release:     1%{?dist}
 Summary:     A library for working with sizes in bytes
 License:     LGPLv2+
 URL:         https://github.com/storaged-project/libbytesize
 Source0:     
https://github.com/storaged-project/libbytesize/releases/download/%{version}-%{release}/%{name}-%{version}.tar.gz
 
+BuildRequires: make
 BuildRequires: gcc
 BuildRequires: gmp-devel
 BuildRequires: mpfr-devel
@@ -114,6 +115,16 @@
 %endif
 
 %changelog
+* Wed Jul 07 2021 Vojtech Trefny <vtre...@redhat.com> - 2.6-1
+- Make sure Size can be interpreted as integer in Python 3.10 (vtrefny)
+- Translated using Weblate (Finnish) (ricky.tigg)
+- Squashed 'translation-canary/' changes from fccbb1b..4d4e65b (vtrefny)
+- Translated using Weblate (Korean) (simmon)
+- Added translation using Weblate (Korean) (simmon)
+- Update translation files (noreply)
+- Added translation using Weblate (Sinhala) (r45xveza)
+- Sync spec with downstream (vtrefny)
+
 * Wed Jan 27 2021 Vojtech Trefny <vtre...@redhat.com> - 2.5-1
 - Translated using Weblate (Hebrew) (sh.yaron)
 - Added translation using Weblate (Hebrew) (sh.yaron)
@@ -129,6 +140,9 @@
 - Translated using Weblate (Spanish) (fitoschido)
 - Sync spec with downstream (vtrefny)
 
+* Tue Jan 26 2021 Fedora Release Engineering <rel...@fedoraproject.org> - 2.4-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
+
 * Fri Jul 31 2020 Vojtech Trefny <vtre...@redhat.com> - 2.4-1
 - Add Travis build status badge (vtrefny)
 - Add Travis CI config and Dockerfiles for running tests (vtrefny)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.5/docs/Makefile.in 
new/libbytesize-2.6/docs/Makefile.in
--- old/libbytesize-2.5/docs/Makefile.in        2021-01-27 14:58:11.000000000 
+0100
+++ new/libbytesize-2.6/docs/Makefile.in        2021-07-07 12:15:46.000000000 
+0200
@@ -255,6 +255,7 @@
 pyexecdir = @pyexecdir@
 python3 = @python3@
 pythondir = @pythondir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.5/docs/libbytesize-docs.xml 
new/libbytesize-2.6/docs/libbytesize-docs.xml
--- old/libbytesize-2.5/docs/libbytesize-docs.xml       2021-01-27 
14:58:13.000000000 +0100
+++ new/libbytesize-2.6/docs/libbytesize-docs.xml       2021-07-07 
12:15:48.000000000 +0200
@@ -8,7 +8,7 @@
   <bookinfo>
     <title>libbytesize Reference Manual</title>
     <releaseinfo>
-      for libbytesize 2.5.
+      for libbytesize 2.6.
       The latest version of this documentation can be found on-line at
       <ulink role="online-location" 
url="http://storaged.org/libbytesize";>http://storaged.org/libbytesize</ulink>.
     </releaseinfo>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.5/po/Makefile.in 
new/libbytesize-2.6/po/Makefile.in
--- old/libbytesize-2.5/po/Makefile.in  2021-01-27 14:58:11.000000000 +0100
+++ new/libbytesize-2.6/po/Makefile.in  2021-07-07 12:15:46.000000000 +0200
@@ -341,6 +341,7 @@
 pyexecdir = @pyexecdir@
 python3 = @python3@
 pythondir = @pythondir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.5/po/ast.po 
new/libbytesize-2.6/po/ast.po
--- old/libbytesize-2.5/po/ast.po       2020-08-17 09:48:15.000000000 +0200
+++ new/libbytesize-2.6/po/ast.po       2021-03-18 13:52:18.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 2.3\n"
 "Report-Msgid-Bugs-To: vtre...@redhat.com\n"
-"POT-Creation-Date: 2020-07-31 08:11+0200\n"
+"POT-Creation-Date: 2021-01-27 14:58+0100\n"
 "PO-Revision-Date: 2020-08-16 11:29+0000\n"
 "Last-Translator: Adolfo Jayme Barrientos <fitosch...@gmail.com>\n"
 "Language-Team: Asturian <https://translate.fedoraproject.org/projects/blivet/";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.5/po/be.po new/libbytesize-2.6/po/be.po
--- old/libbytesize-2.5/po/be.po        2020-08-17 09:48:15.000000000 +0200
+++ new/libbytesize-2.6/po/be.po        2021-03-18 13:52:18.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 0.3\n"
 "Report-Msgid-Bugs-To: vtre...@redhat.com\n"
-"POT-Creation-Date: 2020-07-31 08:11+0200\n"
+"POT-Creation-Date: 2021-01-27 14:58+0100\n"
 "PO-Revision-Date: 2018-02-21 01:16+0000\n"
 "Last-Translator: Viktar Siarheichyk <v...@fedoraproject.org>\n"
 "Language-Team: Belarusian\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.5/po/bn_IN.po 
new/libbytesize-2.6/po/bn_IN.po
--- old/libbytesize-2.5/po/bn_IN.po     2020-08-17 09:48:15.000000000 +0200
+++ new/libbytesize-2.6/po/bn_IN.po     2021-03-18 13:52:18.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 2.2\n"
 "Report-Msgid-Bugs-To: vtre...@redhat.com\n"
-"POT-Creation-Date: 2020-07-31 08:11+0200\n"
+"POT-Creation-Date: 2021-01-27 14:58+0100\n"
 "PO-Revision-Date: 2020-06-25 15:40+0000\n"
 "Last-Translator: Akarshan Biswas <akarshan.bis...@gmail.com>\n"
 "Language-Team: Bengali (India) <https://translate.fedoraproject.org/projects/";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.5/po/ca.po new/libbytesize-2.6/po/ca.po
--- old/libbytesize-2.5/po/ca.po        2020-08-17 09:48:15.000000000 +0200
+++ new/libbytesize-2.6/po/ca.po        2021-03-18 13:52:18.000000000 +0100
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 0.3\n"
 "Report-Msgid-Bugs-To: vtre...@redhat.com\n"
-"POT-Creation-Date: 2020-07-31 08:11+0200\n"
+"POT-Creation-Date: 2021-01-27 14:58+0100\n"
 "PO-Revision-Date: 2020-08-15 10:43+0000\n"
 "Last-Translator: Adolfo Jayme Barrientos <fitosch...@gmail.com>\n"
 "Language-Team: Catalan <https://translate.fedoraproject.org/projects/blivet/";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.5/po/cs.po new/libbytesize-2.6/po/cs.po
--- old/libbytesize-2.5/po/cs.po        2020-08-17 09:48:15.000000000 +0200
+++ new/libbytesize-2.6/po/cs.po        2021-03-18 13:52:18.000000000 +0100
@@ -3,7 +3,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 0.3\n"
 "Report-Msgid-Bugs-To: vtre...@redhat.com\n"
-"POT-Creation-Date: 2020-07-31 08:11+0200\n"
+"POT-Creation-Date: 2021-01-27 14:58+0100\n"
 "PO-Revision-Date: 2016-03-07 11:45+0000\n"
 "Last-Translator: Vratislav Podzimek <vpodz...@redhat.com>\n"
 "Language-Team: Czech\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.5/po/da.po new/libbytesize-2.6/po/da.po
--- old/libbytesize-2.5/po/da.po        2020-08-17 09:48:15.000000000 +0200
+++ new/libbytesize-2.6/po/da.po        2021-03-18 13:52:18.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 0.3\n"
 "Report-Msgid-Bugs-To: vtre...@redhat.com\n"
-"POT-Creation-Date: 2020-07-31 08:11+0200\n"
+"POT-Creation-Date: 2021-01-27 14:58+0100\n"
 "PO-Revision-Date: 2017-04-24 09:35+0000\n"
 "Last-Translator: scootergrisen <scootergri...@gmail.com>\n"
 "Language-Team: Danish\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.5/po/de.po new/libbytesize-2.6/po/de.po
--- old/libbytesize-2.5/po/de.po        2020-08-17 09:48:15.000000000 +0200
+++ new/libbytesize-2.6/po/de.po        2021-03-18 13:52:18.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 0.3\n"
 "Report-Msgid-Bugs-To: vtre...@redhat.com\n"
-"POT-Creation-Date: 2020-07-31 08:11+0200\n"
+"POT-Creation-Date: 2021-01-27 14:58+0100\n"
 "PO-Revision-Date: 2017-04-11 06:50+0000\n"
 "Last-Translator: Robert Scheck <rob...@fedoraproject.org>\n"
 "Language-Team: German\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.5/po/es.po new/libbytesize-2.6/po/es.po
--- old/libbytesize-2.5/po/es.po        2020-08-17 09:48:15.000000000 +0200
+++ new/libbytesize-2.6/po/es.po        2021-03-18 13:52:18.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 0.3\n"
 "Report-Msgid-Bugs-To: vtre...@redhat.com\n"
-"POT-Creation-Date: 2020-07-31 08:11+0200\n"
+"POT-Creation-Date: 2021-01-27 14:58+0100\n"
 "PO-Revision-Date: 2020-08-15 10:43+0000\n"
 "Last-Translator: Adolfo Jayme Barrientos <fitosch...@gmail.com>\n"
 "Language-Team: Spanish <https://translate.fedoraproject.org/projects/blivet/";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.5/po/fi.po new/libbytesize-2.6/po/fi.po
--- old/libbytesize-2.5/po/fi.po        2020-12-08 09:00:11.000000000 +0100
+++ new/libbytesize-2.6/po/fi.po        2021-07-07 12:14:05.000000000 +0200
@@ -2,13 +2,13 @@
 # Copyright (C) YEAR Red Hat, Inc.
 # This file is distributed under the same license as the libbytesize package.
 # Jiri Gr??nroos <jiri.gronr...@iki.fi>, 2018. #zanata
-# Ricky Tigg <ricky.t...@gmail.com>, 2020.
+# Ricky Tigg <ricky.t...@gmail.com>, 2020, 2021.
 msgid ""
 msgstr ""
 "Project-Id-Version: libbytesize 0.3\n"
 "Report-Msgid-Bugs-To: vtre...@redhat.com\n"
-"POT-Creation-Date: 2020-07-31 08:11+0200\n"
-"PO-Revision-Date: 2020-11-28 16:35+0000\n"
+"POT-Creation-Date: 2021-01-27 14:58+0100\n"
+"PO-Revision-Date: 2021-05-29 14:02+0000\n"
 "Last-Translator: Ricky Tigg <ricky.t...@gmail.com>\n"
 "Language-Team: Finnish <https://translate.fedoraproject.org/projects/blivet/";
 "libbytesize/fi/>\n"
@@ -17,7 +17,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Weblate 4.3.2\n"
+"X-Generator: Weblate 4.6.2\n"
 
 #. TRANSLATORS: 'B' for bytes
 #: src/bs_size.c:52 src/bs_size.c:73
@@ -27,22 +27,22 @@
 #. TRANSLATORS: abbreviation for kibibyte, 2**10 bytes
 #: src/bs_size.c:54
 msgid "KiB"
-msgstr "KiB"
+msgstr "Kit"
 
 #. TRANSLATORS: abbreviation for mebibyte, 2**20 bytes
 #: src/bs_size.c:56
 msgid "MiB"
-msgstr "MiB"
+msgstr "Mit"
 
 #. TRANSLATORS: abbreviation for gibibyte, 2**30 bytes
 #: src/bs_size.c:58
 msgid "GiB"
-msgstr "GiB"
+msgstr "Git"
 
 #. TRANSLATORS: abbreviation for tebibyte, 2**40 bytes
 #: src/bs_size.c:60
 msgid "TiB"
-msgstr "TiB"
+msgstr "Tit"
 
 #. TRANSLATORS: abbreviation for pebibyte, 2**50 bytes
 #: src/bs_size.c:62
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.5/po/fr.po new/libbytesize-2.6/po/fr.po
--- old/libbytesize-2.5/po/fr.po        2020-08-17 09:48:15.000000000 +0200
+++ new/libbytesize-2.6/po/fr.po        2021-03-18 13:52:18.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 0.3\n"
 "Report-Msgid-Bugs-To: vtre...@redhat.com\n"
-"POT-Creation-Date: 2020-07-31 08:11+0200\n"
+"POT-Creation-Date: 2021-01-27 14:58+0100\n"
 "PO-Revision-Date: 2016-07-15 05:07+0000\n"
 "Last-Translator: Jean-Baptiste Holcroft <jean-bapti...@holcroft.fr>\n"
 "Language-Team: French\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.5/po/fur.po 
new/libbytesize-2.6/po/fur.po
--- old/libbytesize-2.5/po/fur.po       2020-08-17 09:48:15.000000000 +0200
+++ new/libbytesize-2.6/po/fur.po       2021-03-18 13:52:18.000000000 +0100
@@ -3,7 +3,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 2.2\n"
 "Report-Msgid-Bugs-To: vtre...@redhat.com\n"
-"POT-Creation-Date: 2020-07-31 08:11+0200\n"
+"POT-Creation-Date: 2021-01-27 14:58+0100\n"
 "PO-Revision-Date: 2019-08-12 07:14+0000\n"
 "Last-Translator: Fabio Tomat <f.t.pub...@gmail.com>\n"
 "Language-Team: Friulian\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.5/po/he.po new/libbytesize-2.6/po/he.po
--- old/libbytesize-2.5/po/he.po        2021-01-27 14:56:27.000000000 +0100
+++ new/libbytesize-2.6/po/he.po        2021-03-18 13:52:18.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 2.4\n"
 "Report-Msgid-Bugs-To: vtre...@redhat.com\n"
-"POT-Creation-Date: 2020-07-31 08:11+0200\n"
+"POT-Creation-Date: 2021-01-27 14:58+0100\n"
 "PO-Revision-Date: 2021-01-13 19:36+0000\n"
 "Last-Translator: Yaron Shahrabani <sh.ya...@gmail.com>\n"
 "Language-Team: Hebrew <https://translate.fedoraproject.org/projects/blivet/";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.5/po/hu.po new/libbytesize-2.6/po/hu.po
--- old/libbytesize-2.5/po/hu.po        2020-08-17 09:48:15.000000000 +0200
+++ new/libbytesize-2.6/po/hu.po        2021-03-18 13:52:18.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 0.3\n"
 "Report-Msgid-Bugs-To: vtre...@redhat.com\n"
-"POT-Creation-Date: 2020-07-31 08:11+0200\n"
+"POT-Creation-Date: 2021-01-27 14:58+0100\n"
 "PO-Revision-Date: 2016-09-10 07:27+0000\n"
 "Last-Translator: Mesk?? Bal??zs <meskobal...@gmail.com>\n"
 "Language-Team: Hungarian\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.5/po/id.po new/libbytesize-2.6/po/id.po
--- old/libbytesize-2.5/po/id.po        2020-08-17 09:48:15.000000000 +0200
+++ new/libbytesize-2.6/po/id.po        2021-03-18 13:52:18.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 0.3\n"
 "Report-Msgid-Bugs-To: vtre...@redhat.com\n"
-"POT-Creation-Date: 2020-07-31 08:11+0200\n"
+"POT-Creation-Date: 2021-01-27 14:58+0100\n"
 "PO-Revision-Date: 2017-06-15 09:17+0000\n"
 "Last-Translator: Andika Triwidada <and...@gmail.com>\n"
 "Language-Team: Indonesian\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.5/po/it.po new/libbytesize-2.6/po/it.po
--- old/libbytesize-2.5/po/it.po        2020-08-17 09:48:15.000000000 +0200
+++ new/libbytesize-2.6/po/it.po        2021-03-18 13:52:18.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 0.3\n"
 "Report-Msgid-Bugs-To: vtre...@redhat.com\n"
-"POT-Creation-Date: 2020-07-31 08:11+0200\n"
+"POT-Creation-Date: 2021-01-27 14:58+0100\n"
 "PO-Revision-Date: 2017-04-12 02:49+0000\n"
 "Last-Translator: Luca Ciavatta <luca.ciava...@gmail.com>\n"
 "Language-Team: Italian\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.5/po/ko.po new/libbytesize-2.6/po/ko.po
--- old/libbytesize-2.5/po/ko.po        1970-01-01 01:00:00.000000000 +0100
+++ new/libbytesize-2.6/po/ko.po        2021-03-18 13:52:18.000000000 +0100
@@ -0,0 +1,104 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR Red Hat, Inc.
+# This file is distributed under the same license as the libbytesize package.
+# simmon <sim...@nplob.com>, 2021.
+msgid ""
+msgstr ""
+"Project-Id-Version: libbytesize 2.5\n"
+"Report-Msgid-Bugs-To: vtre...@redhat.com\n"
+"POT-Creation-Date: 2021-01-27 14:58+0100\n"
+"PO-Revision-Date: 2021-03-08 20:01+0000\n"
+"Last-Translator: simmon <sim...@nplob.com>\n"
+"Language-Team: Korean <https://translate.fedoraproject.org/projects/blivet/";
+"libbytesize/ko/>\n"
+"Language: ko\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Weblate 4.5.1\n"
+
+#. TRANSLATORS: 'B' for bytes
+#: src/bs_size.c:52 src/bs_size.c:73
+msgid "B"
+msgstr "B"
+
+#. TRANSLATORS: abbreviation for kibibyte, 2**10 bytes
+#: src/bs_size.c:54
+msgid "KiB"
+msgstr "???????????????"
+
+#. TRANSLATORS: abbreviation for mebibyte, 2**20 bytes
+#: src/bs_size.c:56
+msgid "MiB"
+msgstr "???????????????"
+
+#. TRANSLATORS: abbreviation for gibibyte, 2**30 bytes
+#: src/bs_size.c:58
+msgid "GiB"
+msgstr "???????????????"
+
+#. TRANSLATORS: abbreviation for tebibyte, 2**40 bytes
+#: src/bs_size.c:60
+msgid "TiB"
+msgstr "???????????????"
+
+#. TRANSLATORS: abbreviation for pebibyte, 2**50 bytes
+#: src/bs_size.c:62
+msgid "PiB"
+msgstr "???????????????"
+
+#. TRANSLATORS: abbreviation for exbibyte, 2**60 bytes
+#: src/bs_size.c:64
+msgid "EiB"
+msgstr "???????????????"
+
+#. TRANSLATORS: abbreviation for zebibyte, 2**70 bytes
+#: src/bs_size.c:66
+msgid "ZiB"
+msgstr "???????????????"
+
+#. TRANSLATORS: abbreviation for yobibyte, 2**80 bytes
+#: src/bs_size.c:68
+msgid "YiB"
+msgstr "???????????????"
+
+#. TRANSLATORS: abbreviation for kilobyte, 10**3 bytes
+#: src/bs_size.c:75
+msgid "KB"
+msgstr "???????????????"
+
+#. TRANSLATORS: abbreviation for megabyte, 10**6 bytes
+#: src/bs_size.c:77
+msgid "MB"
+msgstr "???????????????"
+
+#. TRANSLATORS: abbreviation for gigabyte, 10**9 bytes
+#: src/bs_size.c:79
+msgid "GB"
+msgstr "???????????????"
+
+#. TRANSLATORS: abbreviation for terabyte, 10**12 bytes
+#: src/bs_size.c:81
+msgid "TB"
+msgstr "???????????????"
+
+#. TRANSLATORS: abbreviation for petabyte, 10**15 bytes
+#: src/bs_size.c:83
+msgid "PB"
+msgstr "???????????????"
+
+#. TRANSLATORS: abbreviation for exabyte, 10**18 bytes
+#: src/bs_size.c:85
+msgid "EB"
+msgstr "???????????????"
+
+#. TRANSLATORS: abbreviation for zettabyte, 10**21 bytes
+#: src/bs_size.c:87
+msgid "ZB"
+msgstr "???????????????"
+
+#. TRANSLATORS: abbreviation for yottabyte, 10**24 bytes
+#: src/bs_size.c:89
+msgid "YB"
+msgstr "???????????????"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.5/po/libbytesize.pot 
new/libbytesize-2.6/po/libbytesize.pot
--- old/libbytesize-2.5/po/libbytesize.pot      2021-01-27 14:58:13.000000000 
+0100
+++ new/libbytesize-2.6/po/libbytesize.pot      2021-07-07 12:15:48.000000000 
+0200
@@ -6,9 +6,9 @@
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: libbytesize 2.5\n"
+"Project-Id-Version: libbytesize 2.6\n"
 "Report-Msgid-Bugs-To: vtre...@redhat.com\n"
-"POT-Creation-Date: 2021-01-27 14:58+0100\n"
+"POT-Creation-Date: 2021-07-07 12:15+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <l...@li.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.5/po/nl.po new/libbytesize-2.6/po/nl.po
--- old/libbytesize-2.5/po/nl.po        2020-08-17 09:48:15.000000000 +0200
+++ new/libbytesize-2.6/po/nl.po        2021-03-18 13:52:18.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 0.3\n"
 "Report-Msgid-Bugs-To: vtre...@redhat.com\n"
-"POT-Creation-Date: 2020-07-31 08:11+0200\n"
+"POT-Creation-Date: 2021-01-27 14:58+0100\n"
 "PO-Revision-Date: 2016-10-11 02:55+0000\n"
 "Last-Translator: Geert Warrink <geert.warr...@onsnet.nu>\n"
 "Language-Team: Dutch\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.5/po/nn.po new/libbytesize-2.6/po/nn.po
--- old/libbytesize-2.5/po/nn.po        2020-08-17 09:48:15.000000000 +0200
+++ new/libbytesize-2.6/po/nn.po        2021-03-18 13:52:18.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 0.3\n"
 "Report-Msgid-Bugs-To: vtre...@redhat.com\n"
-"POT-Creation-Date: 2020-07-31 08:11+0200\n"
+"POT-Creation-Date: 2021-01-27 14:58+0100\n"
 "PO-Revision-Date: 2018-09-01 06:27+0000\n"
 "Last-Translator: Andreas-Johann ?? Ulvestad <a...@aju.no>\n"
 "Language-Team: Norwegian Nynorsk\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.5/po/pl.po new/libbytesize-2.6/po/pl.po
--- old/libbytesize-2.5/po/pl.po        2020-08-17 09:48:15.000000000 +0200
+++ new/libbytesize-2.6/po/pl.po        2021-03-18 13:52:18.000000000 +0100
@@ -3,7 +3,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 0.3\n"
 "Report-Msgid-Bugs-To: vtre...@redhat.com\n"
-"POT-Creation-Date: 2020-07-31 08:11+0200\n"
+"POT-Creation-Date: 2021-01-27 14:58+0100\n"
 "PO-Revision-Date: 2016-03-09 09:50+0000\n"
 "Last-Translator: Piotr Dr??g <piotrd...@gmail.com>\n"
 "Language-Team: Polish\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.5/po/pt.po new/libbytesize-2.6/po/pt.po
--- old/libbytesize-2.5/po/pt.po        2020-08-17 09:48:15.000000000 +0200
+++ new/libbytesize-2.6/po/pt.po        2021-03-18 13:52:18.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 0.3\n"
 "Report-Msgid-Bugs-To: vtre...@redhat.com\n"
-"POT-Creation-Date: 2020-07-31 08:11+0200\n"
+"POT-Creation-Date: 2021-01-27 14:58+0100\n"
 "PO-Revision-Date: 2019-09-16 03:58+0000\n"
 "Last-Translator: Manuela Silva <mm...@sky.com>\n"
 "Language-Team: Portuguese\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.5/po/pt_BR.po 
new/libbytesize-2.6/po/pt_BR.po
--- old/libbytesize-2.5/po/pt_BR.po     2020-08-17 09:48:15.000000000 +0200
+++ new/libbytesize-2.6/po/pt_BR.po     2021-03-18 13:52:18.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 0.3\n"
 "Report-Msgid-Bugs-To: vtre...@redhat.com\n"
-"POT-Creation-Date: 2020-07-31 08:11+0200\n"
+"POT-Creation-Date: 2021-01-27 14:58+0100\n"
 "PO-Revision-Date: 2016-09-06 09:18+0000\n"
 "Last-Translator: Emerson Santos <em3r...@linuxmail.org>\n"
 "Language-Team: Portuguese (Brazil)\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.5/po/ru.po new/libbytesize-2.6/po/ru.po
--- old/libbytesize-2.5/po/ru.po        2020-08-17 09:48:15.000000000 +0200
+++ new/libbytesize-2.6/po/ru.po        2021-03-18 13:52:18.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 0.3\n"
 "Report-Msgid-Bugs-To: vtre...@redhat.com\n"
-"POT-Creation-Date: 2020-07-31 08:11+0200\n"
+"POT-Creation-Date: 2021-01-27 14:58+0100\n"
 "PO-Revision-Date: 2017-04-16 03:59+0000\n"
 "Last-Translator: Igor Gorbounov <igor.gorbou...@gmail.com>\n"
 "Language-Team: Russian\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.5/po/si.po new/libbytesize-2.6/po/si.po
--- old/libbytesize-2.5/po/si.po        1970-01-01 01:00:00.000000000 +0100
+++ new/libbytesize-2.6/po/si.po        2021-03-18 13:52:18.000000000 +0100
@@ -0,0 +1,101 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR Red Hat, Inc.
+# This file is distributed under the same license as the libbytesize package.
+# Hela Basa <r45xv...@pm.me>, 2021.
+msgid ""
+msgstr ""
+"Project-Id-Version: libbytesize 2.4\n"
+"Report-Msgid-Bugs-To: vtre...@redhat.com\n"
+"POT-Creation-Date: 2021-01-27 14:58+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: si\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. TRANSLATORS: 'B' for bytes
+#: src/bs_size.c:52 src/bs_size.c:73
+msgid "B"
+msgstr ""
+
+#. TRANSLATORS: abbreviation for kibibyte, 2**10 bytes
+#: src/bs_size.c:54
+msgid "KiB"
+msgstr ""
+
+#. TRANSLATORS: abbreviation for mebibyte, 2**20 bytes
+#: src/bs_size.c:56
+msgid "MiB"
+msgstr ""
+
+#. TRANSLATORS: abbreviation for gibibyte, 2**30 bytes
+#: src/bs_size.c:58
+msgid "GiB"
+msgstr ""
+
+#. TRANSLATORS: abbreviation for tebibyte, 2**40 bytes
+#: src/bs_size.c:60
+msgid "TiB"
+msgstr ""
+
+#. TRANSLATORS: abbreviation for pebibyte, 2**50 bytes
+#: src/bs_size.c:62
+msgid "PiB"
+msgstr ""
+
+#. TRANSLATORS: abbreviation for exbibyte, 2**60 bytes
+#: src/bs_size.c:64
+msgid "EiB"
+msgstr ""
+
+#. TRANSLATORS: abbreviation for zebibyte, 2**70 bytes
+#: src/bs_size.c:66
+msgid "ZiB"
+msgstr ""
+
+#. TRANSLATORS: abbreviation for yobibyte, 2**80 bytes
+#: src/bs_size.c:68
+msgid "YiB"
+msgstr ""
+
+#. TRANSLATORS: abbreviation for kilobyte, 10**3 bytes
+#: src/bs_size.c:75
+msgid "KB"
+msgstr ""
+
+#. TRANSLATORS: abbreviation for megabyte, 10**6 bytes
+#: src/bs_size.c:77
+msgid "MB"
+msgstr ""
+
+#. TRANSLATORS: abbreviation for gigabyte, 10**9 bytes
+#: src/bs_size.c:79
+msgid "GB"
+msgstr ""
+
+#. TRANSLATORS: abbreviation for terabyte, 10**12 bytes
+#: src/bs_size.c:81
+msgid "TB"
+msgstr ""
+
+#. TRANSLATORS: abbreviation for petabyte, 10**15 bytes
+#: src/bs_size.c:83
+msgid "PB"
+msgstr ""
+
+#. TRANSLATORS: abbreviation for exabyte, 10**18 bytes
+#: src/bs_size.c:85
+msgid "EB"
+msgstr ""
+
+#. TRANSLATORS: abbreviation for zettabyte, 10**21 bytes
+#: src/bs_size.c:87
+msgid "ZB"
+msgstr ""
+
+#. TRANSLATORS: abbreviation for yottabyte, 10**24 bytes
+#: src/bs_size.c:89
+msgid "YB"
+msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.5/po/sk.po new/libbytesize-2.6/po/sk.po
--- old/libbytesize-2.5/po/sk.po        2020-08-17 09:48:15.000000000 +0200
+++ new/libbytesize-2.6/po/sk.po        2021-03-18 13:52:18.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 0.3\n"
 "Report-Msgid-Bugs-To: vtre...@redhat.com\n"
-"POT-Creation-Date: 2020-07-31 08:11+0200\n"
+"POT-Creation-Date: 2021-01-27 14:58+0100\n"
 "PO-Revision-Date: 2016-10-11 05:59+0000\n"
 "Last-Translator: feonsu <feo...@gmail.com>\n"
 "Language-Team: Slovak\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.5/po/sq.po new/libbytesize-2.6/po/sq.po
--- old/libbytesize-2.5/po/sq.po        2020-08-17 09:48:15.000000000 +0200
+++ new/libbytesize-2.6/po/sq.po        2021-03-18 13:52:18.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 0.3\n"
 "Report-Msgid-Bugs-To: vtre...@redhat.com\n"
-"POT-Creation-Date: 2020-07-31 08:11+0200\n"
+"POT-Creation-Date: 2021-01-27 14:58+0100\n"
 "PO-Revision-Date: 2016-09-09 02:26+0000\n"
 "Last-Translator: Anxhela Hyseni <anxhela.hyseni1...@gmail.com>\n"
 "Language-Team: Albanian\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.5/po/sv.po new/libbytesize-2.6/po/sv.po
--- old/libbytesize-2.5/po/sv.po        2020-08-17 09:48:15.000000000 +0200
+++ new/libbytesize-2.6/po/sv.po        2021-03-18 13:52:18.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 0.3\n"
 "Report-Msgid-Bugs-To: vtre...@redhat.com\n"
-"POT-Creation-Date: 2020-07-31 08:11+0200\n"
+"POT-Creation-Date: 2021-01-27 14:58+0100\n"
 "PO-Revision-Date: 2017-03-30 04:12+0000\n"
 "Last-Translator: G??ran Uddeborg <goe...@uddeborg.se>\n"
 "Language-Team: Swedish\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.5/po/tr.po new/libbytesize-2.6/po/tr.po
--- old/libbytesize-2.5/po/tr.po        2020-08-17 09:48:15.000000000 +0200
+++ new/libbytesize-2.6/po/tr.po        2021-03-18 13:52:18.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 2.2\n"
 "Report-Msgid-Bugs-To: vtre...@redhat.com\n"
-"POT-Creation-Date: 2020-07-31 08:11+0200\n"
+"POT-Creation-Date: 2021-01-27 14:58+0100\n"
 "PO-Revision-Date: 2020-03-24 18:38+0000\n"
 "Last-Translator: O??uz Ersen <oguzer...@protonmail.com>\n"
 "Language-Team: Turkish <https://translate.fedoraproject.org/projects/blivet/";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.5/po/uk.po new/libbytesize-2.6/po/uk.po
--- old/libbytesize-2.5/po/uk.po        2020-08-17 09:48:15.000000000 +0200
+++ new/libbytesize-2.6/po/uk.po        2021-03-18 13:52:18.000000000 +0100
@@ -3,7 +3,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 0.3\n"
 "Report-Msgid-Bugs-To: vtre...@redhat.com\n"
-"POT-Creation-Date: 2020-07-31 08:11+0200\n"
+"POT-Creation-Date: 2021-01-27 14:58+0100\n"
 "PO-Revision-Date: 2016-03-11 08:12+0000\n"
 "Last-Translator: \n"
 "Language-Team: Ukrainian\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.5/po/zh_CN.po 
new/libbytesize-2.6/po/zh_CN.po
--- old/libbytesize-2.5/po/zh_CN.po     2020-08-17 09:48:15.000000000 +0200
+++ new/libbytesize-2.6/po/zh_CN.po     2021-03-18 13:52:18.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 0.3\n"
 "Report-Msgid-Bugs-To: vtre...@redhat.com\n"
-"POT-Creation-Date: 2020-07-31 08:11+0200\n"
+"POT-Creation-Date: 2021-01-27 14:58+0100\n"
 "PO-Revision-Date: 2017-04-11 05:28+0000\n"
 "Last-Translator: Charles Lee <lch...@gmail.com>\n"
 "Language-Team: Chinese (China)\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.5/po/zh_TW.po 
new/libbytesize-2.6/po/zh_TW.po
--- old/libbytesize-2.5/po/zh_TW.po     2020-08-17 09:48:15.000000000 +0200
+++ new/libbytesize-2.6/po/zh_TW.po     2021-03-18 13:52:18.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 0.3\n"
 "Report-Msgid-Bugs-To: vtre...@redhat.com\n"
-"POT-Creation-Date: 2020-07-31 08:11+0200\n"
+"POT-Creation-Date: 2021-01-27 14:58+0100\n"
 "PO-Revision-Date: 2018-08-26 05:27+0000\n"
 "Last-Translator: Peter Pan <pan93...@gmail.com>\n"
 "Language-Team: Chinese (Taiwan)\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.5/src/Makefile.in 
new/libbytesize-2.6/src/Makefile.in
--- old/libbytesize-2.5/src/Makefile.in 2021-01-27 14:58:11.000000000 +0100
+++ new/libbytesize-2.6/src/Makefile.in 2021-07-07 12:15:46.000000000 +0200
@@ -383,6 +383,7 @@
 pyexecdir = @pyexecdir@
 python3 = @python3@
 pythondir = @pythondir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.5/src/python/Makefile.in 
new/libbytesize-2.6/src/python/Makefile.in
--- old/libbytesize-2.5/src/python/Makefile.in  2021-01-27 14:58:11.000000000 
+0100
+++ new/libbytesize-2.6/src/python/Makefile.in  2021-07-07 12:15:46.000000000 
+0200
@@ -283,6 +283,7 @@
 pyexecdir = @pyexecdir@
 python3 = @python3@
 pythondir = @pythondir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.5/src/python/bytesize.py 
new/libbytesize-2.6/src/python/bytesize.py
--- old/libbytesize-2.5/src/python/bytesize.py  2020-07-31 08:20:38.000000000 
+0200
+++ new/libbytesize-2.6/src/python/bytesize.py  2021-07-07 12:14:05.000000000 
+0200
@@ -591,6 +591,9 @@
     def __int__(self):
         return self.get_bytes()
 
+    def __index__(self):
+        return self.get_bytes()
+
     def __float__(self):
         return float(self.get_bytes())
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.5/tests/Makefile.in 
new/libbytesize-2.6/tests/Makefile.in
--- old/libbytesize-2.5/tests/Makefile.in       2021-01-27 14:58:11.000000000 
+0100
+++ new/libbytesize-2.6/tests/Makefile.in       2021-07-07 12:15:46.000000000 
+0200
@@ -459,6 +459,7 @@
 pyexecdir = @pyexecdir@
 python3 = @python3@
 pythondir = @pythondir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.5/tests/lbs_py_override_unittest.py 
new/libbytesize-2.6/tests/lbs_py_override_unittest.py
--- old/libbytesize-2.5/tests/lbs_py_override_unittest.py       2020-07-31 
08:20:38.000000000 +0200
+++ new/libbytesize-2.6/tests/lbs_py_override_unittest.py       2021-07-07 
12:14:05.000000000 +0200
@@ -4,6 +4,7 @@
 import unittest
 import copy
 import locale
+import ctypes
 
 from decimal import Decimal
 from locale_utils import get_avail_locales, requires_locales
@@ -252,6 +253,10 @@
         self.assertFalse(size2)
     #enddef
 
+    def testInt(self):
+        # just to make sure Size can be correctly interpreted as int in python 
3.10
+        ctypes.c_int(Size("1 GiB"))
+
     def testAbs(self):
         size1 = Size("1 GiB")
         self.assertEqual(size1, abs(size1))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.5/tools/Makefile.in 
new/libbytesize-2.6/tools/Makefile.in
--- old/libbytesize-2.5/tools/Makefile.in       2021-01-27 14:58:11.000000000 
+0100
+++ new/libbytesize-2.6/tools/Makefile.in       2021-07-07 12:15:46.000000000 
+0200
@@ -287,6 +287,7 @@
 pyexecdir = @pyexecdir@
 python3 = @python3@
 pythondir = @pythondir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.5/tools/bs_calc.py 
new/libbytesize-2.6/tools/bs_calc.py
--- old/libbytesize-2.5/tools/bs_calc.py        2021-01-27 14:58:13.000000000 
+0100
+++ new/libbytesize-2.6/tools/bs_calc.py        2021-07-07 12:15:48.000000000 
+0200
@@ -93,7 +93,7 @@
 
 def _main():
     ap = ArgumentParser(epilog="Report issues at 
https://github.com/storaged-project/libbytesize/issues";)
-    ap.add_argument("--version", action="version", version="2.5")
+    ap.add_argument("--version", action="version", version="2.6")
     ap.add_argument("-u", "--unit", choices=(b_units + d_units),
                     help="Unit to show the result in")
     ap.add_argument("-b", "-B", dest="unit", const="B",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.5/tools/bscalc.man 
new/libbytesize-2.6/tools/bscalc.man
--- old/libbytesize-2.5/tools/bscalc.man        2021-01-27 15:02:49.000000000 
+0100
+++ new/libbytesize-2.6/tools/bscalc.man        2021-07-07 12:20:28.000000000 
+0200
@@ -1,7 +1,7 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.16.
-.TH BSCALC "1" "January 2021" "bscalc 2.5" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.48.3.
+.TH BSCALC "1" "July 2021" "bscalc 2.6" "User Commands"
 .SH NAME
-bscalc \- manual page for bscalc 2.5
+bscalc \- manual page for bscalc 2.6
 .SH DESCRIPTION
 usage: bscalc [\-h] [\-\-version]
 .IP
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libbytesize-2.5/translation-canary/translation_canary/translated/test_markup.py
 
new/libbytesize-2.6/translation-canary/translation_canary/translated/test_markup.py
--- 
old/libbytesize-2.5/translation-canary/translation_canary/translated/test_markup.py
 2020-07-31 08:20:38.000000000 +0200
+++ 
new/libbytesize-2.6/translation-canary/translation_canary/translated/test_markup.py
 2021-05-19 14:20:16.000000000 +0200
@@ -30,6 +30,7 @@
 from pocketlint.pangocheck import is_markup, markup_match
 import xml.etree.ElementTree as ET
 
+
 def test_markup(pofile):
     po = polib.pofile(pofile)
 
@@ -46,18 +47,23 @@
                 try:
                     # pylint: disable=unescaped-markup
                     ET.fromstring('<markup>%s</markup>' % msgstr)
-                except ET.ParseError:
+                except ET.ParseError as e:
                     if entry.msgid_plural:
-                        raise AssertionError("Invalid markup translation for 
%d translation of msgid %s\n%s" %
-                                (plural_id, entry.msgid, msgstr))
+                        raise AssertionError(
+                            "Invalid markup translation for {} translation of 
msgid {}\n{}".
+                            format(plural_id, entry.msgid, msgstr)) from e
                     else:
-                        raise AssertionError("Invalid markup translation for 
msgid %s\n%s" %
-                                (entry.msgid, msgstr))
+                        raise AssertionError(
+                            "Invalid markup translation for msgid {}\n{}".
+                            format(entry.msgid, msgstr)) from e
 
                 # Check if the markup has the same number and kind of tags
                 if not markup_match(entry.msgid, msgstr):
                     if entry.msgid_plural:
-                        raise AssertionError("Markup does not match for %d 
translation of msgid %s\n%s" %
-                                (plural_id, entry.msgid, msgstr))
+                        raise AssertionError(
+                            "Markup does not match for {} translation of msgid 
{}\n{}".
+                            format(plural_id, entry.msgid, msgstr))
                     else:
-                        raise AssertionError("Markup does not match for msgid 
%s\n%s" % (entry.msgid, msgstr))
+                        raise AssertionError(
+                            "Markup does not match for msgid {}\n{}".
+                            format(entry.msgid, msgstr))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libbytesize-2.5/translation-canary/translation_canary/translated/test_usability.py
 
new/libbytesize-2.6/translation-canary/translation_canary/translated/test_usability.py
--- 
old/libbytesize-2.5/translation-canary/translation_canary/translated/test_usability.py
      2020-07-31 08:20:38.000000000 +0200
+++ 
new/libbytesize-2.6/translation-canary/translation_canary/translated/test_usability.py
      2021-05-19 14:20:16.000000000 +0200
@@ -43,4 +43,4 @@
             subprocess.check_output(["msgfmt", "-c", "--verbose", "-o", 
mofile.name, pofile],
                                     stderr=subprocess.STDOUT, 
universal_newlines=True)
         except subprocess.CalledProcessError as e:
-            raise AssertionError("Unable to compile %s: %s" % (pofile, 
e.output))
+            raise AssertionError("Unable to compile %s: %s" % (pofile, 
e.output)) from e
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libbytesize-2.5/translation-canary/xgettext_werror.sh 
new/libbytesize-2.6/translation-canary/xgettext_werror.sh
--- old/libbytesize-2.5/translation-canary/xgettext_werror.sh   2020-07-31 
08:20:38.000000000 +0200
+++ new/libbytesize-2.6/translation-canary/xgettext_werror.sh   2021-05-19 
14:20:16.000000000 +0200
@@ -37,7 +37,7 @@
 xgettext_output="$(LC_MESSAGES=C xgettext "$@" 2>&1)" || returncode=$?
 
 # Look for warnings
-if echo "$xgettext_output" | fgrep -q "warning: "; then
+if echo "$xgettext_output" | awk '/warning: / && !/fallback ITS rule/{rc=1}; 
END {exit !rc}'; then
     returncode=1
 fi
 

Reply via email to