Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libbytesize for openSUSE:Factory 
checked in at 2023-09-02 22:07:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libbytesize (Old)
 and      /work/SRC/openSUSE:Factory/.libbytesize.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libbytesize"

Sat Sep  2 22:07:16 2023 rev:9 rq:1108363 version:2.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/libbytesize/libbytesize.changes  2023-05-08 
17:23:47.880522856 +0200
+++ /work/SRC/openSUSE:Factory/.libbytesize.new.1766/libbytesize.changes        
2023-09-02 22:07:37.687210241 +0200
@@ -1,0 +2,7 @@
+Wed Aug 30 19:40:43 UTC 2023 - Luciano Santos <[email protected]>
+
+- Update to version 2.9:
+  * This release contains fixes for some small issues.
+  * Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  libbytesize-2.8.tar.gz

New:
----
  NEWS.rst
  libbytesize-2.9.tar.gz

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

Other differences:
------------------
++++++ libbytesize.spec ++++++
--- /var/tmp/diff_new_pack.FFmY4o/_old  2023-09-02 22:07:38.707246690 +0200
+++ /var/tmp/diff_new_pack.FFmY4o/_new  2023-09-02 22:07:38.711246833 +0200
@@ -16,16 +16,17 @@
 #
 
 
-%define somajor 1
-%define libname %{name}%{somajor}
+%define soversion 1
+
 Name:           libbytesize
-Version:        2.8
+Version:        2.9
 Release:        0
 Summary:        A library for working with sizes in bytes
 License:        LGPL-2.1-only
 Group:          Development/Libraries/C and C++
 URL:            https://github.com/storaged-project/libbytesize
-Source:         
https://github.com/storaged-project/libbytesize/releases/download/%{version}/%{name}-%{version}.tar.gz
+Source0:        %{url}/releases/download/%{version}/%{name}-%{version}.tar.gz
+Source1:        %{url}/raw/%{version}/NEWS.rst
 
 BuildRequires:  gcc
 BuildRequires:  gmp-devel
@@ -41,33 +42,30 @@
 representation of a size in bytes. This library takes localization into
 account. It also provides support for sizes bigger than MAXUINT64.
 
-%package -n %{libname}
+%package -n libbytesize%{soversion}
 Summary:        A library for working with sizes in bytes
 Group:          System/Libraries
 Provides:       %{name} = %{version}
 
-%description -n %{libname}
+%description -n libbytesize%{soversion}
 The LibBytesize is a C library that facilitates work with sizes in
 bytes, be it parsing the input from users or producing a human-readable
 representation of a size in bytes. This library takes localization into
 account. It also provides support for sizes bigger than MAXUINT64.
 
 %package -n bscalc
-Summary:        A utility for working with sizes in bytes
+Summary:        A libbytesize tool
 Group:          System/Libraries
-Requires:       %{libname} = %{version}
+Requires:       libbytesize%{soversion} = %{version}
 BuildArch:      noarch
 
 %description -n bscalc
-The LibBytesize is a C library that facilitates work with sizes in
-bytes, be it parsing the input from users or producing a human-readable
-representation of a size in bytes. This library takes localization into
-account. It also provides support for sizes bigger than MAXUINT64.
+This package solely contains the bscalc tool.
 
 %package devel
 Summary:        Development files for LibBytesize
 Group:          Development/Libraries/C and C++
-Requires:       %{libname} = %{version}
+Requires:       libbytesize%{soversion} = %{version}
 
 %description devel
 This package contains header files and pkg-config files needed for development
@@ -76,7 +74,7 @@
 %package -n python3-%{name}
 Summary:        Python 3 bindings for LibBytesize
 Group:          Development/Libraries/Python
-Requires:       %{libname} = %{version}
+Requires:       libbytesize%{soversion} = %{version}
 Requires:       python3-six
 
 %description -n python3-%{name}
@@ -86,7 +84,9 @@
 %lang_package
 
 %prep
-%autosetup
+%autosetup -p1
+# Place NEWS.rst in the source tree for %%doc'ing it later.
+install -m 644 -t . %{SOURCE1}
 
 %build
 %configure \
@@ -100,16 +100,16 @@
 find %{buildroot} -type f -name "*.la" -delete -print
 %find_lang %{name} %{?no_lang_C}
 
-%post -n %{libname} -p /sbin/ldconfig
-%postun -n %{libname} -p /sbin/ldconfig
+%post -n libbytesize%{soversion} -p /sbin/ldconfig
+%postun -n libbytesize%{soversion} -p /sbin/ldconfig
 
 %files -n bscalc
 %license LICENSE
-%doc README.md
+%doc NEWS.rst README.md
 %{_bindir}/bscalc
 %{_mandir}/man1/bscalc.1*
 
-%files -n %{libname}
+%files -n libbytesize%{soversion}
 %{_libdir}/%{name}.so.*
 
 %files devel

++++++ NEWS.rst ++++++
Libbytesize 2.9
---------------

Tomas Bzatek (1):

- build: Exit before AC_OUTPUT on error

Vojtech Trefny (1):

- ci: Manually prepare spec file for Packit

Weblate (1):

- Update translation files

triallax (1):

- tests: fix locale tests on musl

김인수 (1):

- Translated using Weblate (Korean)

Libbytesize 2.8
---------------

Baurzhan Muftakhidinov (2):

- Added translation using Weblate (Kazakh)
- Translated using Weblate (Kazakh)

Temuri Doghonadze (2):

- Added translation using Weblate (Georgian)
- Translated using Weblate (Georgian)

Vojtech Trefny (24):

