-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4af9970
commit 14a5071
Showing
8 changed files
with
16 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |
--> | ||
<package format="3"> | ||
<name>catkin_virtualenv</name> | ||
<version>0.9.0</version> | ||
<version>0.10.0</version> | ||
<description>Bundle python requirements in a catkin package via virtualenv.</description> | ||
|
||
<maintainer email="[email protected]">Paul Bovbel</maintainer> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |
--> | ||
<package format="2"> | ||
<name>test_catkin_virtualenv</name> | ||
<version>0.9.0</version> | ||
<version>0.10.0</version> | ||
<description>Basic catkin_virtualenv test.</description> | ||
|
||
<maintainer email="[email protected]">Paul Bovbel</maintainer> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |
--> | ||
<package format="2"> | ||
<name>test_catkin_virtualenv_inherited</name> | ||
<version>0.9.0</version> | ||
<version>0.10.0</version> | ||
<description>Test to make sure a package inherits it's dependency's dependencies, but is able to override the version.</description> | ||
|
||
<maintainer email="[email protected]">Paul Bovbel</maintainer> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |
--> | ||
<package format="2"> | ||
<name>test_catkin_virtualenv_isolated</name> | ||
<version>0.9.0</version> | ||
<version>0.10.0</version> | ||
<description>Test to make sure a system package (python3-requests) isn't visible inside an isolated virtualenv.</description> | ||
|
||
<maintainer email="[email protected]">Paul Bovbel</maintainer> | ||
|