notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: net-mgmt/py-ciscoconfparse/distinfo

Number of commits found: 31

Saturday, 11 Nov 2023
11:45 Kai Knoblich (kai) search for other commits by this committer
net-mgmt/py-ciscoconfparse: Update to 1.9.28

Changelog since 1.9.16:

https://github.com/mpenning/ciscoconfparse/compare/1.9.16...1.9.28
commit hash: 152c3f64400e4afcb43177301df85f5745963b71 commit hash: 152c3f64400e4afcb43177301df85f5745963b71 commit hash: 152c3f64400e4afcb43177301df85f5745963b71 commit hash: 152c3f64400e4afcb43177301df85f5745963b71 152c3f6
Tuesday, 31 Oct 2023
12:33 Kai Knoblich (kai) search for other commits by this committer
net-mgmt/py-ciscoconfparse: Update to 1.9.16

* Switch to PEP517 build framework.

* Convert to USE_PYTHON=pytest to simplify Makefile.

* Remove no longer required patch for newer releases of setuptools.

Changelog since 1.5.51:

https://github.com/mpenning/ciscoconfparse/compare/v1.5.51...1.9.16
commit hash: 0f718a20324a9ba6e3d3ebacacf360b1b0394d84 commit hash: 0f718a20324a9ba6e3d3ebacacf360b1b0394d84 commit hash: 0f718a20324a9ba6e3d3ebacacf360b1b0394d84 commit hash: 0f718a20324a9ba6e3d3ebacacf360b1b0394d84 0f718a2
Wednesday, 3 Nov 2021
06:47 Kai Knoblich (kai) search for other commits by this committer
net-mgmt/py-ciscoconfparse: Update to 1.5.51

* Limit the Python version to 3.7+ due devel/py-loguru, which requires
  Python 3.7+ as well.

Changelog since 1.5.30:

https://github.com/mpenning/ciscoconfparse/compare/v1.5.30...v1.5.51

MFH:		No (contains mostly feature additions)
commit hash: 9f0f2bb1b34b6c0d00166c673eda29b15b30642d commit hash: 9f0f2bb1b34b6c0d00166c673eda29b15b30642d commit hash: 9f0f2bb1b34b6c0d00166c673eda29b15b30642d commit hash: 9f0f2bb1b34b6c0d00166c673eda29b15b30642d 9f0f2bb
Wednesday, 24 Mar 2021
14:07 kai search for other commits by this committer
net-mgmt/py-ciscoconfparse: Update to 1.5.30

Changelog:

* Add helper-function: "as_text_list()", improve performance of ".delete()"
* Fix "__int__()" and "__index__()" on "IPv4Obj()" and "IPv6Obj()"
Original commitRevision:569122 
Monday, 25 Jan 2021
15:48 kai search for other commits by this committer
net-mgmt/py-ciscoconfparse: Update to 1.5.28

Changelog since 1.5.24:

* Enhance "ccp_util.CiscoRange()" to parse a wider variety of string inputs
* Remove slow code from "ccp_util.CiscoRange()"
* Make "ccp_util.L4Object().__repr__()" more friendly
* Use "unittest.mock" for tests if available
* Fix the issue with the "L4Object_asa_{lt01,lt02,range}" tests
* Fix multiple unreported bugs in "ccp_util.L4Object()"
Original commitRevision:562569 
Monday, 11 Jan 2021
11:13 kai search for other commits by this committer
net-mgmt/py-ciscoconfparse: Update to 1.5.24

* Remove now obsolete conditionals for Python 2.7 while I'm here.

Changelog:

* Prevent "find_object_branches()" method from using any branches with
  "None" in the value.
Original commitRevision:561210 
Wednesday, 9 Dec 2020
11:14 kai search for other commits by this committer
net-mgmt/py-ciscoconfparse: Update to 1.5.22

Changelog since 1.5.20:

* Avoid overwrite of standard function "input" in "parse_line_braces()"
* Fix references to non-existent "IOSConfigLine"
Original commitRevision:557368 
Monday, 30 Nov 2020
12:55 kai search for other commits by this committer
net-mgmt/py-ciscoconfparse: Update to 1.15.20

