Skip to content

Commit

Permalink
New version - 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechtrefny committed May 25, 2022
1 parent b99efe9 commit 0f47dde
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 8 deletions.
26 changes: 26 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -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
---------------

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# configure.ac for libbytesize

AC_INIT([libbytesize], [2.6], [[email protected]])
AC_INIT([libbytesize], [2.7], [[email protected]])

# Disable building static libraries.
# This needs to be set before initializing automake
Expand Down
15 changes: 14 additions & 1 deletion dist/libbytesize.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand Down Expand Up @@ -115,6 +115,19 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
%endif

%changelog
* Wed May 25 2022 Vojtech Trefny <[email protected]> - 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 <[email protected]> - 2.6-1
- Make sure Size can be interpreted as integer in Python 3.10 (vtrefny)
- Translated using Weblate (Finnish) (ricky.tigg)
Expand Down
4 changes: 2 additions & 2 deletions po/libbytesize.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]\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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down
8 changes: 4 additions & 4 deletions tools/bscalc.man
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0f47dde

Please sign in to comment.