- Sync spec with downstream
- README: Remove the Travis CI badge
- Add a GitHub action for running csmock static analysis
- ci: Run rpmbuild tests in GitHub actions
- ci: Update the csmock GitHub actions configuration
- ci: Rename csmock.Dockerfile to ci.Dockerfile
- ci: Update Fedora versions for RPM build tests
- spec: Change license string to the SPDX format required by Fedora
- misc: Remove "warn: false" from Ansible "command"
- ci: Update chroots for RPM builds
- configure.ac: Remove invalid email address for bug reports
- ci: Add Packit configuration for RPM builds on pull requests
- ci: Remove GitHub action for RPM builds
- ci: Use Packit for daily builds in Copr
- spec: Bump release to 21 for Packit daily builds
- ci: Add Packit automation for downstream builds
- spec: Fix source archive URL
- Make use of error optional
- Replace C++ style comments with C style
- Various docstring fixes
- docs: Remove information about Python 2 support
- Remove unused test dependencies variables from Makefile
- Do not hardcode pylint executable name in Makefile
- ci: Do not use release descriptions for Packit builds

Weblate (1):

- Update translation files

김인수 (1):

- Translated using Weblate (Korean)

Libbytesize 2.7
---------------

Gogo Gogsi (2):

- Added translation using Weblate (Croatian)
- Translated using Weblate (Croatian)

Sam James (1):

- build: avoid bashisms in configure

Vojtech Trefny (6):

- Do not use distutils to get Python library path
- Revert "Translations update from Weblate"
- Fix warnings dicovered by the GCC analyzer
- Fix some warnings and typos in docstrings and comments
- Remove Travis CI configuration
- Fix skipping tests when required locale is missing

Weblate (2):

- Update translation files
- Update translation files

Libbytesize 2.6
---------------

Hela Basa (1):

- Added translation using Weblate (Sinhala)

Ricky Tigg (1):

- Translated using Weblate (Finnish)

Vojtech Trefny (3):

- Sync spec with downstream
- Squashed 'translation-canary/' changes from fccbb1b..4d4e65b
- Make sure Size can be interpreted as integer in Python 3.10

Weblate (1):

- Update translation files

simmon (2):

- Added translation using Weblate (Korean)
- Translated using Weblate (Korean)

Libbytesize 2.5
---------------

Adolfo Jayme Barrientos (2):

- Translated using Weblate (Spanish)
- Translated using Weblate (Asturian)

Ricky Tigg (1):

- Translated using Weblate (Finnish)

Vojtech Trefny (6):

- Sync spec with downstream
- travis: Add --nogpgcheck when using dnf on Fedora
- bscalc: Add option to print only single "human readable" result
- tests: Run pylint and pycodestyle on bscalc
- travis: Print logs after failed tests
- tools: Read input from stdin when not running in a tty

Weblate (1):

- Update translation files

Yaron Shahrabani (2):

- Added translation using Weblate (Hebrew)
- Translated using Weblate (Hebrew)

gururajrkatti (1):

- Add support to ppc64le for debian build

Libbytesize 2.4
---------------

Adam Duskett (1):

- remove msgcat dependency

Akarshan Biswas (2):

- Added translation using Weblate (Bengali (India))
- Translated using Weblate (Bengali (India))

Vojtech Trefny (4):

- Fix library version in pkgconfig file
- Add ansible playbook for installing test dependencies
- Add Travis CI config and Dockerfiles for running tests
- Add Travis build status badge

Weblate (1):

- Update translation files


Libbytesize 2.3
---------------

Jean-Baptiste (1):

- add translation platform widget

Oğuz Ersen (1):

- Translated using Weblate (Turkish)

Vojtech Trefny (5):

- Sync spec with downstream
- Add PO files to git
- Remove Zanata from our build and release processes
- Do not regenerate POT file during 'make release'
- Fix memory leak in bs_size_new_from_str

Weblate (1):

- Update translation files


Libbytesize 2.2
---------------

Giulio Benetti (1):

- src/gettext: fix warning if gettext is already present

Tim Biermann (1):

- fix build on shells where test == fails

Vojtech Trefny (2):

- Add POT file to git and do not rebuild it during every build
- New version - 2.2

Vratislav Podzimek (2):

- Update README.md
- Require the same version of python3-bytesize in libbytesize-tools

Libbytesize 2.1
---------------

New minor release of the libbytesize library. There are only two bugfixes in
this release.

**Full list of changes**

Hongxu Jia (1):

- fix out of tree build failure

Vojtech Trefny (1):

- Fix return value for round_to_nearest when using Size

Libbytesize 2.0
---------------

New major release of the libbytesize library. There are no API or ABI changes
but we made some changes in dependencies and behavior.

**Notable changes**

- New bytesize calculator `bssize` has been added.
- Code has been ported from PCRE to PCRE2.
- Python 2 support has been removed.

**Full list of changes**

Vojtech Trefny (5):

- Run all libbytesize tests from one script
- Add all "public" python API  symbols to __init__.py
- Allow running tests using installed library
- Remove Python 2 support
- Port to pcre2

Vratislav Podzimek (10):

- Add support for floor division by a non-integer number in Python
- Add a simple bytesize calculator tool
- Add tools to autotools and packaging
- Exit with 1 from configure if there were failures
- Add a summary to the end of ./configure output
- Only support modulo between two Size instances
- Fix parsing of exponential representations of real numbers
- Add the '--version' option to bs_calc.py
- Add a man page for the bscalc tool
- Assume the given expression is in bytes if no unit is given


Libbytesize 1.4
---------------

New minor release of the libbytesize library. There are only small changes in
this release.

**Full list of changes**

Vojtech Trefny (6):

- Use new ldconfig_scriptlets macro in spec
- Do not use rpm to check for Zanata client
- Fix licence header for "gettext.h"
- Do not try to run python2 tests without python2 support
- Make sure the test script fails if one of the test runs fail
- Squashed 'translation-canary/' changes from 840c2d6..fccbb1b

Thanks to all our contributors.

Vojtech Trefny, 2018-08-02

Libbytesize 1.3
---------------

New minor release of the libbytesize library. There are only small changes in
this release. Most notable change is new configure option `--without-python2`
that allows building libbytesize without Python 2 support.


**Full list of changes**

Vojtech Trefny (5):

- Do not segfault when trying to bs_size_free NULL
- Fix links for documentation and GH project
- Add gcc to BuildRequires
- Sync spec with downstream
- Allow building libbytesize without Python 2 support

Vratislav Podzimek (1):

