File tree Expand file tree Collapse file tree 6 files changed +11
-7
lines changed Expand file tree Collapse file tree 6 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 1
- # Changes since latest release #
1
+ # Flent v2.1.1 #
2
+ Released on 2022-11-02.
2
3
3
4
Changes since v2.1.0 include:
4
5
Original file line number Diff line number Diff line change 59
59
# The version info for the project you're documenting, acts as replacement for
60
60
# |version| and |release|, also used in various other places throughout the
61
61
# built documents.
62
- version = '2.1.0-git '
62
+ version = '2.1.1 '
63
63
#
64
64
# The short X.Y version.
65
65
# The full version, including alpha/beta/rc tags.
Original file line number Diff line number Diff line change 24
24
import os
25
25
26
26
# this value works for the source distribution
27
- VERSION = "2.1.0-git "
27
+ VERSION = "2.1.1 "
28
28
DATA_DIR = os .path .dirname (__file__ )
29
29
30
30
ENCODING = "UTF-8"
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
27
27
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
28
28
.in \\n[ rst2man-indent\\n[ rst2man-indent-level ] ]u
29
29
..
30
- .TH "FLENT" "1" "November 02, 2022" "2.1.0-git " "Flent: The FLExible Network Tester"
30
+ .TH "FLENT" "1" "November 02, 2022" "2.1.1 " "Flent: The FLExible Network Tester"
31
31
.SH NAME
32
32
flent \- Flent: The FLExible Network Tester
33
33
.SH INTRODUCTION
Original file line number Diff line number Diff line change 1
1
# Maintainer: Toke Høiland-Jørgensen <toke at toke dot dk>
2
2
3
3
pkgname=flent
4
- pkgver=2.1.0
4
+ pkgver=2.1.1
5
5
pkgrel=1
6
6
pkgdesc=' The FLExible Network Tester.'
7
7
arch=(' any' )
@@ -15,7 +15,7 @@ optdepends=(
15
15
' python-qtpy: for the GUI'
16
16
)
17
17
source=(https://files.pythonhosted.org/packages/source/f/flent/flent-${pkgver} .tar.gz{,.asc})
18
- sha256sums=(' 73194e4a364ea1b4b591fc0d86244b0ba63b3007b26a0cade21003e17dfc2a9e '
18
+ sha256sums=(' db581deac3d8099965dd0d8eee4b9c4d1857bdce5bc97790af9d3ed5b6554f73 '
19
19
' SKIP' )
20
20
validpgpkeys=(' DE6162B5616BA9C9CAAC03074A55C497F744F705' )
21
21
Original file line number Diff line number Diff line change 1
1
%global srcname flent
2
2
3
3
Name: flent
4
- Version: 2.1.0
4
+ Version: 2.1.1
5
5
Release: 1%{?dist }
6
6
Summary: FLExible Network Tester for bufferbloat testing and more
7
7
@@ -86,6 +86,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml
86
86
%doc doc/_build/html
87
87
88
88
%changelog
89
+ *
Wed Nov 2 2022 Toke Høiland-Jørgensen <[email protected] > 2.1.1-1
90
+ - Upstream release 2.1.1
91
+
89
92
*
Wed Nov 2 2022 Toke Høiland-Jørgensen <[email protected] > 2.1.0-1
90
93
- Upstream release 2.1.0
91
94
You can’t perform that action at this time.
0 commit comments