Skip to content

Commit

Permalink
Update SABnzbd to 4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Safihre committed Aug 26, 2024
1 parent a8ea618 commit 2788583
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 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.3.2
PKG_VERS = 4.3.3
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.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
SABnzbd-4.3.3-src.tar.gz SHA1 0653ef422f764431e5379d36bcca85572389f154
SABnzbd-4.3.3-src.tar.gz SHA256 3f787e9734e22bc69f6c160949d93bfd5ef824fe72b74a50eac356ec2262345f
SABnzbd-4.3.3-src.tar.gz MD5 18992520b3d5f2c926b8782771eb7119
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.3.2
SPK_REV = 70
SPK_VERS = 4.3.3
SPK_REV = 71
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.3.2."
CHANGELOG = "Update SABnzbd to 4.3.3."

HOMEPAGE = https://sabnzbd.org
LICENSE = GPL
Expand Down
8 changes: 4 additions & 4 deletions spk/sabnzbd/src/requirements-crossenv.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# cross-compiled wheels
cffi==1.16.0
cffi==1.17.0
CT3==3.3.3.post1
sabctools==8.2.3
orjson==3.10.3
sabctools==8.2.5
orjson==3.10.7

# AppRise/Requests Requirements
PyYAML==6.0.1
PyYAML==6.0.2
charset_normalizer==3.3.2
18 changes: 9 additions & 9 deletions spk/sabnzbd/src/requirements-pure.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,36 +4,36 @@ pycparser==2.22
feedparser==6.0.11
configobj==5.0.8
cheroot==10.0.1
cherrypy==18.9.0
jaraco.functools==4.0.1
cherrypy==18.10.0
jaraco.functools==4.0.2
jaraco.collections==5.0.0
jaraco.text==3.8.1 # Newer version introduces irrelevant extra dependencies
jaraco.classes==3.4.0
jaraco.context==4.3.0
more-itertools==10.2.0
more-itertools==10.4.0
zc.lockfile==3.0.post1
python-dateutil==2.9.0.post0
tempora==5.5.1
tempora==5.7.0
pytz==2024.1
sgmllib3k==1.0.0
portend==3.2.0
chardet==5.2.0
PySocks==1.7.1
puremagic==1.23
puremagic==1.27
guessit==3.8.0
babelfish==0.6.1
rebulk==3.2.0

# Apprise Requirements
apprise==1.8.0
requests==2.31.0
apprise==1.8.1
requests==2.32.3
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
urllib3==2.2.2
oauthlib==3.2.2
PyJWT==2.8.0
PyJWT==2.9.0
blinker==1.8.2

0 comments on commit 2788583

Please sign in to comment.