Update to 3.0.0
This commit is contained in:
parent
47185aeaea
commit
d2e6364600
1
.gitignore
vendored
1
.gitignore
vendored
@ -60,3 +60,4 @@ Cython-0.12.1.tar.gz
|
||||
/Cython-3.0.0b2.tar.gz
|
||||
/Cython-3.0.0b3.tar.gz
|
||||
/Cython-3.0.0rc2.tar.gz
|
||||
/Cython-3.0.0.tar.gz
|
||||
|
11
Cython.spec
11
Cython.spec
@ -5,15 +5,13 @@
|
||||
%bcond cython_compile 1
|
||||
|
||||
Name: Cython
|
||||
%global general_version 3.0.0
|
||||
%global prerel rc2
|
||||
Version: %{general_version}%{?prerel:~%{prerel}}
|
||||
Version: 3.0.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Language for writing Python extension modules
|
||||
|
||||
License: Apache-2.0
|
||||
URL: http://www.cython.org
|
||||
Source: https://github.com/cython/cython/archive/%{general_version}%{?prerel:%{prerel}}/Cython-%{general_version}%{?prerel:%{prerel}}.tar.gz
|
||||
Source: https://github.com/cython/cython/archive/%{version}/Cython-%{version}.tar.gz
|
||||
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
@ -74,7 +72,7 @@ Provides: bundled(python3dist(tempita))
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -n cython-%{general_version}%{?prerel} -p1
|
||||
%autosetup -n cython-%{version} -p1
|
||||
|
||||
|
||||
%build
|
||||
@ -108,6 +106,9 @@ Provides: bundled(python3dist(tempita))
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jul 17 2023 Miro Hrončok <mhroncok@redhat.com> - 3.0.0-1
|
||||
- Update to 3.0.0
|
||||
|
||||
* Thu Jul 13 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.0.0~rc2-1
|
||||
- Update to 3.0.0rc2
|
||||
- The emacs-cython-mode package is no longer part of this project
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Cython-3.0.0rc2.tar.gz) = 42ff1b3f2509c90be6007b9156454ae89c1be26a9dde6ca9c109b0cfa3de30797eeeffef38ea1bfe37a9c8e062c776c8cb755826f8c25aa7c9703fbb031bf643
|
||||
SHA512 (Cython-3.0.0.tar.gz) = a9bf6f0a78accd0624bc2a61329541d97d60257ae3a6b6601f73bd9122427a3d460129b317f000d3061a4dfe3e6a6de59342354862ded13e85c7eb622ee39f9a
|
||||
|
Loading…
Reference in New Issue
Block a user