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

Bruno Pagani archange at gemini.archlinux.org
Thu Jun 16 18:19:06 UTC 2022


    Date: Thursday, June 16, 2022 @ 18:19:06
  Author: archange
Revision: 1238179

upgpkg: python-cloudpickle 2.1.0-1

Modified:
  python-cloudpickle/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-16 18:17:57 UTC (rev 1238178)
+++ PKGBUILD	2022-06-16 18:19:06 UTC (rev 1238179)
@@ -4,8 +4,8 @@
 
 _pkg=cloudpickle
 pkgname=python-${_pkg}
-pkgver=2.0.0
-pkgrel=3
+pkgver=2.1.0
+pkgrel=1
 pkgdesc="Extended pickling support for Python objects"
 arch=(any)
 url="https://github.com/cloudpipe/cloudpickle"
@@ -19,7 +19,7 @@
 )
 options=(!emptydirs)
 source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-sha256sums=('5cd02f3b417a783ba84a4ec3e290ff7929009fe51f6405423cfccfadd43ba4a4')
+sha256sums=('bb233e876a58491d9590a676f93c7a5473a08f747d5ab9df7f9ce564b3e7938e')
 
 build() {
   cd ${_pkg}-${pkgver}
@@ -32,7 +32,7 @@
   python setup.py build
   cd ../../
   PYTHONPATH="${PWD}"/tests/cloudpickle_testpkg/build/lib/ \
-  pytest -vl -k 'not test_pickle_empty and not test_dont_steal_unknown_functions' \
+  pytest -vl --color=yes -m 'not avoid_ci' \
          --deselect tests/cloudpickle_file_test.py::CloudPickleFileTests::test_pickling_special_file_handles \
          --deselect tests/cloudpickle_test.py::CloudPickleTest::test_pickling_file_handles \
          --deselect tests/cloudpickle_test.py::Protocol2CloudPickleTest::test_pickling_file_handles



More information about the arch-commits mailing list