Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-pytube
Commits:
4fe65761 by Jelle van der Waa at 2024-11-17T11:00:12+01:00
upgpkg: 15.0.0-4: Rebuild for Python 3.13
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-pytube
pkgdesc = A lightweight, dependency-free Python library (and
command-line utility) for downloading YouTube Videos
pkgver = 15.0.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/pytube/pytube
arch = any
license = Unlicense
@@ -11,6 +11,6 @@ pkgbase = python-pytube
source =
https://github.com/pytube/pytube/archive/v15.0.0/python-pytube-15.0.0.tar.gz
source =
get_throttling_function_name.patch::https://github.com/pytube/pytube/pull/1716.patch
sha256sums =
b685e884c2064032bffb76fe4d0be789125be813695bacc55ab4009ffd5c3664
- sha256sums =
223d330fda5beed1efa987934f2bd1ba8f98237b19edca9a0d6789a726c2d6d2
+ sha256sums =
1bfb81c5dfe2a58787811fdf3b5740d826ed74774398bbf4c6f20409863835bd
pkgname = python-pytube
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=python-pytube
pkgver=15.0.0
-pkgrel=3
+pkgrel=4
pkgdesc="A lightweight, dependency-free Python library (and command-line
utility) for downloading YouTube Videos"
arch=(any)
url="https://github.com/pytube/pytube"
@@ -16,7 +16,7 @@ checkdepends=(python-pytest)
source=("https://github.com/pytube/pytube/archive/v$pkgver/$pkgname-$pkgver.tar.gz"
get_throttling_function_name.patch::https://github.com/pytube/pytube/pull/1716.patch)
sha256sums=('b685e884c2064032bffb76fe4d0be789125be813695bacc55ab4009ffd5c3664'
- '223d330fda5beed1efa987934f2bd1ba8f98237b19edca9a0d6789a726c2d6d2')
+ '1bfb81c5dfe2a58787811fdf3b5740d826ed74774398bbf4c6f20409863835bd')
prepare() {
cd pytube-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytube/-/commit/4fe65761894b57addc866ce2f8639d26c0213242
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytube/-/commit/4fe65761894b57addc866ce2f8639d26c0213242
You're receiving this email because of your account on gitlab.archlinux.org.