-
-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIG] github_connector: Migration to 16.0
- Loading branch information
1 parent
4abbd89
commit 0bbc5d4
Showing
6 changed files
with
56 additions
and
50 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 |
---|---|---|
|
@@ -2,11 +2,12 @@ | |
# @author: Sylvain LE GAL (https://twitter.com/legalsylvain) | ||
# @author: Sébastien BEAU <[email protected]> | ||
# Copyright 2019 Tecnativa - Cristina Martin R. | ||
# Copyright 2024 Tecnativa - Carolina Fernandez | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). | ||
{ | ||
"name": "Github Connector", | ||
"summary": "Synchronize information from Github repositories", | ||
"version": "15.0.2.0.1", | ||
"version": "16.0.1.0.0", | ||
"category": "Connector", | ||
"license": "AGPL-3", | ||
"author": "Odoo Community Association (OCA), GRAP, Akretion, Tecnativa", | ||
|
@@ -43,7 +44,7 @@ | |
], | ||
"installable": True, | ||
"external_dependencies": { | ||
"python": ["GitPython", "pathspec", "PyGithub"], | ||
"python": ["GitPython", "pathspec", "PyGithub", "responses"], | ||
"bin": ["cloc"], | ||
# special definition used by OCA to install packages | ||
"deb": ["cloc"], | ||
|
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 |
---|---|---|
|
@@ -11,3 +11,4 @@ | |
* Carlos Roca | ||
* Víctor Martínez | ||
* João Marques | ||
* Carolina Fernandez |
Oops, something went wrong.