Skip to content

Commit

Permalink
python/aionotify: 0.3.1
Browse files Browse the repository at this point in the history
Bump to match Opentrons/opentrons#15546 for 3.11
compatibility in the monorepo
  • Loading branch information
sfoster1 committed Jun 28, 2024
1 parent d023543 commit 8be72a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions package/python-aionotify/python-aionotify.hash
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# sha256 from https://pypi.python.org/pypi/aionotify/json
sha256 64b702ad0eb115034533f9f62730a9253b79f5ff0fbf3d100c392124cdf12507 aionotify-0.2.0.tar.gz

sha256 9651e1373873c75786101330e302e114f85b6e8b5ad70b491497c8b3609a8449 aionotify-0.3.1.tar.gz
4 changes: 2 additions & 2 deletions package/python-aionotify/python-aionotify.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
################################################################################

PYTHON_AIONOTIFY_VERSION = 0.2.0
PYTHON_AIONOTIFY_VERSION = 0.3.1
PYTHON_AIONOTIFY_SOURCE = aionotify-$(PYTHON_AIONOTIFY_VERSION).tar.gz
PYTHON_AIONOTIFY_SITE = https://files.pythonhosted.org/packages/57/c0/237d434870a024a16d89751ec9f4e5340a6d84d49ccb1ab738b3fdee907a
PYTHON_AIONOTIFY_SITE = https://files.pythonhosted.org/packages/23/16/81a26a64d728e76eea073cd0316f3e8885cca312247a9ba9af64d7c47e64
PYTHON_AIONOTIFY_LICENSE = BSD
PYTHON_AIONOTIFY_LICENSE_FILES = LICENSE
PYTHON_AIONOTIFY_SETUP_TYPE = setuptools
Expand Down

0 comments on commit 8be72a6

Please sign in to comment.