Skip to content

Commit

Permalink
compatibility with new validation requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
juhi24 committed Oct 25, 2020
1 parent 40cc8f1 commit 422902c
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 14 deletions.
3 changes: 1 addition & 2 deletions img/cover_bottom.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions img/cover_top.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions img/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion python/queries.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python3
# coding: utf-8
from os import path
pkg_root = path.dirname(path.dirname(path.dirname(__file__)))
Expand Down
1 change: 0 additions & 1 deletion python/sqlalchemy/testing/runner.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# testing/runner.py
# Copyright (C) 2005-2018 the SQLAlchemy authors and contributors
# <see AUTHORS file>
Expand Down
2 changes: 1 addition & 1 deletion python/yrttikanta
Submodule yrttikanta updated 238 files
4 changes: 2 additions & 2 deletions rpm/harbour-yrttipiha.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Name: harbour-yrttipiha
Summary: Yrttipiha herb database
Version: 0.3.0
Release: 1
Version: 0.3.1
Release: 2
# The contents of the Group field should be one of the groups listed here:
# http://gitorious.org/meego-developer-tools/spectacle/blobs/master/data/GROUPS
Group: Qt/Qt
Expand Down
6 changes: 3 additions & 3 deletions yrttipiha.pro
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ DISTFILES += \

DEPLOYMENT_PATH = /usr/share/$${TARGET}

python.files = python
unix:python.extra = rm -Rf /home/mersdk/share/koodi/sfos-projects/harbour-yrttipiha/python/yrttikanta/.git
python.path = $${DEPLOYMENT_PATH}
python.files = python/sqlalchemy python/queries.py
python.files += python/yrttikanta/yrttikanta
python.path = $${DEPLOYMENT_PATH}/python
INSTALLS += python

img.files = img
Expand Down

0 comments on commit 422902c

Please sign in to comment.