Skip to content

Commit

Permalink
Merge pull request #119 from jelu/release/1.4.2
Browse files Browse the repository at this point in the history
Release 1.4.2
  • Loading branch information
jelu authored Jun 18, 2024
2 parents 80251b4 + f58d49a commit 4057f9f
Show file tree
Hide file tree
Showing 16 changed files with 59 additions and 16 deletions.
15 changes: 15 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
2024-06-18 Jerry Lundström

Release 1.4.2

This release fixes issues with IANA's IPv6 parameters file,
dsc-datatool expected a RIR in the Designation field but IANA recently
added a title for SRv6 reservation which caused an exception.

Other updates are related to packages and GitHub workflows.

7560d82 Tests
8568c84 Fix client subnet authority
a8c58a9 Workflow
fd8915c RPM SUSE

2023-12-06 Jerry Lundström

Release 1.4.1
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
DSC DataTool

Copyright (c) 2016-2023 OARC, Inc.
Copyright (c) 2016-2024 OARC, Inc.
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
17 changes: 17 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
dsc-datatool (1.4.2-1~unstable+1) unstable; urgency=low

* Release 1.4.2

This release fixes issues with IANA's IPv6 parameters file,
dsc-datatool expected a RIR in the Designation field but IANA recently
added a title for SRv6 reservation which caused an exception.

Other updates are related to packages and GitHub workflows.

7560d82 Tests
8568c84 Fix client subnet authority
a8c58a9 Workflow
fd8915c RPM SUSE

-- Jerry Lundström <[email protected]> Tue, 18 Jun 2024 12:32:53 +0200

dsc-datatool (1.4.1-1~unstable+1) unstable; urgency=low

* Release 1.4.1
Expand Down
4 changes: 2 additions & 2 deletions debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ Upstream-Name: dsc-datatool
Source: https://github.com/DNS-OARC/dsc-datatool

Files: *
Copyright: 2016-2023 OARC, Inc.
Copyright: 2016-2024 OARC, Inc.
License: BSD-3-Clause

Files: debian/*
Copyright: 2023 Jerry Lundström <[email protected]>
Copyright: 2024 Jerry Lundström <[email protected]>
License: BSD-3-Clause

License: BSD-3-Clause
Expand Down
4 changes: 2 additions & 2 deletions dsc_datatool/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ class ExampleOutput(Output):
def process(self, datasets)
...
:copyright: 2023 OARC, Inc.
:copyright: 2024 OARC, Inc.
"""

__version__ = '1.4.1'
__version__ = '1.4.2'

import argparse
import logging
Expand Down
2 changes: 1 addition & 1 deletion dsc_datatool/generator/client_subnet_authority.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Part of dsc_datatool.
:copyright: 2023 OARC, Inc.
:copyright: 2024 OARC, Inc.
"""

import csv
Expand Down
2 changes: 1 addition & 1 deletion dsc_datatool/generator/client_subnet_country.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Part of dsc_datatool.
:copyright: 2023 OARC, Inc.
:copyright: 2024 OARC, Inc.
"""

import maxminddb
Expand Down
2 changes: 1 addition & 1 deletion dsc_datatool/input/dat.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Part of dsc_datatool.
:copyright: 2023 OARC, Inc.
:copyright: 2024 OARC, Inc.
"""

import re
Expand Down
2 changes: 1 addition & 1 deletion dsc_datatool/input/xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Part of dsc_datatool.
:copyright: 2023 OARC, Inc.
:copyright: 2024 OARC, Inc.
"""

import logging
Expand Down
2 changes: 1 addition & 1 deletion dsc_datatool/output/influxdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Part of dsc_datatool.
:copyright: 2023 OARC, Inc.
:copyright: 2024 OARC, Inc.
"""

import re
Expand Down
2 changes: 1 addition & 1 deletion dsc_datatool/output/prometheus.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Part of dsc_datatool.
:copyright: 2023 OARC, Inc.
:copyright: 2024 OARC, Inc.
"""

import re
Expand Down
2 changes: 1 addition & 1 deletion dsc_datatool/transformer/labler.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Part of dsc_datatool.
:copyright: 2023 OARC, Inc.
:copyright: 2024 OARC, Inc.
"""

import yaml
Expand Down
2 changes: 1 addition & 1 deletion dsc_datatool/transformer/net_remap.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Part of dsc_datatool.
:copyright: 2023 OARC, Inc.
:copyright: 2024 OARC, Inc.
"""

import ipaddress
Expand Down
2 changes: 1 addition & 1 deletion dsc_datatool/transformer/re_ranger.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Part of dsc_datatool.
:copyright: 2023 OARC, Inc.
:copyright: 2024 OARC, Inc.
"""

import re
Expand Down
13 changes: 12 additions & 1 deletion rpm/dsc-datatool.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: dsc-datatool
Version: 1.4.1
Version: 1.4.2
Release: 1%{?dist}
Summary: Export DSC data to other formats and/or databases
Group: Productivity/Networking/DNS/Utilities
Expand Down Expand Up @@ -93,6 +93,17 @@ install -m644 man/man7/dsc-datatool-transformer-netremap.7 %{buildroot}%{_mandir


%changelog
* Tue Jun 18 2024 Jerry Lundström <[email protected]> 1.4.2-1
- Release 1.4.2
* This release fixes issues with IANA's IPv6 parameters file,
dsc-datatool expected a RIR in the Designation field but IANA recently
added a title for SRv6 reservation which caused an exception.
* Other updates are related to packages and GitHub workflows.
* Commits:
7560d82 Tests
8568c84 Fix client subnet authority
a8c58a9 Workflow
fd8915c RPM SUSE
* Wed Dec 06 2023 Jerry Lundström <[email protected]> 1.4.1-1
- Release 1.4.1
* This release fixes issue with InfluxDB quoting, was missing to quote
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='dsc_datatool',
version='1.4.1',
version='1.4.2',
packages=find_packages(),
include_package_data=True,
zip_safe=False,
Expand Down

0 comments on commit 4057f9f

Please sign in to comment.