Skip to content

Commit bea216e

Browse files
chore(release): 5.3.0-beta.3
# [5.3.0-beta.3](v5.3.0-beta.2...v5.3.0-beta.3) (2024-06-03) ### Bug Fixes * do not log .conf parser warnings from all workers ([#845](#845)) ([8d4fb44](8d4fb44)) * updating src and dest fields ([#846](#846)) ([a143c49](a143c49))
1 parent c02e369 commit bea216e

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

NOTICE

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
The following 3rd-party software packages may be used by or distributed with pytest-splunk-addon. Any information relevant to third-party vendors listed below are collected using common, reasonable means.
99

10-
Date generated: 2024-5-27
10+
Date generated: 2024-6-3
1111

12-
Revision ID: 38597255fc669a35e79265e4f6dc6bc738199844
12+
Revision ID: c02e369bc0d1a99b5d86e7c132451983e46c45df
1313

1414
================================================================================
1515
================================================================================
@@ -293,7 +293,7 @@ SOFTWARE.
293293

294294

295295
--------------------------------------------------------------------------------
296-
Package Title: certifi (2024.2.2)
296+
Package Title: certifi (2024.6.2)
297297
--------------------------------------------------------------------------------
298298

299299
* Declared Licenses *
@@ -960,7 +960,7 @@ THE SOFTWARE.
960960

961961

962962
* Other Licenses *
963-
Python-2.0, GPL-2.0-only, public-domain, HPND, PIL
963+
Python-2.0, GPL-2.0-only, HPND, public-domain, PIL
964964

965965
* Python-2.0 *
966966

@@ -999,12 +999,12 @@ This program is free software; you can redistribute it and/or modify it under th
999999
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
10001000
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
10011001

1002-
* public-domain *
10031002
* HPND *
10041003

10051004
<copyright notice>
10061005
Permission to use, copy, modify and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies that both copyright notice and this permission notice appear in supporting documentation <copyright holder> <or related entities> not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission<<endOptional>> .
10071006

1007+
* public-domain *
10081008
* PIL *
10091009

10101010
By obtaining, using, and/or copying this software and/or its associated documentation, you agree that you have read, understood, and will comply with the following terms and conditions:
@@ -5661,4 +5661,4 @@ No license text available
56615661
--------------------------------------------------------------------------------
56625662
--------------------------------------------------------------------------------
56635663

5664-
Report Generated by FOSSA on 2024-5-27
5664+
Report Generated by FOSSA on 2024-6-3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
[tool.poetry]
1818
name = "pytest-splunk-addon"
19-
version = "5.3.0-beta.2"
19+
version = "5.3.0-beta.3"
2020
description = "A Dynamic test tool for Splunk Apps and Add-ons"
2121
authors = ["Splunk <addonfactory@splunk.com>"]
2222
license = "APACHE-2.0"

pytest_splunk_addon/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818

1919
__author__ = """Splunk Inc."""
2020
__email__ = "addonfactory@splunk.com"
21-
__version__ = "5.3.0-beta.2"
21+
__version__ = "5.3.0-beta.3"

0 commit comments

Comments
 (0)