Rename python3-Cython to python3-cython
This commit is contained in:
parent
87851c9fe5
commit
14926296e2
10
Cython.spec
10
Cython.spec
@ -57,13 +57,14 @@ libraries, and for fast C modules that speed up the execution of Python code.}
|
|||||||
%description %{_description}
|
%description %{_description}
|
||||||
|
|
||||||
|
|
||||||
%package -n python3-Cython
|
%package -n python3-cython
|
||||||
Summary: %{summary}
|
Summary: %{summary}
|
||||||
Provides: Cython = %{?epoch:%{epoch}:}%{version}-%{release}
|
Provides: Cython = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||||
Provides: Cython%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
Provides: Cython%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||||
Provides: cython = %{?epoch:%{epoch}:}%{version}-%{release}
|
Provides: cython = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||||
Provides: cython%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
Provides: cython%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||||
%py_provides python3-cython
|
%py_provides python3-Cython
|
||||||
|
Obsoletes: python3-Cython < 3~~
|
||||||
|
|
||||||
# A small templating library is bundled in Cython/Tempita
|
# A small templating library is bundled in Cython/Tempita
|
||||||
# Upstream version 0.5.2 is available from https://pypi.org/project/Tempita
|
# Upstream version 0.5.2 is available from https://pypi.org/project/Tempita
|
||||||
@ -71,7 +72,7 @@ Provides: cython%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
|||||||
# Upstream homepage is inaccessible.
|
# Upstream homepage is inaccessible.
|
||||||
Provides: bundled(python3dist(tempita))
|
Provides: bundled(python3dist(tempita))
|
||||||
|
|
||||||
%description -n python3-Cython %{_description}
|
%description -n python3-cython %{_description}
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -98,7 +99,7 @@ Provides: bundled(python3dist(tempita))
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%files -n python3-Cython
|
%files -n python3-cython
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%doc *.txt Demos Doc Tools
|
%doc *.txt Demos Doc Tools
|
||||||
%{_bindir}/cython
|
%{_bindir}/cython
|
||||||
@ -113,6 +114,7 @@ Provides: bundled(python3dist(tempita))
|
|||||||
%changelog
|
%changelog
|
||||||
* Mon Jul 17 2023 Miro Hrončok <mhroncok@redhat.com> - 3.0.0-1
|
* Mon Jul 17 2023 Miro Hrončok <mhroncok@redhat.com> - 3.0.0-1
|
||||||
- Update to 3.0.0
|
- Update to 3.0.0
|
||||||
|
- Rename python3-Cython to python3-cython
|
||||||
|
|
||||||
* Thu Jul 13 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.0.0~rc2-1
|
* Thu Jul 13 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.0.0~rc2-1
|
||||||
- Update to 3.0.0rc2
|
- Update to 3.0.0rc2
|
||||||
|
Loading…
Reference in New Issue
Block a user