Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
ipython


Commits:
1276d30f by Daniel M. Capella at 2023-10-30T18:49:55-04:00
upgpkg: 8.17.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = ipython
        pkgdesc = Enhanced Interactive Python shell
-       pkgver = 8.16.0
+       pkgver = 8.17.1
        pkgrel = 1
        url = https://ipython.org
        arch = any
@@ -23,20 +23,19 @@ pkgbase = ipython
        makedepends = python-installer
        makedepends = python-setuptools
        makedepends = python-wheel
-       depends = python-backcall
        depends = python-decorator
        depends = python-jedi
        depends = python-matplotlib-inline
        depends = python-pexpect
-       depends = python-pickleshare
        depends = python-prompt_toolkit
        depends = python-pygments
        depends = python-stack-data
        depends = python-traitlets
        depends = sqlite
        optdepends = python-black: to auto format with Black
+       optdepends = python-pickleshare: for the ip.db database
        optdepends = yapf: to auto format with YAPF
-       source = git+https://github.com/ipython/ipython.git#tag=8.16.0?signed
+       source = git+https://github.com/ipython/ipython.git#tag=8.17.1?signed
        source = 
IPython-icon.png::https://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png
        validpgpkeys = 99B17F64FD5C94692E9EF8064968B2CC0208DCC8
        b2sums = SKIP


=====================================
PKGBUILD
=====================================
@@ -6,19 +6,17 @@
 # Contributor: Douglas Soares de Andrade <[email protected]>
 
 pkgname=ipython
-pkgver=8.16.0
+pkgver=8.17.1
 pkgrel=1
 pkgdesc='Enhanced Interactive Python shell'
 arch=('any')
 url=https://ipython.org
 license=('BSD')
 depends=(
-  'python-backcall'
   'python-decorator'
   'python-jedi'
   'python-matplotlib-inline'
   'python-pexpect'
-  'python-pickleshare'
   'python-prompt_toolkit'
   'python-pygments'
   'python-stack-data'
@@ -49,6 +47,7 @@ checkdepends=(
 )
 optdepends=(
   'python-black: to auto format with Black'
+  'python-pickleshare: for the ip.db database'
   'yapf: to auto format with YAPF'
 )
 source=(



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ipython/-/commit/1276d30faa4d7b5c559fed2b7b6c8c074aeb36ec

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ipython/-/commit/1276d30faa4d7b5c559fed2b7b6c8c074aeb36ec
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to