forked from GourmandRecipeManager/gourmand
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert initial attempt to separate out the web importer stuff to a pl…
…ugin. Field editor work: expanded the treeview and added a header that allows for sorting alphabetically. Also applied patch to db.py to comply with sqlalchemy 1.4
- Loading branch information
1 parent
ff6c266
commit c824dc7
Showing
25 changed files
with
109 additions
and
65 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
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
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
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,3 @@ | ||
python3:Depends=python3-bs4 (>= 4.10.0), python3-gi, python3-lxml, python3-pil, python3-sqlalchemy (<< 2), python3-toml, python3:any | ||
python3:Depends=python3-bs4 (>= 4.10.0), python3-gi, python3-lxml, python3-pil, python3-recipe-scrapers, python3-sqlalchemy (<< 2), python3-toml, python3:any | ||
misc:Depends= | ||
misc:Pre-Depends= |
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,9 +2,9 @@ Package: gourmand | |
Version: 1.1.1 | ||
Architecture: all | ||
Maintainer: Winship Varner <[email protected]> | ||
Installed-Size: 10776 | ||
Depends: python3-bs4 (>= 4.10.0), python3-gi, python3-lxml, python3-pil, python3-sqlalchemy (<< 2), python3-toml, python3:any, python3-gi-cairo, gir1.2-gtk-3.0, python3-reportlab, python3-keyring, python3-argcomplete, python3-gst-1.0 | ||
Recommends: python3-pyglet, python3-gtkspellcheck, gir1.2-poppler-0.18, python3-ebooklib, python3-recipe-scrapers | ||
Installed-Size: 10777 | ||
Depends: python3-bs4 (>= 4.10.0), python3-gi, python3-lxml, python3-pil, python3-recipe-scrapers, python3-sqlalchemy (<< 2), python3-toml, python3:any, python3-gi-cairo, gir1.2-gtk-3.0, python3-reportlab, python3-keyring, python3-argcomplete, python3-gst-1.0 | ||
Recommends: python3-pyglet, python3-gtkspellcheck, gir1.2-poppler-0.18, python3-ebooklib | ||
Section: gnome | ||
Priority: optional | ||
Homepage: https://github.com/GourmandRecipeManager/gourmand | ||
|
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
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
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
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
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
Oops, something went wrong.
c824dc7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also added the correct spelling of "milli"(liters) and added the British spelling of litre. The patch to fix the compliance of db.py with sqlalchemy 1.14 is GourmandRecipeManager#85