Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-pytube
Commits:
e3aaac5c by Jelle van der Waa at 2024-04-05T23:23:23+02:00
upgpkg: 15.0.0-3: rebuild with python 3.12
- - - - -
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 = 2
+ pkgrel = 3
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 =
2ae0c1b2331639050837c81f3dfc064ecf60e88e2a19682704c7bc0625ae9007
+ sha256sums =
223d330fda5beed1efa987934f2bd1ba8f98237b19edca9a0d6789a726c2d6d2
pkgname = python-pytube
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=python-pytube
pkgver=15.0.0
-pkgrel=2
+pkgrel=3
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'
- '2ae0c1b2331639050837c81f3dfc064ecf60e88e2a19682704c7bc0625ae9007')
+ '223d330fda5beed1efa987934f2bd1ba8f98237b19edca9a0d6789a726c2d6d2')
prepare() {
cd pytube-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytube/-/commit/e3aaac5c147d565f1f0f2f3f0d8a3202082a833a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytube/-/commit/e3aaac5c147d565f1f0f2f3f0d8a3202082a833a
You're receiving this email because of your account on gitlab.archlinux.org.