[arch-commits] Commit in python-frozendict/trunk (PKGBUILD)

Alexander Epaneshnikov alex19ep at gemini.archlinux.org
Sun Apr 10 19:00:16 UTC 2022


    Date: Sunday, April 10, 2022 @ 19:00:15
  Author: alex19ep
Revision: 1185754

upgpkg: python-frozendict 1:2.3.1-1 upstream release

Modified:
  python-frozendict/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-10 18:56:27 UTC (rev 1185753)
+++ PKGBUILD	2022-04-10 19:00:15 UTC (rev 1185754)
@@ -3,7 +3,7 @@
 # Contributor: Ivan Shapovalov <intelfx at intelfx.name>
 
 pkgname=python-frozendict
-pkgver=2.3.0
+pkgver=2.3.1
 pkgrel=1
 epoch=1
 pkgdesc='An immutable dictionary'
@@ -14,15 +14,14 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 source=("https://pypi.org/packages/source/f/frozendict/frozendict-$pkgver.tar.gz")
-sha512sums=('1901c2c536bef401b61ab87bc104a94d2f21e7c42843036e8d721c3974efe84a1554ac54c8d10ae8925e07a0129a421fe8bc804ec1cf67a57cb56f01993ba162')
-b2sums=('416e7c3db4ec5b861662a0e6b29a8a112f6a3b202c7ebb52c582ed56bf34bddb1febbd64b58e2c223442af052cb312c1d45a87445c1f8389fe7ea23913afc213')
+sha512sums=('7795a4fac1203666c3ca1361ff3e9c9270935d63ef3d120397c3fdbda87d60bafccbe6519114a1a4b408e40af68bd96e5260cea7dda1c75d211f07214de8c5d6')
+b2sums=('c4bf292a9ac86032f831e7d0059f4b0989ee95d2eac5bcff6fbfb755772a44aa790f990e44ed74b05183c87ffb4c39a4ee0de3585a0705d7d38ba563e7160fba')
 
 prepare() {
 	cd frozendict-$pkgver
 	# remove unneeded tests
 	pushd test
-	rm -v c_only.py test_frozendict_c.py test_frozendict_c_subclass.py \
-	      test_coold.py test_coold_subclass.py
+	rm -v c_only.py test_frozendict_c.py test_frozendict_c_subclass.py
 	popd
 }
 



More information about the arch-commits mailing list