#15 Update to 0.29.17
Merged 4 years ago by churchyard. Opened 4 years ago by dormouse.
rpms/ dormouse/Cython master  into  master

file modified
+1
@@ -42,3 +42,4 @@ 

  /Cython-0.29.14.tar.gz

  /Cython-0.29.15.tar.gz

  /Cython-0.29.16.tar.gz

+ /Cython-0.29.17.tar.gz

file modified
+4 -1
@@ -4,7 +4,7 @@ 

  %bcond_without tests

  

  Name:           Cython

- Version:        0.29.16

+ Version:        0.29.17

  %global upver %{version_no_tilde %{nil}}

  Release:        1%{?dist}

  Summary:        Language for writing Python extension modules
@@ -103,6 +103,9 @@ 

  %{_emacs_sitestartdir}/cython*.el*

  

  %changelog

+ * Tue Apr 28 2020 Marcel Plch <mplch@redhat.com> - 0.29.17-1

+ - Update to 0.29.17

+ 

  * Wed Mar 25 2020 Miro Hrončok <mhroncok@redhat.com> - 0.29.16-1

  - Update to 0.29.16 (#1816785)

  

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

- SHA512 (Cython-0.29.16.tar.gz) = 8f7a05ad86d557d774b2de5ec77fa9bc2600500555b607482899ade2b8abb2ebb60fc1b944f355b37663e30de09d53bcaa925f888b4128f4b0345a1cad9e2923

+ SHA512 (Cython-0.29.17.tar.gz) = f722e4feb0fcd0de7b882d0ba7cd78c37b6aaa4438619607665ea269b207a482fab6ca65cf12bab54d94b5929776c973a270c0748ed35b0f88a72811bf90d4df

no initial comment

Let's see what the CI says.

Python 3.9 in https://copr.fedorainfracloud.org/coprs/g/python/python3.9/builds/?dirname=python3.9:pr:15 (expected to fail)

Building w/out tests in https://copr.fedorainfracloud.org/coprs/build/1354843 so we don't get dependency problems in in there once this is merged and built in rawhide.

Pull-Request has been merged by churchyard

4 years ago