forked from johnbeard/kiplot
-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated CHANGELOG and Debian version. Also minor details in Debian dependencies.
- Loading branch information
Showing
4 changed files
with
21 additions
and
3 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 |
---|---|---|
@@ -1,3 +1,10 @@ | ||
kibot (0.6.1-1) stable; urgency=medium | ||
|
||
* Added more robust behavior on GUI dependent commands. | ||
* Incorporated mcpy, no longer a dependency. | ||
|
||
-- Salvador E. Tropea <[email protected]> Thu, 20 Aug 2020 10:11:16 -0300 | ||
|
||
kibot (0.6.0-1) stable; urgency=medium | ||
|
||
* New internal BoM generator. | ||
|
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 |
---|---|---|
|
@@ -5,13 +5,13 @@ Maintainer: Salvador Eduardo Tropea <[email protected]> | |
Build-Depends: debhelper (>=11~), dh-python, python3-all | ||
Standards-Version: 4.1.4 | ||
Homepage: https://github.com/INTI-CMNB/KiBot | ||
X-Python3-Version: >= 3.2 | ||
X-Python3-Version: >= 3.4 | ||
|
||
Package: kibot | ||
Architecture: all | ||
Multi-Arch: foreign | ||
Depends: ${misc:Depends}, ${python3:Depends}, python3-yaml, kicad (>= 5.1.0), python3-wxgtk4.0 | ||
Recommends: kibom.inti-cmnb, kicad-automation-scripts.inti-cmnb (>= 1.1.2), interactivehtmlbom.inti-cmnb, pcbdraw, python3-xlsxwriter | ||
Recommends: kibom.inti-cmnb (>= 1.8.0), kicad-automation-scripts.inti-cmnb (>= 1.1.2), interactivehtmlbom.inti-cmnb, pcbdraw, python3-xlsxwriter | ||
Description: KiCad Bot | ||
KiBot is a program which helps you to automate the generation of KiCad | ||
output documents easily, repeatable, and most of all, scriptably. | ||
|
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 |
---|---|---|
|
@@ -50,7 +50,7 @@ | |
__email__ = '[email protected]' | ||
__url__ = 'https://github.com/INTI-CMNB/KiBot/' | ||
__status__ = 'stable' | ||
__version__ = '0.6.0' | ||
__version__ = '0.6.1' | ||
|
||
|
||
import os | ||
|