18
0
Commit Graph

17 Commits

Author SHA256 Message Date
Tomáš Chvátal
31d22fd84f Accepting request 817501 from home:mnhauke:network:automation
- Update to version 1.5.6
  * Improve find_object_branches() speed

OBS-URL: https://build.opensuse.org/request/show/817501
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ciscoconfparse?expand=0&rev=33
2020-06-28 11:03:49 +00:00
Tomáš Chvátal
9cb9ff39e1 Accepting request 814323 from home:mnhauke
- Update to version 1.5.5
  * Beta-test new function: find_object_branches()
- Update to version 1.5.4
  * Modify IPv4Obj().__add__() and IPv6Obj().__add__() (and __sub__())
    methods return IPv4Obj()/IPv6Obj() objects.
  * Add support for int(), bin() and hex() on the IPv4Obj() and IPv6Obj()

OBS-URL: https://build.opensuse.org/request/show/814323
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ciscoconfparse?expand=0&rev=31
2020-06-14 07:06:02 +00:00
Tomáš Chvátal
a2674a04a0 - Fix build without python2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ciscoconfparse?expand=0&rev=29
2020-04-23 11:24:14 +00:00
Tomáš Chvátal
38f2cd16e2 Accepting request 793428 from home:mnhauke:network:automation
- Update to version 1.5.3
  * Fix IPv6Obj().packed and IPv6Obj().exploded
  * add IPv4Obj().packed and IPv4Obj().exploded
- Update to version 1.5.2
  * Add __add__() and __sub__() to IPv4Obj() and IPv6Obj();
  * remove use of IPv6Obj().broadcast in IPv6Obj().__contains__()

OBS-URL: https://build.opensuse.org/request/show/793428
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ciscoconfparse?expand=0&rev=27
2020-04-13 08:37:31 +00:00
cf31ce7405 Accepting request 779662 from home:mnhauke
- Update to version 1.5.1
  * Remove embedded junos debugging
- Update to version 1.5.0
  * Complete rewrite of junos parser (fix Github issue #70)
  * deprecate support for Python 3.4

OBS-URL: https://build.opensuse.org/request/show/779662
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ciscoconfparse?expand=0&rev=25
2020-02-27 06:17:50 +00:00
Tomáš Chvátal
f6903d8875 Accepting request 754503 from home:mnhauke:network:automation
- Update to version 1.4.11
  * Explicitly close() open filehandles

OBS-URL: https://build.opensuse.org/request/show/754503
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ciscoconfparse?expand=0&rev=23
2019-12-05 20:33:40 +00:00
Todd R
c8ff8e4645 Accepting request 750854 from home:mnhauke:network:automation
- Update to version 1.4.10
  * Add support for parsing pathlib.Path objects which contain a
    configuration

OBS-URL: https://build.opensuse.org/request/show/750854
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ciscoconfparse?expand=0&rev=21
2019-11-25 19:42:57 +00:00
Tomáš Chvátal
6e1f4d1381 Accepting request 750385 from home:mnhauke:network:automation
- Update to version 1.4.9
  * Add .as_cidr_net and .as_cidr_addr on IPv4Obj and IPv6Obj
  * Merge Github PR #168; rename in_portchannel and is_portchannel

OBS-URL: https://build.opensuse.org/request/show/750385
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ciscoconfparse?expand=0&rev=19
2019-11-22 20:46:23 +00:00
Tomáš Chvátal
cb04806c83 - Update to 1.4.7:
* various small fixes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ciscoconfparse?expand=0&rev=17
2019-09-26 10:39:33 +00:00
Tomáš Chvátal
be60be1967 - Update to 1.4.5:
* distribute tests
  * various fixes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ciscoconfparse?expand=0&rev=16
2019-09-13 11:01:46 +00:00
Tomáš Chvátal
ac6d4e5ffb Accepting request 720158 from home:pgajdos
- version update to 1.4.1
  * Fix Github issue #141; NOTE - This will break parsing helper-addresses under factory=True.  If you use this feature, please migrate your scripts to the new format
  * Implement re_search_children() directly on the CiscoConfParse() object
  *  Fix Github issue #158, *KEYWORD CHANGE WARNING:* some methods formrely used a keyword called 'all_children'.  The new syntax is 'recurse' (ref: Github issue #159)

OBS-URL: https://build.opensuse.org/request/show/720158
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ciscoconfparse?expand=0&rev=14
2019-08-01 09:01:25 +00:00
Tomáš Chvátal
d6b8481d43 - Update to 1.3.32:
* No good changelog
- Remove unused patch ciscoconfparse-1.2.40-fix-tests.patch

- Update to 1.3.30:
  * Fix bugs related to Python3 (Github issue #117)
  * Add IP helper-address parsing in models_cisco.py
  * Revert universal wheel packages (universal=0)
  * Build universal wheel packages
  * Build improvements - ref Github issue #127, #128
  * Another swing at Github issue #127
  * Rollback fix for Github issue #127
  * Attempt to fix Github issue #127
  * Fix Github issue #124-126 and Github issue #110
  * Fix Github issue #121 and Github issue #123
  * Fix Github issue #114 (Py3.5 requires different open() syntax)
  * Fix Github issue #111 (banner parsing broken in some cases)
  * Add * to MANIFEST.in
  * Attempt to resolve Github issue #106
  * Add dns_query() zone transfer as text

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ciscoconfparse?expand=0&rev=12
2019-03-26 13:29:43 +00:00
Tomáš Chvátal
56272769d4 Accepting request 628222 from home:jengelh:branches:devel:languages:python
- Use noun phrase in summary.

OBS-URL: https://build.opensuse.org/request/show/628222
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ciscoconfparse?expand=0&rev=10
2018-08-08 17:02:49 +00:00
8de0bb51e9 Accepting request 611172 from devel:languages:python:singlespec-staging
- Uprgade to version 1.3.15
    * Many trivial bug fixes, see CHANGES
- Renamed skip-setuptools-hg-require.patch to
  ciscoconfparse-1.2.40-fix-tests.patch

- singlespec auto-conversion

OBS-URL: https://build.opensuse.org/request/show/611172
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ciscoconfparse?expand=0&rev=7
2018-05-22 08:55:18 +00:00
91749083d9 Accepting request 434003 from home:mnhauke
- Update to version 1.2.40
  * Fix Github issue #44 (Could not parse 'ipv6 router ospf 6').
  * Modify default value for access_vlan.
  * Add new is_portchannel property.
  * Update copyright dates.
  * Remove OSX from test matrix
- Fix source url

OBS-URL: https://build.opensuse.org/request/show/434003
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ciscoconfparse?expand=0&rev=5
2016-10-10 07:32:06 +00:00
c3e0134712 - fix license
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ciscoconfparse?expand=0&rev=3
2016-03-13 21:24:44 +00:00
15f5a6aa1f Accepting request 357836 from home:tbechtold:branches:devel:languages:python
Initial packaging

OBS-URL: https://build.opensuse.org/request/show/357836
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ciscoconfparse?expand=0&rev=1
2016-02-05 09:04:07 +00:00