- Add a HACKING.rst file

Thanks to all our contributors.

Vojtech Trefny, 2018-04-19

Libbytesize 1.2
---------------

New minor release of the libbytesize library. There are only small changes in
this release.


**Full list of changes**

Vratislav Podzimek (4):

- Do not lie about tag creation
- Do not require the glib-2.0 pkgconfig package
- Use only version as a tag of the last release

Thanks to all our contributors.

Vratislav Podzimek, 2017-09-29


Libbytesize 1.1
---------------

New minor release of the libbytesize library. There are only small changes in
this release and one important bug fix.

**Notable changes**

- Fixed parsing size strings with translated units (e.g. "10 Gio" in French).


**Full list of changes**

Vojtech Trefny (3):

- Use only one git tag for new releases
- Fix source and url in spec file
- Add NEWS.rst file

Vratislav Podzimek (4):

- Add two temporary test files to .gitignore
- Actually translate the units when expected
- Fix the shortlog target
- Sync spec with downstream

Thanks to all our contributors.

Vratislav Podzimek, 2017-09-21


Libbytesize 1.0
---------------

New major release of the libbytesize library. There are only small changes in
this release, mostly bug fixes. The version bump is intended as a statement of
"finishing" work on this library. The API is now stable and we don't plan to
change it or add new major features. Future changes will probably include only
bug fixes.

**Full list of changes**

Vojtech Trefny (1):

- Make more space for CI status image

Vratislav Podzimek (4):

- Properly support 64bit operands
- Remove extra 'is' in two docstrings
- Include limits.h to make sure ULONG_MAX is defined
- New version - 1.0

Thanks to all our contributors.

Vratislav Podzimek, 2017-09-14


Libbytesize 0.11
----------------

New minor release of the libbytesize library. Most changes in this release are
related to fixing new issues and bugs.

**Full list of changes**

Kai Lüke (1):

- Allow non-source directory builds

Vojtech Trefny (7):

- Do not try to run translation tests on CentOS/RHEL 7
- Fix library name in acinclude.m4
- Fix checking for available locales
- Check for requires in generated spec file, not in the template
- Remove "glibc-all-langpacks" from test dependencies
- Fix README file name
- Do not check for test dependencies for every test run

Vratislav Podzimek (4):

- Skip tests if they require unavailable locales
- Add a build status image to the README.md
- Reserve more space for the CI status
- New version - 0.11

Thanks to all our contributors.

Vratislav Podzimek, 2017-06-14

++++++ libbytesize-2.8.tar.gz -> libbytesize-2.9.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.8/acinclude.m4 
new/libbytesize-2.9/acinclude.m4
--- old/libbytesize-2.8/acinclude.m4    2022-05-25 17:05:14.000000000 +0200
+++ new/libbytesize-2.9/acinclude.m4    2023-07-05 16:08:58.000000000 +0200
@@ -69,5 +69,5 @@
 echo "$libbytesize_failure_messages"
 echo ""
 echo "*** Libbytesize will not successfully build without these missing 
dependencies"
-exit 1
+AS_EXIT(1)
 ])])dnl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.8/configure 
new/libbytesize-2.9/configure
--- old/libbytesize-2.8/configure       2023-03-23 12:37:48.000000000 +0100
+++ new/libbytesize-2.9/configure       2023-07-05 16:26:56.000000000 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.71 for libbytesize 2.8.
+# Generated by GNU Autoconf 2.71 for libbytesize 2.9.
 #
 #
 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
@@ -618,8 +618,8 @@
 # Identity of this package.
 PACKAGE_NAME='libbytesize'
 PACKAGE_TARNAME='libbytesize'
-PACKAGE_VERSION='2.8'
-PACKAGE_STRING='libbytesize 2.8'
+PACKAGE_VERSION='2.9'
+PACKAGE_STRING='libbytesize 2.9'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL='https://github.com/storaged-project/libbytesize'
 
