Skip to content

Commit 0f47dde

Browse files
committed
New version - 2.7
1 parent b99efe9 commit 0f47dde

File tree

5 files changed

+47
-8
lines changed

5 files changed

+47
-8
lines changed

NEWS.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
Libbytesize 2.7
2+
---------------
3+
4+
Gogo Gogsi (2):
5+
6+
- Added translation using Weblate (Croatian)
7+
- Translated using Weblate (Croatian)
8+
9+
Sam James (1):
10+
11+
- build: avoid bashisms in configure
12+
13+
Vojtech Trefny (6):
14+
15+
- Do not use distutils to get Python library path
16+
- Revert "Translations update from Weblate"
17+
- Fix warnings dicovered by the GCC analyzer
18+
- Fix some warnings and typos in docstrings and comments
19+
- Remove Travis CI configuration
20+
- Fix skipping tests when required locale is missing
21+
22+
Weblate (2):
23+
24+
- Update translation files
25+
- Update translation files
26+
127
Libbytesize 2.6
228
---------------
329

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# configure.ac for libbytesize
22

3-
AC_INIT([libbytesize], [2.6], [[email protected]])
3+
AC_INIT([libbytesize], [2.7], [[email protected]])
44

55
# Disable building static libraries.
66
# This needs to be set before initializing automake

dist/libbytesize.spec.in

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
%define configure_opts %{?python3_opts} %{?tools_opts}
1717

1818
Name: libbytesize
19-
Version: 2.6
19+
Version: 2.7
2020
Release: 1%{?dist}
2121
Summary: A library for working with sizes in bytes
2222
License: LGPLv2+
@@ -115,6 +115,19 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
115115
%endif
116116

117117
%changelog
118+
* Wed May 25 2022 Vojtech Trefny <[email protected]> - 2.7-1
119+
- Fix skipping tests when required locale is missing (vtrefny)
120+
- Remove Travis CI configuration (vtrefny)
121+
- Fix some warnings and typos in docstrings and comments (vtrefny)
122+
- Fix warnings dicovered by the GCC analyzer (vtrefny)
123+
- build: avoid bashisms in configure (sam)
124+
- Update translation files (noreply)
125+
- Translated using Weblate (Croatian) (linux.hr)
126+
- Revert "Translations update from Weblate" (vtrefny)
127+
- Update translation files (noreply)
128+
- Added translation using Weblate (Croatian) (linux.hr)
129+
- Do not use distutils to get Python library path (vtrefny)
130+
118131
* Wed Jul 07 2021 Vojtech Trefny <[email protected]> - 2.6-1
119132
- Make sure Size can be interpreted as integer in Python 3.10 (vtrefny)
120133
- Translated using Weblate (Finnish) (ricky.tigg)

po/libbytesize.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#, fuzzy
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: libbytesize 2.6\n"
9+
"Project-Id-Version: libbytesize 2.7\n"
1010
"Report-Msgid-Bugs-To: [email protected]\n"
11-
"POT-Creation-Date: 2021-07-07 12:15+0200\n"
11+
"POT-Creation-Date: 2022-05-25 16:56+0200\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"

tools/bscalc.man

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.3.
2-
.TH BSCALC "1" "July 2021" "bscalc 2.6" "User Commands"
1+
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2.
2+
.TH BSCALC "1" "May 2022" "bscalc 2.7" "User Commands"
33
.SH NAME
4-
bscalc \- manual page for bscalc 2.6
4+
bscalc \- manual page for bscalc 2.7
55
.SH DESCRIPTION
66
usage: bscalc [\-h] [\-\-version]
77
.IP
@@ -12,7 +12,7 @@ EXPRESSION_PART [EXPRESSION_PART ...]
1212
.SS "positional arguments:"
1313
.IP
1414
EXPRESSION_PART
15-
.SS "optional arguments:"
15+
.SS "options:"
1616
.TP
1717
\fB\-h\fR, \fB\-\-help\fR
1818
show this help message and exit

0 commit comments

Comments
 (0)