update to 4.7.0 [release 4.7.0-1mamba;Wed Jan 20 2021]
This commit is contained in:
parent
4d2b02963a
commit
bb67c69257
@ -1,7 +1,7 @@
|
||||
%global srcname jupyter_core
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 4.6.3
|
||||
Version: 4.7.0
|
||||
Release: 1mamba
|
||||
Summary: Core common functionality of Jupyter projects
|
||||
Group: System/Libraries
|
||||
@ -9,7 +9,7 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||
URL: https://github.com/jupyter/jupyter_core
|
||||
Source: https://github.com/jupyter/jupyter_core/archive/%{version}.tar.gz
|
||||
Source: https://pypi.debian.net/jupyter-core/jupyter_core-%{version}.tar.gz
|
||||
License: BSD
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython-devel
|
||||
@ -23,6 +23,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
This package contains base application classes and configuration inherited by other projects.
|
||||
It doesn't do much on its own.
|
||||
|
||||
%if 0%{?with_pyver}
|
||||
%pyver_package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q -n %{srcname}-%{version}
|
||||
|
||||
@ -40,10 +44,13 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
|
||||
sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
||||
|
||||
%files -f %{name}.filelist
|
||||
%files %{?pyappend} -f %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
* Wed Jan 20 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 4.7.0-1mamba
|
||||
- update to 4.7.0
|
||||
|
||||
* Fri Feb 21 2020 Automatic Build System <autodist@mambasoft.it> 4.6.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user