-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of git.cygnusnet.de:pypureomapi
- Loading branch information
Showing
11 changed files
with
395 additions
and
278 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
.idea | ||
*.pyc | ||
atlassian-ide-plugin.xml | ||
__pycache__ | ||
build | ||
test_live_omapi.py |
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,3 +1,17 @@ | ||
pypureomapi (0.8) UNRELEASED; urgency=low | ||
|
||
* Implement more generic lookup functions | ||
* move group examples to source | ||
* improve documentation | ||
|
||
-- Dr. Torge Szczepanek <[email protected]> Mon, 11 Feb 2019 13:29:22 +0100 | ||
|
||
pypureomapi (0.7) unstable; urgency=low | ||
|
||
* add new method add_host_supersede | ||
|
||
-- Dr. Torge Szczepanek <[email protected]> Fri, 21 Sep 2018 15:14:59 +0200 | ||
|
||
pypureomapi (0.6) unstable; urgency=low | ||
|
||
* add optional timeout parameter | ||
|
@@ -20,7 +34,7 @@ pypureomapi (0.4) unstable; urgency=low | |
* Use new-style classes | ||
* Disabled doctests - to be included again later in next upstream release | ||
* Change project source from Google Code to Github after upstream migration | ||
* Change maintainer to Torge Szczepanek and remove | ||
* Change maintainer to Torge Szczepanek and remove | ||
Helmut Grohne from uploaders | ||
[ Helmut Grohne ] | ||
* Bump python dependency to 2.6 since we need it. | ||
|
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 +1 @@ | ||
9 | ||
10 |
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,10 +1,11 @@ | ||
Source: pypureomapi | ||
Maintainer: Dr. Torge Szczepanek <[email protected]> | ||
Standards-Version: 3.9.6 | ||
Standards-Version: 4.3.0 | ||
Section: python | ||
Priority: extra | ||
Homepage: https://github.com/CygnusNetworks/pypureomapi | ||
Build-Depends: debhelper (>= 9), python (>= 2.6), python-all, python3, python3-all, dh-python | ||
Rules-Requires-Root: no | ||
Build-Depends: debhelper (>= 10), python (>= 2.6), python-all, python3, python3-all, dh-python | ||
X-Python-Version: >= 2.6 | ||
X-Python3-Version: >= 3.3 | ||
|
||
|
@@ -33,3 +34,10 @@ Description: ISC DHCP OMAPI protocol implementation in Python3 | |
a pure Python implementation for omapi, pypureomapi was born. It can mostly | ||
be used as a drop-in replacement for pyomapic. | ||
This is the py3 version of the module. | ||
|
||
Package: python-pypureomapi-doc | ||
Architecture: all | ||
Section: doc | ||
Depends: ${misc:Depends} | ||
Description: ISC DHCP OMAPI protocol implementation (common documentation) | ||
This package provides usage documentation for the Python OMAPI implementation |
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ Upstream-Contact: Dr. Torge Szczepanek <[email protected]> | |
Source: https://github.com/CygnusNetworks/pypureomapi | ||
|
||
Files: * | ||
Copyright: 2010-2015, Cygnus Networks GmbH <[email protected]> | ||
Copyright: 2010-2019, Cygnus Networks GmbH <[email protected]> | ||
License: Apache-2.0 | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
|
File renamed without changes.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.