summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Improve the setuptools version check (#322)Michael Weiss2019-11-071-1/+1
| | | Handles malformed `setuptools.__version__` such as "41.4.0.post20191022"
* Use SPDX identifier to specify the exact license type (#291)Yegor Yefremov2019-07-311-1/+1
|
* PEP-8 long lines and dunders (#245)Ilya Etingof2019-02-261-8/+8
| | | | This patch massively reformats the whole codebase mainly wrapping long lines and eliminating dundered private attributes.
* Include missing `hlapi.v1arch` subpackage in `setup.py`Ilya Etingof2019-02-251-0/+1
|
* PEP8 optimize imports (#242)Ilya Etingof2019-02-121-1/+1
| | | | To make them PEP8-compliant
* Officially remove Python < 2.6 support (#239)Ilya Etingof2019-02-101-5/+2
| | | | Perhaps previous commits have already broken older Python support. This commit mostly declares Python 2.6+ support.
* Register missing v1arch.asyncore.sync sub-packageIlya Etingof2018-09-141-0/+1
|
* Add `hlapi.v1arch` API (#186)Ilya Etingof2018-08-121-5/+8
| | | | | | | | | | | | | | | | | | | | * Add `hlapi.v1arch` API Introduce new sub-package `pysnmp.hlapi.v1arch` which wraps otherwise very detailed packet-level SNMP messaging into a handful of convenience functions. As a side effect, the `pysnmp.hlapi.*` sub-packages moved under `pysnmp.hlapi.v3arch` though `pysnmp.hlapi` still exposes `pysnmp.hlappi.v3arch.*` symbols to retain some degree of backward compatibility. The signature of the hlapi `.sendNotification()` call has changed to accept `*varBinds` instead of a sequence of `varBinds`. The rationale is to unify this method call with similar methods of CommandGenerator. * Add v1arch docs and reshuffle hlapi docs
* Improve long description in TroveIlya Etingof2018-08-061-5/+5
|
* Improve package build and dependency trackingIlya Etingof2018-08-061-9/+52
|
* Remove `pysnmp.carrier.asynsock` sub-package (#166)Ilya Etingof2018-07-081-2/+0
| | | | Legacy `pysnmp.carrier.asynsock` backward-compatible wrapper over `pysnmp.carrier.asyncore` is gone
* Add Python 3.7 support (#162)Eric Brown2018-06-281-0/+1
| | | | | | | | Python 3.7 was just released [1]. This is a small change to enable support in pysnmp. [1] https://docs.python.org/3.7/whatsnew/3.7.html Signed-off-by: Eric Brown <browne@vmware.com>
* many backward-compatibility aids droppedIlya Etingof2018-02-251-1/+0
|
* strong crypto moved to pysnmpcryptoIlya Etingof2018-02-191-7/+1
|
* fixing Python 2.6 dependency issuemattsb42-aws2018-02-091-2/+7
|
* streamlining version handlingmattsb42-aws2018-02-091-3/+3
|
* initial migration to backend-selecting cryptomattsb42-aws2018-02-091-2/+9
|
* pycryptodome replaced with pycryptodomexIlya Etingof2017-10-051-2/+2
|
* add support for USM SHA-2 algorithms (RFC 7860) (#71)verrio2017-08-031-0/+2
|
* minor pep8 improvementsIlya Etingof2017-05-271-2/+2
|
* required pyasn1 version is now 0.2.3Ilya Etingof2017-02-141-2/+2
| | | | added matchTags, matchConstraints flags to .setComponentBy() call
* email changed, copyright extended to the year 2017Ilya Etingof2017-01-121-1/+0
|
* Python 3.6 is outIlya Etingof2016-12-231-0/+1
|
* updated project urlIlya Etingof2016-12-041-3/+3
|
* obsolete PyCrypto-on-Windows workaround droppedIlya Etingof2016-11-121-6/+3
|
* obsolete comment on PyCrypto removedIlya Etingof2016-11-111-10/+0
|
* switched from PyCrypto to PyCryptodomeIlya Etingof2016-11-051-2/+2
|
* Add explicit Python version support classifiers.johnthagen2016-10-271-0/+8
|
* pep8 reformattedIlya Etingof2016-04-011-42/+46
|
* fix to __doc__ use in setup.py to make -O0 installation mode workingelie2015-10-101-3/+3
|
* help pipelie2015-09-271-1/+0
|
* pysnmp.hlapi.asyncore._sync renamedelie2015-09-271-2/+2
|
* * Asyncore and asyncio-based APIs reworked to become functions.elie2015-09-271-2/+4
| | | | | | * Asyncio and Twisted API moved entirely into high-level domain to be aligned with other high-level APIs. This WILL BREAK backward compatibility for those apps that use Twisted API.
* more adjustments followed layout changeselie2015-09-211-3/+4
|
* * synchronous oneliner apps redesigned to offer Python generator-basedelie2015-09-141-0/+2
| | | | | API along with a more comprehensive set of accepted parameters. * massively documented (in Sphinx, NumPy style)
* - original asynsock transport and AsyncsockDispatcher renamed intoelie2015-07-051-0/+2
| | | | | | asyncore and AsyncoreDispatcher respectively to provide better hint to fellow devs on the underlying transport being used - backward compatibility preserved through dummy asynsock symbols
* enough changes for version bump - 4.3.0elie2015-06-291-2/+2
|
* tools removedelie2015-06-041-3/+1
|
* initial support for asyncio network transport addedelie2014-11-041-0/+3
|
* require pyasn1 0.1.8+ just to push package maintainers to upgrade - thereelie2014-06-171-2/+2
| | | | is no actual technical requirement for that
* sometimes missing inet_ntop()/inet_pton() reimplemented in pure structelie2013-09-241-11/+0
|
* added ctypes dependency for old Pythons on Windowselie2013-09-231-0/+11
|
* Python 2.4+ installation requirement addedelie2013-09-211-0/+4
|
* distribute is goneelie2013-09-211-18/+3
|
* use platform-neutral pathselie2013-01-061-3/+5
|
* drop 'rc' suffix in versionelie2012-08-281-1/+1
|
* typo fixedelie2012-07-231-5/+24
|
* obsolete __init__.MajorVersionId replaced with __init__.__version__elie2012-07-041-1/+1
| | | | which is now in-sync with distutils
* package meta-information updatedelie2012-07-041-16/+33
|
* fix to libsmi2pysnmp tool to make it working again in Python < 2.7elie2012-04-271-1/+1
|