Skip to content

Commit

Permalink
fix(package): Fix rebase update issues (#216)
Browse files Browse the repository at this point in the history
* upgrade nbformat to match other package upgrades

* add packages to the package/Config.in that were missing and needed by aiohttp
  • Loading branch information
ryanthecoder authored Jan 8, 2024
1 parent e50969d commit c6a1f68
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions package/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -941,6 +941,7 @@ menu "External python modules"
source "package/python-aiocoap/Config.in"
source "package/python-aiodns/Config.in"
source "package/python-aiohttp/Config.in"
source "package/python-aiosignal/Config.in"
source "package/python-aionotify/Config.in"
source "package/python-aiosqlite/Config.in"
source "package/python-alsaaudio/Config.in"
Expand Down Expand Up @@ -1047,6 +1048,7 @@ menu "External python modules"
source "package/python-flask-wtf/Config.in"
source "package/python-flatbuffers/Config.in"
source "package/python-flup/Config.in"
source "package/python-frozenlist/Config.in"
source "package/python-funcsigs/Config.in"
source "package/python-gobject/Config.in"
source "package/python-greenlet/Config.in"
Expand Down
4 changes: 2 additions & 2 deletions package/python-nbformat/python-nbformat.hash
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# md5, sha256 from https://pypi.org/pypi/nbformat/json
md5 2d5f873138d9fbc2a3f9eaaebca3b8a1 nbformat-4.4.0.tar.gz
sha256 f7494ef0df60766b7cabe0a3651556345a963b74dbc16bc7c18479041170d402 nbformat-4.4.0.tar.gz
md5 091fcdb13305ad00e92f5bb3fb86d2fd nbformat-5.9.2.tar.gz
sha256 5f98b5ba1997dff175e77e0c17d5c10a96eaed2cbd1de3533d1fc35d5e111192 nbformat-5.9.2.tar.gz
6 changes: 3 additions & 3 deletions package/python-nbformat/python-nbformat.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
#
################################################################################

PYTHON_NBFORMAT_VERSION = 4.4.0
PYTHON_NBFORMAT_VERSION = 5.9.2
PYTHON_NBFORMAT_SOURCE = nbformat-$(PYTHON_NBFORMAT_VERSION).tar.gz
PYTHON_NBFORMAT_SITE = https://files.pythonhosted.org/packages/6e/0e/160754f7ae3e984863f585a3743b0ed1702043a81245907c8fae2d537155
PYTHON_NBFORMAT_SETUP_TYPE = distutils
PYTHON_NBFORMAT_SITE = https://files.pythonhosted.org/packages/54/d8/31dceef56952da6ea2c43405a83c9759a22a86cb530197988cfa8599b178
PYTHON_NBFORMAT_SETUP_TYPE = setuptools
PYTHON_NBFORMAT_LICENSE = BSD-3-Clause

$(eval $(python-package))

0 comments on commit c6a1f68

Please sign in to comment.