Update to 0.29.16
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1816785
This commit is contained in:
parent
5ae908bc2e
commit
616546a49d
1
.gitignore
vendored
1
.gitignore
vendored
@ -41,3 +41,4 @@ Cython-0.12.1.tar.gz
|
||||
/Cython-0.29.13.tar.gz
|
||||
/Cython-0.29.14.tar.gz
|
||||
/Cython-0.29.15.tar.gz
|
||||
/Cython-0.29.16.tar.gz
|
||||
|
@ -4,7 +4,7 @@
|
||||
%bcond_without tests
|
||||
|
||||
Name: Cython
|
||||
Version: 0.29.15
|
||||
Version: 0.29.16
|
||||
%global upver %{version_no_tilde %{nil}}
|
||||
Release: 1%{?dist}
|
||||
Summary: Language for writing Python extension modules
|
||||
@ -103,6 +103,9 @@ cp -p cython-mode-init.el cython-mode-init.elc %{buildroot}%{_emacs_sitestartdir
|
||||
%{_emacs_sitestartdir}/cython*.el*
|
||||
|
||||
%changelog
|
||||
* Wed Mar 25 2020 Miro Hrončok <mhroncok@redhat.com> - 0.29.16-1
|
||||
- Update to 0.29.16 (#1816785)
|
||||
|
||||
* Sat Feb 08 2020 Miro Hrončok <mhroncok@redhat.com> - 0.29.15-1
|
||||
- Update to 0.29.15 (#1800158)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Cython-0.29.15.tar.gz) = bd0872359d31a41750353bb0d7f03c2a40aa2bf6e492148e693321cef15b02ae4f8d5f5a00efde7216f09a6ac06f2bb3ded9d00e27ad0cfc53605f3a9ef55af8
|
||||
SHA512 (Cython-0.29.16.tar.gz) = 8f7a05ad86d557d774b2de5ec77fa9bc2600500555b607482899ade2b8abb2ebb60fc1b944f355b37663e30de09d53bcaa925f888b4128f4b0345a1cad9e2923
|
||||
|
Loading…
Reference in New Issue
Block a user