diff --git a/lists/to-release b/lists/to-release index e69de29bb2d..c1cc3d5c658 100644 --- a/lists/to-release +++ b/lists/to-release @@ -0,0 +1,2 @@ +python-selenium +python-requests-cache diff --git a/packages/python-requests-cache/PKGBUILD b/packages/python-requests-cache/PKGBUILD index a2eaa6b135b..e56fcb25e95 100644 --- a/packages/python-requests-cache/PKGBUILD +++ b/packages/python-requests-cache/PKGBUILD @@ -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') @@ -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" diff --git a/packages/python-selenium/PKGBUILD b/packages/python-selenium/PKGBUILD index 771b44de745..d96e7902d65 100644 --- a/packages/python-selenium/PKGBUILD +++ b/packages/python-selenium/PKGBUILD @@ -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') @@ -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"