Date: Friday, March 31, 2023 @ 05:32:55 Author: yan12125 Revision: 1431363
python-nbdime: bump after the unittest.mock PR is merged Ref: https://github.com/jupyter/nbdime/pull/651 Modified: python-nbdime/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-31 01:41:25 UTC (rev 1431362) +++ PKGBUILD 2023-03-31 05:32:55 UTC (rev 1431363) @@ -4,8 +4,8 @@ # Contributor: Dominik StaĆczak <stanczakdominik at gmail dot com> pkgname=python-nbdime -pkgver=3.1.1+27+g2da614b -_commit=2da614b603b694e13fc8d597eef1cc09ff07cb10 +pkgver=3.1.1+32+g9fbfd46 +_commit=9fbfd4656d9ce66c44b62154097808da5df9bf48 pkgrel=1 pkgdesc='Diff and merge of Jupyter Notebooks' url='https://github.com/jupyter/nbdime' @@ -41,9 +41,6 @@ [init] defaultBranch = master EOF - - # Replace mock with unittest.mock https://github.com/jupyter/nbdime/pull/651 (unmerged) - git cherry-pick -n 510364e08ca41dd474ede7ca349506a6e949e50d } build() {
