Skip to content

Commit

Permalink
Update Baby Buddy to v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cdubz committed Nov 3, 2021
1 parent 7cb8a79 commit 1253527
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
1 change: 0 additions & 1 deletion .sandstorm/sandstorm-files.list
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ usr/bin/uwsgi
usr/bin/uwsgi-core
usr/bin/which
usr/lib/locale/C.UTF-8/LC_CTYPE
usr/lib/locale/locale-archive
usr/lib/ssl/openssl.cnf
usr/lib/uwsgi/plugins/python39_plugin.so
usr/lib/uwsgi/plugins/python3_plugin.so
Expand Down
8 changes: 4 additions & 4 deletions .sandstorm/sandstorm-pkgdef.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const pkgdef :Spk.PackageDefinition = (

manifest = (
appTitle = (defaultText = "Baby Buddy"),
appVersion = 2, # Increment this for every release.
appMarketingVersion = (defaultText = "1.4.0"),
appVersion = 3, # Increment this for every release.
appMarketingVersion = (defaultText = "1.5.0"),
actions = [
( nounPhrase = (defaultText = "instance"),
command = .firstRunCommand
Expand All @@ -27,7 +27,7 @@ const pkgdef :Spk.PackageDefinition = (
license = (openSource = bsd2Clause),
categories = [productivity, other],
author = (
contactEmail = "wells@chrxs.net",
contactEmail = "babybuddy-sandstorm@chris-wells.net",
pgpSignature = embed "pgp-signature",
),
pgpKeyring = embed "pgp-keyring",
Expand All @@ -52,7 +52,7 @@ const pkgdef :Spk.PackageDefinition = (
),
fileList = "sandstorm-files.list",
alwaysInclude = [ "opt/app/babybuddy", "usr/lib/python3",
"usr/lib/python3.7", "usr/share/zoneinfo",
"usr/lib/python3.9", "usr/share/zoneinfo",
"usr/share/locale" ],
bridgeConfig = (
viewInfo = (
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ app for [Sandstorm](https://sandstorm.io/).

## App Version History

- v3: [Baby Buddy 1.5.0](https://github.com/babybuddy/babybuddy/releases/tag/v1.5.0)
- v2: [Baby Buddy 1.4.0](https://github.com/babybuddy/babybuddy/releases/tag/v1.4.0)
- v1: [Baby Buddy 1.3.4](https://github.com/babybuddy/babybuddy/releases/tag/v1.3.4)
- v0: [Baby Buddy 1.3.0](https://github.com/babybuddy/babybuddy/releases/tag/v1.3.0)
Expand Down
2 changes: 1 addition & 1 deletion clean-sandstorm-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Paths with the following directories are removed from the file:
# - opt/app/babybuddy
# - usr/lib/python3
# - usr/lib/python3.7
# - usr/lib/python3*
#
# This script should be run from the repo root.

Expand Down
8 changes: 5 additions & 3 deletions sandstorm.patch
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
diff --git a/Pipfile b/Pipfile
index 62a51bb..26cd24f 100644
index 14851a9..b3454b7 100644
--- a/Pipfile
+++ b/Pipfile
@@ -13,12 +13,12 @@ faker = "*"
@@ -12,7 +12,6 @@ faker = "*"
dj-database-url = "*"
gunicorn = "*"
whitenoise = "*"
-psycopg2-binary = "*"
easy-thumbnails = "*"
python-dotenv = "*"
django-storages = "*"
boto3 = "*"
@@ -20,6 +19,7 @@ boto3 = "*"
django-import-export = "*"
pyyaml = "*"
uritemplate = "*"
+django-sandstorm = {editable = true,git = "https://github.com/cdubz/django-sandstorm.git"}

[dev-packages]
Expand Down

0 comments on commit 1253527

Please sign in to comment.