Skip to content

Commit

Permalink
Update SABnzbd to 4.3.2 (#6107)
Browse files Browse the repository at this point in the history
  • Loading branch information
Safihre committed May 31, 2024
1 parent 986c281 commit 5eccb90
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 19 deletions.
2 changes: 1 addition & 1 deletion cross/sabnzbd/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = SABnzbd
PKG_VERS = 4.2.3
PKG_VERS = 4.3.2
PKG_EXT = tar.gz
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS)-src.$(PKG_EXT)
PKG_DIST_SITE = https://github.com/sabnzbd/sabnzbd/releases/download/$(PKG_VERS)
Expand Down
6 changes: 3 additions & 3 deletions cross/sabnzbd/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
SABnzbd-4.2.3-src.tar.gz SHA1 bc4cbb73130568b7d22279f216db8c31137f0f00
SABnzbd-4.2.3-src.tar.gz SHA256 f16314cf4032dcaccfd0b4af4d0e67a55c37f31870af3ca90f80d5f547ed8c25
SABnzbd-4.2.3-src.tar.gz MD5 afb88648a2b90a06be8e0a336a711fc9
SABnzbd-4.3.2-src.tar.gz SHA1 b7cc8ec479f252fe97be1768c38bf6c4ecafac33
SABnzbd-4.3.2-src.tar.gz SHA256 d238ffa957e71ad22c16535922cb32e7e6e84afc79eadd5c8f668ce591e207be
SABnzbd-4.3.2-src.tar.gz MD5 a5a98f63f22fcce0e9cb98fa06e2e86c
6 changes: 3 additions & 3 deletions spk/sabnzbd/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SPK_NAME = sabnzbd
SPK_VERS = 4.2.3
SPK_REV = 69
SPK_VERS = 4.3.2
SPK_REV = 70
SPK_ICON = src/sabnzbd.png

PYTHON_PACKAGE = python311
Expand All @@ -15,7 +15,7 @@ DESCRIPTION_FRE = SABnzbd rend Usenet aussi simple et automatisé que possible.
DESCRIPTION_SPN = SABnzbd hace que Usenet sea lo más simple posible, automatizando todo lo que se puede. Todo lo que tienes que hacer es agregar un archivo .nzb. SABnzbd empieza desde ahí. Tus archivos serán automáticamente descargados, verificados, reparados, descomprimidos y archivados.
DISPLAY_NAME = SABnzbd
STARTABLE = yes
CHANGELOG = "Update SABnzbd to 4.2.3."
CHANGELOG = "Update SABnzbd to 4.3.2."

HOMEPAGE = https://sabnzbd.org
LICENSE = GPL
Expand Down
10 changes: 7 additions & 3 deletions spk/sabnzbd/src/requirements-crossenv.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# cross-compiled wheels
cffi==1.16.0
Cheetah3==3.2.6
sabctools==8.1.0
orjson==3.9.10
CT3==3.3.3.post1
sabctools==8.2.3
orjson==3.10.3

# AppRise/Requests Requirements
PyYAML==6.0.1
charset_normalizer==3.3.2
33 changes: 24 additions & 9 deletions spk/sabnzbd/src/requirements-pure.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,39 @@
# Wheels that absolutely needs
# to be managed as pure-python
pycparser==2.22
feedparser==6.0.11
configobj==5.0.8
cheroot==10.0.0
cheroot==10.0.1
cherrypy==18.9.0
jaraco.functools==4.0.0
jaraco.functools==4.0.1
jaraco.collections==5.0.0
jaraco.text==3.8.1 # Newer version introduces irrelevant extra dependencies
jaraco.classes==3.3.0
jaraco.classes==3.4.0
jaraco.context==4.3.0
more-itertools==10.2.0
zc.lockfile==3.0.post1
python-dateutil==2.8.2
tempora==5.5.0
pytz==2023.3.post1
python-dateutil==2.9.0.post0
tempora==5.5.1
pytz==2024.1
sgmllib3k==1.0.0
portend==3.2.0
chardet==5.2.0
PySocks==1.7.1
puremagic==1.15
puremagic==1.23
guessit==3.8.0
babelfish==0.6.0
rebulk==3.2.0
babelfish==0.6.1
rebulk==3.2.0

# Apprise Requirements
apprise==1.8.0
requests==2.31.0
requests-oauthlib==2.0.0
markdown==3.6
paho-mqtt==1.6.1 # Pinned, newer versions don't work with AppRise yet

# Requests Requirements
idna==3.7
urllib3==2.2.1
oauthlib==3.2.2
PyJWT==2.8.0
blinker==1.8.2

0 comments on commit 5eccb90

Please sign in to comment.