Update to 3.0.0
This commit is contained in:
parent
47185aeaea
commit
d2e6364600
3 changed files with 8 additions and 6 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue