-
-
Notifications
You must be signed in to change notification settings - Fork 555
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1154 from jookies/0.11-develop
0.11.0
- Loading branch information
Showing
13 changed files
with
54 additions
and
47 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,13 @@ | ||
version: 2 | ||
|
||
build: | ||
os: ubuntu-22.04 | ||
tools: | ||
python: "3.12" | ||
sphinx: | ||
configuration: misc/doc/sources/conf.py | ||
formats: | ||
- epub | ||
python: | ||
extra_requirements: | ||
- renku-sphinx-theme | ||
install: | ||
- requirements: misc/doc/requirements.txt |
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,4 +1,4 @@ | ||
FROM python:3-alpine | ||
FROM python:3.11-alpine | ||
|
||
MAINTAINER Jookies LTD <[email protected]> | ||
|
||
|
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,4 +1,4 @@ | ||
FROM python:3-alpine | ||
FROM python:3.11-alpine | ||
|
||
MAINTAINER Jookies LTD <[email protected]> | ||
|
||
|
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 |
---|---|---|
|
@@ -6,8 +6,8 @@ | |
import re | ||
|
||
MAJOR = 0 | ||
MINOR = 10 | ||
PATCH = 14 | ||
MINOR = 11 | ||
PATCH = 0 | ||
META = '' | ||
|
||
|
||
|
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
furo~=2023.9.10 |
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,7 +1,7 @@ | ||
name: "jasmin-sms-gateway" | ||
arch: "amd64" | ||
platform: "linux" | ||
version: "v0.10.14" | ||
version: "v0.11.0" | ||
section: "default" | ||
priority: "extra" | ||
maintainer: "Jookies LTD <[email protected]>" | ||
|
@@ -83,7 +83,7 @@ scripts: | |
overrides: | ||
deb: | ||
depends: | ||
- python3 (>= 3.7) | ||
- python3 (>= 3.8) | ||
- adduser | ||
- python3-twisted | ||
- python3-dateutil | ||
|
@@ -108,7 +108,7 @@ overrides: | |
rpm: | ||
depends: | ||
- epel-release | ||
- python3 (>= 3.7) | ||
- python3 (>= 3.8) | ||
- python3-twisted | ||
- python3-dateutil | ||
- python3-pyparsing | ||
|
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,6 +1,8 @@ | ||
testfixtures>=3.0.0 | ||
sphinx>=1.1.0 | ||
renku-sphinx-theme | ||
pylint | ||
coverage | ||
coveralls | ||
|
||
# Sphinx theme | ||
furo~=2023.9.10 |
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,36 +1,39 @@ | ||
pyasn1~=0.4.8 | ||
pyOpenSSL~=19.1.0 | ||
Twisted~=22.1.0 | ||
# install twisted requests since they changed how that all works | ||
treq~=22.1.0 | ||
pyparsing~=2.4.7 | ||
python-dateutil~=2.8.1 | ||
service_identity~=18.1.0 | ||
pyasn1~=0.5.0 | ||
|
||
# @TODO: Upgrade on dependabot issue | ||
# https://github.com/jookies/jasmin/security/dependabot/19 | ||
Twisted~=23.10.0 | ||
|
||
treq~=23.11.0 | ||
pyparsing~=3.1.1 | ||
python-dateutil~=2.8.2 | ||
service_identity~=23.1.0 | ||
lockfile~=0.12.2 | ||
|
||
falcon~=2.0.0 | ||
falcon~=3.1.1 | ||
txredisapi~=1.4.7 | ||
tabulate~=0.8.7 | ||
|
||
txAMQP3~=0.9.3 | ||
txAMQP3~=0.9.4 | ||
smpp.pdu3~=0.6 | ||
smpp.twisted3~=0.7 | ||
smpp.twisted3~=0.8 | ||
python-messaging~=0.5.13 | ||
|
||
# Freezinng cryptography version because of a bug in >=38.0.0 | ||
# https://github.com/pyca/cryptography/issues/7617 | ||
cryptography~=37.0.4 | ||
# Upgrade to min. 41.0.5 | ||
# https://github.com/jookies/jasmin/security/dependabot/19 | ||
cryptography~=41.0.5 | ||
pyopenssl~=23.3.0 | ||
|
||
# Added in 0.9rc16: | ||
celery>=4.0.0 | ||
redis~=3.4.1 | ||
requests~=2.23.0 | ||
celery~=5.3.5 | ||
redis~=5.0.1 | ||
|
||
# Upgraded on dependabot issue | ||
# https://github.com/jookies/jasmin/security/dependabot/14 | ||
requests~=2.31.0 | ||
|
||
# For REST API | ||
python-mimeparse~=1.6.0 | ||
|
||
# For /metrics (prometheus exporter) | ||
prometheus-client~=0.14.1 | ||
|
||
# Documentation theme for readthedocs | ||
renku-sphinx-theme~=0.2.2 | ||
prometheus-client~=0.18.0 |
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ def parse_requirements(filename): | |
|
||
setup( | ||
name="jasmin", | ||
version='0.10.14', | ||
version='0.11.0', | ||
author="Jookies LTD", | ||
author_email="[email protected]", | ||
url="https://www.jasminsms.com", | ||
|