Skip to content

Commit 2aefb96

Browse files
authored
python/aionotify: 0.3.1 (#236)
Bump to match Opentrons/opentrons#15546 for 3.11 compatibility in the monorepo
1 parent d023543 commit 2aefb96

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
# sha256 from https://pypi.python.org/pypi/aionotify/json
2-
sha256 64b702ad0eb115034533f9f62730a9253b79f5ff0fbf3d100c392124cdf12507 aionotify-0.2.0.tar.gz
3-
2+
sha256 9651e1373873c75786101330e302e114f85b6e8b5ad70b491497c8b3609a8449 aionotify-0.3.1.tar.gz

package/python-aionotify/python-aionotify.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
#
55
################################################################################
66

7-
PYTHON_AIONOTIFY_VERSION = 0.2.0
7+
PYTHON_AIONOTIFY_VERSION = 0.3.1
88
PYTHON_AIONOTIFY_SOURCE = aionotify-$(PYTHON_AIONOTIFY_VERSION).tar.gz
9-
PYTHON_AIONOTIFY_SITE = https://files.pythonhosted.org/packages/57/c0/237d434870a024a16d89751ec9f4e5340a6d84d49ccb1ab738b3fdee907a
9+
PYTHON_AIONOTIFY_SITE = https://files.pythonhosted.org/packages/23/16/81a26a64d728e76eea073cd0316f3e8885cca312247a9ba9af64d7c47e64
1010
PYTHON_AIONOTIFY_LICENSE = BSD
1111
PYTHON_AIONOTIFY_LICENSE_FILES = LICENSE
1212
PYTHON_AIONOTIFY_SETUP_TYPE = setuptools

0 commit comments

Comments
 (0)