File tree Expand file tree Collapse file tree 5 files changed +46
-3
lines changed Expand file tree Collapse file tree 5 files changed +46
-3
lines changed Original file line number Diff line number Diff line change 1+ 2023-12-06 Jerry Lundström
2+
3+ Release 1.4.1
4+
5+ This release fixes issue with InfluxDB quoting, was missing to quote
6+ the quote character.
7+
8+ Other changes:
9+ - Dependency correction for SLE 15.5
10+ - Tweaks to test layouts
11+
12+ b44b874 Tests
13+ eef3ae0 SLE 15.5
14+ 75c7fc1 Influx quoting
15+
1162023-06-15 Jerry Lundström
217
318 Release 1.4.0
Original file line number Diff line number Diff line change 1+ dsc-datatool (1.4.1-1~unstable+1) unstable; urgency=low
2+
3+ * Release 1.4.1
4+
5+ This release fixes issue with InfluxDB quoting, was missing to quote
6+ the quote character.
7+
8+ Other changes:
9+ - Dependency correction for SLE 15.5
10+ - Tweaks to test layouts
11+
12+ b44b874 Tests
13+ eef3ae0 SLE 15.5
14+ 75c7fc1 Influx quoting
15+
16+ -- Jerry Lundström <lundstrom.jerry@gmail.com> Wed, 06 Dec 2023 09:02:27 +0100
17+
118dsc-datatool (1.4.0-1~unstable+1) unstable; urgency=low
219
320 * Release 1.4.0
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ def process(self, datasets)
3232:copyright: 2023 OARC, Inc.
3333"""
3434
35- __version__ = '1.4.0 '
35+ __version__ = '1.4.1 '
3636
3737import argparse
3838import logging
Original file line number Diff line number Diff line change 11Name: dsc-datatool
2- Version: 1.4.0
2+ Version: 1.4.1
33Release: 1%{?dist }
44Summary: Export DSC data to other formats and/or databases
55Group: Productivity/Networking/DNS/Utilities
@@ -93,6 +93,17 @@ install -m644 man/man7/dsc-datatool-transformer-netremap.7 %{buildroot}%{_mandir
9393
9494
9595%changelog
96+ * Wed Dec 06 2023 Jerry Lundström <lundstrom.jerry@gmail.com> 1.4.1-1
97+ - Release 1.4.1
98+ * This release fixes issue with InfluxDB quoting, was missing to quote
99+ the quote character.
100+ * Other changes:
101+ - Dependency correction for SLE 15.5
102+ - Tweaks to test layouts
103+ * Commits:
104+ b44b874 Tests
105+ eef3ae0 SLE 15.5
106+ 75c7fc1 Influx quoting
96107* Thu Jun 15 2023 Jerry Lundström <lundstrom.jerry@gmail.com> 1.4.0-1
97108- Release 1.4.0
98109 * This release adds the option `--encoding` to set an encoding to use
Original file line number Diff line number Diff line change 22
33setup (
44 name = 'dsc_datatool' ,
5- version = '1.4.0 ' ,
5+ version = '1.4.1 ' ,
66 packages = find_packages (),
77 include_package_data = True ,
88 zip_safe = False ,
You can’t perform that action at this time.
0 commit comments