Skip to content

Commit 4f30d61

Browse files
[UPDATE] v2.0.1 Release Candidate
Changes in file .github/tools/checkmake.bash: * fix for intentional SC2064 Changes in file .github/workflows/bandit.yml: * version update to 2.4 Changes in file .github/workflows/codeql-analysis.yml: * version bump Changes in file .github/workflows/scorecard.yml: * version bump Changes in file README.md: * minor badge fixes Changes in file docs/conf.py: * version bump Changes in file multicast/__init__.py: * version bump Changes in file pyproject.toml: * version bump
3 parents d22cdfe + 099debd + 9b6c72a commit 4f30d61

File tree

8 files changed

+12
-9
lines changed

8 files changed

+12
-9
lines changed

.github/tools/checkmake.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ process_checkmake_output() {
160160
local chmk_elog="checkmake_${random_id}_error_log.log"
161161

162162
# Clean up on normal exit, but preserve on error for debugging
163+
# shellcheck disable=SC2064
163164
trap "rm -f '${chmk_elog}' 2>/dev/null || :" EXIT ;
164165

165166
if ! output=$(checkmake "${file}" 2>"${chmk_elog}"); then

.github/workflows/bandit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
persist-credentials: false
3535
- name: Bandit Scan
36-
uses: reactive-firewall/python-bandit-scan@c56ff8d84b6e111989d803bbd884a7969363332c # v2.3
36+
uses: reactive-firewall/python-bandit-scan@f5cf2ce05269c19fafe24b0c91e8087c6c187385 # v2.4
3737
with: # optional arguments
3838
# exit with 0, even with results found
3939
exit_zero: true # optional, default is DEFAULT

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
# Initializes the CodeQL tools for scanning.
5252
- name: Initialize CodeQL
53-
uses: github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v3.29.5
53+
uses: github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v3.29.5
5454
with:
5555
languages: ${{ matrix.language }}
5656
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -61,7 +61,7 @@ jobs:
6161
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6262
# If this step fails, then you should remove it and run the build manually (see below)
6363
- name: Autobuild
64-
uses: github/codeql-action/autobuild@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v3.29.5
64+
uses: github/codeql-action/autobuild@0499de31b99561a6d14a36a5f662c2a54f91beee # v3.29.5
6565

6666
# ℹ️ Command-line programs to run using the OS shell.
6767
# 📚 https://git.io/JvXDl
@@ -75,4 +75,4 @@ jobs:
7575
# make release
7676

7777
- name: Perform CodeQL Analysis
78-
uses: github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v3.29.5
78+
uses: github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v3.29.5

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ jobs:
5757
retention-days: 5
5858
# Upload the results to GitHub's code scanning dashboard.
5959
- name: "Upload to code-scanning"
60-
uses: github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v3.29.5
60+
uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v3.29.5
6161
with:
6262
sarif_file: results.sarif

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ applications, making it straightforward to work with multicast sockets.
2929
[![Coverage Status](https://coveralls.io/repos/github/reactive-firewall-org/multicast/badge.svg)](https://coveralls.io/github/reactive-firewall-org/multicast)
3030
[![Bandit](https://github.com/reactive-firewall-org/multicast/actions/workflows/bandit.yml/badge.svg?branch=master)](https://github.com/reactive-firewall-org/multicast/actions/workflows/bandit.yml)
3131
[![Style Status](https://github.com/reactive-firewall-org/multicast/actions/workflows/flake8.yml/badge.svg?branch=master&event=push)](https://github.com/reactive-firewall-org/multicast/actions/workflows/flake8.yml)
32-
[![CodeFactor](https://www.codefactor.io/repository/github/reactive-firewall-org/multicast/badge)](https://www.codefactor.io/repository/github/reactive-firewall-org/multicast)
3332
![Size](https://img.shields.io/github/languages/code-size/reactive-firewall-org/multicast.svg)
3433
[![Scc Count Badge](https://sloc.xyz/github/reactive-firewall-org/multicast/?category=code)](https://github.com/reactive-firewall-org/multicast/)
3534
[![Scc Count Badge](https://sloc.xyz/github/reactive-firewall-org/multicast/?category=blanks)](https://github.com/reactive-firewall-org/multicast/)
@@ -39,10 +38,13 @@ applications, making it straightforward to work with multicast sockets.
3938

4039
### Stable (Mainstream)
4140

41+
![PyPI - Version](https://img.shields.io/pypi/v/multicast)
42+
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/multicast)
4243
[![Stable CI](https://github.com/reactive-firewall-org/multicast/actions/workflows/Tests.yml/badge.svg?branch=stable)](https://github.com/reactive-firewall-org/multicast/actions/workflows/Tests.yml)
4344
[![Stable Appveyor](https://ci.appveyor.com/api/projects/status/0h5vuexyty9lbl81/branch/stable?svg=true)](https://ci.appveyor.com/project/reactive-firewall-org/multicast/branch/stable)
4445
[![Stable Code Coverage](https://codecov.io/gh/reactive-firewall-org/multicast/branch/stable/graph/badge.svg)](https://codecov.io/gh/reactive-firewall-org/multicast/branch/stable/)
4546
[![CodeQL](https://github.com/reactive-firewall-org/multicast/actions/workflows/codeql-analysis.yml/badge.svg?branch=stable)](https://github.com/reactive-firewall-org/multicast/actions/workflows/codeql-analysis.yml)
47+
![PyPI - Downloads](https://img.shields.io/pypi/dw/multicast)
4648

4749
## Installation
4850

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
# The short X.Y version.
128128
version = "v2.0"
129129
# The full version, including alpha/beta/rc tags.
130-
release = "v2.1.0a3"
130+
release = "v2.1.0"
131131

132132
# The language for content autogenerated by Sphinx. Refer to documentation
133133
# for a list of supported languages.

multicast/__init__.py

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

222222
global __version__ # skipcq: PYL-W0604
223223

224-
__version__ = "2.1.0-alpha-3"
224+
__version__ = "2.1.0"
225225
"""The version of this program.
226226
227227
The `__version__` attribute, like many dunder attributes, is associated with the implementation

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ maintainers = [{ "name" = "reactive-firewall", "email" = "reactive-firewall@user
1212
name = "multicast"
1313
requires-python = ">=3.9.6, !=3.9.7, !=3.9.8, !=3.9.9, !=3.9.10, !=3.9.11, !=3.9.12, !=3.9.13, !=3.9.14, !=3.9.15, !=3.9.16, !=3.9.17, !=3.9.18, !=3.9.19, !=3.13.0, <3.14.0"
1414
scripts = { "multicast" = "multicast.__main__:cli" }
15-
version = "v2.1.0a3"
15+
version = "v2.1.0"
1616

1717
[project.urls]
1818
"Bug Tracker" = "https://github.com/reactive-firewall-org/multicast/issues"

0 commit comments

Comments
 (0)