#8 Update to 1.14.2 (#1869032)
Merged 3 years ago by lbalhar. Opened 3 years ago by lbalhar.
rpms/ lbalhar/python-cffi master  into  master

file modified
+5 -5
@@ -1,5 +1,5 @@ 

  Name:           python-cffi

- Version:        1.14.1

+ Version:        1.14.2

  Release:        1%{?dist}

  Summary:        Foreign Function Interface for Python to call C code

  License:        MIT
@@ -54,10 +54,7 @@ 

  %py3_install

  

  %check

- # Skip for now the test_unpack_args test as it fails on Python 3.9

- # It expects a slightly different text output

- # Reported upstream: https://bitbucket.org/cffi/cffi/issues/438/test-failures-with-python-39

I wanted to check this but I get error 404 :(
Anyway, if it passes, I guess it is fixed :)

- PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest -k "not test_unpack_args" c/ testing/

+ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest c/ testing/

  

  %files -n python3-cffi

  %doc PKG-INFO
@@ -70,6 +67,9 @@ 

  %doc doc/build/html

  

  %changelog

+ * Tue Sep 08 2020 Lumír Balhar <lbalhar@redhat.com> - 1.14.2-1

+ - Update to 1.14.2 (#1869032)

+ 

  * Fri Aug 14 2020 Miro Hrončok <mhroncok@redhat.com> - 1.14.1-1

  - Update to 1.14.1

  - Fixes: rhbz#1860698

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (cffi-1.14.1.tar.gz) = bf000904e3d1ece122f49b8c166636c67987e9bf2e34b613d8e013692ed319581f393cd9570d7f050e5c492a8bc1c4cb5bb56eb50c68f9feea973c1e56c951c0

+ SHA512 (cffi-1.14.2.tar.gz) = 8b2c7f08d002f308628e594599244f0e25748fbb90e0c501b0344ec21059ef6cfb2c15953f59211d8875687eb34616081fac6d41b9af88f512f29f9f8bd571a7

I wanted to check this but I get error 404 :(
Anyway, if it passes, I guess it is fixed :)

Cryptography failed for a missing dependency.

Pull-Request has been merged by lbalhar

3 years ago