Changelog:

* Add warnings for unsupported features in conjunction with JunOS.
Original commitRevision:556635 
Friday, 20 Nov 2020
08:50 kai search for other commits by this committer
net-mgmt/py-ciscoconfparse: Update to 1.5.19

Changelog since 1.5.6:

* Fix "IPv4Obj" and "IPv6Obj" which cannot use logical compare ops with
  certain Python objects.
* Fix Python 2.7 packaging.
* Revise some methods of "IPv4Obj" and "IPv6Obj" which impacts the sorting
  behavior.
Original commitRevision:555750 
Tuesday, 14 Jul 2020
06:34 kai search for other commits by this committer
net-mgmt/py-ciscoconfparse: Update to 1.5.6

Changelog since 1.5.4:

* Improve "find_object_branches()" speed; reformat with black
* Beta-test new function: "find_object_branches()"
Original commitRevision:542197 
Friday, 15 May 2020
07:17 kai search for other commits by this committer
net-mgmt/py-ciscoconfparse: Update to 1.5.4

Changelog since 1.5.1:

* Introduction of new methods to the IPv4Obj()/IPv6Obj() classes and changed
  return values of those.

* Add support for int(), bin() and hex() on the IPv4Obj() and IPv6Obj()
  classes.

* Fix "packed" and "exploded" methods of IPv6Obj(), add "IPv4Obj().packed"
  and "IPv4Obj().exploded"
Original commitRevision:535273 
Monday, 30 Mar 2020
15:26 kai search for other commits by this committer
net-mgmt/py-ciscoconfparse: Update to 1.5.1

Changelog since 1.4.11:

* Remove embedded JunOS debugging
* Complete rewrite of JunOS parser and deprecate support for Python 3.4
Original commitRevision:529896 
Wednesday, 11 Dec 2019
19:27 kai search for other commits by this committer
net-mgmt/py-ciscoconfparse: Update to 1.4.11

Changelog:

* Explicitly close() open filehandles

MFH:		2019Q4
Original commitRevision:519831 
Friday, 6 Dec 2019
15:30 kai search for other commits by this committer
net-mgmt/py-ciscoconfparse: Update to 1.4.10

Changelog since 1.4.7:

* Add support for parsing "pathlib.Path" objects which contain a
  configuration
* Add ".as_cidr_net" and ".as_cidr_addr" on "IPv4Obj" and "IPv6Obj"
* Add support for name and track on IPv6 routes
Original commitRevision:519150 
Thursday, 12 Sep 2019
10:28 kai search for other commits by this committer
net-mgmt/py-ciscoconfparse: Update to 1.4.7

Changelog since 1.4.5:

* Add support for NXOS "vrf" with "dhcp helper-address"
* Add support for NXOS "dhcp-helper-address" (with factory=True)
Original commitRevision:511872 
Sunday, 8 Sep 2019
11:59 kai search for other commits by this committer
net-mgmt/py-ciscoconfparse: Update to 1.4.5

Changelog since 1.4.3:

* Add support for NXOS in "find_interface_objects()" method
* Fix "append_line()" function when parsing ASA configurations
* Fix broken regular expressions in "has_ip_pim()" methods
Original commitRevision:511563 
Saturday, 24 Aug 2019
21:14 kai search for other commits by this committer
net-mgmt/py-ciscoconfparse: Update to 1.4.3

* Add "do-test" target to make future QA easier

Changelog since 1.3.43:

* Add parser for various NXOS features
* Fix issue with "ip_helper_adddresses" function that wasn't able to handle
  'global' helpers
* Implement "re_search_children()" directly on the "CiscoConfParse()" object
* Fix NXOS HRSP issue with "has_ip_hsrp" function
Original commitRevision:509756 
Monday, 15 Jul 2019
10:03 kai search for other commits by this committer
net-mgmt/py-ciscoconfparse: Update to 1.3.43

Changelog:

* Fix possible syntax error "from __future__ imports must occur at the
  beginning of the file" in some build environments.
Original commitRevision:506653 
Saturday, 29 Jun 2019
16:25 kai search for other commits by this committer
net-mgmt/py-ciscoconfparse: Update to 1.3.42

