<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/lang/python/python-websockets, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2026-04-06T06:02:56Z</updated>
<entry>
<title>python-websockets: bump to 16.0, add test.sh</title>
<updated>2026-04-06T06:02:56Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-04-03T14:55:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=026041601bc53b08f3a24ccc4b7aa3d599ec6e85'/>
<id>urn:sha1:026041601bc53b08f3a24ccc4b7aa3d599ec6e85</id>
<content type='text'>
Major version bump from 11.0.3 to 16.0. The legacy API
(websockets.legacy.*) was removed in 14.0; the current public
API (connect/serve in websockets.asyncio.*) is stable and
backward-compatible since 12.0. Add test.sh that verifies core
imports (frames, http11, datastructures).

Changelog: https://websockets.readthedocs.io/en/stable/changelog.html
Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>python-websockets: Update to 11.0.3, update list of dependencies</title>
<updated>2023-09-04T06:34:24Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2023-08-29T04:10:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=98453732e2b7f74234776445844609f3b4dc70d0'/>
<id>urn:sha1:98453732e2b7f74234776445844609f3b4dc70d0</id>
<content type='text'>
Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: remove AUTORELEASE</title>
<updated>2023-04-21T20:46:58Z</updated>
<author>
<name>Paul Fertser</name>
</author>
<published>2023-04-21T16:32:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0c10c224be81f9221dabfab449855ab6718d2a0c'/>
<id>urn:sha1:0c10c224be81f9221dabfab449855ab6718d2a0c</id>
<content type='text'>
Automatically compute and substitute current values for all
$(AUTORELEASE) instances as this feature is deprecated and shouldn't be
used.

The following temporary change was made to the core:

diff --git a/rules.mk b/rules.mk
index 57d7995d4fa8..f16367de87a8 100644
--- a/rules.mk
+++ b/rules.mk
@@ -429,7 +429,7 @@ endef
 abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1))))

 COMMITCOUNT = $(if $(DUMP),0,$(call commitcount))
-AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1))
+AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))

 all:
 FORCE: ;

And this command used to fix affected packages:

for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \
                              sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
  make package/$i/download
done

Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-websockets: update to version 10.3</title>
<updated>2022-08-12T19:35:39Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2022-08-12T19:35:25Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ce1679a07fab643b85217b35f8c7857a9e3199c1'/>
<id>urn:sha1:ce1679a07fab643b85217b35f8c7857a9e3199c1</id>
<content type='text'>
- Update copyright

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-websockets: new package</title>
<updated>2021-09-30T19:41:45Z</updated>
<author>
<name>Michal Vasilek</name>
</author>
<published>2021-09-27T15:52:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=bc10fbaebffb036731b4e9a1fdc40c9d1f535ba0'/>
<id>urn:sha1:bc10fbaebffb036731b4e9a1fdc40c9d1f535ba0</id>
<content type='text'>
Signed-off-by: Michal Vasilek &lt;michal.vasilek@nic.cz&gt;
</content>
</entry>
</feed>
