forked from pool/python-napalm-asa
* Version bump * Implement token auth (#17) * Add built status and pypi version to README * PY3 compatibility for tests * Fix style and add optinal_args protection against falsy value * Add .travis.yaml * Support for rest-api agents that run on non-standard tcp port. (#14) * Clean up after replacing url2libe with requests * Removing pylama.ini * Replace urllib2 with requests - Add napalm-py23_compat.patch to fix missing py23_compat.py file (gh#napalm-automation-community/napalm-asa#35). - Add pylama.patch to fix two problems discovered by pylama (gh#napalm-automation-community/napalm-asa#36). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-napalm-asa?expand=0&rev=11
65 lines
2.4 KiB
Plaintext
65 lines
2.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Jan 05 14:54:34 UTC 2023 - mcepl@cepl.eu
|
|
|
|
- Update to version 20180525.8c54a85:
|
|
* Version bump
|
|
* Implement token auth (#17)
|
|
* Add built status and pypi version to README
|
|
* PY3 compatibility for tests
|
|
* Fix style and add optinal_args protection against falsy value
|
|
* Add .travis.yaml
|
|
* Support for rest-api agents that run on non-standard tcp port. (#14)
|
|
* Clean up after replacing url2libe with requests
|
|
* Removing pylama.ini
|
|
* Replace urllib2 with requests
|
|
- Add napalm-py23_compat.patch to fix missing py23_compat.py file
|
|
(gh#napalm-automation-community/napalm-asa#35).
|
|
- Add pylama.patch to fix two problems discovered by pylama
|
|
(gh#napalm-automation-community/napalm-asa#36).
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 03 21:30:47 UTC 2023 - mcepl@cepl.eu
|
|
|
|
- Switch to git checkout version (releases are significantly
|
|
lagging).
|
|
- Update to version 20211220.27ac4ce:
|
|
* get_interfaces added
|
|
* keep_alive re-written
|
|
* workaround for slow devices
|
|
* Session object reverted back to requests.Session
|
|
- Skip failing tests (gh#napalm-automation-community/napalm-asa#34)
|
|
- Remove float-speed.patch which has been made irrelevant by the
|
|
development upstream.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 25 08:08:17 UTC 2022 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- Add patch float-speed.patch (sent upstream)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 8 02:10:05 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Update to 0.1.4:
|
|
* No upstream changelog.
|
|
- Correct Source URL to be version agnostic.
|
|
- Drop napalm3.patch:
|
|
* No longer required.
|
|
- Only skip test_get_config_filtered, which is not supported.
|
|
- Refresh {Build,}Requires on python-naplam.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 15 11:04:03 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
- Add patch napalm3.patch
|
|
* make the package compatible with python-napalm 3.0.0
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 6 09:51:15 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Format with spec-cleaner
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 10 21:32:04 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Initial package, version 0.1.1
|