@@ -1387,7 +1387,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.8 to adapt to many kinds of systems.
+\`configure' configures libbytesize 2.9 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1458,7 +1458,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of libbytesize 2.8:";;
+     short | recursive ) echo "Configuration of libbytesize 2.9:";;
    esac
   cat <<\_ACEOF
 
@@ -1587,7 +1587,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libbytesize configure 2.8
+libbytesize configure 2.9
 generated by GNU Autoconf 2.71
 
 Copyright (C) 2021 Free Software Foundation, Inc.
@@ -1805,7 +1805,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.8, which was
+It was created by libbytesize $as_me 2.9, which was
 generated by GNU Autoconf 2.71.  Invocation command line was
 
   $ $0$ac_configure_args_raw
@@ -3110,7 +3110,7 @@
 
 # Define the identity of the package.
  PACKAGE='libbytesize'
- VERSION='2.8'
+ VERSION='2.9'
 
 
 printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -14697,6 +14697,19 @@
 fi
 fi
 
+if test x"$libbytesize_failure_messages" = x
+then :
+
+else $as_nop
+  echo ""
+echo "*** Libbytesize encountered the following issues during configuration:"
+echo "$libbytesize_failure_messages"
+echo ""
+echo "*** Libbytesize will not successfully build without these missing 
dependencies"
+as_fn_exit 1
+
+fi
+
 cat >confcache <<\_ACEOF
 # This file is a shell script that caches the results of configure
 # tests run on this system so they can be shared between configure
@@ -15272,7 +15285,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.8, which was
+This file was extended by libbytesize $as_me 2.9, which was
 generated by GNU Autoconf 2.71.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -15332,7 +15345,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config='$ac_cs_config_escaped'
 ac_cs_version="\\
-libbytesize config.status 2.8
+libbytesize config.status 2.9
 configured by $0, generated by GNU Autoconf 2.71,
   with options \\"\$ac_cs_config\\"
 
@@ -16890,16 +16903,4 @@
         tools:                      ${with_tools}
 "
 
-if test x"$libbytesize_failure_messages" = x
-then :
-
-else $as_nop
-  echo ""
-echo "*** Libbytesize encountered the following issues during configuration:"
-echo "$libbytesize_failure_messages"
-echo ""
-echo "*** Libbytesize will not successfully build without these missing 
dependencies"
-exit 1
-
-fi
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.8/configure.ac 
new/libbytesize-2.9/configure.ac
--- old/libbytesize-2.8/configure.ac    2023-03-23 12:37:46.000000000 +0100
+++ new/libbytesize-2.9/configure.ac    2023-07-05 16:26:34.000000000 +0200
@@ -1,6 +1,6 @@
 # configure.ac for libbytesize
 
-AC_INIT([libbytesize], [2.8], [], [], 
[https://github.com/storaged-project/libbytesize])
+AC_INIT([libbytesize], [2.9], [], [], 
[https://github.com/storaged-project/libbytesize])
 
 # Disable building static libraries.
 # This needs to be set before initializing automake
@@ -98,6 +98,8 @@
       [LIBBYTESIZE_SOFT_FAILURE([Tools require Python3 bindings])],
       [])
 
+LIBBYTESIZE_FAILURES
+
 AC_OUTPUT
 
 dnl ==========================================================================
@@ -124,4 +126,3 @@
         tools:                      ${with_tools}
 "
 
-LIBBYTESIZE_FAILURES
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.8/dist/libbytesize.spec 
new/libbytesize-2.9/dist/libbytesize.spec
--- old/libbytesize-2.8/dist/libbytesize.spec   2023-03-23 12:37:50.000000000 
+0100
+++ new/libbytesize-2.9/dist/libbytesize.spec   2023-07-05 16:26:58.000000000 
+0200
@@ -16,7 +16,7 @@
 %define configure_opts %{?python3_opts} %{?tools_opts}
 
 Name:        libbytesize
-Version:     2.8
+Version:     2.9
 Release:     21%{?dist}
 Summary:     A library for working with sizes in bytes
 License:     LGPL-2.1-or-later
@@ -115,6 +115,13 @@
 %endif
 
 %changelog
+* Wed Jul 05 2023 Vojtech Trefny <[email protected]> - 2.9-1
+- build: Exit before AC_OUTPUT on error (tbzatek)
+- tests: fix locale tests on musl (triallax)
+- Update translation files (noreply)
+- Translated using Weblate (Korean) (simmon)
+- ci: Manually prepare spec file for Packit (vtrefny)
+
 * Thu Mar 23 2023 Vojtech Trefny <[email protected]> - 2.8-1
 - ci: Do not use release descriptions for Packit builds (vtrefny)
 - Do not hardcode pylint executable name in Makefile (vtrefny)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.8/dist/libbytesize.spec.in 
new/libbytesize-2.9/dist/libbytesize.spec.in
--- old/libbytesize-2.8/dist/libbytesize.spec.in        2023-03-23 
12:37:46.000000000 +0100
+++ new/libbytesize-2.9/dist/libbytesize.spec.in        2023-07-05 
16:26:34.000000000 +0200
@@ -16,7 +16,7 @@
 %define configure_opts %{?python3_opts} %{?tools_opts}
 
 Name:        libbytesize
-Version:     2.8
+Version:     2.9
 Release:     21%{?dist}
 Summary:     A library for working with sizes in bytes
 License:     LGPL-2.1-or-later
@@ -115,6 +115,13 @@
 %endif
 
 %changelog
+* Wed Jul 05 2023 Vojtech Trefny <[email protected]> - 2.9-1
+- build: Exit before AC_OUTPUT on error (tbzatek)
+- tests: fix locale tests on musl (triallax)
+- Update translation files (noreply)
+- Translated using Weblate (Korean) (simmon)
+- ci: Manually prepare spec file for Packit (vtrefny)
+
 * Thu Mar 23 2023 Vojtech Trefny <[email protected]> - 2.8-1
 - ci: Do not use release descriptions for Packit builds (vtrefny)
 - Do not hardcode pylint executable name in Makefile (vtrefny)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.8/docs/libbytesize-docs.xml 
new/libbytesize-2.9/docs/libbytesize-docs.xml
--- old/libbytesize-2.8/docs/libbytesize-docs.xml       2023-03-23 
12:37:50.000000000 +0100
+++ new/libbytesize-2.9/docs/libbytesize-docs.xml       2023-07-05 
16:26:58.000000000 +0200
@@ -8,7 +8,7 @@
   <bookinfo>
     <title>libbytesize Reference Manual</title>
     <releaseinfo>
-      for libbytesize 2.8.
+      for libbytesize 2.9.
       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.8/po/ast.po 
new/libbytesize-2.9/po/ast.po
--- old/libbytesize-2.8/po/ast.po       2023-03-23 11:09:34.000000000 +0100
+++ new/libbytesize-2.9/po/ast.po       2023-07-05 16:08:58.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 2.3\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2022-05-25 16:56+0200\n"
+"POT-Creation-Date: 2023-03-23 12:37+0100\n"
 "PO-Revision-Date: 2020-08-16 11:29+0000\n"
 "Last-Translator: Adolfo Jayme Barrientos <[email protected]>\n"
 "Language-Team: Asturian <https://translate.fedoraproject.org/projects/blivet/";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.8/po/be.po new/libbytesize-2.9/po/be.po
--- old/libbytesize-2.8/po/be.po        2023-03-23 11:09:34.000000000 +0100
+++ new/libbytesize-2.9/po/be.po        2023-07-05 16:08:58.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 0.3\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2022-05-25 16:56+0200\n"
+"POT-Creation-Date: 2023-03-23 12:37+0100\n"
 "PO-Revision-Date: 2018-02-21 01:16+0000\n"
 "Last-Translator: Viktar Siarheichyk <[email protected]>\n"
 "Language-Team: Belarusian\n"
@@ -15,8 +15,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
-"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
+"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
 "X-Generator: Zanata 4.6.2\n"
 
 #. TRANSLATORS: 'B' for bytes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.8/po/bn_IN.po 
new/libbytesize-2.9/po/bn_IN.po
--- old/libbytesize-2.8/po/bn_IN.po     2023-03-23 11:09:34.000000000 +0100
+++ new/libbytesize-2.9/po/bn_IN.po     2023-07-05 16:08:58.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 2.2\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2022-05-25 16:56+0200\n"
+"POT-Creation-Date: 2023-03-23 12:37+0100\n"
 "PO-Revision-Date: 2020-06-25 15:40+0000\n"
 "Last-Translator: Akarshan Biswas <[email protected]>\n"
 "Language-Team: Bengali (India) <https://translate.fedoraproject.org/projects/";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.8/po/ca.po new/libbytesize-2.9/po/ca.po
--- old/libbytesize-2.8/po/ca.po        2023-03-23 11:09:34.000000000 +0100
+++ new/libbytesize-2.9/po/ca.po        2023-07-05 16:08:58.000000000 +0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 0.3\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2022-05-25 16:56+0200\n"
+"POT-Creation-Date: 2023-03-23 12:37+0100\n"
 "PO-Revision-Date: 2020-08-15 10:43+0000\n"
 "Last-Translator: Adolfo Jayme Barrientos <[email protected]>\n"
 "Language-Team: Catalan <https://translate.fedoraproject.org/projects/blivet/";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.8/po/cs.po new/libbytesize-2.9/po/cs.po
--- old/libbytesize-2.8/po/cs.po        2023-03-23 11:09:34.000000000 +0100
+++ new/libbytesize-2.9/po/cs.po        2023-07-05 16:08:58.000000000 +0200
@@ -3,7 +3,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 0.3\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2022-05-25 16:56+0200\n"
+"POT-Creation-Date: 2023-03-23 12:37+0100\n"
 "PO-Revision-Date: 2016-03-07 11:45+0000\n"
 "Last-Translator: Vratislav Podzimek <[email protected]>\n"
 "Language-Team: Czech\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.8/po/da.po new/libbytesize-2.9/po/da.po
--- old/libbytesize-2.8/po/da.po        2023-03-23 11:09:34.000000000 +0100
+++ new/libbytesize-2.9/po/da.po        2023-07-05 16:08:58.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 0.3\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2022-05-25 16:56+0200\n"
+"POT-Creation-Date: 2023-03-23 12:37+0100\n"
 "PO-Revision-Date: 2017-04-24 09:35+0000\n"
 "Last-Translator: scootergrisen <[email protected]>\n"
 "Language-Team: Danish\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.8/po/de.po new/libbytesize-2.9/po/de.po
--- old/libbytesize-2.8/po/de.po        2023-03-23 11:09:34.000000000 +0100
+++ new/libbytesize-2.9/po/de.po        2023-07-05 16:08:58.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 0.3\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2022-05-25 16:56+0200\n"
+"POT-Creation-Date: 2023-03-23 12:37+0100\n"
 "PO-Revision-Date: 2017-04-11 06:50+0000\n"
 "Last-Translator: Robert Scheck <[email protected]>\n"
 "Language-Team: German\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.8/po/es.po new/libbytesize-2.9/po/es.po
--- old/libbytesize-2.8/po/es.po        2023-03-23 11:09:34.000000000 +0100
+++ new/libbytesize-2.9/po/es.po        2023-07-05 16:08:58.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 0.3\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2022-05-25 16:56+0200\n"
+"POT-Creation-Date: 2023-03-23 12:37+0100\n"
 "PO-Revision-Date: 2020-08-15 10:43+0000\n"
 "Last-Translator: Adolfo Jayme Barrientos <[email protected]>\n"
 "Language-Team: Spanish <https://translate.fedoraproject.org/projects/blivet/";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.8/po/fi.po new/libbytesize-2.9/po/fi.po
--- old/libbytesize-2.8/po/fi.po        2023-03-23 11:09:34.000000000 +0100
+++ new/libbytesize-2.9/po/fi.po        2023-07-05 16:08:58.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 0.3\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2022-05-25 16:56+0200\n"
+"POT-Creation-Date: 2023-03-23 12:37+0100\n"
 "PO-Revision-Date: 2021-05-29 14:02+0000\n"
 "Last-Translator: Ricky Tigg <[email protected]>\n"
 "Language-Team: Finnish <https://translate.fedoraproject.org/projects/blivet/";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.8/po/fr.po new/libbytesize-2.9/po/fr.po
--- old/libbytesize-2.8/po/fr.po        2023-03-23 11:09:34.000000000 +0100
+++ new/libbytesize-2.9/po/fr.po        2023-07-05 16:08:58.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 0.3\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2022-05-25 16:56+0200\n"
+"POT-Creation-Date: 2023-03-23 12:37+0100\n"
 "PO-Revision-Date: 2016-07-15 05:07+0000\n"
 "Last-Translator: Jean-Baptiste Holcroft <[email protected]>\n"
 "Language-Team: French\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.8/po/fur.po 
new/libbytesize-2.9/po/fur.po
--- old/libbytesize-2.8/po/fur.po       2023-03-23 11:09:34.000000000 +0100
+++ new/libbytesize-2.9/po/fur.po       2023-07-05 16:08:58.000000000 +0200
@@ -3,7 +3,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 2.2\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2022-05-25 16:56+0200\n"
+"POT-Creation-Date: 2023-03-23 12:37+0100\n"
 "PO-Revision-Date: 2019-08-12 07:14+0000\n"
 "Last-Translator: Fabio Tomat <[email protected]>\n"
 "Language-Team: Friulian\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.8/po/he.po new/libbytesize-2.9/po/he.po
--- old/libbytesize-2.8/po/he.po        2023-03-23 11:09:34.000000000 +0100
+++ new/libbytesize-2.9/po/he.po        2023-07-05 16:08:58.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 2.4\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2022-05-25 16:56+0200\n"
+"POT-Creation-Date: 2023-03-23 12:37+0100\n"
 "PO-Revision-Date: 2021-01-13 19:36+0000\n"
 "Last-Translator: Yaron Shahrabani <[email protected]>\n"
 "Language-Team: Hebrew <https://translate.fedoraproject.org/projects/blivet/";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.8/po/hr.po new/libbytesize-2.9/po/hr.po
--- old/libbytesize-2.8/po/hr.po        2023-03-23 11:09:34.000000000 +0100
+++ new/libbytesize-2.9/po/hr.po        2023-07-05 16:08:58.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 2.5\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2022-05-25 16:56+0200\n"
+"POT-Creation-Date: 2023-03-23 12:37+0100\n"
 "PO-Revision-Date: 2021-10-07 19:05+0000\n"
 "Last-Translator: Gogo Gogsi <[email protected]>\n"
 "Language-Team: Croatian <https://translate.fedoraproject.org/projects/blivet/";
@@ -15,8 +15,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
-"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
+"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
 "X-Generator: Weblate 4.8\n"
 
 #. TRANSLATORS: 'B' for bytes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.8/po/hu.po new/libbytesize-2.9/po/hu.po
--- old/libbytesize-2.8/po/hu.po        2023-03-23 11:09:34.000000000 +0100
+++ new/libbytesize-2.9/po/hu.po        2023-07-05 16:08:58.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 0.3\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2022-05-25 16:56+0200\n"
+"POT-Creation-Date: 2023-03-23 12:37+0100\n"
 "PO-Revision-Date: 2016-09-10 07:27+0000\n"
 "Last-Translator: Meskó Balázs <[email protected]>\n"
 "Language-Team: Hungarian\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.8/po/id.po new/libbytesize-2.9/po/id.po
--- old/libbytesize-2.8/po/id.po        2023-03-23 11:09:34.000000000 +0100
+++ new/libbytesize-2.9/po/id.po        2023-07-05 16:08:58.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 0.3\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2022-05-25 16:56+0200\n"
+"POT-Creation-Date: 2023-03-23 12:37+0100\n"
 "PO-Revision-Date: 2017-06-15 09:17+0000\n"
 "Last-Translator: Andika Triwidada <[email protected]>\n"
 "Language-Team: Indonesian\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.8/po/it.po new/libbytesize-2.9/po/it.po
--- old/libbytesize-2.8/po/it.po        2023-03-23 11:09:34.000000000 +0100
+++ new/libbytesize-2.9/po/it.po        2023-07-05 16:08:58.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 0.3\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2022-05-25 16:56+0200\n"
+"POT-Creation-Date: 2023-03-23 12:37+0100\n"
 "PO-Revision-Date: 2017-04-12 02:49+0000\n"
 "Last-Translator: Luca Ciavatta <[email protected]>\n"
 "Language-Team: Italian\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.8/po/ka.po new/libbytesize-2.9/po/ka.po
--- old/libbytesize-2.8/po/ka.po        2023-03-23 11:09:34.000000000 +0100
+++ new/libbytesize-2.9/po/ka.po        2023-07-05 16:08:58.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 2.7\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2022-05-25 16:56+0200\n"
+"POT-Creation-Date: 2023-03-23 12:37+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.8/po/kk.po new/libbytesize-2.9/po/kk.po
--- old/libbytesize-2.8/po/kk.po        2023-03-23 11:09:34.000000000 +0100
+++ new/libbytesize-2.9/po/kk.po        2023-07-05 16:08:58.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 2.7\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2022-05-25 16:56+0200\n"
+"POT-Creation-Date: 2023-03-23 12:37+0100\n"
 "PO-Revision-Date: 2022-12-11 16:19+0000\n"
 "Last-Translator: Baurzhan Muftakhidinov <[email protected]>\n"
 "Language-Team: Kazakh <https://translate.fedoraproject.org/projects/blivet/";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.8/po/ko.po new/libbytesize-2.9/po/ko.po
--- old/libbytesize-2.8/po/ko.po        2023-03-23 11:09:34.000000000 +0100
+++ new/libbytesize-2.9/po/ko.po        2023-07-05 16:08:58.000000000 +0200
@@ -2,13 +2,13 @@
 # Copyright (C) YEAR Red Hat, Inc.
 # This file is distributed under the same license as the libbytesize package.
 # simmon <[email protected]>, 2021.
-# 김인수 <[email protected]>, 2022.
+# 김인수 <[email protected]>, 2022, 2023.
 msgid ""
 msgstr ""
 "Project-Id-Version: libbytesize 2.5\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2022-05-25 16:56+0200\n"
-"PO-Revision-Date: 2022-11-02 14:19+0000\n"
+"POT-Creation-Date: 2023-03-23 12:37+0100\n"
+"PO-Revision-Date: 2023-05-19 18:20+0000\n"
 "Last-Translator: 김인수 <[email protected]>\n"
 "Language-Team: Korean <https://translate.fedoraproject.org/projects/blivet/";
 "libbytesize/ko/>\n"
@@ -17,7 +17,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Weblate 4.14.1\n"
+"X-Generator: Weblate 4.17\n"
 
 #. TRANSLATORS: 'B' for bytes
 #: src/bs_size.c:52 src/bs_size.c:73
@@ -27,42 +27,42 @@
 #. TRANSLATORS: abbreviation for kibibyte, 2**10 bytes
 #: src/bs_size.c:54
 msgid "KiB"
-msgstr "킬로바이트"
+msgstr "키비바이트"
 
 #. TRANSLATORS: abbreviation for mebibyte, 2**20 bytes
 #: src/bs_size.c:56
 msgid "MiB"
-msgstr "메가바이트"
+msgstr "메비바이트"
 
 #. TRANSLATORS: abbreviation for gibibyte, 2**30 bytes
 #: src/bs_size.c:58
 msgid "GiB"
-msgstr "기가바이트"
+msgstr "기비바이트"
 
 #. TRANSLATORS: abbreviation for tebibyte, 2**40 bytes
 #: src/bs_size.c:60
 msgid "TiB"
-msgstr "테라바이트"
+msgstr "테비바이트"
 
 #. TRANSLATORS: abbreviation for pebibyte, 2**50 bytes
 #: src/bs_size.c:62
 msgid "PiB"
-msgstr "페타바이트"
+msgstr "페비바이트"
 
 #. TRANSLATORS: abbreviation for exbibyte, 2**60 bytes
 #: src/bs_size.c:64
 msgid "EiB"
-msgstr "엑사바이트"
+msgstr "엑스비바이트"
 
 #. TRANSLATORS: abbreviation for zebibyte, 2**70 bytes
 #: src/bs_size.c:66
 msgid "ZiB"
-msgstr "제타바이트"
+msgstr "제비바이트"
 
 #. TRANSLATORS: abbreviation for yobibyte, 2**80 bytes
 #: src/bs_size.c:68
 msgid "YiB"
-msgstr "요타바이트"
+msgstr "요비바이트"
 
 #. TRANSLATORS: abbreviation for kilobyte, 10**3 bytes
 #: src/bs_size.c:75
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.8/po/libbytesize.pot 
new/libbytesize-2.9/po/libbytesize.pot
--- old/libbytesize-2.8/po/libbytesize.pot      2023-03-23 12:37:50.000000000 
+0100
+++ new/libbytesize-2.9/po/libbytesize.pot      2023-07-05 16:26:34.000000000 
+0200
@@ -6,9 +6,9 @@
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: libbytesize 2.8\n"
+"Project-Id-Version: libbytesize 2.9\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2023-03-23 12:37+0100\n"
+"POT-Creation-Date: 2023-07-05 16:09+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.8/po/nl.po new/libbytesize-2.9/po/nl.po
--- old/libbytesize-2.8/po/nl.po        2023-03-23 11:09:34.000000000 +0100
+++ new/libbytesize-2.9/po/nl.po        2023-07-05 16:08:58.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 0.3\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2022-05-25 16:56+0200\n"
+"POT-Creation-Date: 2023-03-23 12:37+0100\n"
 "PO-Revision-Date: 2016-10-11 02:55+0000\n"
 "Last-Translator: Geert Warrink <[email protected]>\n"
 "Language-Team: Dutch\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.8/po/nn.po new/libbytesize-2.9/po/nn.po
--- old/libbytesize-2.8/po/nn.po        2023-03-23 11:09:34.000000000 +0100
+++ new/libbytesize-2.9/po/nn.po        2023-07-05 16:08:58.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 0.3\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2022-05-25 16:56+0200\n"
+"POT-Creation-Date: 2023-03-23 12:37+0100\n"
 "PO-Revision-Date: 2018-09-01 06:27+0000\n"
 "Last-Translator: Andreas-Johann Ø Ulvestad <[email protected]>\n"
 "Language-Team: Norwegian Nynorsk\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.8/po/pl.po new/libbytesize-2.9/po/pl.po
--- old/libbytesize-2.8/po/pl.po        2023-03-23 11:09:34.000000000 +0100
+++ new/libbytesize-2.9/po/pl.po        2023-07-05 16:08:58.000000000 +0200
@@ -3,7 +3,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 0.3\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2022-05-25 16:56+0200\n"
+"POT-Creation-Date: 2023-03-23 12:37+0100\n"
 "PO-Revision-Date: 2016-03-09 09:50+0000\n"
 "Last-Translator: Piotr Drąg <[email protected]>\n"
 "Language-Team: Polish\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.8/po/pt.po new/libbytesize-2.9/po/pt.po
--- old/libbytesize-2.8/po/pt.po        2023-03-23 11:09:34.000000000 +0100
+++ new/libbytesize-2.9/po/pt.po        2023-07-05 16:08:58.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 0.3\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2022-05-25 16:56+0200\n"
+"POT-Creation-Date: 2023-03-23 12:37+0100\n"
 "PO-Revision-Date: 2019-09-16 03:58+0000\n"
 "Last-Translator: Manuela Silva <[email protected]>\n"
 "Language-Team: Portuguese\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.8/po/pt_BR.po 
new/libbytesize-2.9/po/pt_BR.po
--- old/libbytesize-2.8/po/pt_BR.po     2023-03-23 11:09:34.000000000 +0100
+++ new/libbytesize-2.9/po/pt_BR.po     2023-07-05 16:08:58.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 0.3\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2022-05-25 16:56+0200\n"
+"POT-Creation-Date: 2023-03-23 12:37+0100\n"
 "PO-Revision-Date: 2016-09-06 09:18+0000\n"
 "Last-Translator: Emerson Santos <[email protected]>\n"
 "Language-Team: Portuguese (Brazil)\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.8/po/ru.po new/libbytesize-2.9/po/ru.po
--- old/libbytesize-2.8/po/ru.po        2023-03-23 11:09:34.000000000 +0100
+++ new/libbytesize-2.9/po/ru.po        2023-07-05 16:08:58.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 0.3\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2022-05-25 16:56+0200\n"
+"POT-Creation-Date: 2023-03-23 12:37+0100\n"
 "PO-Revision-Date: 2017-04-16 03:59+0000\n"
 "Last-Translator: Igor Gorbounov <[email protected]>\n"
 "Language-Team: Russian\n"
@@ -15,8 +15,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
-"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
+"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
 "X-Generator: Zanata 4.6.2\n"
 
 #. TRANSLATORS: 'B' for bytes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.8/po/si.po new/libbytesize-2.9/po/si.po
--- old/libbytesize-2.8/po/si.po        2023-03-23 11:09:34.000000000 +0100
+++ new/libbytesize-2.9/po/si.po        2023-07-05 16:08:58.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 2.4\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2022-05-25 16:56+0200\n"
+"POT-Creation-Date: 2023-03-23 12:37+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.8/po/sk.po new/libbytesize-2.9/po/sk.po
--- old/libbytesize-2.8/po/sk.po        2023-03-23 11:09:34.000000000 +0100
+++ new/libbytesize-2.9/po/sk.po        2023-07-05 16:08:58.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 0.3\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2022-05-25 16:56+0200\n"
+"POT-Creation-Date: 2023-03-23 12:37+0100\n"
 "PO-Revision-Date: 2016-10-11 05:59+0000\n"
 "Last-Translator: feonsu <[email protected]>\n"
 "Language-Team: Slovak\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.8/po/sq.po new/libbytesize-2.9/po/sq.po
--- old/libbytesize-2.8/po/sq.po        2023-03-23 11:09:34.000000000 +0100
+++ new/libbytesize-2.9/po/sq.po        2023-07-05 16:08:58.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 0.3\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2022-05-25 16:56+0200\n"
+"POT-Creation-Date: 2023-03-23 12:37+0100\n"
 "PO-Revision-Date: 2016-09-09 02:26+0000\n"
 "Last-Translator: Anxhela Hyseni <[email protected]>\n"
 "Language-Team: Albanian\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.8/po/sv.po new/libbytesize-2.9/po/sv.po
--- old/libbytesize-2.8/po/sv.po        2023-03-23 11:09:34.000000000 +0100
+++ new/libbytesize-2.9/po/sv.po        2023-07-05 16:08:58.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 0.3\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2022-05-25 16:56+0200\n"
+"POT-Creation-Date: 2023-03-23 12:37+0100\n"
 "PO-Revision-Date: 2017-03-30 04:12+0000\n"
 "Last-Translator: Göran Uddeborg <[email protected]>\n"
 "Language-Team: Swedish\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.8/po/tr.po new/libbytesize-2.9/po/tr.po
--- old/libbytesize-2.8/po/tr.po        2023-03-23 11:09:34.000000000 +0100
+++ new/libbytesize-2.9/po/tr.po        2023-07-05 16:08:58.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 2.2\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2022-05-25 16:56+0200\n"
+"POT-Creation-Date: 2023-03-23 12:37+0100\n"
 "PO-Revision-Date: 2020-03-24 18:38+0000\n"
 "Last-Translator: Oğuz Ersen <[email protected]>\n"
 "Language-Team: Turkish <https://translate.fedoraproject.org/projects/blivet/";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.8/po/uk.po new/libbytesize-2.9/po/uk.po
--- old/libbytesize-2.8/po/uk.po        2023-03-23 11:09:34.000000000 +0100
+++ new/libbytesize-2.9/po/uk.po        2023-07-05 16:08:58.000000000 +0200
@@ -3,7 +3,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 0.3\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2022-05-25 16:56+0200\n"
+"POT-Creation-Date: 2023-03-23 12:37+0100\n"
 "PO-Revision-Date: 2016-03-11 08:12+0000\n"
 "Last-Translator: \n"
 "Language-Team: Ukrainian\n"
@@ -11,8 +11,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
-"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
+"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
 "X-Generator: Zanata 4.6.2\n"
 
 #. TRANSLATORS: 'B' for bytes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.8/po/zh_CN.po 
new/libbytesize-2.9/po/zh_CN.po
--- old/libbytesize-2.8/po/zh_CN.po     2023-03-23 11:09:34.000000000 +0100
+++ new/libbytesize-2.9/po/zh_CN.po     2023-07-05 16:08:58.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 0.3\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2022-05-25 16:56+0200\n"
+"POT-Creation-Date: 2023-03-23 12:37+0100\n"
 "PO-Revision-Date: 2017-04-11 05:28+0000\n"
 "Last-Translator: Charles Lee <[email protected]>\n"
 "Language-Team: Chinese (China)\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.8/po/zh_TW.po 
new/libbytesize-2.9/po/zh_TW.po
--- old/libbytesize-2.8/po/zh_TW.po     2023-03-23 11:09:34.000000000 +0100
+++ new/libbytesize-2.9/po/zh_TW.po     2023-07-05 16:08:58.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libbytesize 0.3\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2022-05-25 16:56+0200\n"
+"POT-Creation-Date: 2023-03-23 12:37+0100\n"
 "PO-Revision-Date: 2018-08-26 05:27+0000\n"
 "Last-Translator: Peter Pan <[email protected]>\n"
 "Language-Team: Chinese (Taiwan)\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.8/tests/locale_utils.py 
new/libbytesize-2.9/tests/locale_utils.py
--- old/libbytesize-2.8/tests/locale_utils.py   2022-06-30 12:41:25.000000000 
+0200
+++ new/libbytesize-2.9/tests/locale_utils.py   2023-07-05 16:08:58.000000000 
+0200
@@ -1,11 +1,13 @@
 
 import subprocess
 
-"""Helper functions, decorators,... for working with locales"""
+"""Helper functions, decorators, ... for working with locales"""
 
 def get_avail_locales():
-    return {loc.decode(errors="replace").strip() for loc in 
subprocess.check_output(["locale", "-a"]).split()}
-
+    try:
+        return {loc.decode(errors="replace").strip() for loc in 
subprocess.check_output(["locale", "-a"]).split()}
+    except FileNotFoundError:
+        return {"C"}
 
 def missing_locales(required, available):
     canon_locales = {loc.replace("UTF-8", "utf8") for loc in required}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.8/tools/bs_calc.py 
new/libbytesize-2.9/tools/bs_calc.py
--- old/libbytesize-2.8/tools/bs_calc.py        2023-03-23 12:37:50.000000000 
+0100
+++ new/libbytesize-2.9/tools/bs_calc.py        2023-07-05 16:26:58.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.8")
+    ap.add_argument("--version", action="version", version="2.9")
     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.8/tools/bscalc.man 
new/libbytesize-2.9/tools/bscalc.man
--- old/libbytesize-2.8/tools/bscalc.man        2023-03-23 12:42:26.000000000 
+0100
+++ new/libbytesize-2.9/tools/bscalc.man        2023-07-05 16:26:34.000000000 
+0200
@@ -1,7 +1,7 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.49.3.
-.TH BSCALC "1" "March 2023" "bscalc 2.8" "User Commands"
+.TH BSCALC "1" "July 2023" "bscalc 2.9" "User Commands"
 .SH NAME
-bscalc \- manual page for bscalc 2.8
+bscalc \- manual page for bscalc 2.9
 .SH DESCRIPTION
 usage: bscalc [\-h] [\-\-version]
 .IP

Reply via email to