[GitHub] incubator-ariatosca pull request #144: ARIA-64 Remove PyYAML dependency

2017-06-06 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-ariatosca/pull/144


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-ariatosca pull request #144: ARIA-64 Remove PyYAML dependency

2017-06-04 Thread ran-z
Github user ran-z commented on a diff in the pull request:

https://github.com/apache/incubator-ariatosca/pull/144#discussion_r120004896
  
--- Diff: requirements.in ---
@@ -13,7 +13,6 @@
 # In order to create the requirements.txt file, execute
 # pip-compile --output-file requirements.txt requirements.in (pip-tools 
package is needed).
 
-PyYAML<3.13
--- End diff --

this change isn't enough - you have to regenerate the `requirements.txt` 
file (using `pip-compile` - read comment on `requirements.in`).
when you do so, note the comments on the top of the current 
`requirements.txt` file - there's some manual modifications that must be made 
as well.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-ariatosca pull request #144: ARIA-64 Remove PyYAML dependency

2017-06-02 Thread tliron
GitHub user tliron opened a pull request:

https://github.com/apache/incubator-ariatosca/pull/144

ARIA-64 Remove PyYAML dependency



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/apache/incubator-ariatosca 
ARIA-64-remove-pyyaml

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-ariatosca/pull/144.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #144


commit 62d3b8d7c2b7bcacd6d456c971e6c97abd8378f1
Author: Tal Liron 
Date:   2017-06-02T17:39:00Z

ARIA-64 Remove PyYAML dependency




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---