Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SABnzbd 4.4.1 #6356

Merged
merged 1 commit into from
Dec 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.3
PKG_VERS = 4.4.1
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.3-src.tar.gz SHA1 0653ef422f764431e5379d36bcca85572389f154
SABnzbd-4.3.3-src.tar.gz SHA256 3f787e9734e22bc69f6c160949d93bfd5ef824fe72b74a50eac356ec2262345f
SABnzbd-4.3.3-src.tar.gz MD5 18992520b3d5f2c926b8782771eb7119
SABnzbd-4.4.1-src.tar.gz SHA1 008a559c384493b307f9219fbe2d01d36dd6d05b
SABnzbd-4.4.1-src.tar.gz SHA256 a9ebf273d77c6d3cc9a13b1bd1640b903f4891e58aee3ef5a25595db3aa4d7fb
SABnzbd-4.4.1-src.tar.gz MD5 4e607b5a187d6081037e71cc1cafef34
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.3
SPK_REV = 71
SPK_VERS = 4.4.1
SPK_REV = 72
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.3."
CHANGELOG = "Update SABnzbd to 4.4.1."

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.17.0
CT3==3.3.3.post1
cffi==1.17.1
CT3==3.4.0
sabctools==8.2.5
orjson==3.10.7
orjson==3.10.12

# AppRise/Requests Requirements
PyYAML==6.0.2
charset_normalizer==3.3.2
charset_normalizer==3.4.0
20 changes: 10 additions & 10 deletions spk/sabnzbd/src/requirements-pure.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# to be managed as pure-python
pycparser==2.22
feedparser==6.0.11
configobj==5.0.8
configobj==5.0.9
cheroot==10.0.1
cherrypy==18.10.0
jaraco.functools==4.0.2
jaraco.functools==4.1.0
jaraco.collections==5.0.0
jaraco.text==3.8.1 # Newer version introduces irrelevant extra dependencies
jaraco.classes==3.4.0
Expand All @@ -14,26 +14,26 @@ more-itertools==10.4.0
zc.lockfile==3.0.post1
python-dateutil==2.9.0.post0
tempora==5.7.0
pytz==2024.1
pytz==2024.2
sgmllib3k==1.0.0
portend==3.2.0
chardet==5.2.0
PySocks==1.7.1
puremagic==1.27
puremagic==1.28
guessit==3.8.0
babelfish==0.6.1
rebulk==3.2.0

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

# Requests Requirements
idna==3.7
urllib3==2.2.2
idna==3.10
urllib3==2.2.3
oauthlib==3.2.2
PyJWT==2.9.0
blinker==1.8.2
PyJWT==2.10.1
blinker==1.9.0
Loading