Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/topic/timw/python-upgrade'
Browse files Browse the repository at this point in the history
* origin/topic/timw/python-upgrade:
  Update cmake submodule to master [nomail]
  Remove old obsolete travis.yml
  Require python 3.9
  • Loading branch information
timwoj committed Dec 10, 2024
2 parents 7e8f6a3 + 40584eb commit 0d52fbb
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 28 deletions.
22 changes: 0 additions & 22 deletions .travis.yml

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
0.93-22 | 2024-12-10 16:18:56 -0700

* Update cmake submodule to master [nomail] (Tim Wojtulewicz, Corelight)

* Remove old obsolete travis.yml (Tim Wojtulewicz, Corelight)

* Require python 3.9 (Tim Wojtulewicz, Corelight)

* Revert update to Python 3.7 (Tim Wojtulewicz, Corelight)

0.93-14 | 2023-08-02 10:59:05 -0700

* Update cmake submodule to deprecate FindRequiredPackage (Tim Wojtulewicz, Corelight)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include(cmake/CommonCMakeConfig.cmake)
########################################################################
## Dependency Configuration

find_package(Python 3.5 REQUIRED Interpreter)
find_package(Python 3.9 REQUIRED Interpreter)

if (NOT SUBNETTREE_FOUND)
# the check for SubnetTree is ignored if SubnetTree_FOUND is set
Expand Down
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. -*- mode: rst-mode -*-
..
.. Version number is filled in automatically.
.. |version| replace:: 0.93-14
.. |version| replace:: 0.93-22

====================================================
trace-summary - Generating network traffic summaries
Expand Down Expand Up @@ -73,7 +73,7 @@ second from a Zeek connection log::
Prerequisites
-------------

* This script requires Python 3.5 or newer.
* This script requires Python 3.9 or newer.

* The `pysubnettree
<https://github.com/zeek/pysubnettree>`_ Python
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.93-14
0.93-22
2 changes: 1 addition & 1 deletion cmake
Submodule cmake updated 1 files
+2 −1 ZeekBundle.cmake
2 changes: 1 addition & 1 deletion trace-summary
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import optparse
import random
import subprocess

VERSION = "0.93-14" # Automatically filled in.
VERSION = "0.93-22" # Automatically filled in.

random.seed()

Expand Down

0 comments on commit 0d52fbb

Please sign in to comment.