Skip to content

Releases: samdmarshall/pyconfig

Cutting new release for homebrew

04 Oct 18:36
Compare
Choose a tag to compare

Cutting a new release because the sha of the archive being downloaded from github isn't matching.

bug-fixes

05 Apr 15:01
07610bf
Compare
Choose a tag to compare

this is a maintenance update that includes some bug fixes to help prevent deadlocking around directory creation.

v.1.1.2 Bugfix Release

11 Aug 15:26
Compare
Choose a tag to compare

Added some additional logging and fixed a bug that caused incorrect warnings to be displayed when analyzing config files that had divergent child configs.

To install this update via homebrew:

$ brew update
$ brew tap samdmarshall/formulae
$ brew install samdmarshall/formulae/pyconfig

There currently seems to be a bug with updating my formulae tap, if you encounter this please untap then tap it again to get the most updated version.

v1.1.1 Bug-fix Release

07 Aug 14:28
Compare
Choose a tag to compare

This release makes it easier to install pyconfig by slightly lowering the install requirements from pyparsing 2.0.3 to 2.0.1. Additionally this fixes a bug in the analysis engine to not raise warnings on duplicate build setting definitions across files that don't include each other -- as those can be assumed to be separate configurations.

To install this update via homebrew:

$ brew update
$ brew tap samdmarshall/formulae
$ brew install samdmarshall/formulae/pyconfig

v1.1 Release

05 Aug 11:49
Compare
Choose a tag to compare

This is a major upgrade to the existing code. Now includes support for optional xcconfig includes, an analysis engine, new flags for serializing SCM information for versioning and much more! Please check out the wiki and read-me for more information.

v1.0.2 Release

29 Jun 00:44
Compare
Choose a tag to compare

This is a general enhancement release that has changes done to the underlying structure of the code and enhances testing and coverage to report metrics correctly.

Bugfix patch

24 Jun 21:02
Compare
Choose a tag to compare

This is a quick bug-fix patch. It adds:

  • the ability to run the tool in-place without having to install via the setup.py.
  • fixes bug in writing out .xcconfig files that could cause unnecessary diffs in source control.

Formal Release

20 Jun 01:02
Compare
Choose a tag to compare

This is the first formal release of pyconfig! 🎉

This contains the full documentation and a test suite.