diff --git a/NEWS.rst b/NEWS.rst index 188fe8e..d72218d 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,29 @@ +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 --------------- diff --git a/configure.ac b/configure.ac index ac749eb..8caad0c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # configure.ac for libbytesize -AC_INIT([libbytesize], [2.6], [vpodzime@redhat.com]) +AC_INIT([libbytesize], [2.7], [vpodzime@redhat.com]) # Disable building static libraries. # This needs to be set before initializing automake diff --git a/dist/libbytesize.spec.in b/dist/libbytesize.spec.in index 80f7857..07ce28f 100644 --- a/dist/libbytesize.spec.in +++ b/dist/libbytesize.spec.in @@ -16,7 +16,7 @@ %define configure_opts %{?python3_opts} %{?tools_opts} Name: libbytesize -Version: 2.6 +Version: 2.7 Release: 1%{?dist} Summary: A library for working with sizes in bytes License: LGPLv2+ @@ -115,6 +115,19 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} %endif %changelog +* Wed May 25 2022 Vojtech Trefny - 2.7-1 +- Fix skipping tests when required locale is missing (vtrefny) +- Remove Travis CI configuration (vtrefny) +- Fix some warnings and typos in docstrings and comments (vtrefny) +- Fix warnings dicovered by the GCC analyzer (vtrefny) +- build: avoid bashisms in configure (sam) +- Update translation files (noreply) +- Translated using Weblate (Croatian) (linux.hr) +- Revert "Translations update from Weblate" (vtrefny) +- Update translation files (noreply) +- Added translation using Weblate (Croatian) (linux.hr) +- Do not use distutils to get Python library path (vtrefny) + * Wed Jul 07 2021 Vojtech Trefny - 2.6-1 - Make sure Size can be interpreted as integer in Python 3.10 (vtrefny) - Translated using Weblate (Finnish) (ricky.tigg) diff --git a/po/libbytesize.pot b/po/libbytesize.pot index 6c76d86..6cf4d4a 100644 --- a/po/libbytesize.pot +++ b/po/libbytesize.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: libbytesize 2.6\n" +"Project-Id-Version: libbytesize 2.7\n" "Report-Msgid-Bugs-To: vtrefny@redhat.com\n" -"POT-Creation-Date: 2021-07-07 12:15+0200\n" +"POT-Creation-Date: 2022-05-25 16:56+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/tools/bscalc.man b/tools/bscalc.man index 35dcaab..4a1b066 100644 --- a/tools/bscalc.man +++ b/tools/bscalc.man @@ -1,7 +1,7 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.3. -.TH BSCALC "1" "July 2021" "bscalc 2.6" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2. +.TH BSCALC "1" "May 2022" "bscalc 2.7" "User Commands" .SH NAME -bscalc \- manual page for bscalc 2.6 +bscalc \- manual page for bscalc 2.7 .SH DESCRIPTION usage: bscalc [\-h] [\-\-version] .IP @@ -12,7 +12,7 @@ EXPRESSION_PART [EXPRESSION_PART ...] .SS "positional arguments:" .IP EXPRESSION_PART -.SS "optional arguments:" +.SS "options:" .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit