forked from etingof/pysnmp
-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated copyright year. Bumped the version.
- Loading branch information
Showing
8 changed files
with
120 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Copyright (c) 2005-2019, Ilya Etingof <[email protected]> | ||
Copyright (c) 2022-2023, LeXtudio Inc. <[email protected]> | ||
Copyright (c) 2022-2024, LeXtudio Inc. <[email protected]> | ||
All rights reserved. | ||
|
||
Redistribution and use in source and binary forms, with or without | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -178,5 +178,5 @@ post your question [on Stack Overflow](http://stackoverflow.com/questions/ask) o | |
Bug reports and PRs are appreciated! ;-) | ||
|
||
Copyright (c) 2005-2019, [Ilya Etingof](https://lists.openstack.org/pipermail/openstack-discuss/2022-August/030062.html). | ||
Copyright (c) 2022-2023, [LeXtudio Inc](mailto:[email protected]). | ||
Copyright (c) 2022-2024, [LeXtudio Inc](mailto:[email protected]). | ||
All rights reserved. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,7 +55,7 @@ | |
|
||
# General information about the project. | ||
project = 'SNMP library for Python' | ||
copyright = '2005-2019, Ilya Etingof. © Copyright 2022-2023, LeXtudio Inc.' | ||
copyright = '2005-2019, Ilya Etingof. © Copyright 2022-2024, LeXtudio Inc.' | ||
author = 'LeXtudio Inc. <[email protected]>' | ||
|
||
# The version info for the project you're documenting, acts as replacement for | ||
|
@@ -65,7 +65,7 @@ | |
# The short X.Y version. | ||
version = '5.0' | ||
# The full version, including alpha/beta/rc tags. | ||
release = '5.0.33' | ||
release = '5.0.34' | ||
|
||
# The language for content autogenerated by Sphinx. Refer to documentation | ||
# for a list of supported languages. | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "pysnmp-lextudio" | ||
version = "5.0.33" | ||
version = "5.0.34" | ||
description = "" | ||
authors = ["Ilya Etingof <[email protected]>", "Lex Li <[email protected]>"] | ||
license = "BSD-2-Clause" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# | ||
# This file is part of pysnmp software. | ||
# | ||
# Copyright (c) 2023, LeXtudio Inc. <[email protected]> | ||
# Copyright (c) 2023-2024, LeXtudio Inc. <[email protected]> | ||
# License: https://www.pysnmp.com/pysnmp/license.html | ||
# | ||
from pysnmp.error import PySnmpError | ||
|