Changelog since 1.3.39:

* HRSP timers now return a float (used to return int).
* NXOS support for HSRP.
Original commitRevision:505360 
Thursday, 6 Jun 2019
05:02 kai search for other commits by this committer
net-mgmt/py-ciscoconfparse: Update to 1.3.39

Changelog since 1.3.37:

* Allow re_match_iter_typed() to use default=True
* Add CiscoConfParse().re_match_iter_typed()
Original commitRevision:503565 
Saturday, 18 May 2019
12:59 kai search for other commits by this committer
net-mgmt/py-ciscoconfparse: Update to 1.3.37

Changelog:

* Further improve support for Python 3 when using in virtual environments in
  conjunction with pip.
Original commitRevision:501962 
Friday, 26 Apr 2019
22:24 kai search for other commits by this committer
net-mgmt/py-ciscoconfparse: Update to 1.3.36

Changes since 1.3.33:

* Refine JunOS parsing
* Refine IOS macro parsing
* Add support for IOS macros

Approved by:	mentors (implicit)
Original commitRevision:500173 
Wednesday, 10 Apr 2019
07:37 kai search for other commits by this committer
net-mgmt/py-ciscoconfparse: Update to 1.3.33

Changelog:

* Fix bug with parse.delete_lines() where only every second sequential match
  was deleted.

Approved by:	mentors (implicit)
Original commitRevision:498534 
Monday, 25 Mar 2019
15:59 kai search for other commits by this committer
net-mgmt/py-ciscoconfparse: Update to 1.3.32

Changelog:

* Fix CiscoRange() should automatically prune duplicates added to the list
* Fix ciscoconfparse.ccp_util.CiscoRange() should support emtpy ranges
* Fix ciscoconfparse.models_cisco needs an explicit MAX_VLAN constant
* Fix IOSCfgLine().re_match_typed() doesn't have an 'untyped_default'
  boolean
* Fix trunk_vlans_allowed returns only two lines

Approved by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D19684
Original commitRevision:496829 
Sunday, 24 Feb 2019
20:53 kai search for other commits by this committer
net-mgmt/py-ciscoconfparse: Update to 1.3.30

Changelog:

* Fix unicode cast to be compatible with Python 3
* Fix collections import in Python 3
* Fix bug exposed in Python 3.7

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D19313
Original commitRevision:493813 
Friday, 8 Feb 2019
18:32 kai search for other commits by this committer
net-mgmt/py-ciscoconfparse: Update to 1.3.29

Notable changes since 1.3.20:

* Fix open() syntax with Python 3.5
* Add IP helper-address parsing in models_cisco.py

Reviewed by:	tcberner (mentor)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D19121
Original commitRevision:492443 
Monday, 9 Jul 2018
18:36 miwi search for other commits by this committer
- Update to 1.3.20

PR:		228844
Submitted by:	maintainer
Sponsored by:	iXsystems Inc.
Original commitRevision:474278 
Thursday, 26 Apr 2018
00:29 dbaio search for other commits by this committer
net-mgmt/py-ciscoconfparse: Update to 1.3.15

PR:		227690
Submitted by:	Kai Knoblich <freebsd_ports@k-worx.org> (maintainer)
Original commitRevision:468314 
Tuesday, 17 Apr 2018
13:34 krion search for other commits by this committer
Update to 1.3.12

PR:		227575
Submitted by:	maintainer
Original commitRevision:467601 
Monday, 2 Apr 2018
00:03 dbaio search for other commits by this committer
net-mgmt/py-ciscoconfparse: Update to 1.3.11

Dependency devel/py-ipaddr is only necessary with Python 2.

While here, update LICENSE.

PR:		227162
Submitted by:	Kai <freebsd_ports@k-worx.org> (maintainer)
Original commitRevision:466194 
Sunday, 25 Mar 2018
04:56 yuri search for other commits by this committer
New port: net-mgmt/py-ciscoconfparse: Parse, audit, query, build and modify
Cisco IOS-style configurations

PR:		226901
Submitted by:	Kai <freebsd_ports@k-worx.org>
Original commitRevision:465496 

Number of commits found: 31