Skip to content
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: 2 additions & 0 deletions lists/to-release
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
python-selenium
python-requests-cache
4 changes: 2 additions & 2 deletions packages/python-requests-cache/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pkgname=python-requests-cache
_pkgname=requests_cache
pkgver=1.3.2
pkgver=1.3.3
pkgrel=1
pkgdesc='Persistent cache for requests library.'
arch=('any')
Expand All @@ -13,7 +13,7 @@ depends=('python' 'python-requests')
makedepends=('python-setuptools' 'python-build' 'python-wheel'
'python-installer' 'python-hatchling')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
sha512sums=('b103507263bfeae0146e856c8745148fa170dd11174db3df9fae404fe3df83fd23d5ac154fd52192ca4e068aebb935927a786addff146e0bd05d244eab15e4f2')
sha512sums=('b34b2c1d2a2938995871f6bd5f88d96ddc8780f87a7cbebddb9fedb875cc48d57a9d554f16d9b03f880a1c15dbd14440f281527dabfe950f18aca4956389d99e')

build() {
cd "$_pkgname-$pkgver"
Expand Down
4 changes: 2 additions & 2 deletions packages/python-selenium/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

pkgname=python-selenium
_pkgname=selenium
pkgver=4.45.0
pkgver=4.46.0
pkgrel=1
pkgdesc='Official Python bindings for Selenium WebDriver.'
arch=('x86_64' 'aarch64')
Expand All @@ -18,7 +18,7 @@ makedepends=('python-setuptools' 'python-build' 'python-wheel'
'python-installer' 'python-setuptools-rust')
optdepends=('geckodriver: Firefox driver support')
source=("https://pypi.io/packages/source/s/selenium/selenium-$pkgver.tar.gz")
sha512sums=('e67a731e93d172c0e1029656fdb06d4af808ccae3649fee85ba94f519da2407799b5d4a344c7334e0ce419031017493f83fd5fe82583d41060aeba49c369ff7a')
sha512sums=('52ed8d7abcb250348d8dac11c5b7a5192c06df62a86fdfec70184b3f8e2d11e6891671fcab5a5633e5fa74d4b3891064546a045e7750a2d077a836dfc30f105a')

build() {
cd "$_pkgname-$pkgver"
Expand Down