From 8ada4de6b7c0fa7c524040c9c8980a9ee60e1978 Mon Sep 17 00:00:00 2001 From: dkwo Date: Thu, 3 Feb 2022 14:06:12 +0100 Subject: [PATCH] python3-jupyter_core: update to 5.0.0 --- srcpkgs/python3-jupyter_core/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-jupyter_core/template b/srcpkgs/python3-jupyter_core/template index 6bc6f88e5f7..53612296cf6 100644 --- a/srcpkgs/python3-jupyter_core/template +++ b/srcpkgs/python3-jupyter_core/template @@ -1,16 +1,16 @@ # Template file for 'python3-jupyter_core' pkgname=python3-jupyter_core -version=4.7.1 -revision=3 -build_style=python3-module -hostmakedepends="python3-setuptools" +version=5.0.0 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-flit_core hatchling" depends="python3-traitlets" short_desc="Jupyter core package" maintainer="Alessio Sergi " license="BSD-3-Clause" homepage="https://jupyter.org" distfiles="${PYPI_SITE}/j/jupyter_core/jupyter_core-${version}.tar.gz" -checksum=79025cb3225efcd36847d0840f3fc672c0abd7afd0de83ba8a1d3837619122b4 +checksum=4ed68b7c606197c7e344a24b7195eef57898157075a69655a886074b6beb7043 conflicts="python-jupyter_core<=4.4.0_3" # checks create a cycle with python3-jypter_client and python3-ipython_ipykernel make_check=no