Skip to content

Commit

Permalink
Merge branch 'release/1.0.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
nilp0inter committed May 9, 2014
2 parents 07384a4 + 602a447 commit 2b70785
Show file tree
Hide file tree
Showing 71 changed files with 582 additions and 1,069 deletions.
2 changes: 2 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[run]
branch = True
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@ nosetests.xml
.project
.pydevproject
docs/_build/

coverage.xml
htmlcov
13 changes: 6 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
language: python
python:
- "2.7"
- "2.7"
install:
# Get package cpe to test it
- "pip install ."
- pip install -r requirements/develop.txt
- pip install -r requirements/travis.txt
script:
# Test local installation
- "python setup.py install"
# Test doctests and unittests with nose
- "nosetests --with-doctest --doctest-extension=txt"
- tox
after_success:
- coveralls
772 changes: 159 additions & 613 deletions LICENSE

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions NEWS.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
News
====


1.0.6
-----

* Using OrderedDict for `_system_and_parts` and `_CPE_VERSIONS`. For force evaluation order. Tests was failing randomly.
* Changed testing tools: tox + pytest + coverage.
* Changed license to LGPLv3.


1.0.5
-----

* Fixed an issue reported by @TauPan. Added cpe.comp as sub-package. https://github.com/galindale/cpe/pull/2. (@TauPan)


1.0.4
-----

Expand All @@ -18,27 +28,32 @@ News
* Added integration with travis-ci and version badge and Pypi shield/pin images.
* Added option "packages" in setup.py.


1.0.3
-----

* Fixed an error to check logical values in parsing with CPE names with WFN style.
* Fixed example about convertion methods between CPE styles in naming section.


1.0.2
-----

* New release.


1.0.1
-----

* New release.


1.0.0
-----

* New release.


0.1.0
-----

Expand Down
266 changes: 0 additions & 266 deletions README.md

This file was deleted.

0 comments on commit 2b70785

Please sign in to comment.