public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2020-04-25 15:49 James Le Cuirot
  0 siblings, 0 replies; 130+ messages in thread
From: James Le Cuirot @ 2020-04-25 15:49 UTC (permalink / raw
  To: gentoo-commits

commit:     ae40aa46c38a448bf194a653f8d779d1b648ef4f
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 25 15:04:35 2020 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Apr 25 15:48:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae40aa46

dev-python/websockets: New package required by pychess

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 dev-python/websockets/Manifest              |  1 +
 dev-python/websockets/metadata.xml          | 11 +++++++++++
 dev-python/websockets/websockets-8.1.ebuild | 16 ++++++++++++++++
 3 files changed, 28 insertions(+)

diff --git a/dev-python/websockets/Manifest b/dev-python/websockets/Manifest
new file mode 100644
index 00000000000..f9723ebf72f
--- /dev/null
+++ b/dev-python/websockets/Manifest
@@ -0,0 +1 @@
+DIST websockets-8.1.tar.gz 58874 BLAKE2B 4f0541fdf5ebaa6199d9911e67279cbbe3937f8ac8f31f2579a35a9a5a7c468f925d20686bc47c6544b6c296f3d51e13e63edfdd199040ad00eb813905fbf70d SHA512 408e35d7a908830d51b3b9b73a1c34b1b2dbabbbbd2431515bc0fba7f6ec7db402a55fd00dc737d344549fd5d5f2d90e27cef7cd5f7847e4a1545d3c74db007c

diff --git a/dev-python/websockets/metadata.xml b/dev-python/websockets/metadata.xml
new file mode 100644
index 00000000000..a3e93786e38
--- /dev/null
+++ b/dev-python/websockets/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>games@gentoo.org</email>
+		<name>Gentoo Games Project</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">aaugustin/websockets</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/websockets/websockets-8.1.ebuild b/dev-python/websockets/websockets-8.1.ebuild
new file mode 100644
index 00000000000..4bc08cea516
--- /dev/null
+++ b/dev-python/websockets/websockets-8.1.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Library for building WebSocket servers and clients in Python"
+HOMEPAGE="https://websockets.readthedocs.io/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+LICENSE="BSD"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2020-09-30 21:20 James Le Cuirot
  0 siblings, 0 replies; 130+ messages in thread
From: James Le Cuirot @ 2020-09-30 21:20 UTC (permalink / raw
  To: gentoo-commits

commit:     f5b745bf1a9dc179044e1dcab57589dbe34de2bb
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 30 21:19:23 2020 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Wed Sep 30 21:20:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5b745bf

dev-python/websockets: Fetch GitHub tarball with tests instead

Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 dev-python/websockets/Manifest              | 2 +-
 dev-python/websockets/websockets-8.1.ebuild | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/websockets/Manifest b/dev-python/websockets/Manifest
index f9723ebf72f..3e765893544 100644
--- a/dev-python/websockets/Manifest
+++ b/dev-python/websockets/Manifest
@@ -1 +1 @@
-DIST websockets-8.1.tar.gz 58874 BLAKE2B 4f0541fdf5ebaa6199d9911e67279cbbe3937f8ac8f31f2579a35a9a5a7c468f925d20686bc47c6544b6c296f3d51e13e63edfdd199040ad00eb813905fbf70d SHA512 408e35d7a908830d51b3b9b73a1c34b1b2dbabbbbd2431515bc0fba7f6ec7db402a55fd00dc737d344549fd5d5f2d90e27cef7cd5f7847e4a1545d3c74db007c
+DIST websockets-8.1-src.tar.gz 156472 BLAKE2B 6cb5eec8276f7ef7172048eba6157560f42cec28acacc1a0a2f426ea1cab9a04029ebb1f8285b1aa2862c30aac8f2af81ef85d4dba8e53e267b665b718e01d5a SHA512 d245702574cf513da54bfc0ca10768558cd4e5017ecf8cb647f4b9176561192a3ace64edfc5c6f735664bf1b6136aa0bb9828114478f92d2c051e3109a218c12

diff --git a/dev-python/websockets/websockets-8.1.ebuild b/dev-python/websockets/websockets-8.1.ebuild
index 4bc08cea516..074ac905ba2 100644
--- a/dev-python/websockets/websockets-8.1.ebuild
+++ b/dev-python/websockets/websockets-8.1.ebuild
@@ -6,10 +6,11 @@ EAPI=7
 PYTHON_COMPAT=( python3_{7,8} )
 
 inherit distutils-r1
+distutils_enable_tests unittest
 
 DESCRIPTION="Library for building WebSocket servers and clients in Python"
 HOMEPAGE="https://websockets.readthedocs.io/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/aaugustin/${PN}/archive/${PV}.tar.gz -> ${P}-src.tar.gz"
 LICENSE="BSD"
 
 SLOT="0"


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2020-12-20 16:50 Sam James
  0 siblings, 0 replies; 130+ messages in thread
From: Sam James @ 2020-12-20 16:50 UTC (permalink / raw
  To: gentoo-commits

commit:     e809fbdb6dccaa3fd3a8d8ac4cb40b897e59d342
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 20 16:50:10 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 20 16:50:48 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e809fbdb

dev-python/websockets: Keyword 8.1 arm, #760818

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/websockets/websockets-8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-8.1.ebuild b/dev-python/websockets/websockets-8.1.ebuild
index 074ac905ba2..af3d1a1ca9c 100644
--- a/dev-python/websockets/websockets-8.1.ebuild
+++ b/dev-python/websockets/websockets-8.1.ebuild
@@ -14,4 +14,4 @@ SRC_URI="https://github.com/aaugustin/${PN}/archive/${PV}.tar.gz -> ${P}-src.tar
 LICENSE="BSD"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2020-12-20 17:24 Sam James
  0 siblings, 0 replies; 130+ messages in thread
From: Sam James @ 2020-12-20 17:24 UTC (permalink / raw
  To: gentoo-commits

commit:     0191890e07986aa145e4f4f0c6762c5491d6f5aa
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 20 17:24:09 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 20 17:24:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0191890e

dev-python/websockets: Keyword 8.1 ppc, #760818

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/websockets/websockets-8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-8.1.ebuild b/dev-python/websockets/websockets-8.1.ebuild
index af3d1a1ca9c..4d5aaa0edf2 100644
--- a/dev-python/websockets/websockets-8.1.ebuild
+++ b/dev-python/websockets/websockets-8.1.ebuild
@@ -14,4 +14,4 @@ SRC_URI="https://github.com/aaugustin/${PN}/archive/${PV}.tar.gz -> ${P}-src.tar
 LICENSE="BSD"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2020-12-21 22:39 Sam James
  0 siblings, 0 replies; 130+ messages in thread
From: Sam James @ 2020-12-21 22:39 UTC (permalink / raw
  To: gentoo-commits

commit:     8cedcc5e05755a443fc9eeae375e79dc2f625fca
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 21 22:38:41 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 21 22:38:41 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cedcc5e

dev-python/websockets: Keyword 8.1 arm64, #760818

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/websockets/websockets-8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-8.1.ebuild b/dev-python/websockets/websockets-8.1.ebuild
index 4d5aaa0edf2..0b7618fb63d 100644
--- a/dev-python/websockets/websockets-8.1.ebuild
+++ b/dev-python/websockets/websockets-8.1.ebuild
@@ -14,4 +14,4 @@ SRC_URI="https://github.com/aaugustin/${PN}/archive/${PV}.tar.gz -> ${P}-src.tar
 LICENSE="BSD"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2021-02-15  2:19 Rick Farina
  0 siblings, 0 replies; 130+ messages in thread
From: Rick Farina @ 2021-02-15  2:19 UTC (permalink / raw
  To: gentoo-commits

commit:     5282083acc6c02f0a6f8e3d48dd8612ce8d400e3
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 12 20:13:18 2021 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Feb 15 02:19:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5282083a

dev-python/websockets: python bump

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 dev-python/websockets/websockets-8.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/websockets/websockets-8.1.ebuild b/dev-python/websockets/websockets-8.1.ebuild
index 0b7618fb63d..0e9ef5a25de 100644
--- a/dev-python/websockets/websockets-8.1.ebuild
+++ b/dev-python/websockets/websockets-8.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 
 inherit distutils-r1
 distutils_enable_tests unittest


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2021-02-18  8:20 Sam James
  0 siblings, 0 replies; 130+ messages in thread
From: Sam James @ 2021-02-18  8:20 UTC (permalink / raw
  To: gentoo-commits

commit:     88d3d9aec8febfd46a20cd921df022c234ece025
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 18 08:20:37 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 18 08:20:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88d3d9ae

dev-python/websockets: Stabilize 8.1 arm, #771150

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/websockets/websockets-8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-8.1.ebuild b/dev-python/websockets/websockets-8.1.ebuild
index 0e9ef5a25de..c970424df02 100644
--- a/dev-python/websockets/websockets-8.1.ebuild
+++ b/dev-python/websockets/websockets-8.1.ebuild
@@ -14,4 +14,4 @@ SRC_URI="https://github.com/aaugustin/${PN}/archive/${PV}.tar.gz -> ${P}-src.tar
 LICENSE="BSD"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~ppc ~x86"


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2021-02-18 16:46 Rick Farina
  0 siblings, 0 replies; 130+ messages in thread
From: Rick Farina @ 2021-02-18 16:46 UTC (permalink / raw
  To: gentoo-commits

commit:     bb0972a595c3e5e2654439cbc81383d9aacf4766
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 18 16:44:11 2021 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Thu Feb 18 16:44:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb0972a5

dev-python/websockets: stable bug #771150

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 dev-python/websockets/websockets-8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-8.1.ebuild b/dev-python/websockets/websockets-8.1.ebuild
index c970424df02..d78c4008f60 100644
--- a/dev-python/websockets/websockets-8.1.ebuild
+++ b/dev-python/websockets/websockets-8.1.ebuild
@@ -14,4 +14,4 @@ SRC_URI="https://github.com/aaugustin/${PN}/archive/${PV}.tar.gz -> ${P}-src.tar
 LICENSE="BSD"
 
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~ppc ~x86"
+KEYWORDS="amd64 arm ~arm64 ~ppc x86"


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2021-05-02 15:12 Michał Górny
  0 siblings, 0 replies; 130+ messages in thread
From: Michał Górny @ 2021-05-02 15:12 UTC (permalink / raw
  To: gentoo-commits

commit:     a540847441dbe4a6de3eff54c20c8a50378abd19
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May  2 06:59:16 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May  2 15:12:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5408474

dev-python/websockets: Bump to 9.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/websockets/Manifest              |  1 +
 dev-python/websockets/websockets-9.0.ebuild | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/dev-python/websockets/Manifest b/dev-python/websockets/Manifest
index 3e765893544..4cd17ad3d10 100644
--- a/dev-python/websockets/Manifest
+++ b/dev-python/websockets/Manifest
@@ -1 +1,2 @@
 DIST websockets-8.1-src.tar.gz 156472 BLAKE2B 6cb5eec8276f7ef7172048eba6157560f42cec28acacc1a0a2f426ea1cab9a04029ebb1f8285b1aa2862c30aac8f2af81ef85d4dba8e53e267b665b718e01d5a SHA512 d245702574cf513da54bfc0ca10768558cd4e5017ecf8cb647f4b9176561192a3ace64edfc5c6f735664bf1b6136aa0bb9828114478f92d2c051e3109a218c12
+DIST websockets-9.0-src.tar.gz 192076 BLAKE2B f5d2fe0e947b4833a11c013ce64640369794e1c5e4db5dcee7a630d8edd46ba72afd4bc42cd8adb392c09e2758d907a0029e09d61465215b3fbaa2430582cf2f SHA512 446d9734e2767a19a5c84de2676cf3730dc717d94e14443ded01727d47b02fca67546bcebe37d177088baaee61c8a7a90f7e15df1ee5bd0ed0a96bb4e46ad1d8

diff --git a/dev-python/websockets/websockets-9.0.ebuild b/dev-python/websockets/websockets-9.0.ebuild
new file mode 100644
index 00000000000..0992a9e2d61
--- /dev/null
+++ b/dev-python/websockets/websockets-9.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Library for building WebSocket servers and clients in Python"
+HOMEPAGE="https://websockets.readthedocs.io/"
+SRC_URI="https://github.com/aaugustin/${PN}/archive/${PV}.tar.gz -> ${P}-src.tar.gz"
+LICENSE="BSD"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+
+distutils_enable_tests unittest


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2021-05-02 15:12 Michał Górny
  0 siblings, 0 replies; 130+ messages in thread
From: Michał Górny @ 2021-05-02 15:12 UTC (permalink / raw
  To: gentoo-commits

commit:     1b2c794abe9260ff716e294d5e823c5e3e9586c6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May  2 06:59:39 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May  2 15:12:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b2c794a

dev-python/websockets: Add python@ as co-maint.

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/websockets/metadata.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dev-python/websockets/metadata.xml b/dev-python/websockets/metadata.xml
index 98f685d013f..3380b2dc868 100644
--- a/dev-python/websockets/metadata.xml
+++ b/dev-python/websockets/metadata.xml
@@ -5,6 +5,10 @@
 		<email>games@gentoo.org</email>
 		<name>Gentoo Games Project</name>
 	</maintainer>
+	<maintainer type="project">
+		<email>python@gentoo.org</email>
+		<name>Python</name>
+	</maintainer>
 	<upstream>
 		<remote-id type="github">aaugustin/websockets</remote-id>
 		<remote-id type="pypi">websockets</remote-id>


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2021-05-03  9:16 Michał Górny
  0 siblings, 0 replies; 130+ messages in thread
From: Michał Górny @ 2021-05-03  9:16 UTC (permalink / raw
  To: gentoo-commits

commit:     935087bf397bd391cedb50acdad455b8c65ceb20
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May  3 08:05:27 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May  3 09:16:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=935087bf

dev-python/websockets: Bump to 9.0.1

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/websockets/Manifest                |  1 +
 dev-python/websockets/websockets-9.0.1.ebuild | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/dev-python/websockets/Manifest b/dev-python/websockets/Manifest
index 4cd17ad3d10..bbe7d763215 100644
--- a/dev-python/websockets/Manifest
+++ b/dev-python/websockets/Manifest
@@ -1,2 +1,3 @@
 DIST websockets-8.1-src.tar.gz 156472 BLAKE2B 6cb5eec8276f7ef7172048eba6157560f42cec28acacc1a0a2f426ea1cab9a04029ebb1f8285b1aa2862c30aac8f2af81ef85d4dba8e53e267b665b718e01d5a SHA512 d245702574cf513da54bfc0ca10768558cd4e5017ecf8cb647f4b9176561192a3ace64edfc5c6f735664bf1b6136aa0bb9828114478f92d2c051e3109a218c12
 DIST websockets-9.0-src.tar.gz 192076 BLAKE2B f5d2fe0e947b4833a11c013ce64640369794e1c5e4db5dcee7a630d8edd46ba72afd4bc42cd8adb392c09e2758d907a0029e09d61465215b3fbaa2430582cf2f SHA512 446d9734e2767a19a5c84de2676cf3730dc717d94e14443ded01727d47b02fca67546bcebe37d177088baaee61c8a7a90f7e15df1ee5bd0ed0a96bb4e46ad1d8
+DIST websockets-9.0.1-src.tar.gz 191411 BLAKE2B 9e45836334f55c18391fc853c81fe7d2b3929fc3fe19d216498a8f39891c82efaa83608ed6732375e1d6fa2a9c84aad77c99aa3e6f57a9a328ff9168a1e58c77 SHA512 554dc5f272f4f849982a2e2a3d391bc6dfc36dc247aa0e2854913d18772749762db424da38f135f8cf4a2a5f67a379f774faba76eb3113bafe509ac62753bed1

diff --git a/dev-python/websockets/websockets-9.0.1.ebuild b/dev-python/websockets/websockets-9.0.1.ebuild
new file mode 100644
index 00000000000..0992a9e2d61
--- /dev/null
+++ b/dev-python/websockets/websockets-9.0.1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Library for building WebSocket servers and clients in Python"
+HOMEPAGE="https://websockets.readthedocs.io/"
+SRC_URI="https://github.com/aaugustin/${PN}/archive/${PV}.tar.gz -> ${P}-src.tar.gz"
+LICENSE="BSD"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+
+distutils_enable_tests unittest


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2021-05-15 21:18 Michał Górny
  0 siblings, 0 replies; 130+ messages in thread
From: Michał Górny @ 2021-05-15 21:18 UTC (permalink / raw
  To: gentoo-commits

commit:     0046ba3082d723c14937db2e0a9e4dfd36880fb3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 15 20:58:30 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 15 21:18:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0046ba30

dev-python/websockets: Bump to 9.0.2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/websockets/Manifest                |  1 +
 dev-python/websockets/websockets-9.0.2.ebuild | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/dev-python/websockets/Manifest b/dev-python/websockets/Manifest
index bbe7d763215..0b92fae7b5f 100644
--- a/dev-python/websockets/Manifest
+++ b/dev-python/websockets/Manifest
@@ -1,3 +1,4 @@
 DIST websockets-8.1-src.tar.gz 156472 BLAKE2B 6cb5eec8276f7ef7172048eba6157560f42cec28acacc1a0a2f426ea1cab9a04029ebb1f8285b1aa2862c30aac8f2af81ef85d4dba8e53e267b665b718e01d5a SHA512 d245702574cf513da54bfc0ca10768558cd4e5017ecf8cb647f4b9176561192a3ace64edfc5c6f735664bf1b6136aa0bb9828114478f92d2c051e3109a218c12
 DIST websockets-9.0-src.tar.gz 192076 BLAKE2B f5d2fe0e947b4833a11c013ce64640369794e1c5e4db5dcee7a630d8edd46ba72afd4bc42cd8adb392c09e2758d907a0029e09d61465215b3fbaa2430582cf2f SHA512 446d9734e2767a19a5c84de2676cf3730dc717d94e14443ded01727d47b02fca67546bcebe37d177088baaee61c8a7a90f7e15df1ee5bd0ed0a96bb4e46ad1d8
 DIST websockets-9.0.1-src.tar.gz 191411 BLAKE2B 9e45836334f55c18391fc853c81fe7d2b3929fc3fe19d216498a8f39891c82efaa83608ed6732375e1d6fa2a9c84aad77c99aa3e6f57a9a328ff9168a1e58c77 SHA512 554dc5f272f4f849982a2e2a3d391bc6dfc36dc247aa0e2854913d18772749762db424da38f135f8cf4a2a5f67a379f774faba76eb3113bafe509ac62753bed1
+DIST websockets-9.0.2-src.tar.gz 191752 BLAKE2B fde055626e067c482e81a80e0bfe32be81451b99c77c66a4d99b9375a93e46ee627668323599cd7444c834a13cefefadcc9acfa3f8ed00fc8a2a69d743a7fe69 SHA512 ddbd98c70734ff387b96396e5233286154a1f5f92db945f723012e7199f71db31e514d407f065c9d027358dfac0bd1ad59396bc7560b15749e9828af827a23cc

diff --git a/dev-python/websockets/websockets-9.0.2.ebuild b/dev-python/websockets/websockets-9.0.2.ebuild
new file mode 100644
index 00000000000..0992a9e2d61
--- /dev/null
+++ b/dev-python/websockets/websockets-9.0.2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Library for building WebSocket servers and clients in Python"
+HOMEPAGE="https://websockets.readthedocs.io/"
+SRC_URI="https://github.com/aaugustin/${PN}/archive/${PV}.tar.gz -> ${P}-src.tar.gz"
+LICENSE="BSD"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+
+distutils_enable_tests unittest


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2021-05-18 17:28 Sam James
  0 siblings, 0 replies; 130+ messages in thread
From: Sam James @ 2021-05-18 17:28 UTC (permalink / raw
  To: gentoo-commits

commit:     c5ec55735d1da6e9422e343073152ca8d8fc275e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 18 17:28:09 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 18 17:28:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5ec5573

dev-python/websockets: Keyword 9.0.2 sparc, #790152

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/websockets/websockets-9.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-9.0.2.ebuild b/dev-python/websockets/websockets-9.0.2.ebuild
index a31a76bc25b..ab6d5c255ee 100644
--- a/dev-python/websockets/websockets-9.0.2.ebuild
+++ b/dev-python/websockets/websockets-9.0.2.ebuild
@@ -13,6 +13,6 @@ SRC_URI="https://github.com/aaugustin/${PN}/archive/${PV}.tar.gz -> ${P}-src.tar
 LICENSE="BSD"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
 
 distutils_enable_tests unittest


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2021-05-27 23:18 Michał Górny
  0 siblings, 0 replies; 130+ messages in thread
From: Michał Górny @ 2021-05-27 23:18 UTC (permalink / raw
  To: gentoo-commits

commit:     bf85c518b12558f590d691f8e2dca6f0cf1b0e58
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 27 22:48:30 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 27 23:18:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf85c518

dev-python/websockets: Bump to 9.1

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/websockets/Manifest              |  1 +
 dev-python/websockets/websockets-9.1.ebuild | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/dev-python/websockets/Manifest b/dev-python/websockets/Manifest
index 0b92fae7b5f..0b45a423cab 100644
--- a/dev-python/websockets/Manifest
+++ b/dev-python/websockets/Manifest
@@ -2,3 +2,4 @@ DIST websockets-8.1-src.tar.gz 156472 BLAKE2B 6cb5eec8276f7ef7172048eba6157560f4
 DIST websockets-9.0-src.tar.gz 192076 BLAKE2B f5d2fe0e947b4833a11c013ce64640369794e1c5e4db5dcee7a630d8edd46ba72afd4bc42cd8adb392c09e2758d907a0029e09d61465215b3fbaa2430582cf2f SHA512 446d9734e2767a19a5c84de2676cf3730dc717d94e14443ded01727d47b02fca67546bcebe37d177088baaee61c8a7a90f7e15df1ee5bd0ed0a96bb4e46ad1d8
 DIST websockets-9.0.1-src.tar.gz 191411 BLAKE2B 9e45836334f55c18391fc853c81fe7d2b3929fc3fe19d216498a8f39891c82efaa83608ed6732375e1d6fa2a9c84aad77c99aa3e6f57a9a328ff9168a1e58c77 SHA512 554dc5f272f4f849982a2e2a3d391bc6dfc36dc247aa0e2854913d18772749762db424da38f135f8cf4a2a5f67a379f774faba76eb3113bafe509ac62753bed1
 DIST websockets-9.0.2-src.tar.gz 191752 BLAKE2B fde055626e067c482e81a80e0bfe32be81451b99c77c66a4d99b9375a93e46ee627668323599cd7444c834a13cefefadcc9acfa3f8ed00fc8a2a69d743a7fe69 SHA512 ddbd98c70734ff387b96396e5233286154a1f5f92db945f723012e7199f71db31e514d407f065c9d027358dfac0bd1ad59396bc7560b15749e9828af827a23cc
+DIST websockets-9.1-src.tar.gz 191813 BLAKE2B cb3807f01e1a4c22a40bf5150d1e8b21ca786dc5bc4da8f3e6602971f3f7c79b57092f5ddfe3ee52ec00e7fd15f3a992fdbb94b5e26599f2621a7f51434ba6dd SHA512 ff2907a913ff0b8ced6dda72b6fc6512a2ece3ffded2e2dcb8ff6805de9ad504430cc1871c1f6e02ab8069e7b96b2e7609afaf3c9c25f9271b28e2daa72bd3ac

diff --git a/dev-python/websockets/websockets-9.1.ebuild b/dev-python/websockets/websockets-9.1.ebuild
new file mode 100644
index 00000000000..ab6d5c255ee
--- /dev/null
+++ b/dev-python/websockets/websockets-9.1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Library for building WebSocket servers and clients in Python"
+HOMEPAGE="https://websockets.readthedocs.io/"
+SRC_URI="https://github.com/aaugustin/${PN}/archive/${PV}.tar.gz -> ${P}-src.tar.gz"
+LICENSE="BSD"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+
+distutils_enable_tests unittest


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2021-05-28  7:35 Agostino Sarubbo
  0 siblings, 0 replies; 130+ messages in thread
From: Agostino Sarubbo @ 2021-05-28  7:35 UTC (permalink / raw
  To: gentoo-commits

commit:     8dcb64bd7fcacc60a9ec69c481f099cf3a4ca791
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri May 28 07:35:27 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri May 28 07:35:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dcb64bd

dev-python/websockets: x86 stable wrt bug #792564

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-python/websockets/websockets-9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-9.1.ebuild b/dev-python/websockets/websockets-9.1.ebuild
index ab6d5c255ee..fe21ca0ab5a 100644
--- a/dev-python/websockets/websockets-9.1.ebuild
+++ b/dev-python/websockets/websockets-9.1.ebuild
@@ -13,6 +13,6 @@ SRC_URI="https://github.com/aaugustin/${PN}/archive/${PV}.tar.gz -> ${P}-src.tar
 LICENSE="BSD"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
 
 distutils_enable_tests unittest


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2021-05-29  8:41 Agostino Sarubbo
  0 siblings, 0 replies; 130+ messages in thread
From: Agostino Sarubbo @ 2021-05-29  8:41 UTC (permalink / raw
  To: gentoo-commits

commit:     e332a7c71e7f2ea70278acdba0da4f9e9b7c3b1d
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat May 29 08:39:52 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat May 29 08:39:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e332a7c7

dev-python/websockets: amd64 stable wrt bug #792564

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-python/websockets/websockets-9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-9.1.ebuild b/dev-python/websockets/websockets-9.1.ebuild
index fe21ca0ab5a..b3525e6674e 100644
--- a/dev-python/websockets/websockets-9.1.ebuild
+++ b/dev-python/websockets/websockets-9.1.ebuild
@@ -13,6 +13,6 @@ SRC_URI="https://github.com/aaugustin/${PN}/archive/${PV}.tar.gz -> ${P}-src.tar
 LICENSE="BSD"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
 
 distutils_enable_tests unittest


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2021-05-30  5:15 Sam James
  0 siblings, 0 replies; 130+ messages in thread
From: Sam James @ 2021-05-30  5:15 UTC (permalink / raw
  To: gentoo-commits

commit:     ec9a5863e0ebf91d847d6c42709e9800652f5a65
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 30 05:14:48 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 30 05:14:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec9a5863

dev-python/websockets: Stabilize 9.1 arm, #792564

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/websockets/websockets-9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-9.1.ebuild b/dev-python/websockets/websockets-9.1.ebuild
index b3525e6674e..493b06dfa55 100644
--- a/dev-python/websockets/websockets-9.1.ebuild
+++ b/dev-python/websockets/websockets-9.1.ebuild
@@ -13,6 +13,6 @@ SRC_URI="https://github.com/aaugustin/${PN}/archive/${PV}.tar.gz -> ${P}-src.tar
 LICENSE="BSD"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~sparc x86"
 
 distutils_enable_tests unittest


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2021-05-30 10:08 Michał Górny
  0 siblings, 0 replies; 130+ messages in thread
From: Michał Górny @ 2021-05-30 10:08 UTC (permalink / raw
  To: gentoo-commits

commit:     23402fd4f2821904847244bda4a4ce14a3e7b955
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 30 09:40:39 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 30 10:08:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23402fd4

dev-python/websockets: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/websockets/Manifest                |  4 ----
 dev-python/websockets/websockets-8.1.ebuild   | 17 -----------------
 dev-python/websockets/websockets-9.0.1.ebuild | 18 ------------------
 dev-python/websockets/websockets-9.0.2.ebuild | 18 ------------------
 dev-python/websockets/websockets-9.0.ebuild   | 18 ------------------
 5 files changed, 75 deletions(-)

diff --git a/dev-python/websockets/Manifest b/dev-python/websockets/Manifest
index 0b45a423cab..91482ee75fc 100644
--- a/dev-python/websockets/Manifest
+++ b/dev-python/websockets/Manifest
@@ -1,5 +1 @@
-DIST websockets-8.1-src.tar.gz 156472 BLAKE2B 6cb5eec8276f7ef7172048eba6157560f42cec28acacc1a0a2f426ea1cab9a04029ebb1f8285b1aa2862c30aac8f2af81ef85d4dba8e53e267b665b718e01d5a SHA512 d245702574cf513da54bfc0ca10768558cd4e5017ecf8cb647f4b9176561192a3ace64edfc5c6f735664bf1b6136aa0bb9828114478f92d2c051e3109a218c12
-DIST websockets-9.0-src.tar.gz 192076 BLAKE2B f5d2fe0e947b4833a11c013ce64640369794e1c5e4db5dcee7a630d8edd46ba72afd4bc42cd8adb392c09e2758d907a0029e09d61465215b3fbaa2430582cf2f SHA512 446d9734e2767a19a5c84de2676cf3730dc717d94e14443ded01727d47b02fca67546bcebe37d177088baaee61c8a7a90f7e15df1ee5bd0ed0a96bb4e46ad1d8
-DIST websockets-9.0.1-src.tar.gz 191411 BLAKE2B 9e45836334f55c18391fc853c81fe7d2b3929fc3fe19d216498a8f39891c82efaa83608ed6732375e1d6fa2a9c84aad77c99aa3e6f57a9a328ff9168a1e58c77 SHA512 554dc5f272f4f849982a2e2a3d391bc6dfc36dc247aa0e2854913d18772749762db424da38f135f8cf4a2a5f67a379f774faba76eb3113bafe509ac62753bed1
-DIST websockets-9.0.2-src.tar.gz 191752 BLAKE2B fde055626e067c482e81a80e0bfe32be81451b99c77c66a4d99b9375a93e46ee627668323599cd7444c834a13cefefadcc9acfa3f8ed00fc8a2a69d743a7fe69 SHA512 ddbd98c70734ff387b96396e5233286154a1f5f92db945f723012e7199f71db31e514d407f065c9d027358dfac0bd1ad59396bc7560b15749e9828af827a23cc
 DIST websockets-9.1-src.tar.gz 191813 BLAKE2B cb3807f01e1a4c22a40bf5150d1e8b21ca786dc5bc4da8f3e6602971f3f7c79b57092f5ddfe3ee52ec00e7fd15f3a992fdbb94b5e26599f2621a7f51434ba6dd SHA512 ff2907a913ff0b8ced6dda72b6fc6512a2ece3ffded2e2dcb8ff6805de9ad504430cc1871c1f6e02ab8069e7b96b2e7609afaf3c9c25f9271b28e2daa72bd3ac

diff --git a/dev-python/websockets/websockets-8.1.ebuild b/dev-python/websockets/websockets-8.1.ebuild
deleted file mode 100644
index d78c4008f60..00000000000
--- a/dev-python/websockets/websockets-8.1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit distutils-r1
-distutils_enable_tests unittest
-
-DESCRIPTION="Library for building WebSocket servers and clients in Python"
-HOMEPAGE="https://websockets.readthedocs.io/"
-SRC_URI="https://github.com/aaugustin/${PN}/archive/${PV}.tar.gz -> ${P}-src.tar.gz"
-LICENSE="BSD"
-
-SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~ppc x86"

diff --git a/dev-python/websockets/websockets-9.0.1.ebuild b/dev-python/websockets/websockets-9.0.1.ebuild
deleted file mode 100644
index 0992a9e2d61..00000000000
--- a/dev-python/websockets/websockets-9.0.1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Library for building WebSocket servers and clients in Python"
-HOMEPAGE="https://websockets.readthedocs.io/"
-SRC_URI="https://github.com/aaugustin/${PN}/archive/${PV}.tar.gz -> ${P}-src.tar.gz"
-LICENSE="BSD"
-
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
-
-distutils_enable_tests unittest

diff --git a/dev-python/websockets/websockets-9.0.2.ebuild b/dev-python/websockets/websockets-9.0.2.ebuild
deleted file mode 100644
index ab6d5c255ee..00000000000
--- a/dev-python/websockets/websockets-9.0.2.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Library for building WebSocket servers and clients in Python"
-HOMEPAGE="https://websockets.readthedocs.io/"
-SRC_URI="https://github.com/aaugustin/${PN}/archive/${PV}.tar.gz -> ${P}-src.tar.gz"
-LICENSE="BSD"
-
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
-
-distutils_enable_tests unittest

diff --git a/dev-python/websockets/websockets-9.0.ebuild b/dev-python/websockets/websockets-9.0.ebuild
deleted file mode 100644
index 0992a9e2d61..00000000000
--- a/dev-python/websockets/websockets-9.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Library for building WebSocket servers and clients in Python"
-HOMEPAGE="https://websockets.readthedocs.io/"
-SRC_URI="https://github.com/aaugustin/${PN}/archive/${PV}.tar.gz -> ${P}-src.tar.gz"
-LICENSE="BSD"
-
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
-
-distutils_enable_tests unittest


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2021-06-17 15:56 Sergei Trofimovich
  0 siblings, 0 replies; 130+ messages in thread
From: Sergei Trofimovich @ 2021-06-17 15:56 UTC (permalink / raw
  To: gentoo-commits

commit:     5cf45b259d75d0a448f23e311d7bb4f31ae79e51
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Thu Jun 17 14:58:12 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Jun 17 15:55:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cf45b25

dev-python/websockets: stable 9.1 for sparc, bug #796065

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-python/websockets/websockets-9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-9.1.ebuild b/dev-python/websockets/websockets-9.1.ebuild
index 493b06dfa55..e4f500fb7ce 100644
--- a/dev-python/websockets/websockets-9.1.ebuild
+++ b/dev-python/websockets/websockets-9.1.ebuild
@@ -13,6 +13,6 @@ SRC_URI="https://github.com/aaugustin/${PN}/archive/${PV}.tar.gz -> ${P}-src.tar
 LICENSE="BSD"
 
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 sparc x86"
 
 distutils_enable_tests unittest


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2021-07-26  2:14 Sam James
  0 siblings, 0 replies; 130+ messages in thread
From: Sam James @ 2021-07-26  2:14 UTC (permalink / raw
  To: gentoo-commits

commit:     a62871276673598e7ee57867e7df13263884f06b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 26 02:13:30 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 26 02:13:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6287127

dev-python/websockets: Stabilize 9.1 ppc, #796065

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/websockets/websockets-9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-9.1.ebuild b/dev-python/websockets/websockets-9.1.ebuild
index a41e8123dd5..30e6ce2d115 100644
--- a/dev-python/websockets/websockets-9.1.ebuild
+++ b/dev-python/websockets/websockets-9.1.ebuild
@@ -13,6 +13,6 @@ SRC_URI="https://github.com/aaugustin/${PN}/archive/${PV}.tar.gz -> ${P}-src.tar
 LICENSE="BSD"
 
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 arm arm64 ppc ~ppc64 sparc x86"
 
 distutils_enable_tests unittest


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2021-07-26  2:14 Sam James
  0 siblings, 0 replies; 130+ messages in thread
From: Sam James @ 2021-07-26  2:14 UTC (permalink / raw
  To: gentoo-commits

commit:     4d98bdaa04699667ceceb8b83d250f0cddd0d6ec
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 26 02:13:49 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 26 02:13:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d98bdaa

dev-python/websockets: Stabilize 9.1 ppc64, #796065

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/websockets/websockets-9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-9.1.ebuild b/dev-python/websockets/websockets-9.1.ebuild
index 30e6ce2d115..6f59bacfa94 100644
--- a/dev-python/websockets/websockets-9.1.ebuild
+++ b/dev-python/websockets/websockets-9.1.ebuild
@@ -13,6 +13,6 @@ SRC_URI="https://github.com/aaugustin/${PN}/archive/${PV}.tar.gz -> ${P}-src.tar
 LICENSE="BSD"
 
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86"
 
 distutils_enable_tests unittest


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2021-07-27  5:37 Michał Górny
  0 siblings, 0 replies; 130+ messages in thread
From: Michał Górny @ 2021-07-27  5:37 UTC (permalink / raw
  To: gentoo-commits

commit:     89af6c0e26ca68ebd17bf39f2458b6ce3cd9bdd3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 27 05:19:56 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jul 27 05:37:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89af6c0e

dev-python/websockets: Skip tests that fail on slower hw

The ping tests tend to require execution with millisecond precision.
This makes them fail on slower hardware.

Closes: https://bugs.gentoo.org/804312
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/websockets/websockets-9.1.ebuild | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/dev-python/websockets/websockets-9.1.ebuild b/dev-python/websockets/websockets-9.1.ebuild
index 6f59bacfa94..5e3b89269e2 100644
--- a/dev-python/websockets/websockets-9.1.ebuild
+++ b/dev-python/websockets/websockets-9.1.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 
@@ -16,3 +16,12 @@ SLOT="0"
 KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86"
 
 distutils_enable_tests unittest
+
+src_prepare() {
+	# these fail due to timeouts on slower hardware
+	sed -e 's:test_keepalive_ping_with_no_ping_timeout:_&:' \
+		-e 's:test_keepalive_ping(:_&:' \
+		-i tests/legacy/test_protocol.py || die
+
+	distutils-r1_src_prepare
+}


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2021-08-05 18:53 Louis Sautier
  0 siblings, 0 replies; 130+ messages in thread
From: Louis Sautier @ 2021-08-05 18:53 UTC (permalink / raw
  To: gentoo-commits

commit:     a8fa5fd7d0dd55197ac350a46fcce7be88c6f39e
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  5 00:24:56 2021 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Thu Aug  5 18:52:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8fa5fd7

dev-python/websockets: enable py3.10 via backported patch

Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 dev-python/websockets/Manifest                 |  1 +
 dev-python/websockets/websockets-9.1-r1.ebuild | 35 ++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/websockets/Manifest b/dev-python/websockets/Manifest
index 91482ee75fc..e6d18855542 100644
--- a/dev-python/websockets/Manifest
+++ b/dev-python/websockets/Manifest
@@ -1 +1,2 @@
+DIST websockets-9.1-python-3.10-support.patch.gz 6940 BLAKE2B e4835c7d5efaf956d07b884c85e0b95f26674bf36164fa8362d1c1a564a959bde761d25e747333c58864f74a5ea1b199f228a46ec6a1647c5495ea032020c179 SHA512 7fb4b298a9167c8d913e293fa7549b21d5acb333a5b97e0624a22cb83548ef548b819ac23750c40295140b6f83a701c73a81fdcaed3ab8e704dbee8e17d22f1d
 DIST websockets-9.1-src.tar.gz 191813 BLAKE2B cb3807f01e1a4c22a40bf5150d1e8b21ca786dc5bc4da8f3e6602971f3f7c79b57092f5ddfe3ee52ec00e7fd15f3a992fdbb94b5e26599f2621a7f51434ba6dd SHA512 ff2907a913ff0b8ced6dda72b6fc6512a2ece3ffded2e2dcb8ff6805de9ad504430cc1871c1f6e02ab8069e7b96b2e7609afaf3c9c25f9271b28e2daa72bd3ac

diff --git a/dev-python/websockets/websockets-9.1-r1.ebuild b/dev-python/websockets/websockets-9.1-r1.ebuild
new file mode 100644
index 00000000000..4fe1b8159c4
--- /dev/null
+++ b/dev-python/websockets/websockets-9.1-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Library for building WebSocket servers and clients in Python"
+HOMEPAGE="https://websockets.readthedocs.io/"
+SRC_URI="
+	https://github.com/aaugustin/${PN}/archive/${PV}.tar.gz -> ${P}-src.tar.gz
+	https://dev.gentoo.org/~sbraz/${P}-python-3.10-support.patch.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+
+distutils_enable_tests unittest
+
+PATCHES=(
+	# https://github.com/aaugustin/websockets/commit/08d8011132ba038b3f6c4d591189b57af4c9f147
+	"${WORKDIR}/${P}-python-3.10-support.patch"
+)
+
+src_prepare() {
+	# these fail due to timeouts on slower hardware
+	sed -e 's:test_keepalive_ping_with_no_ping_timeout:_&:' \
+		-e 's:test_keepalive_ping(:_&:' \
+		-i tests/legacy/test_protocol.py || die
+
+	distutils-r1_src_prepare
+}


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2021-08-24 21:02 Marek Szuba
  0 siblings, 0 replies; 130+ messages in thread
From: Marek Szuba @ 2021-08-24 21:02 UTC (permalink / raw
  To: gentoo-commits

commit:     0f982259aaa857e660e9daad5ffdfb030ca9cc74
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 24 20:00:14 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Tue Aug 24 21:02:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f982259

dev-python/websockets: keyword 9.1-r1 for ~riscv

Seven legacy tests time out due to taking too long but this appears to
be a known issue, see
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=857753 .

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 dev-python/websockets/websockets-9.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-9.1-r1.ebuild b/dev-python/websockets/websockets-9.1-r1.ebuild
index 4fe1b8159c4..a68c4559025 100644
--- a/dev-python/websockets/websockets-9.1-r1.ebuild
+++ b/dev-python/websockets/websockets-9.1-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 distutils_enable_tests unittest
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2021-09-16  6:29 Sam James
  0 siblings, 0 replies; 130+ messages in thread
From: Sam James @ 2021-09-16  6:29 UTC (permalink / raw
  To: gentoo-commits

commit:     f04535848fdf1d63a45e78ab9dac0b4149976952
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 16 06:28:44 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 16 06:28:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0453584

dev-python/websockets: Stabilize 9.1-r1 arm, #813135

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/websockets/websockets-9.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-9.1-r1.ebuild b/dev-python/websockets/websockets-9.1-r1.ebuild
index a68c4559025..15008ac4e38 100644
--- a/dev-python/websockets/websockets-9.1-r1.ebuild
+++ b/dev-python/websockets/websockets-9.1-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 distutils_enable_tests unittest
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2021-09-16 18:56 Sam James
  0 siblings, 0 replies; 130+ messages in thread
From: Sam James @ 2021-09-16 18:56 UTC (permalink / raw
  To: gentoo-commits

commit:     775d62eef845f2c80757b606316f08aa2e784970
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 16 18:55:34 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 16 18:55:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=775d62ee

dev-python/websockets: Stabilize 9.1-r1 arm64, #813135

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/websockets/websockets-9.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-9.1-r1.ebuild b/dev-python/websockets/websockets-9.1-r1.ebuild
index 15008ac4e38..79f4bfdd411 100644
--- a/dev-python/websockets/websockets-9.1-r1.ebuild
+++ b/dev-python/websockets/websockets-9.1-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 distutils_enable_tests unittest
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2021-09-17  9:19 Agostino Sarubbo
  0 siblings, 0 replies; 130+ messages in thread
From: Agostino Sarubbo @ 2021-09-17  9:19 UTC (permalink / raw
  To: gentoo-commits

commit:     e72992764e5077c0834010eb4df4a3c5c9e39a21
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 17 09:19:15 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Sep 17 09:19:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7299276

dev-python/websockets: sparc stable wrt bug #813135

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-python/websockets/websockets-9.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-9.1-r1.ebuild b/dev-python/websockets/websockets-9.1-r1.ebuild
index 79f4bfdd411..0322ed3e683 100644
--- a/dev-python/websockets/websockets-9.1-r1.ebuild
+++ b/dev-python/websockets/websockets-9.1-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 arm arm64 ~ppc ~ppc64 ~riscv sparc ~x86"
 
 distutils_enable_tests unittest
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2021-09-17 14:14 Agostino Sarubbo
  0 siblings, 0 replies; 130+ messages in thread
From: Agostino Sarubbo @ 2021-09-17 14:14 UTC (permalink / raw
  To: gentoo-commits

commit:     6d961bf73dea0d9d76a60b22aabe326ddee1af83
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 17 14:13:53 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Sep 17 14:13:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d961bf7

dev-python/websockets: amd64 stable wrt bug #813135

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-python/websockets/websockets-9.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-9.1-r1.ebuild b/dev-python/websockets/websockets-9.1-r1.ebuild
index 0322ed3e683..87a968bdad6 100644
--- a/dev-python/websockets/websockets-9.1-r1.ebuild
+++ b/dev-python/websockets/websockets-9.1-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~ppc ~ppc64 ~riscv sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv sparc ~x86"
 
 distutils_enable_tests unittest
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2021-09-18  4:25 Sam James
  0 siblings, 0 replies; 130+ messages in thread
From: Sam James @ 2021-09-18  4:25 UTC (permalink / raw
  To: gentoo-commits

commit:     76d7aa024091753680624b9149f2f8cffa617cbc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 18 04:24:20 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 18 04:24:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76d7aa02

dev-python/websockets: Stabilize 9.1-r1 ppc64, #813135

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/websockets/websockets-9.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-9.1-r1.ebuild b/dev-python/websockets/websockets-9.1-r1.ebuild
index 87a968bdad6..155c847f531 100644
--- a/dev-python/websockets/websockets-9.1-r1.ebuild
+++ b/dev-python/websockets/websockets-9.1-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv sparc ~x86"
 
 distutils_enable_tests unittest
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2021-09-18 12:30 Agostino Sarubbo
  0 siblings, 0 replies; 130+ messages in thread
From: Agostino Sarubbo @ 2021-09-18 12:30 UTC (permalink / raw
  To: gentoo-commits

commit:     957fc365660d983cc1c1359698cca76bcc556c95
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 18 12:29:35 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Sep 18 12:30:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=957fc365

dev-python/websockets: x86 stable wrt bug #813135

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-python/websockets/websockets-9.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-9.1-r1.ebuild b/dev-python/websockets/websockets-9.1-r1.ebuild
index 155c847f531..3f2212c5526 100644
--- a/dev-python/websockets/websockets-9.1-r1.ebuild
+++ b/dev-python/websockets/websockets-9.1-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv sparc x86"
 
 distutils_enable_tests unittest
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2021-09-25  5:18 Agostino Sarubbo
  0 siblings, 0 replies; 130+ messages in thread
From: Agostino Sarubbo @ 2021-09-25  5:18 UTC (permalink / raw
  To: gentoo-commits

commit:     680388fb145a8e3f285b6d1146b32debc3f8d5ac
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 25 05:18:12 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Sep 25 05:18:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=680388fb

dev-python/websockets: ppc stable wrt bug #813135

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-python/websockets/websockets-9.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-9.1-r1.ebuild b/dev-python/websockets/websockets-9.1-r1.ebuild
index 3f2212c5526..b4202f59a40 100644
--- a/dev-python/websockets/websockets-9.1-r1.ebuild
+++ b/dev-python/websockets/websockets-9.1-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86"
 
 distutils_enable_tests unittest
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2021-09-25  7:45 Michał Górny
  0 siblings, 0 replies; 130+ messages in thread
From: Michał Górny @ 2021-09-25  7:45 UTC (permalink / raw
  To: gentoo-commits

commit:     74b4c03fd307ee9d86c4e8aebe431ca0a8e43c78
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 25 07:03:23 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 25 07:45:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74b4c03f

dev-python/websockets: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/websockets/websockets-9.1.ebuild | 27 ---------------------------
 1 file changed, 27 deletions(-)

diff --git a/dev-python/websockets/websockets-9.1.ebuild b/dev-python/websockets/websockets-9.1.ebuild
deleted file mode 100644
index 5e3b89269e2..00000000000
--- a/dev-python/websockets/websockets-9.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Library for building WebSocket servers and clients in Python"
-HOMEPAGE="https://websockets.readthedocs.io/"
-SRC_URI="https://github.com/aaugustin/${PN}/archive/${PV}.tar.gz -> ${P}-src.tar.gz"
-LICENSE="BSD"
-
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86"
-
-distutils_enable_tests unittest
-
-src_prepare() {
-	# these fail due to timeouts on slower hardware
-	sed -e 's:test_keepalive_ping_with_no_ping_timeout:_&:' \
-		-e 's:test_keepalive_ping(:_&:' \
-		-i tests/legacy/test_protocol.py || die
-
-	distutils-r1_src_prepare
-}


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2021-10-15 22:43 Sam James
  0 siblings, 0 replies; 130+ messages in thread
From: Sam James @ 2021-10-15 22:43 UTC (permalink / raw
  To: gentoo-commits

commit:     2c4c3fa90c46d646142eb70b547cb55f7e0d36ce
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 15 22:42:54 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 15 22:42:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c4c3fa9

dev-python/websockets: Stabilize 10.0 arm, #818373

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/websockets/websockets-10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.0.ebuild b/dev-python/websockets/websockets-10.0.ebuild
index a03d8206ade..1b0e4b1ebc3 100644
--- a/dev-python/websockets/websockets-10.0.ebuild
+++ b/dev-python/websockets/websockets-10.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 distutils_enable_tests unittest
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2021-10-16  1:14 Sam James
  0 siblings, 0 replies; 130+ messages in thread
From: Sam James @ 2021-10-16  1:14 UTC (permalink / raw
  To: gentoo-commits

commit:     e325226712e68ee04018bdb7405415300cf84199
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 16 01:12:59 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 16 01:12:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3252267

dev-python/websockets: Stabilize 10.0 amd64, #818373

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/websockets/websockets-10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.0.ebuild b/dev-python/websockets/websockets-10.0.ebuild
index 1b0e4b1ebc3..215d05d890d 100644
--- a/dev-python/websockets/websockets-10.0.ebuild
+++ b/dev-python/websockets/websockets-10.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 distutils_enable_tests unittest
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2021-10-20  0:11 Sam James
  0 siblings, 0 replies; 130+ messages in thread
From: Sam James @ 2021-10-20  0:11 UTC (permalink / raw
  To: gentoo-commits

commit:     516ed2f232a6f991450d80f8ea29be913e811bdc
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Mon Oct 18 16:41:08 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 20 00:10:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=516ed2f2

dev-python/websockets: stable 10.0 for sparc, bug #818373

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/websockets/websockets-10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.0.ebuild b/dev-python/websockets/websockets-10.0.ebuild
index 215d05d890d..ac82499ce32 100644
--- a/dev-python/websockets/websockets-10.0.ebuild
+++ b/dev-python/websockets/websockets-10.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~riscv sparc ~x86"
 
 distutils_enable_tests unittest
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2021-10-30  7:52 James Le Cuirot
  0 siblings, 0 replies; 130+ messages in thread
From: James Le Cuirot @ 2021-10-30  7:52 UTC (permalink / raw
  To: gentoo-commits

commit:     df822423436f87dcd357ff2e2af57e041135d661
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 30 07:52:06 2021 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Oct 30 07:52:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df822423

dev-python/websockets: Fix tests on slower systems for 9.1

Infuriatingly, this approach makes one of the 10.0 tests fail
consistently on my fast desktop.

Bug: https://bugs.gentoo.org/810094
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 dev-python/websockets/websockets-9.1-r1.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-python/websockets/websockets-9.1-r1.ebuild b/dev-python/websockets/websockets-9.1-r1.ebuild
index b4202f59a40..319a32d784b 100644
--- a/dev-python/websockets/websockets-9.1-r1.ebuild
+++ b/dev-python/websockets/websockets-9.1-r1.ebuild
@@ -33,3 +33,6 @@ src_prepare() {
 
 	distutils-r1_src_prepare
 }
+
+# Be more tolerant with time-sensitive tests for slow systems.
+export WEBSOCKETS_TESTS_TIMEOUT_FACTOR=100


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2021-10-31 18:03 Sam James
  0 siblings, 0 replies; 130+ messages in thread
From: Sam James @ 2021-10-31 18:03 UTC (permalink / raw
  To: gentoo-commits

commit:     bc4cc78f0b227965bc9dc798bcb6219341c961c1
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Sun Oct 31 09:30:02 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 31 18:02:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc4cc78f

dev-python/websockets: keyworded 10.0 for hppa, bug #820815

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/websockets/websockets-10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.0.ebuild b/dev-python/websockets/websockets-10.0.ebuild
index ac82499ce32..f30051d5d43 100644
--- a/dev-python/websockets/websockets-10.0.ebuild
+++ b/dev-python/websockets/websockets-10.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~riscv sparc ~x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv sparc ~x86"
 
 distutils_enable_tests unittest
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2021-11-13 19:50 Sam James
  0 siblings, 0 replies; 130+ messages in thread
From: Sam James @ 2021-11-13 19:50 UTC (permalink / raw
  To: gentoo-commits

commit:     2478a7e90c53c6e37cbae4d74246f31b5a466771
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 13 19:49:34 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 13 19:49:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2478a7e9

dev-python/websockets: Stabilize 10.0 ppc64, #823605

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/websockets/websockets-10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.0.ebuild b/dev-python/websockets/websockets-10.0.ebuild
index f30051d5d43..4db3f3f09e1 100644
--- a/dev-python/websockets/websockets-10.0.ebuild
+++ b/dev-python/websockets/websockets-10.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv sparc ~x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ppc64 ~riscv sparc ~x86"
 
 distutils_enable_tests unittest
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2021-11-13 21:09 Jakov Smolić
  0 siblings, 0 replies; 130+ messages in thread
From: Jakov Smolić @ 2021-11-13 21:09 UTC (permalink / raw
  To: gentoo-commits

commit:     298015b1d4567e4b8e8e95e5f1aeefdd2e38b2e1
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 13 21:09:02 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Nov 13 21:09:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=298015b1

dev-python/websockets: Stabilize 10.0 x86, #823605

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-python/websockets/websockets-10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.0.ebuild b/dev-python/websockets/websockets-10.0.ebuild
index 4db3f3f09e1..020db74e27e 100644
--- a/dev-python/websockets/websockets-10.0.ebuild
+++ b/dev-python/websockets/websockets-10.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ppc64 ~riscv sparc ~x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ppc64 ~riscv sparc x86"
 
 distutils_enable_tests unittest
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2021-11-15  8:34 Michał Górny
  0 siblings, 0 replies; 130+ messages in thread
From: Michał Górny @ 2021-11-15  8:34 UTC (permalink / raw
  To: gentoo-commits

commit:     f85f24fc12198ae5de362cf7cb63c3f7436af315
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 15 08:17:31 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Nov 15 08:27:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f85f24fc

dev-python/websockets: Bump to 10.1

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/websockets/Manifest               |  1 +
 dev-python/websockets/websockets-10.1.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/websockets/Manifest b/dev-python/websockets/Manifest
index 70d22f3e2853..84a8b95eb32a 100644
--- a/dev-python/websockets/Manifest
+++ b/dev-python/websockets/Manifest
@@ -1,3 +1,4 @@
 DIST websockets-10.0-src.tar.gz 276231 BLAKE2B 6170f0540bc33be3d9a71f596ffee58e6e43c2173239a8fffe4f0c2a7555f8ce26849d85ed7865a5df6a4401f01bb0c928a341598916487cc79152a5031e9bbc SHA512 532289dc411d11cffc6e5aa07013cdad9655f124fbbd5dbdfe92985caf554644976a521466b1d3cbe124de11809e395b5e83195eac87495585779591b189c4d7
+DIST websockets-10.1-src.tar.gz 299315 BLAKE2B 425e7c8597f081874127ac75003aed11ebb2cf647ce9fed9e17c955e485a7a59c95d1112524d3f0d747b796b0cc41972258661c9fc9c7972f68aaebe3223b596 SHA512 c284ec92bc133c7083a72d4f364d9ace13d3eb6d7355ae46084d8097c137cdec3933cae9d5ab72d8a517af38328cea6c39877f747f5386df54a7362271cc7e7b
 DIST websockets-9.1-python-3.10-support.patch.gz 6940 BLAKE2B e4835c7d5efaf956d07b884c85e0b95f26674bf36164fa8362d1c1a564a959bde761d25e747333c58864f74a5ea1b199f228a46ec6a1647c5495ea032020c179 SHA512 7fb4b298a9167c8d913e293fa7549b21d5acb333a5b97e0624a22cb83548ef548b819ac23750c40295140b6f83a701c73a81fdcaed3ab8e704dbee8e17d22f1d
 DIST websockets-9.1-src.tar.gz 191813 BLAKE2B cb3807f01e1a4c22a40bf5150d1e8b21ca786dc5bc4da8f3e6602971f3f7c79b57092f5ddfe3ee52ec00e7fd15f3a992fdbb94b5e26599f2621a7f51434ba6dd SHA512 ff2907a913ff0b8ced6dda72b6fc6512a2ece3ffded2e2dcb8ff6805de9ad504430cc1871c1f6e02ab8069e7b96b2e7609afaf3c9c25f9271b28e2daa72bd3ac

diff --git a/dev-python/websockets/websockets-10.1.ebuild b/dev-python/websockets/websockets-10.1.ebuild
new file mode 100644
index 000000000000..3cecfefe466e
--- /dev/null
+++ b/dev-python/websockets/websockets-10.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Library for building WebSocket servers and clients in Python"
+HOMEPAGE="https://websockets.readthedocs.io/"
+SRC_URI="
+	https://github.com/aaugustin/${PN}/archive/${PV}.tar.gz -> ${P}-src.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+	# these fail due to timeouts on slower hardware
+	sed -e 's:test_keepalive_ping_with_no_ping_timeout:_&:' \
+		-e 's:test_keepalive_ping(:_&:' \
+		-i tests/legacy/test_protocol.py || die
+	distutils-r1_src_prepare
+}


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2021-11-18  9:09 Sam James
  0 siblings, 0 replies; 130+ messages in thread
From: Sam James @ 2021-11-18  9:09 UTC (permalink / raw
  To: gentoo-commits

commit:     f955347f212fb148333635c930fd01691ba4ffa6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 18 09:08:47 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Nov 18 09:08:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f955347f

dev-python/websockets: Stabilize 10.0 ppc, #803806

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/websockets/websockets-10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.0.ebuild b/dev-python/websockets/websockets-10.0.ebuild
index d5750cd72eb2..d50b8ce80636 100644
--- a/dev-python/websockets/websockets-10.0.ebuild
+++ b/dev-python/websockets/websockets-10.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ppc ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86"
 
 distutils_enable_tests unittest
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2021-12-03 16:41 Michał Górny
  0 siblings, 0 replies; 130+ messages in thread
From: Michał Górny @ 2021-12-03 16:41 UTC (permalink / raw
  To: gentoo-commits

commit:     049845b6da437491d1341b0b97df15a205c4d932
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  3 16:40:55 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec  3 16:40:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=049845b6

dev-python/websockets: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/websockets/Manifest                 |  2 --
 dev-python/websockets/websockets-9.1-r1.ebuild | 38 --------------------------
 2 files changed, 40 deletions(-)

diff --git a/dev-python/websockets/Manifest b/dev-python/websockets/Manifest
index 84a8b95eb32a..de724b503ed6 100644
--- a/dev-python/websockets/Manifest
+++ b/dev-python/websockets/Manifest
@@ -1,4 +1,2 @@
 DIST websockets-10.0-src.tar.gz 276231 BLAKE2B 6170f0540bc33be3d9a71f596ffee58e6e43c2173239a8fffe4f0c2a7555f8ce26849d85ed7865a5df6a4401f01bb0c928a341598916487cc79152a5031e9bbc SHA512 532289dc411d11cffc6e5aa07013cdad9655f124fbbd5dbdfe92985caf554644976a521466b1d3cbe124de11809e395b5e83195eac87495585779591b189c4d7
 DIST websockets-10.1-src.tar.gz 299315 BLAKE2B 425e7c8597f081874127ac75003aed11ebb2cf647ce9fed9e17c955e485a7a59c95d1112524d3f0d747b796b0cc41972258661c9fc9c7972f68aaebe3223b596 SHA512 c284ec92bc133c7083a72d4f364d9ace13d3eb6d7355ae46084d8097c137cdec3933cae9d5ab72d8a517af38328cea6c39877f747f5386df54a7362271cc7e7b
-DIST websockets-9.1-python-3.10-support.patch.gz 6940 BLAKE2B e4835c7d5efaf956d07b884c85e0b95f26674bf36164fa8362d1c1a564a959bde761d25e747333c58864f74a5ea1b199f228a46ec6a1647c5495ea032020c179 SHA512 7fb4b298a9167c8d913e293fa7549b21d5acb333a5b97e0624a22cb83548ef548b819ac23750c40295140b6f83a701c73a81fdcaed3ab8e704dbee8e17d22f1d
-DIST websockets-9.1-src.tar.gz 191813 BLAKE2B cb3807f01e1a4c22a40bf5150d1e8b21ca786dc5bc4da8f3e6602971f3f7c79b57092f5ddfe3ee52ec00e7fd15f3a992fdbb94b5e26599f2621a7f51434ba6dd SHA512 ff2907a913ff0b8ced6dda72b6fc6512a2ece3ffded2e2dcb8ff6805de9ad504430cc1871c1f6e02ab8069e7b96b2e7609afaf3c9c25f9271b28e2daa72bd3ac

diff --git a/dev-python/websockets/websockets-9.1-r1.ebuild b/dev-python/websockets/websockets-9.1-r1.ebuild
deleted file mode 100644
index 319a32d784b5..000000000000
--- a/dev-python/websockets/websockets-9.1-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Library for building WebSocket servers and clients in Python"
-HOMEPAGE="https://websockets.readthedocs.io/"
-SRC_URI="
-	https://github.com/aaugustin/${PN}/archive/${PV}.tar.gz -> ${P}-src.tar.gz
-	https://dev.gentoo.org/~sbraz/${P}-python-3.10-support.patch.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86"
-
-distutils_enable_tests unittest
-
-PATCHES=(
-	# https://github.com/aaugustin/websockets/commit/08d8011132ba038b3f6c4d591189b57af4c9f147
-	"${WORKDIR}/${P}-python-3.10-support.patch"
-)
-
-src_prepare() {
-	# these fail due to timeouts on slower hardware
-	sed -e 's:test_keepalive_ping_with_no_ping_timeout:_&:' \
-		-e 's:test_keepalive_ping(:_&:' \
-		-i tests/legacy/test_protocol.py || die
-
-	distutils-r1_src_prepare
-}
-
-# Be more tolerant with time-sensitive tests for slow systems.
-export WEBSOCKETS_TESTS_TIMEOUT_FACTOR=100


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2021-12-03 20:47 Arthur Zamarin
  0 siblings, 0 replies; 130+ messages in thread
From: Arthur Zamarin @ 2021-12-03 20:47 UTC (permalink / raw
  To: gentoo-commits

commit:     56c7312ef46fcae8bf2dba10e750e3538a8a7f2e
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  3 20:37:50 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec  3 20:47:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56c7312e

dev-python/websockets: Stabilize 10.0 hppa, #803806

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/websockets/websockets-10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.0.ebuild b/dev-python/websockets/websockets-10.0.ebuild
index d50b8ce80636..18adcbacd68c 100644
--- a/dev-python/websockets/websockets-10.0.ebuild
+++ b/dev-python/websockets/websockets-10.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 arm arm64 hppa ppc ppc64 ~riscv sparc x86"
 
 distutils_enable_tests unittest
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2021-12-15 16:49 Arthur Zamarin
  0 siblings, 0 replies; 130+ messages in thread
From: Arthur Zamarin @ 2021-12-15 16:49 UTC (permalink / raw
  To: gentoo-commits

commit:     be6d4da94b3e3c1ac8acf4562d31b80e93d64522
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 15 16:49:04 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 15 16:49:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be6d4da9

dev-python/websockets: Stabilize 10.1 arm, #829284

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/websockets/websockets-10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.1.ebuild b/dev-python/websockets/websockets-10.1.ebuild
index 3cecfefe466e..08190206c810 100644
--- a/dev-python/websockets/websockets-10.1.ebuild
+++ b/dev-python/websockets/websockets-10.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 distutils_enable_tests unittest
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2021-12-15 16:50 Jakov Smolić
  0 siblings, 0 replies; 130+ messages in thread
From: Jakov Smolić @ 2021-12-15 16:50 UTC (permalink / raw
  To: gentoo-commits

commit:     998f6caf1f6aed0cac0867168d51d672dac1873e
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 15 16:49:27 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Dec 15 16:50:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=998f6caf

dev-python/websockets: Stabilize 10.1 amd64, #829284

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-python/websockets/websockets-10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.1.ebuild b/dev-python/websockets/websockets-10.1.ebuild
index 08190206c810..a6228fb6cb19 100644
--- a/dev-python/websockets/websockets-10.1.ebuild
+++ b/dev-python/websockets/websockets-10.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 distutils_enable_tests unittest
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2021-12-15 16:56 Arthur Zamarin
  0 siblings, 0 replies; 130+ messages in thread
From: Arthur Zamarin @ 2021-12-15 16:56 UTC (permalink / raw
  To: gentoo-commits

commit:     ff3b4b06fc52359d1e46c21d7486cf571648f440
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 15 16:56:19 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 15 16:56:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff3b4b06

dev-python/websockets: Stabilize 10.1 arm64, #829284

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/websockets/websockets-10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.1.ebuild b/dev-python/websockets/websockets-10.1.ebuild
index a6228fb6cb19..d100e037dce0 100644
--- a/dev-python/websockets/websockets-10.1.ebuild
+++ b/dev-python/websockets/websockets-10.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 distutils_enable_tests unittest
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2021-12-15 16:59 Arthur Zamarin
  0 siblings, 0 replies; 130+ messages in thread
From: Arthur Zamarin @ 2021-12-15 16:59 UTC (permalink / raw
  To: gentoo-commits

commit:     7e36548ecfd16be2cee1d4fccd28ad1c289c9d51
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 15 16:59:17 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 15 16:59:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e36548e

dev-python/websockets: Stabilize 10.1 sparc, #829284

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/websockets/websockets-10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.1.ebuild b/dev-python/websockets/websockets-10.1.ebuild
index d100e037dce0..319e8087421c 100644
--- a/dev-python/websockets/websockets-10.1.ebuild
+++ b/dev-python/websockets/websockets-10.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~riscv sparc ~x86"
 
 distutils_enable_tests unittest
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2021-12-15 17:08 Arthur Zamarin
  0 siblings, 0 replies; 130+ messages in thread
From: Arthur Zamarin @ 2021-12-15 17:08 UTC (permalink / raw
  To: gentoo-commits

commit:     99622dafe125e5860f35b572092a987d27822df1
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 15 17:06:15 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 15 17:08:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99622daf

dev-python/websockets: Stabilize 10.1 ppc64, #829284

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/websockets/websockets-10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.1.ebuild b/dev-python/websockets/websockets-10.1.ebuild
index 9685bd2cc2b3..99e4c57034da 100644
--- a/dev-python/websockets/websockets-10.1.ebuild
+++ b/dev-python/websockets/websockets-10.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ppc ~ppc64 ~riscv sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~riscv sparc ~x86"
 
 distutils_enable_tests unittest
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2021-12-15 17:08 Arthur Zamarin
  0 siblings, 0 replies; 130+ messages in thread
From: Arthur Zamarin @ 2021-12-15 17:08 UTC (permalink / raw
  To: gentoo-commits

commit:     e4e9956dc7f941cf8593090c9a88908ec88c3914
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 15 17:06:12 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 15 17:08:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4e9956d

dev-python/websockets: Stabilize 10.1 ppc, #829284

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/websockets/websockets-10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.1.ebuild b/dev-python/websockets/websockets-10.1.ebuild
index 319e8087421c..9685bd2cc2b3 100644
--- a/dev-python/websockets/websockets-10.1.ebuild
+++ b/dev-python/websockets/websockets-10.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~riscv sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ppc ~ppc64 ~riscv sparc ~x86"
 
 distutils_enable_tests unittest
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2021-12-15 17:26 Arthur Zamarin
  0 siblings, 0 replies; 130+ messages in thread
From: Arthur Zamarin @ 2021-12-15 17:26 UTC (permalink / raw
  To: gentoo-commits

commit:     4ec87e48cde91e1bfdb7bffb2eb2eedb41c7972a
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 15 17:26:25 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 15 17:26:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ec87e48

dev-python/websockets: Stabilize 10.1 hppa, #829284

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/websockets/websockets-10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.1.ebuild b/dev-python/websockets/websockets-10.1.ebuild
index 99e4c57034da..8c4671b89fb6 100644
--- a/dev-python/websockets/websockets-10.1.ebuild
+++ b/dev-python/websockets/websockets-10.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~riscv sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 hppa ppc ppc64 ~riscv sparc ~x86"
 
 distutils_enable_tests unittest
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2021-12-16  7:44 Agostino Sarubbo
  0 siblings, 0 replies; 130+ messages in thread
From: Agostino Sarubbo @ 2021-12-16  7:44 UTC (permalink / raw
  To: gentoo-commits

commit:     f9029a632c0f4aaa03a511ad33f592ca4cdb1cc5
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 16 07:44:52 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Dec 16 07:44:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9029a63

dev-python/websockets: x86 stable wrt bug #829284

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-python/websockets/websockets-10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.1.ebuild b/dev-python/websockets/websockets-10.1.ebuild
index 8c4671b89fb6..56fdcc373e66 100644
--- a/dev-python/websockets/websockets-10.1.ebuild
+++ b/dev-python/websockets/websockets-10.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 hppa ppc ppc64 ~riscv sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 hppa ppc ppc64 ~riscv sparc x86"
 
 distutils_enable_tests unittest
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2022-02-21  9:15 Michał Górny
  0 siblings, 0 replies; 130+ messages in thread
From: Michał Górny @ 2022-02-21  9:15 UTC (permalink / raw
  To: gentoo-commits

commit:     aa53c04f3817102d29c1a3d0fbcae61960b16e28
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 21 08:46:48 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 21 09:15:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa53c04f

dev-python/websockets: Bump to 10.2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/websockets/Manifest               |  1 +
 dev-python/websockets/websockets-10.2.ebuild | 29 ++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/websockets/Manifest b/dev-python/websockets/Manifest
index de724b503ed6..71abe54223dd 100644
--- a/dev-python/websockets/Manifest
+++ b/dev-python/websockets/Manifest
@@ -1,2 +1,3 @@
 DIST websockets-10.0-src.tar.gz 276231 BLAKE2B 6170f0540bc33be3d9a71f596ffee58e6e43c2173239a8fffe4f0c2a7555f8ce26849d85ed7865a5df6a4401f01bb0c928a341598916487cc79152a5031e9bbc SHA512 532289dc411d11cffc6e5aa07013cdad9655f124fbbd5dbdfe92985caf554644976a521466b1d3cbe124de11809e395b5e83195eac87495585779591b189c4d7
 DIST websockets-10.1-src.tar.gz 299315 BLAKE2B 425e7c8597f081874127ac75003aed11ebb2cf647ce9fed9e17c955e485a7a59c95d1112524d3f0d747b796b0cc41972258661c9fc9c7972f68aaebe3223b596 SHA512 c284ec92bc133c7083a72d4f364d9ace13d3eb6d7355ae46084d8097c137cdec3933cae9d5ab72d8a517af38328cea6c39877f747f5386df54a7362271cc7e7b
+DIST websockets-10.2-src.tar.gz 302766 BLAKE2B 2313bab904de3671f973191f1c43d275ede44c87811d82f22c6bd76145610ba5d4ba4d7a1b3a564bfc8c4a9b7921b2edc640af9304733e85deac1e728f0050f3 SHA512 b8c7fbe627e1c411112b0d66e561aa9bcf15d6de07a9cccd203211e0e6af49762774e09f8c5f4523fe214731ae7a96ed4b63639c7ed66fee062cdda3e5fba350

diff --git a/dev-python/websockets/websockets-10.2.ebuild b/dev-python/websockets/websockets-10.2.ebuild
new file mode 100644
index 000000000000..c13fcdc2d0a3
--- /dev/null
+++ b/dev-python/websockets/websockets-10.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Library for building WebSocket servers and clients in Python"
+HOMEPAGE="https://websockets.readthedocs.io/"
+SRC_URI="
+	https://github.com/aaugustin/${PN}/archive/${PV}.tar.gz -> ${P}-src.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+	# these fail due to timeouts on slower hardware
+	sed -e 's:test_keepalive_ping_with_no_ping_timeout:_&:' \
+		-e 's:test_keepalive_ping(:_&:' \
+		-i tests/legacy/test_protocol.py || die
+	distutils-r1_src_prepare
+}


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2022-03-26 16:52 Arthur Zamarin
  0 siblings, 0 replies; 130+ messages in thread
From: Arthur Zamarin @ 2022-03-26 16:52 UTC (permalink / raw
  To: gentoo-commits

commit:     a7489d368549eb97a230c22d86866fce3918c71d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 16:52:03 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 16:52:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7489d36

dev-python/websockets: Stabilize 10.2 sparc, #836172

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/websockets/websockets-10.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.2.ebuild b/dev-python/websockets/websockets-10.2.ebuild
index c13fcdc2d0a3..5d31974cc979 100644
--- a/dev-python/websockets/websockets-10.2.ebuild
+++ b/dev-python/websockets/websockets-10.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv sparc ~x86"
 
 distutils_enable_tests unittest
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2022-03-26 17:42 Arthur Zamarin
  0 siblings, 0 replies; 130+ messages in thread
From: Arthur Zamarin @ 2022-03-26 17:42 UTC (permalink / raw
  To: gentoo-commits

commit:     db2f070b945755eab7e3ebdc80167d6f00257ee8
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 17:42:31 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 17:42:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db2f070b

dev-python/websockets: Stabilize 10.2 ppc, #836172

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/websockets/websockets-10.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.2.ebuild b/dev-python/websockets/websockets-10.2.ebuild
index 5d31974cc979..25ad085a99c1 100644
--- a/dev-python/websockets/websockets-10.2.ebuild
+++ b/dev-python/websockets/websockets-10.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~riscv sparc ~x86"
 
 distutils_enable_tests unittest
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2022-03-26 19:15 Arthur Zamarin
  0 siblings, 0 replies; 130+ messages in thread
From: Arthur Zamarin @ 2022-03-26 19:15 UTC (permalink / raw
  To: gentoo-commits

commit:     ea2fe48a032304d9883e38fbb6d5933941d59dd8
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 19:15:27 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 19:15:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea2fe48a

dev-python/websockets: Stabilize 10.2 arm, #836172

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/websockets/websockets-10.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.2.ebuild b/dev-python/websockets/websockets-10.2.ebuild
index 25ad085a99c1..81ad7e239d76 100644
--- a/dev-python/websockets/websockets-10.2.ebuild
+++ b/dev-python/websockets/websockets-10.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~riscv sparc ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~hppa ppc ~ppc64 ~riscv sparc ~x86"
 
 distutils_enable_tests unittest
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2022-03-26 19:45 Sam James
  0 siblings, 0 replies; 130+ messages in thread
From: Sam James @ 2022-03-26 19:45 UTC (permalink / raw
  To: gentoo-commits

commit:     a08a82ed74321666bb73d1a0faac5b96e1e3fe5f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 19:43:46 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 19:43:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a08a82ed

dev-python/websockets: Stabilize 10.2 ppc64, #836172

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/websockets/websockets-10.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.2.ebuild b/dev-python/websockets/websockets-10.2.ebuild
index 81ad7e239d76..efb9e07d6a48 100644
--- a/dev-python/websockets/websockets-10.2.ebuild
+++ b/dev-python/websockets/websockets-10.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~hppa ppc ~ppc64 ~riscv sparc ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~hppa ppc ppc64 ~riscv sparc ~x86"
 
 distutils_enable_tests unittest
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2022-03-27  6:27 Agostino Sarubbo
  0 siblings, 0 replies; 130+ messages in thread
From: Agostino Sarubbo @ 2022-03-27  6:27 UTC (permalink / raw
  To: gentoo-commits

commit:     f0b34169912becdccdc7137d033f17b07e577742
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 27 06:25:48 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Mar 27 06:25:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0b34169

dev-python/websockets: x86 stable wrt bug #836172

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-python/websockets/websockets-10.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.2.ebuild b/dev-python/websockets/websockets-10.2.ebuild
index efb9e07d6a48..e16f8bcd8b8c 100644
--- a/dev-python/websockets/websockets-10.2.ebuild
+++ b/dev-python/websockets/websockets-10.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~hppa ppc ppc64 ~riscv sparc ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~hppa ppc ppc64 ~riscv sparc x86"
 
 distutils_enable_tests unittest
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2022-03-28  6:51 Agostino Sarubbo
  0 siblings, 0 replies; 130+ messages in thread
From: Agostino Sarubbo @ 2022-03-28  6:51 UTC (permalink / raw
  To: gentoo-commits

commit:     4270bfc6ec40d5a0a918637a62497303692af513
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 28 06:50:36 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Mar 28 06:50:36 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4270bfc6

dev-python/websockets: amd64 stable wrt bug #836172

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-python/websockets/websockets-10.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.2.ebuild b/dev-python/websockets/websockets-10.2.ebuild
index e16f8bcd8b8c..77d29ae58b99 100644
--- a/dev-python/websockets/websockets-10.2.ebuild
+++ b/dev-python/websockets/websockets-10.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~hppa ppc ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 ~riscv sparc x86"
 
 distutils_enable_tests unittest
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2022-04-02 14:19 Arthur Zamarin
  0 siblings, 0 replies; 130+ messages in thread
From: Arthur Zamarin @ 2022-04-02 14:19 UTC (permalink / raw
  To: gentoo-commits

commit:     42476c7a29bb62f51c21d0606070e8a5551d3f57
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  2 14:19:13 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr  2 14:19:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42476c7a

dev-python/websockets: Stabilize 10.2 arm64, #836172

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/websockets/websockets-10.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.2.ebuild b/dev-python/websockets/websockets-10.2.ebuild
index 77d29ae58b99..e43c8d5084ee 100644
--- a/dev-python/websockets/websockets-10.2.ebuild
+++ b/dev-python/websockets/websockets-10.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86"
 
 distutils_enable_tests unittest
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2022-04-08 11:09 Michał Górny
  0 siblings, 0 replies; 130+ messages in thread
From: Michał Górny @ 2022-04-08 11:09 UTC (permalink / raw
  To: gentoo-commits

commit:     2830e9eafb13cd2c2b2820a07a3e6a0f51d32e8d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  8 10:10:12 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Apr  8 11:09:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2830e9ea

dev-python/websockets: Switch to pytest for easier deselects

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/websockets/websockets-10.2.ebuild | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/dev-python/websockets/websockets-10.2.ebuild b/dev-python/websockets/websockets-10.2.ebuild
index e43c8d5084ee..729159c20d01 100644
--- a/dev-python/websockets/websockets-10.2.ebuild
+++ b/dev-python/websockets/websockets-10.2.ebuild
@@ -18,12 +18,8 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86"
 
-distutils_enable_tests unittest
+distutils_enable_tests pytest
 
-src_prepare() {
-	# these fail due to timeouts on slower hardware
-	sed -e 's:test_keepalive_ping_with_no_ping_timeout:_&:' \
-		-e 's:test_keepalive_ping(:_&:' \
-		-i tests/legacy/test_protocol.py || die
-	distutils-r1_src_prepare
+python_test() {
+	epytest tests
 }


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2022-04-08 11:09 Michał Górny
  0 siblings, 0 replies; 130+ messages in thread
From: Michał Górny @ 2022-04-08 11:09 UTC (permalink / raw
  To: gentoo-commits

commit:     b22c2a9fa96709402a28580645764093d92dadc5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  8 10:14:51 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Apr  8 11:09:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b22c2a9f

dev-python/websockets: Enable pypy3

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/websockets/websockets-10.2.ebuild | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.2.ebuild b/dev-python/websockets/websockets-10.2.ebuild
index 729159c20d01..6f54d8b00932 100644
--- a/dev-python/websockets/websockets-10.2.ebuild
+++ b/dev-python/websockets/websockets-10.2.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
 
 inherit distutils-r1
 
@@ -21,5 +21,14 @@ KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86"
 distutils_enable_tests pytest
 
 python_test() {
+	local EPYTEST_DESELECT=(
+		# very fragile to speed
+		tests/legacy/test_protocol.py::ServerTests::test_local_close_receive_close_frame_timeout
+	)
+	[[ ${EPYTHON} == pypy3 ]] && EPYTEST_DESELECT+=(
+		tests/test_utils.py::SpeedupsTests::test_apply_mask_non_contiguous_memoryview
+		tests/legacy/test_client_server.py::SecureClientServerTests::test_http_request_ws_endpoint
+	)
+
 	epytest tests
 }


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2022-04-08 14:23 Arthur Zamarin
  0 siblings, 0 replies; 130+ messages in thread
From: Arthur Zamarin @ 2022-04-08 14:23 UTC (permalink / raw
  To: gentoo-commits

commit:     7e650f3568e1b9a6b04beacab0466ea20156dfc9
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  8 14:22:35 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Apr  8 14:22:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e650f35

dev-python/websockets: Keyword 10.2 ia64, #837098

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/websockets/websockets-10.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.2.ebuild b/dev-python/websockets/websockets-10.2.ebuild
index 6f54d8b00932..5d0a739d3aea 100644
--- a/dev-python/websockets/websockets-10.2.ebuild
+++ b/dev-python/websockets/websockets-10.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 
 distutils_enable_tests pytest
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2022-04-08 14:23 Arthur Zamarin
  0 siblings, 0 replies; 130+ messages in thread
From: Arthur Zamarin @ 2022-04-08 14:23 UTC (permalink / raw
  To: gentoo-commits

commit:     6e6cbfe14ceb0b1756271d6006fa198916afc25d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  8 14:22:47 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Apr  8 14:22:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e6cbfe1

dev-python/websockets: Keyword 10.2 s390, #837098

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/websockets/websockets-10.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.2.ebuild b/dev-python/websockets/websockets-10.2.ebuild
index 5d0a739d3aea..dc348034ad8d 100644
--- a/dev-python/websockets/websockets-10.2.ebuild
+++ b/dev-python/websockets/websockets-10.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 
 distutils_enable_tests pytest
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2022-04-08 14:34 Arthur Zamarin
  0 siblings, 0 replies; 130+ messages in thread
From: Arthur Zamarin @ 2022-04-08 14:34 UTC (permalink / raw
  To: gentoo-commits

commit:     0782baa38f8b45d16d011c2f001e5a309e9e1f4f
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  8 14:33:50 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Apr  8 14:33:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0782baa3

dev-python/websockets: Stabilize 10.2 hppa, #836172

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/websockets/websockets-10.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.2.ebuild b/dev-python/websockets/websockets-10.2.ebuild
index dc348034ad8d..4287b1679bd3 100644
--- a/dev-python/websockets/websockets-10.2.ebuild
+++ b/dev-python/websockets/websockets-10.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 
 distutils_enable_tests pytest
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2022-04-18  8:19 Michał Górny
  0 siblings, 0 replies; 130+ messages in thread
From: Michał Górny @ 2022-04-18  8:19 UTC (permalink / raw
  To: gentoo-commits

commit:     41670abfce09dfa3e524c0dc63e2a94b7d95f24f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 18 08:07:07 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Apr 18 08:19:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41670abf

dev-python/websockets: Bump to 10.3

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/websockets/Manifest               |  1 +
 dev-python/websockets/websockets-10.3.ebuild | 35 ++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/websockets/Manifest b/dev-python/websockets/Manifest
index 8b086337648b..510018fac960 100644
--- a/dev-python/websockets/Manifest
+++ b/dev-python/websockets/Manifest
@@ -1 +1,2 @@
 DIST websockets-10.2-src.tar.gz 302766 BLAKE2B 2313bab904de3671f973191f1c43d275ede44c87811d82f22c6bd76145610ba5d4ba4d7a1b3a564bfc8c4a9b7921b2edc640af9304733e85deac1e728f0050f3 SHA512 b8c7fbe627e1c411112b0d66e561aa9bcf15d6de07a9cccd203211e0e6af49762774e09f8c5f4523fe214731ae7a96ed4b63639c7ed66fee062cdda3e5fba350
+DIST websockets-10.3.gh.tar.gz 304375 BLAKE2B db6075304613ff74ad5928a0c57e90a7d418ac0b9532adba4c6a17b3c3f1982cc94db8ac4c0da5f65343a915f3b2e7ccedce4e6d5d4960cb72fc93c3db6e041c SHA512 75a11dd7605808954c5f59decda5b115db73de96ed4023d8d7ee3c9966551a9ded2d771f76b086c76f49b0787f19349dadcd9010eb5fea8eeddf3d9bba1c6cbb

diff --git a/dev-python/websockets/websockets-10.3.ebuild b/dev-python/websockets/websockets-10.3.ebuild
new file mode 100644
index 000000000000..1723d0a7cdd0
--- /dev/null
+++ b/dev-python/websockets/websockets-10.3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Library for building WebSocket servers and clients in Python"
+HOMEPAGE="
+	https://websockets.readthedocs.io/
+	https://github.com/aaugustin/websockets/
+	https://pypi.org/project/websockets/
+"
+SRC_URI="
+	https://github.com/aaugustin/websockets/archive/${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+distutils_enable_tests pytest
+
+python_test() {
+	local EPYTEST_DESELECT=(
+		# very fragile to speed
+		tests/legacy/test_protocol.py::ServerTests::test_local_close_receive_close_frame_timeout
+	)
+
+	epytest tests
+}


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2022-05-01  1:52 WANG Xuerui
  0 siblings, 0 replies; 130+ messages in thread
From: WANG Xuerui @ 2022-05-01  1:52 UTC (permalink / raw
  To: gentoo-commits

commit:     5ddb2b65d51473e118e6c96cb0b0b23590971aae
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 30 11:31:41 2022 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Sun May  1 01:30:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ddb2b65

dev-python/websockets: keyword 10.3 for ~loong

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

 dev-python/websockets/websockets-10.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.3.ebuild b/dev-python/websockets/websockets-10.3.ebuild
index 1723d0a7cdd0..49313f250951 100644
--- a/dev-python/websockets/websockets-10.3.ebuild
+++ b/dev-python/websockets/websockets-10.3.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 distutils_enable_tests pytest
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2022-05-11 12:56 Jakov Smolić
  0 siblings, 0 replies; 130+ messages in thread
From: Jakov Smolić @ 2022-05-11 12:56 UTC (permalink / raw
  To: gentoo-commits

commit:     44376c9838326d88039049b1587d568b5c498ff8
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed May 11 12:54:43 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed May 11 12:56:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44376c98

dev-python/websockets: Keyword 10.3 mips, #837098

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-python/websockets/websockets-10.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.3.ebuild b/dev-python/websockets/websockets-10.3.ebuild
index 49313f250951..8ae85335baa3 100644
--- a/dev-python/websockets/websockets-10.3.ebuild
+++ b/dev-python/websockets/websockets-10.3.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 distutils_enable_tests pytest
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2022-05-31  7:56 Jakov Smolić
  0 siblings, 0 replies; 130+ messages in thread
From: Jakov Smolić @ 2022-05-31  7:56 UTC (permalink / raw
  To: gentoo-commits

commit:     4e30d4320e8893c728a8b9e7328768b8ac8c17f2
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue May 31 07:55:38 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue May 31 07:55:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e30d432

dev-python/websockets: Stabilize 10.3 sparc, #848687

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-python/websockets/websockets-10.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.3.ebuild b/dev-python/websockets/websockets-10.3.ebuild
index bc12e96b01c3..091fc19b0ea4 100644
--- a/dev-python/websockets/websockets-10.3.ebuild
+++ b/dev-python/websockets/websockets-10.3.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
 
 distutils_enable_tests pytest
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2022-05-31  7:56 Jakov Smolić
  0 siblings, 0 replies; 130+ messages in thread
From: Jakov Smolić @ 2022-05-31  7:56 UTC (permalink / raw
  To: gentoo-commits

commit:     25ded759abeb9b7f17a45037e70a4c0aeb65d256
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue May 31 07:55:36 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue May 31 07:55:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25ded759

dev-python/websockets: Stabilize 10.3 arm64, #848687

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-python/websockets/websockets-10.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.3.ebuild b/dev-python/websockets/websockets-10.3.ebuild
index ab47cfe892ef..bc12e96b01c3 100644
--- a/dev-python/websockets/websockets-10.3.ebuild
+++ b/dev-python/websockets/websockets-10.3.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 distutils_enable_tests pytest
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2022-05-31  8:01 Jakov Smolić
  0 siblings, 0 replies; 130+ messages in thread
From: Jakov Smolić @ 2022-05-31  8:01 UTC (permalink / raw
  To: gentoo-commits

commit:     456b5ea0c825ab1253d705ed77df098e3f3e25cc
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue May 31 08:01:13 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue May 31 08:01:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=456b5ea0

dev-python/websockets: Stabilize 10.3 arm, #848687

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-python/websockets/websockets-10.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.3.ebuild b/dev-python/websockets/websockets-10.3.ebuild
index 091fc19b0ea4..9a7035ffd800 100644
--- a/dev-python/websockets/websockets-10.3.ebuild
+++ b/dev-python/websockets/websockets-10.3.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
 
 distutils_enable_tests pytest
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2022-05-31  8:51 Agostino Sarubbo
  0 siblings, 0 replies; 130+ messages in thread
From: Agostino Sarubbo @ 2022-05-31  8:51 UTC (permalink / raw
  To: gentoo-commits

commit:     7af122c6ec9b3314c7cbdfc8b7d531d72737ce71
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue May 31 08:51:34 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue May 31 08:51:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7af122c6

dev-python/websockets: amd64 stable wrt bug #848687

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-python/websockets/websockets-10.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.3.ebuild b/dev-python/websockets/websockets-10.3.ebuild
index 9a7035ffd800..bceab3cc4192 100644
--- a/dev-python/websockets/websockets-10.3.ebuild
+++ b/dev-python/websockets/websockets-10.3.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
 
 distutils_enable_tests pytest
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2022-05-31  8:54 Agostino Sarubbo
  0 siblings, 0 replies; 130+ messages in thread
From: Agostino Sarubbo @ 2022-05-31  8:54 UTC (permalink / raw
  To: gentoo-commits

commit:     c09fdd89243523fe79d4acdfa4c2249991e555dc
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue May 31 08:54:45 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue May 31 08:54:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c09fdd89

dev-python/websockets: x86 stable wrt bug #848687

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-python/websockets/websockets-10.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.3.ebuild b/dev-python/websockets/websockets-10.3.ebuild
index bceab3cc4192..28b13d4c1bf9 100644
--- a/dev-python/websockets/websockets-10.3.ebuild
+++ b/dev-python/websockets/websockets-10.3.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86"
 
 distutils_enable_tests pytest
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2022-05-31 11:05 Jakov Smolić
  0 siblings, 0 replies; 130+ messages in thread
From: Jakov Smolić @ 2022-05-31 11:05 UTC (permalink / raw
  To: gentoo-commits

commit:     e8f16dcf51209c5fb0e7c2ce5e53ffa0d0669582
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue May 31 11:04:56 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue May 31 11:04:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8f16dcf

dev-python/websockets: Stabilize 10.3 ppc64, #848687

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-python/websockets/websockets-10.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.3.ebuild b/dev-python/websockets/websockets-10.3.ebuild
index 28b13d4c1bf9..ad9a7437ff3f 100644
--- a/dev-python/websockets/websockets-10.3.ebuild
+++ b/dev-python/websockets/websockets-10.3.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~s390 sparc x86"
 
 distutils_enable_tests pytest
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2022-05-31 11:05 Jakov Smolić
  0 siblings, 0 replies; 130+ messages in thread
From: Jakov Smolić @ 2022-05-31 11:05 UTC (permalink / raw
  To: gentoo-commits

commit:     934b78466d60484e2e88990ff583f9b50995afd4
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue May 31 11:04:57 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue May 31 11:04:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=934b7846

dev-python/websockets: Stabilize 10.3 ppc, #848687

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-python/websockets/websockets-10.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.3.ebuild b/dev-python/websockets/websockets-10.3.ebuild
index ad9a7437ff3f..f90144da6eb9 100644
--- a/dev-python/websockets/websockets-10.3.ebuild
+++ b/dev-python/websockets/websockets-10.3.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 
 distutils_enable_tests pytest
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2022-06-05  9:08 Sam James
  0 siblings, 0 replies; 130+ messages in thread
From: Sam James @ 2022-06-05  9:08 UTC (permalink / raw
  To: gentoo-commits

commit:     9c5f332795204f53f08d256fa8825a1522b26bcd
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Sun Jun  5 08:02:20 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun  5 09:08:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c5f3327

dev-python/websockets: stable 10.3 for hppa, bug #848687

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/websockets/websockets-10.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.3.ebuild b/dev-python/websockets/websockets-10.3.ebuild
index f90144da6eb9..d71d754cb413 100644
--- a/dev-python/websockets/websockets-10.3.ebuild
+++ b/dev-python/websockets/websockets-10.3.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 
 distutils_enable_tests pytest
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2022-06-05 10:35 Michał Górny
  0 siblings, 0 replies; 130+ messages in thread
From: Michał Górny @ 2022-06-05 10:35 UTC (permalink / raw
  To: gentoo-commits

commit:     71d69182cd9a2c73985b9f1b13d3d5de93bf216d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  5 10:05:07 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun  5 10:35:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71d69182

dev-python/websockets: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/websockets/Manifest               |  1 -
 dev-python/websockets/websockets-10.2.ebuild | 34 ----------------------------
 2 files changed, 35 deletions(-)

diff --git a/dev-python/websockets/Manifest b/dev-python/websockets/Manifest
index 510018fac960..8f7dd146ef05 100644
--- a/dev-python/websockets/Manifest
+++ b/dev-python/websockets/Manifest
@@ -1,2 +1 @@
-DIST websockets-10.2-src.tar.gz 302766 BLAKE2B 2313bab904de3671f973191f1c43d275ede44c87811d82f22c6bd76145610ba5d4ba4d7a1b3a564bfc8c4a9b7921b2edc640af9304733e85deac1e728f0050f3 SHA512 b8c7fbe627e1c411112b0d66e561aa9bcf15d6de07a9cccd203211e0e6af49762774e09f8c5f4523fe214731ae7a96ed4b63639c7ed66fee062cdda3e5fba350
 DIST websockets-10.3.gh.tar.gz 304375 BLAKE2B db6075304613ff74ad5928a0c57e90a7d418ac0b9532adba4c6a17b3c3f1982cc94db8ac4c0da5f65343a915f3b2e7ccedce4e6d5d4960cb72fc93c3db6e041c SHA512 75a11dd7605808954c5f59decda5b115db73de96ed4023d8d7ee3c9966551a9ded2d771f76b086c76f49b0787f19349dadcd9010eb5fea8eeddf3d9bba1c6cbb

diff --git a/dev-python/websockets/websockets-10.2.ebuild b/dev-python/websockets/websockets-10.2.ebuild
deleted file mode 100644
index 4287b1679bd3..000000000000
--- a/dev-python/websockets/websockets-10.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Library for building WebSocket servers and clients in Python"
-HOMEPAGE="https://websockets.readthedocs.io/"
-SRC_URI="
-	https://github.com/aaugustin/${PN}/archive/${PV}.tar.gz -> ${P}-src.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
-
-distutils_enable_tests pytest
-
-python_test() {
-	local EPYTEST_DESELECT=(
-		# very fragile to speed
-		tests/legacy/test_protocol.py::ServerTests::test_local_close_receive_close_frame_timeout
-	)
-	[[ ${EPYTHON} == pypy3 ]] && EPYTEST_DESELECT+=(
-		tests/test_utils.py::SpeedupsTests::test_apply_mask_non_contiguous_memoryview
-		tests/legacy/test_client_server.py::SecureClientServerTests::test_http_request_ws_endpoint
-	)
-
-	epytest tests
-}


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2022-10-26  4:03 Michał Górny
  0 siblings, 0 replies; 130+ messages in thread
From: Michał Górny @ 2022-10-26  4:03 UTC (permalink / raw
  To: gentoo-commits

commit:     1a5ee07527edbbf1bb81385310f490a70f98a56a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 26 03:35:03 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct 26 03:35:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a5ee075

dev-python/websockets: Bump to 10.4

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/websockets/Manifest               |  1 +
 dev-python/websockets/websockets-10.4.ebuild | 35 ++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/websockets/Manifest b/dev-python/websockets/Manifest
index 8f7dd146ef05..ac0558fbdd12 100644
--- a/dev-python/websockets/Manifest
+++ b/dev-python/websockets/Manifest
@@ -1 +1,2 @@
 DIST websockets-10.3.gh.tar.gz 304375 BLAKE2B db6075304613ff74ad5928a0c57e90a7d418ac0b9532adba4c6a17b3c3f1982cc94db8ac4c0da5f65343a915f3b2e7ccedce4e6d5d4960cb72fc93c3db6e041c SHA512 75a11dd7605808954c5f59decda5b115db73de96ed4023d8d7ee3c9966551a9ded2d771f76b086c76f49b0787f19349dadcd9010eb5fea8eeddf3d9bba1c6cbb
+DIST websockets-10.4.gh.tar.gz 309611 BLAKE2B f3a739368ff9d78fef79324af59d1e77b3fb654b8b1a847373a29f19b11ae9266b9a938d235ee27d12b59d9b4cf29825fc7298ff2f35e5b260df2c7a41a1bd78 SHA512 087b1920ff26e21b8d3b80b53249d44b841fc45a4992df1ad725112404f724a41aaa2d759a2bd521dfe337459f8bf0d2ae048c423489f527c68f6825f928b582

diff --git a/dev-python/websockets/websockets-10.4.ebuild b/dev-python/websockets/websockets-10.4.ebuild
new file mode 100644
index 000000000000..12d175fce31a
--- /dev/null
+++ b/dev-python/websockets/websockets-10.4.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Library for building WebSocket servers and clients in Python"
+HOMEPAGE="
+	https://websockets.readthedocs.io/
+	https://github.com/aaugustin/websockets/
+	https://pypi.org/project/websockets/
+"
+SRC_URI="
+	https://github.com/aaugustin/websockets/archive/${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+distutils_enable_tests pytest
+
+python_test() {
+	local EPYTEST_DESELECT=(
+		# very fragile to speed
+		tests/legacy/test_protocol.py::ServerTests::test_local_close_receive_close_frame_timeout
+	)
+
+	epytest tests
+}


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2022-11-25 13:47 Arthur Zamarin
  0 siblings, 0 replies; 130+ messages in thread
From: Arthur Zamarin @ 2022-11-25 13:47 UTC (permalink / raw
  To: gentoo-commits

commit:     33f032caf7dc9eab260a722118905edc7dc3e2a7
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 25 13:47:07 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 25 13:47:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33f032ca

dev-python/websockets: Stabilize 10.4 arm64, #882937

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/websockets/websockets-10.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.4.ebuild b/dev-python/websockets/websockets-10.4.ebuild
index 12d175fce31a..740ddd42521c 100644
--- a/dev-python/websockets/websockets-10.4.ebuild
+++ b/dev-python/websockets/websockets-10.4.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 distutils_enable_tests pytest
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2022-11-25 13:50 Arthur Zamarin
  0 siblings, 0 replies; 130+ messages in thread
From: Arthur Zamarin @ 2022-11-25 13:50 UTC (permalink / raw
  To: gentoo-commits

commit:     4d67ad447af013fc7beb4dd5cf60d94d3716b159
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 25 13:50:35 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 25 13:50:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d67ad44

dev-python/websockets: Stabilize 10.4 sparc, #882937

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/websockets/websockets-10.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.4.ebuild b/dev-python/websockets/websockets-10.4.ebuild
index 740ddd42521c..f90deecde4f1 100644
--- a/dev-python/websockets/websockets-10.4.ebuild
+++ b/dev-python/websockets/websockets-10.4.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
 
 distutils_enable_tests pytest
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2022-11-25 13:52 Arthur Zamarin
  0 siblings, 0 replies; 130+ messages in thread
From: Arthur Zamarin @ 2022-11-25 13:52 UTC (permalink / raw
  To: gentoo-commits

commit:     f181216d7cf09f66bef481cf4b2b32bb440fbb70
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 25 13:52:38 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 25 13:52:38 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f181216d

dev-python/websockets: Stabilize 10.4 arm, #882937

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/websockets/websockets-10.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.4.ebuild b/dev-python/websockets/websockets-10.4.ebuild
index f90deecde4f1..c982a948f641 100644
--- a/dev-python/websockets/websockets-10.4.ebuild
+++ b/dev-python/websockets/websockets-10.4.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
 
 distutils_enable_tests pytest
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2022-11-25 13:57 Arthur Zamarin
  0 siblings, 0 replies; 130+ messages in thread
From: Arthur Zamarin @ 2022-11-25 13:57 UTC (permalink / raw
  To: gentoo-commits

commit:     f4fc696c4274de03301f425930d62b4ea23b6317
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 25 13:57:05 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 25 13:57:05 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4fc696c

dev-python/websockets: Stabilize 10.4 ppc, #882937

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/websockets/websockets-10.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.4.ebuild b/dev-python/websockets/websockets-10.4.ebuild
index c982a948f641..cddbd6d89c3d 100644
--- a/dev-python/websockets/websockets-10.4.ebuild
+++ b/dev-python/websockets/websockets-10.4.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 sparc ~x86"
 
 distutils_enable_tests pytest
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2022-11-25 14:00 Arthur Zamarin
  0 siblings, 0 replies; 130+ messages in thread
From: Arthur Zamarin @ 2022-11-25 14:00 UTC (permalink / raw
  To: gentoo-commits

commit:     5366c66d08fdd38224ed72faabe9bc88e3d4575c
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 25 14:00:08 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 25 14:00:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5366c66d

dev-python/websockets: Stabilize 10.4 ppc64, #882937

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/websockets/websockets-10.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.4.ebuild b/dev-python/websockets/websockets-10.4.ebuild
index cddbd6d89c3d..e972984f4228 100644
--- a/dev-python/websockets/websockets-10.4.ebuild
+++ b/dev-python/websockets/websockets-10.4.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc ~x86"
 
 distutils_enable_tests pytest
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2022-11-25 14:01 Arthur Zamarin
  0 siblings, 0 replies; 130+ messages in thread
From: Arthur Zamarin @ 2022-11-25 14:01 UTC (permalink / raw
  To: gentoo-commits

commit:     5571f93bc5f48564de613f18bbc4d92fafeb41f5
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 25 14:01:17 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 25 14:01:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5571f93b

dev-python/websockets: Stabilize 10.4 hppa, #882937

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/websockets/websockets-10.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.4.ebuild b/dev-python/websockets/websockets-10.4.ebuild
index e972984f4228..48f8ad7c3769 100644
--- a/dev-python/websockets/websockets-10.4.ebuild
+++ b/dev-python/websockets/websockets-10.4.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="~amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc ~x86"
 
 distutils_enable_tests pytest
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2022-11-25 19:11 Sam James
  0 siblings, 0 replies; 130+ messages in thread
From: Sam James @ 2022-11-25 19:11 UTC (permalink / raw
  To: gentoo-commits

commit:     06a5ed317abcb00ada71b039be6217b9575068a0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 25 19:11:01 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 25 19:11:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06a5ed31

dev-python/websockets: Stabilize 10.4 amd64, #882937

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/websockets/websockets-10.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.4.ebuild b/dev-python/websockets/websockets-10.4.ebuild
index 48f8ad7c3769..9ffae4a9a81a 100644
--- a/dev-python/websockets/websockets-10.4.ebuild
+++ b/dev-python/websockets/websockets-10.4.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc ~x86"
 
 distutils_enable_tests pytest
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2022-12-02 11:55 Arthur Zamarin
  0 siblings, 0 replies; 130+ messages in thread
From: Arthur Zamarin @ 2022-12-02 11:55 UTC (permalink / raw
  To: gentoo-commits

commit:     b8bdc5d8b4eaa8b466a5617073161aa218414904
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  2 11:55:45 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec  2 11:55:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8bdc5d8

dev-python/websockets: Stabilize 10.4 x86, #882937

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/websockets/websockets-10.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.4.ebuild b/dev-python/websockets/websockets-10.4.ebuild
index 9ffae4a9a81a..9a0d4589f18a 100644
--- a/dev-python/websockets/websockets-10.4.ebuild
+++ b/dev-python/websockets/websockets-10.4.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 
 distutils_enable_tests pytest
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2023-02-13  3:22 Matt Turner
  0 siblings, 0 replies; 130+ messages in thread
From: Matt Turner @ 2023-02-13  3:22 UTC (permalink / raw
  To: gentoo-commits

commit:     cc67d45915671565ff8afa7ff2ff2edc034be8ee
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 13 03:22:15 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Feb 13 03:22:25 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc67d459

dev-python/websockets: Keyword 10.4 alpha, #837098

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 dev-python/websockets/websockets-10.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.4.ebuild b/dev-python/websockets/websockets-10.4.ebuild
index 34aa7d690013..27f8123c30f1 100644
--- a/dev-python/websockets/websockets-10.4.ebuild
+++ b/dev-python/websockets/websockets-10.4.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 
 distutils_enable_tests pytest
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2023-04-03  2:57 Michał Górny
  0 siblings, 0 replies; 130+ messages in thread
From: Michał Górny @ 2023-04-03  2:57 UTC (permalink / raw
  To: gentoo-commits

commit:     dcff9c15ad81ab60ebbffc3d7514e75390f80cc3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  3 02:54:17 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Apr  3 02:54:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcff9c15

dev-python/websockets: Bump to 11.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/websockets/Manifest               |  1 +
 dev-python/websockets/metadata.xml           |  3 ++
 dev-python/websockets/websockets-11.0.ebuild | 41 ++++++++++++++++++++++++++++
 3 files changed, 45 insertions(+)

diff --git a/dev-python/websockets/Manifest b/dev-python/websockets/Manifest
index 84510f4c51eb..41751566fab8 100644
--- a/dev-python/websockets/Manifest
+++ b/dev-python/websockets/Manifest
@@ -1 +1,2 @@
 DIST websockets-10.4.gh.tar.gz 309611 BLAKE2B f3a739368ff9d78fef79324af59d1e77b3fb654b8b1a847373a29f19b11ae9266b9a938d235ee27d12b59d9b4cf29825fc7298ff2f35e5b260df2c7a41a1bd78 SHA512 087b1920ff26e21b8d3b80b53249d44b841fc45a4992df1ad725112404f724a41aaa2d759a2bd521dfe337459f8bf0d2ae048c423489f527c68f6825f928b582
+DIST websockets-11.0.gh.tar.gz 347307 BLAKE2B b40b8e88375a1e5e0f6ae1c73169703d206800dcec15d858a0360374701b681ec17c457b014a29dc34962ca1f62261a8b8298e34092429864d790dd4a060e8d8 SHA512 367347464d5d721ad65055743df92311e7d98d0391ff437ab8c3224f1c1e4193b5abbdbf1498cd040d9b30251e6bc051e9c1ec54122b87e4c937026e0f6f3b8e

diff --git a/dev-python/websockets/metadata.xml b/dev-python/websockets/metadata.xml
index b162fa66f853..65f11910b1a7 100644
--- a/dev-python/websockets/metadata.xml
+++ b/dev-python/websockets/metadata.xml
@@ -13,4 +13,7 @@
 		<remote-id type="github">aaugustin/websockets</remote-id>
 		<remote-id type="pypi">websockets</remote-id>
 	</upstream>
+	<use>
+		<flag name="native-extensions">Compiles native C extensions</flag>
+	</use>
 </pkgmetadata>

diff --git a/dev-python/websockets/websockets-11.0.ebuild b/dev-python/websockets/websockets-11.0.ebuild
new file mode 100644
index 000000000000..b9486a23c5db
--- /dev/null
+++ b/dev-python/websockets/websockets-11.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Library for building WebSocket servers and clients in Python"
+HOMEPAGE="
+	https://websockets.readthedocs.io/
+	https://github.com/aaugustin/websockets/
+	https://pypi.org/project/websockets/
+"
+# tests are missing pypi sdist, as of 11.0
+SRC_URI="
+	https://github.com/aaugustin/websockets/archive/${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="+native-extensions"
+
+distutils_enable_tests pytest
+
+src_configure() {
+	export BUILD_EXTENSION=$(usex native-extensions)
+}
+
+python_test() {
+	local EPYTEST_DESELECT=(
+		# very fragile to speed
+		tests/legacy/test_protocol.py::ServerTests::test_local_close_receive_close_frame_timeout
+	)
+
+	epytest tests
+}


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2023-04-07  4:19 Michał Górny
  0 siblings, 0 replies; 130+ messages in thread
From: Michał Górny @ 2023-04-07  4:19 UTC (permalink / raw
  To: gentoo-commits

commit:     47661585e3d3258e413b633d1efd1c585b2b7ce1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  7 03:40:54 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Apr  7 04:18:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47661585

dev-python/websockets: Bump to 11.0.1

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/websockets/Manifest                 |  1 +
 dev-python/websockets/websockets-11.0.1.ebuild | 41 ++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/dev-python/websockets/Manifest b/dev-python/websockets/Manifest
index 41751566fab8..e5884ca0f766 100644
--- a/dev-python/websockets/Manifest
+++ b/dev-python/websockets/Manifest
@@ -1,2 +1,3 @@
 DIST websockets-10.4.gh.tar.gz 309611 BLAKE2B f3a739368ff9d78fef79324af59d1e77b3fb654b8b1a847373a29f19b11ae9266b9a938d235ee27d12b59d9b4cf29825fc7298ff2f35e5b260df2c7a41a1bd78 SHA512 087b1920ff26e21b8d3b80b53249d44b841fc45a4992df1ad725112404f724a41aaa2d759a2bd521dfe337459f8bf0d2ae048c423489f527c68f6825f928b582
+DIST websockets-11.0.1.gh.tar.gz 347321 BLAKE2B 21ebcf13c41f5e7ea5247174684e8e37ac383fe94da7f6a1ebfeaf6024669fd2b362847055775a81cb4a36722526a42b91c9e28e1a8d016918ffe16481375f7b SHA512 a9c3bf215c5c5cf1032cf8f2cd85cc8d78e3486f4e40e301be246181dc64a5543377bc7205695f89f7141b2c48115cbcd1cca6a353ad9d36ac9cb294d48b2e2e
 DIST websockets-11.0.gh.tar.gz 347307 BLAKE2B b40b8e88375a1e5e0f6ae1c73169703d206800dcec15d858a0360374701b681ec17c457b014a29dc34962ca1f62261a8b8298e34092429864d790dd4a060e8d8 SHA512 367347464d5d721ad65055743df92311e7d98d0391ff437ab8c3224f1c1e4193b5abbdbf1498cd040d9b30251e6bc051e9c1ec54122b87e4c937026e0f6f3b8e

diff --git a/dev-python/websockets/websockets-11.0.1.ebuild b/dev-python/websockets/websockets-11.0.1.ebuild
new file mode 100644
index 000000000000..b9486a23c5db
--- /dev/null
+++ b/dev-python/websockets/websockets-11.0.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Library for building WebSocket servers and clients in Python"
+HOMEPAGE="
+	https://websockets.readthedocs.io/
+	https://github.com/aaugustin/websockets/
+	https://pypi.org/project/websockets/
+"
+# tests are missing pypi sdist, as of 11.0
+SRC_URI="
+	https://github.com/aaugustin/websockets/archive/${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="+native-extensions"
+
+distutils_enable_tests pytest
+
+src_configure() {
+	export BUILD_EXTENSION=$(usex native-extensions)
+}
+
+python_test() {
+	local EPYTEST_DESELECT=(
+		# very fragile to speed
+		tests/legacy/test_protocol.py::ServerTests::test_local_close_receive_close_frame_timeout
+	)
+
+	epytest tests
+}


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2023-04-29  5:48 Michał Górny
  0 siblings, 0 replies; 130+ messages in thread
From: Michał Górny @ 2023-04-29  5:48 UTC (permalink / raw
  To: gentoo-commits

commit:     b12a6a7f92c676530c76e658c6e59e50802534c3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 29 05:33:19 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 29 05:48:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b12a6a7f

dev-python/websockets: Bump to 11.0.2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/websockets/Manifest                 |  1 +
 dev-python/websockets/metadata.xml             |  2 +-
 dev-python/websockets/websockets-11.0.2.ebuild | 42 ++++++++++++++++++++++++++
 3 files changed, 44 insertions(+), 1 deletion(-)

diff --git a/dev-python/websockets/Manifest b/dev-python/websockets/Manifest
index e5884ca0f766..56e0be59a9a8 100644
--- a/dev-python/websockets/Manifest
+++ b/dev-python/websockets/Manifest
@@ -1,3 +1,4 @@
 DIST websockets-10.4.gh.tar.gz 309611 BLAKE2B f3a739368ff9d78fef79324af59d1e77b3fb654b8b1a847373a29f19b11ae9266b9a938d235ee27d12b59d9b4cf29825fc7298ff2f35e5b260df2c7a41a1bd78 SHA512 087b1920ff26e21b8d3b80b53249d44b841fc45a4992df1ad725112404f724a41aaa2d759a2bd521dfe337459f8bf0d2ae048c423489f527c68f6825f928b582
 DIST websockets-11.0.1.gh.tar.gz 347321 BLAKE2B 21ebcf13c41f5e7ea5247174684e8e37ac383fe94da7f6a1ebfeaf6024669fd2b362847055775a81cb4a36722526a42b91c9e28e1a8d016918ffe16481375f7b SHA512 a9c3bf215c5c5cf1032cf8f2cd85cc8d78e3486f4e40e301be246181dc64a5543377bc7205695f89f7141b2c48115cbcd1cca6a353ad9d36ac9cb294d48b2e2e
+DIST websockets-11.0.2.gh.tar.gz 347575 BLAKE2B 1d609298d072dbd986fa2adcac1c8f80720622fdcd44cb8ab079ba812fa7a750cdd4a5b432a74d422ca3ac8e7baef8e38e227569b8681e033f599fa29b19383c SHA512 e397d7b51c3edcc68fd32dbf8fcd46f5c9230c270be46c45a503108690d5513e2626fc4f4f5d271c831570abeeff51bf27c09ea69459b970a41fb64eb84fc87e
 DIST websockets-11.0.gh.tar.gz 347307 BLAKE2B b40b8e88375a1e5e0f6ae1c73169703d206800dcec15d858a0360374701b681ec17c457b014a29dc34962ca1f62261a8b8298e34092429864d790dd4a060e8d8 SHA512 367347464d5d721ad65055743df92311e7d98d0391ff437ab8c3224f1c1e4193b5abbdbf1498cd040d9b30251e6bc051e9c1ec54122b87e4c937026e0f6f3b8e

diff --git a/dev-python/websockets/metadata.xml b/dev-python/websockets/metadata.xml
index 65f11910b1a7..15cd4b0338d9 100644
--- a/dev-python/websockets/metadata.xml
+++ b/dev-python/websockets/metadata.xml
@@ -10,7 +10,7 @@
 		<name>Python</name>
 	</maintainer>
 	<upstream>
-		<remote-id type="github">aaugustin/websockets</remote-id>
+		<remote-id type="github">python-websockets/websockets</remote-id>
 		<remote-id type="pypi">websockets</remote-id>
 	</upstream>
 	<use>

diff --git a/dev-python/websockets/websockets-11.0.2.ebuild b/dev-python/websockets/websockets-11.0.2.ebuild
new file mode 100644
index 000000000000..f3ef9af590b3
--- /dev/null
+++ b/dev-python/websockets/websockets-11.0.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Library for building WebSocket servers and clients in Python"
+HOMEPAGE="
+	https://websockets.readthedocs.io/
+	https://github.com/python-websockets/websockets/
+	https://pypi.org/project/websockets/
+"
+# tests are missing pypi sdist, as of 11.0
+SRC_URI="
+	https://github.com/python-websockets/websockets/archive/${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="+native-extensions"
+
+distutils_enable_tests pytest
+
+src_configure() {
+	export BUILD_EXTENSION=$(usex native-extensions)
+}
+
+python_test() {
+	local EPYTEST_DESELECT=(
+		# very fragile to speed
+		tests/legacy/test_protocol.py::ServerTests::test_local_close_receive_close_frame_timeout
+	)
+
+	epytest tests
+}


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2023-05-05  6:56 Arthur Zamarin
  0 siblings, 0 replies; 130+ messages in thread
From: Arthur Zamarin @ 2023-05-05  6:56 UTC (permalink / raw
  To: gentoo-commits

commit:     e5d7c5ef3fb4118b2d192e8b75903369a3c090ea
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri May  5 06:56:09 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri May  5 06:56:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5d7c5ef

dev-python/websockets: Stabilize 11.0.2 arm, #905732

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/websockets/websockets-11.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-11.0.2.ebuild b/dev-python/websockets/websockets-11.0.2.ebuild
index f3ef9af590b3..04416a31bce3 100644
--- a/dev-python/websockets/websockets-11.0.2.ebuild
+++ b/dev-python/websockets/websockets-11.0.2.ebuild
@@ -23,7 +23,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="+native-extensions"
 
 distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2023-05-05  7:36 Arthur Zamarin
  0 siblings, 0 replies; 130+ messages in thread
From: Arthur Zamarin @ 2023-05-05  7:36 UTC (permalink / raw
  To: gentoo-commits

commit:     84b0ebc0e7a93b302dc8afb520e38968abf0dbeb
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri May  5 07:35:44 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri May  5 07:35:44 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84b0ebc0

dev-python/websockets: Stabilize 11.0.2 x86, #905732

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/websockets/websockets-11.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-11.0.2.ebuild b/dev-python/websockets/websockets-11.0.2.ebuild
index 04416a31bce3..71ee1b3fb279 100644
--- a/dev-python/websockets/websockets-11.0.2.ebuild
+++ b/dev-python/websockets/websockets-11.0.2.ebuild
@@ -23,7 +23,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 IUSE="+native-extensions"
 
 distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2023-05-05  7:42 Sam James
  0 siblings, 0 replies; 130+ messages in thread
From: Sam James @ 2023-05-05  7:42 UTC (permalink / raw
  To: gentoo-commits

commit:     94f567823de7b09bccd9a220d6c23cc29ea032c4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri May  5 07:42:27 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May  5 07:42:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94f56782

dev-python/websockets: Stabilize 11.0.2 amd64, #905732

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/websockets/websockets-11.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-11.0.2.ebuild b/dev-python/websockets/websockets-11.0.2.ebuild
index 71ee1b3fb279..77f34df476b1 100644
--- a/dev-python/websockets/websockets-11.0.2.ebuild
+++ b/dev-python/websockets/websockets-11.0.2.ebuild
@@ -23,7 +23,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 IUSE="+native-extensions"
 
 distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2023-05-05  8:02 Arthur Zamarin
  0 siblings, 0 replies; 130+ messages in thread
From: Arthur Zamarin @ 2023-05-05  8:02 UTC (permalink / raw
  To: gentoo-commits

commit:     bf06fc4772729be85134e4f33585fbd9807723c0
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri May  5 08:02:23 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri May  5 08:02:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf06fc47

dev-python/websockets: Stabilize 11.0.2 ppc, #905732

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/websockets/websockets-11.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-11.0.2.ebuild b/dev-python/websockets/websockets-11.0.2.ebuild
index 77f34df476b1..915a0af2603d 100644
--- a/dev-python/websockets/websockets-11.0.2.ebuild
+++ b/dev-python/websockets/websockets-11.0.2.ebuild
@@ -23,7 +23,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 IUSE="+native-extensions"
 
 distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2023-05-05  9:39 Arthur Zamarin
  0 siblings, 0 replies; 130+ messages in thread
From: Arthur Zamarin @ 2023-05-05  9:39 UTC (permalink / raw
  To: gentoo-commits

commit:     381fcc505c7d515e26c74328e4793a07ccfffae4
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri May  5 09:39:37 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri May  5 09:39:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=381fcc50

dev-python/websockets: Stabilize 11.0.2 arm64, #905732

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/websockets/websockets-11.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-11.0.2.ebuild b/dev-python/websockets/websockets-11.0.2.ebuild
index 915a0af2603d..1ce81368ffc2 100644
--- a/dev-python/websockets/websockets-11.0.2.ebuild
+++ b/dev-python/websockets/websockets-11.0.2.ebuild
@@ -23,7 +23,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 IUSE="+native-extensions"
 
 distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2023-05-05 13:24 Arthur Zamarin
  0 siblings, 0 replies; 130+ messages in thread
From: Arthur Zamarin @ 2023-05-05 13:24 UTC (permalink / raw
  To: gentoo-commits

commit:     f07dd0774afcf6791ebe4b985d8412b39e02afda
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri May  5 13:24:45 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri May  5 13:24:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f07dd077

dev-python/websockets: Stabilize 11.0.2 sparc, #905732

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/websockets/websockets-11.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-11.0.2.ebuild b/dev-python/websockets/websockets-11.0.2.ebuild
index 1ce81368ffc2..87316aee4a13 100644
--- a/dev-python/websockets/websockets-11.0.2.ebuild
+++ b/dev-python/websockets/websockets-11.0.2.ebuild
@@ -23,7 +23,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 sparc x86"
 IUSE="+native-extensions"
 
 distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2023-05-08  4:36 Michał Górny
  0 siblings, 0 replies; 130+ messages in thread
From: Michał Górny @ 2023-05-08  4:36 UTC (permalink / raw
  To: gentoo-commits

commit:     895a334117c8cf7759a135fcbe40322c71bc8633
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May  8 04:31:56 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May  8 04:31:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=895a3341

dev-python/websockets: Bump to 11.0.3

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/websockets/Manifest                 |  1 +
 dev-python/websockets/websockets-11.0.3.ebuild | 42 ++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/dev-python/websockets/Manifest b/dev-python/websockets/Manifest
index 56e0be59a9a8..e1ab4763d0f3 100644
--- a/dev-python/websockets/Manifest
+++ b/dev-python/websockets/Manifest
@@ -1,4 +1,5 @@
 DIST websockets-10.4.gh.tar.gz 309611 BLAKE2B f3a739368ff9d78fef79324af59d1e77b3fb654b8b1a847373a29f19b11ae9266b9a938d235ee27d12b59d9b4cf29825fc7298ff2f35e5b260df2c7a41a1bd78 SHA512 087b1920ff26e21b8d3b80b53249d44b841fc45a4992df1ad725112404f724a41aaa2d759a2bd521dfe337459f8bf0d2ae048c423489f527c68f6825f928b582
 DIST websockets-11.0.1.gh.tar.gz 347321 BLAKE2B 21ebcf13c41f5e7ea5247174684e8e37ac383fe94da7f6a1ebfeaf6024669fd2b362847055775a81cb4a36722526a42b91c9e28e1a8d016918ffe16481375f7b SHA512 a9c3bf215c5c5cf1032cf8f2cd85cc8d78e3486f4e40e301be246181dc64a5543377bc7205695f89f7141b2c48115cbcd1cca6a353ad9d36ac9cb294d48b2e2e
 DIST websockets-11.0.2.gh.tar.gz 347575 BLAKE2B 1d609298d072dbd986fa2adcac1c8f80720622fdcd44cb8ab079ba812fa7a750cdd4a5b432a74d422ca3ac8e7baef8e38e227569b8681e033f599fa29b19383c SHA512 e397d7b51c3edcc68fd32dbf8fcd46f5c9230c270be46c45a503108690d5513e2626fc4f4f5d271c831570abeeff51bf27c09ea69459b970a41fb64eb84fc87e
+DIST websockets-11.0.3.gh.tar.gz 347652 BLAKE2B b7d796744cb4c7b944e98644dfb9c0e44ba465a6dba71b9e891604f3012b025557dbcd5b7eeae02e71c84350e05b334f99404ddfda814a8984b7a893d3f092f7 SHA512 37a84d7c57da7a3e48870abf992ba96ee454b342610d51c06f7dfc7ee082b7fb51304518c208379c3dbd039eafb1a85444c257fed20b4605a52dc8fc938a4cca
 DIST websockets-11.0.gh.tar.gz 347307 BLAKE2B b40b8e88375a1e5e0f6ae1c73169703d206800dcec15d858a0360374701b681ec17c457b014a29dc34962ca1f62261a8b8298e34092429864d790dd4a060e8d8 SHA512 367347464d5d721ad65055743df92311e7d98d0391ff437ab8c3224f1c1e4193b5abbdbf1498cd040d9b30251e6bc051e9c1ec54122b87e4c937026e0f6f3b8e

diff --git a/dev-python/websockets/websockets-11.0.3.ebuild b/dev-python/websockets/websockets-11.0.3.ebuild
new file mode 100644
index 000000000000..f3ef9af590b3
--- /dev/null
+++ b/dev-python/websockets/websockets-11.0.3.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Library for building WebSocket servers and clients in Python"
+HOMEPAGE="
+	https://websockets.readthedocs.io/
+	https://github.com/python-websockets/websockets/
+	https://pypi.org/project/websockets/
+"
+# tests are missing pypi sdist, as of 11.0
+SRC_URI="
+	https://github.com/python-websockets/websockets/archive/${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="+native-extensions"
+
+distutils_enable_tests pytest
+
+src_configure() {
+	export BUILD_EXTENSION=$(usex native-extensions)
+}
+
+python_test() {
+	local EPYTEST_DESELECT=(
+		# very fragile to speed
+		tests/legacy/test_protocol.py::ServerTests::test_local_close_receive_close_frame_timeout
+	)
+
+	epytest tests
+}


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2023-05-10 17:22 Arthur Zamarin
  0 siblings, 0 replies; 130+ messages in thread
From: Arthur Zamarin @ 2023-05-10 17:22 UTC (permalink / raw
  To: gentoo-commits

commit:     4f97b709aee75589d5bc9e317d908e7c4bc07c39
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed May 10 17:22:50 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed May 10 17:22:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f97b709

dev-python/websockets: Stabilize 11.0.2 ppc64, #905732

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/websockets/websockets-11.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-11.0.2.ebuild b/dev-python/websockets/websockets-11.0.2.ebuild
index 87316aee4a13..749cea2a4098 100644
--- a/dev-python/websockets/websockets-11.0.2.ebuild
+++ b/dev-python/websockets/websockets-11.0.2.ebuild
@@ -23,7 +23,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="+native-extensions"
 
 distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2023-05-10 17:23 Arthur Zamarin
  0 siblings, 0 replies; 130+ messages in thread
From: Arthur Zamarin @ 2023-05-10 17:23 UTC (permalink / raw
  To: gentoo-commits

commit:     4067b09fea6b106250efb2ba4db49ccdca258bd4
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed May 10 17:23:10 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed May 10 17:23:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4067b09f

dev-python/websockets: Stabilize 11.0.2 hppa, #905732

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/websockets/websockets-11.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-11.0.2.ebuild b/dev-python/websockets/websockets-11.0.2.ebuild
index 749cea2a4098..0b42bf3c3b7c 100644
--- a/dev-python/websockets/websockets-11.0.2.ebuild
+++ b/dev-python/websockets/websockets-11.0.2.ebuild
@@ -23,7 +23,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="+native-extensions"
 
 distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2023-05-10 19:24 Michał Górny
  0 siblings, 0 replies; 130+ messages in thread
From: Michał Górny @ 2023-05-10 19:24 UTC (permalink / raw
  To: gentoo-commits

commit:     9b0f31fe9462ac9b4d7d77de598f6d4eba7a8e80
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 10 19:17:01 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 10 19:17:13 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b0f31fe

dev-python/websockets: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/websockets/Manifest                 |  3 --
 dev-python/websockets/websockets-10.4.ebuild   | 35 ----------------------
 dev-python/websockets/websockets-11.0.1.ebuild | 41 --------------------------
 dev-python/websockets/websockets-11.0.ebuild   | 41 --------------------------
 4 files changed, 120 deletions(-)

diff --git a/dev-python/websockets/Manifest b/dev-python/websockets/Manifest
index e1ab4763d0f3..fedc94cd9e1d 100644
--- a/dev-python/websockets/Manifest
+++ b/dev-python/websockets/Manifest
@@ -1,5 +1,2 @@
-DIST websockets-10.4.gh.tar.gz 309611 BLAKE2B f3a739368ff9d78fef79324af59d1e77b3fb654b8b1a847373a29f19b11ae9266b9a938d235ee27d12b59d9b4cf29825fc7298ff2f35e5b260df2c7a41a1bd78 SHA512 087b1920ff26e21b8d3b80b53249d44b841fc45a4992df1ad725112404f724a41aaa2d759a2bd521dfe337459f8bf0d2ae048c423489f527c68f6825f928b582
-DIST websockets-11.0.1.gh.tar.gz 347321 BLAKE2B 21ebcf13c41f5e7ea5247174684e8e37ac383fe94da7f6a1ebfeaf6024669fd2b362847055775a81cb4a36722526a42b91c9e28e1a8d016918ffe16481375f7b SHA512 a9c3bf215c5c5cf1032cf8f2cd85cc8d78e3486f4e40e301be246181dc64a5543377bc7205695f89f7141b2c48115cbcd1cca6a353ad9d36ac9cb294d48b2e2e
 DIST websockets-11.0.2.gh.tar.gz 347575 BLAKE2B 1d609298d072dbd986fa2adcac1c8f80720622fdcd44cb8ab079ba812fa7a750cdd4a5b432a74d422ca3ac8e7baef8e38e227569b8681e033f599fa29b19383c SHA512 e397d7b51c3edcc68fd32dbf8fcd46f5c9230c270be46c45a503108690d5513e2626fc4f4f5d271c831570abeeff51bf27c09ea69459b970a41fb64eb84fc87e
 DIST websockets-11.0.3.gh.tar.gz 347652 BLAKE2B b7d796744cb4c7b944e98644dfb9c0e44ba465a6dba71b9e891604f3012b025557dbcd5b7eeae02e71c84350e05b334f99404ddfda814a8984b7a893d3f092f7 SHA512 37a84d7c57da7a3e48870abf992ba96ee454b342610d51c06f7dfc7ee082b7fb51304518c208379c3dbd039eafb1a85444c257fed20b4605a52dc8fc938a4cca
-DIST websockets-11.0.gh.tar.gz 347307 BLAKE2B b40b8e88375a1e5e0f6ae1c73169703d206800dcec15d858a0360374701b681ec17c457b014a29dc34962ca1f62261a8b8298e34092429864d790dd4a060e8d8 SHA512 367347464d5d721ad65055743df92311e7d98d0391ff437ab8c3224f1c1e4193b5abbdbf1498cd040d9b30251e6bc051e9c1ec54122b87e4c937026e0f6f3b8e

diff --git a/dev-python/websockets/websockets-10.4.ebuild b/dev-python/websockets/websockets-10.4.ebuild
deleted file mode 100644
index 27f8123c30f1..000000000000
--- a/dev-python/websockets/websockets-10.4.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Library for building WebSocket servers and clients in Python"
-HOMEPAGE="
-	https://websockets.readthedocs.io/
-	https://github.com/aaugustin/websockets/
-	https://pypi.org/project/websockets/
-"
-SRC_URI="
-	https://github.com/aaugustin/websockets/archive/${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-distutils_enable_tests pytest
-
-python_test() {
-	local EPYTEST_DESELECT=(
-		# very fragile to speed
-		tests/legacy/test_protocol.py::ServerTests::test_local_close_receive_close_frame_timeout
-	)
-
-	epytest tests
-}

diff --git a/dev-python/websockets/websockets-11.0.1.ebuild b/dev-python/websockets/websockets-11.0.1.ebuild
deleted file mode 100644
index b9486a23c5db..000000000000
--- a/dev-python/websockets/websockets-11.0.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Library for building WebSocket servers and clients in Python"
-HOMEPAGE="
-	https://websockets.readthedocs.io/
-	https://github.com/aaugustin/websockets/
-	https://pypi.org/project/websockets/
-"
-# tests are missing pypi sdist, as of 11.0
-SRC_URI="
-	https://github.com/aaugustin/websockets/archive/${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-IUSE="+native-extensions"
-
-distutils_enable_tests pytest
-
-src_configure() {
-	export BUILD_EXTENSION=$(usex native-extensions)
-}
-
-python_test() {
-	local EPYTEST_DESELECT=(
-		# very fragile to speed
-		tests/legacy/test_protocol.py::ServerTests::test_local_close_receive_close_frame_timeout
-	)
-
-	epytest tests
-}

diff --git a/dev-python/websockets/websockets-11.0.ebuild b/dev-python/websockets/websockets-11.0.ebuild
deleted file mode 100644
index b9486a23c5db..000000000000
--- a/dev-python/websockets/websockets-11.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Library for building WebSocket servers and clients in Python"
-HOMEPAGE="
-	https://websockets.readthedocs.io/
-	https://github.com/aaugustin/websockets/
-	https://pypi.org/project/websockets/
-"
-# tests are missing pypi sdist, as of 11.0
-SRC_URI="
-	https://github.com/aaugustin/websockets/archive/${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-IUSE="+native-extensions"
-
-distutils_enable_tests pytest
-
-src_configure() {
-	export BUILD_EXTENSION=$(usex native-extensions)
-}
-
-python_test() {
-	local EPYTEST_DESELECT=(
-		# very fragile to speed
-		tests/legacy/test_protocol.py::ServerTests::test_local_close_receive_close_frame_timeout
-	)
-
-	epytest tests
-}


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2023-05-30 19:00 Sam James
  0 siblings, 0 replies; 130+ messages in thread
From: Sam James @ 2023-05-30 19:00 UTC (permalink / raw
  To: gentoo-commits

commit:     d670e14e0f618975e82c487a0fe55edcc941e0be
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 30 19:00:02 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 30 19:00:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d670e14e

dev-python/websockets: enable py3.12

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/websockets/Manifest                    |  1 +
 dev-python/websockets/websockets-11.0.3-r1.ebuild | 47 +++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/dev-python/websockets/Manifest b/dev-python/websockets/Manifest
index fedc94cd9e1d..da242fd5dba9 100644
--- a/dev-python/websockets/Manifest
+++ b/dev-python/websockets/Manifest
@@ -1,2 +1,3 @@
 DIST websockets-11.0.2.gh.tar.gz 347575 BLAKE2B 1d609298d072dbd986fa2adcac1c8f80720622fdcd44cb8ab079ba812fa7a750cdd4a5b432a74d422ca3ac8e7baef8e38e227569b8681e033f599fa29b19383c SHA512 e397d7b51c3edcc68fd32dbf8fcd46f5c9230c270be46c45a503108690d5513e2626fc4f4f5d271c831570abeeff51bf27c09ea69459b970a41fb64eb84fc87e
+DIST websockets-11.0.3-python3.12.patch.xz 4328 BLAKE2B 6ef94255ef5d95de8015eca14a5110373ab9ffadf4d1c86a892da1aac46caa2755cafeb643a222000a03262c1b1b1aea58132daff36981c00dbb68ce05484058 SHA512 421a6fb5a2a801850ea1fbaf890c11eac0f55ad288185f16f4244f316132591bc5a814636141ba3ada67aeff340f41de61d06c8db87010c858c1b0b02fd9b5ab
 DIST websockets-11.0.3.gh.tar.gz 347652 BLAKE2B b7d796744cb4c7b944e98644dfb9c0e44ba465a6dba71b9e891604f3012b025557dbcd5b7eeae02e71c84350e05b334f99404ddfda814a8984b7a893d3f092f7 SHA512 37a84d7c57da7a3e48870abf992ba96ee454b342610d51c06f7dfc7ee082b7fb51304518c208379c3dbd039eafb1a85444c257fed20b4605a52dc8fc938a4cca

diff --git a/dev-python/websockets/websockets-11.0.3-r1.ebuild b/dev-python/websockets/websockets-11.0.3-r1.ebuild
new file mode 100644
index 000000000000..a6f179e672f2
--- /dev/null
+++ b/dev-python/websockets/websockets-11.0.3-r1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Library for building WebSocket servers and clients in Python"
+HOMEPAGE="
+	https://websockets.readthedocs.io/
+	https://github.com/python-websockets/websockets/
+	https://pypi.org/project/websockets/
+"
+# tests are missing pypi sdist, as of 11.0
+SRC_URI="
+	https://github.com/python-websockets/websockets/archive/${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+	https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${PN}-11.0.3-python3.12.patch.xz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="+native-extensions"
+
+distutils_enable_tests pytest
+
+PATCHES=(
+	"${WORKDIR}"/${P}-python3.12.patch
+)
+
+src_configure() {
+	export BUILD_EXTENSION=$(usex native-extensions)
+}
+
+python_test() {
+	local EPYTEST_DESELECT=(
+		# very fragile to speed
+		tests/legacy/test_protocol.py::ServerTests::test_local_close_receive_close_frame_timeout
+	)
+
+	epytest tests
+}


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2023-06-09 18:02 Arthur Zamarin
  0 siblings, 0 replies; 130+ messages in thread
From: Arthur Zamarin @ 2023-06-09 18:02 UTC (permalink / raw
  To: gentoo-commits

commit:     9e5c473806bbb59b64092d1e15ee68b04b2df4d7
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  9 18:01:53 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jun  9 18:01:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e5c4738

dev-python/websockets: Stabilize 11.0.3-r1 arm, #908203

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/websockets/websockets-11.0.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-11.0.3-r1.ebuild b/dev-python/websockets/websockets-11.0.3-r1.ebuild
index a6f179e672f2..16b24be6c9ef 100644
--- a/dev-python/websockets/websockets-11.0.3-r1.ebuild
+++ b/dev-python/websockets/websockets-11.0.3-r1.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="+native-extensions"
 
 distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2023-06-10  4:20 Sam James
  0 siblings, 0 replies; 130+ messages in thread
From: Sam James @ 2023-06-10  4:20 UTC (permalink / raw
  To: gentoo-commits

commit:     11eedb4d280e7a85895cb1a6f47ff086fe967961
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 10 04:18:42 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 10 04:18:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11eedb4d

dev-python/websockets: Stabilize 11.0.3-r1 amd64, #908203

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/websockets/websockets-11.0.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-11.0.3-r1.ebuild b/dev-python/websockets/websockets-11.0.3-r1.ebuild
index 16b24be6c9ef..4ca10af58f5f 100644
--- a/dev-python/websockets/websockets-11.0.3-r1.ebuild
+++ b/dev-python/websockets/websockets-11.0.3-r1.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="+native-extensions"
 
 distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2023-07-03 18:55 Michał Górny
  0 siblings, 0 replies; 130+ messages in thread
From: Michał Górny @ 2023-07-03 18:55 UTC (permalink / raw
  To: gentoo-commits

commit:     68007460cfb265fe0e791eaffacc2d86f7d500ff
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  3 18:43:23 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul  3 18:55:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68007460

dev-python/websockets: Deselect tests needing DNS

Closes: https://bugs.gentoo.org/909567
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/websockets/websockets-11.0.3-r1.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dev-python/websockets/websockets-11.0.3-r1.ebuild b/dev-python/websockets/websockets-11.0.3-r1.ebuild
index 4ca10af58f5f..dc84ba1b3d49 100644
--- a/dev-python/websockets/websockets-11.0.3-r1.ebuild
+++ b/dev-python/websockets/websockets-11.0.3-r1.ebuild
@@ -41,6 +41,10 @@ python_test() {
 	local EPYTEST_DESELECT=(
 		# very fragile to speed
 		tests/legacy/test_protocol.py::ServerTests::test_local_close_receive_close_frame_timeout
+		# requires DNS access
+		# https://bugs.gentoo.org/909567
+		tests/legacy/test_client_server.py::ClientServerTests::test_explicit_host_port
+		tests/legacy/test_client_server.py::SecureClientServerTests::test_explicit_host_port
 	)
 
 	epytest tests


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2023-07-15 13:15 Arthur Zamarin
  0 siblings, 0 replies; 130+ messages in thread
From: Arthur Zamarin @ 2023-07-15 13:15 UTC (permalink / raw
  To: gentoo-commits

commit:     2f6ba8d3f43024e5e7dc696b3aa58111922ca376
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 15 13:15:18 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 15 13:15:18 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f6ba8d3

dev-python/websockets: Stabilize 11.0.3-r1 arm64, #908203

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/websockets/websockets-11.0.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-11.0.3-r1.ebuild b/dev-python/websockets/websockets-11.0.3-r1.ebuild
index dc84ba1b3d49..e3fb4d3a9167 100644
--- a/dev-python/websockets/websockets-11.0.3-r1.ebuild
+++ b/dev-python/websockets/websockets-11.0.3-r1.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="+native-extensions"
 
 distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2023-08-04 20:20 Arthur Zamarin
  0 siblings, 0 replies; 130+ messages in thread
From: Arthur Zamarin @ 2023-08-04 20:20 UTC (permalink / raw
  To: gentoo-commits

commit:     5bd6fe5ec8b28065bf840bd9910df5770650184a
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  4 20:20:15 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Aug  4 20:20:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bd6fe5e

dev-python/websockets: Stabilize 11.0.3-r1 ppc, #908203

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/websockets/websockets-11.0.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-11.0.3-r1.ebuild b/dev-python/websockets/websockets-11.0.3-r1.ebuild
index 83ca8d7ef272..a5c8fa1f3963 100644
--- a/dev-python/websockets/websockets-11.0.3-r1.ebuild
+++ b/dev-python/websockets/websockets-11.0.3-r1.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 IUSE="+native-extensions"
 
 distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2023-09-01 12:16 Sam James
  0 siblings, 0 replies; 130+ messages in thread
From: Sam James @ 2023-09-01 12:16 UTC (permalink / raw
  To: gentoo-commits

commit:     0b311fbf4d125a38e7fb37cb8fb722d4bdeeb626
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Mon Aug  7 05:14:43 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep  1 12:16:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b311fbf

dev-python/websockets: disable native-extensions for pypy3

Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/websockets/websockets-11.0.3-r2.ebuild | 57 +++++++++++++++++++++++
 1 file changed, 57 insertions(+)

diff --git a/dev-python/websockets/websockets-11.0.3-r2.ebuild b/dev-python/websockets/websockets-11.0.3-r2.ebuild
new file mode 100644
index 000000000000..cfbf2d5a02db
--- /dev/null
+++ b/dev-python/websockets/websockets-11.0.3-r2.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Library for building WebSocket servers and clients in Python"
+HOMEPAGE="
+	https://websockets.readthedocs.io/
+	https://github.com/python-websockets/websockets/
+	https://pypi.org/project/websockets/
+"
+# tests are missing pypi sdist, as of 11.0
+SRC_URI="
+	https://github.com/python-websockets/websockets/archive/${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+	https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${PN}-11.0.3-python3.12.patch.xz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="+native-extensions"
+
+distutils_enable_tests pytest
+
+PATCHES=(
+	"${WORKDIR}"/${P}-python3.12.patch
+)
+
+python_compile() {
+	if use native-extensions && [[ ${EPYTHON} != pypy3 ]] ; then
+		local -x BUILD_EXTENSION=yes
+	else
+		local -x BUILD_EXTENSION=no
+	fi
+
+	distutils-r1_python_compile
+}
+
+python_test() {
+	local EPYTEST_DESELECT=(
+		# very fragile to speed
+		tests/legacy/test_protocol.py::ServerTests::test_local_close_receive_close_frame_timeout
+		# requires DNS access
+		# https://bugs.gentoo.org/909567
+		tests/legacy/test_client_server.py::ClientServerTests::test_explicit_host_port
+		tests/legacy/test_client_server.py::SecureClientServerTests::test_explicit_host_port
+	)
+
+	epytest tests
+}


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2023-10-02 15:41 Sam James
  0 siblings, 0 replies; 130+ messages in thread
From: Sam James @ 2023-10-02 15:41 UTC (permalink / raw
  To: gentoo-commits

commit:     d18df8000f641c76fecb7189262cd0fe2609cbc6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  2 15:41:09 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct  2 15:41:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d18df800

dev-python/websockets: Stabilize 11.0.3-r1 hppa, #908203

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/websockets/websockets-11.0.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-11.0.3-r1.ebuild b/dev-python/websockets/websockets-11.0.3-r1.ebuild
index a5c8fa1f3963..40977b5d5d3d 100644
--- a/dev-python/websockets/websockets-11.0.3-r1.ebuild
+++ b/dev-python/websockets/websockets-11.0.3-r1.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 IUSE="+native-extensions"
 
 distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2023-10-02 15:41 Sam James
  0 siblings, 0 replies; 130+ messages in thread
From: Sam James @ 2023-10-02 15:41 UTC (permalink / raw
  To: gentoo-commits

commit:     9f34603200fef38ca5eca106b46bb720ac5e7ca5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  2 15:41:11 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct  2 15:41:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f346032

dev-python/websockets: Stabilize 11.0.3-r1 sparc, #908203

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/websockets/websockets-11.0.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-11.0.3-r1.ebuild b/dev-python/websockets/websockets-11.0.3-r1.ebuild
index 40977b5d5d3d..780348397b0c 100644
--- a/dev-python/websockets/websockets-11.0.3-r1.ebuild
+++ b/dev-python/websockets/websockets-11.0.3-r1.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 sparc x86"
 IUSE="+native-extensions"
 
 distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2023-10-14 16:52 Arthur Zamarin
  0 siblings, 0 replies; 130+ messages in thread
From: Arthur Zamarin @ 2023-10-14 16:52 UTC (permalink / raw
  To: gentoo-commits

commit:     fbef5398a79f6c8567ecb8217bfcf897aaec56f9
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 14 16:50:46 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 14 16:50:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbef5398

dev-python/websockets: Stabilize 11.0.3-r2 x86, #915767

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/websockets/websockets-11.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-11.0.3-r2.ebuild b/dev-python/websockets/websockets-11.0.3-r2.ebuild
index cfbf2d5a02db..7662bbcfd045 100644
--- a/dev-python/websockets/websockets-11.0.3-r2.ebuild
+++ b/dev-python/websockets/websockets-11.0.3-r2.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 IUSE="+native-extensions"
 
 distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2023-10-14 16:53 Arthur Zamarin
  0 siblings, 0 replies; 130+ messages in thread
From: Arthur Zamarin @ 2023-10-14 16:53 UTC (permalink / raw
  To: gentoo-commits

commit:     ea3c56df1185a364f2adf58b68928f4836ba9c54
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 14 16:53:00 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 14 16:53:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea3c56df

dev-python/websockets: Stabilize 11.0.3-r2 amd64, #915767

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/websockets/websockets-11.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-11.0.3-r2.ebuild b/dev-python/websockets/websockets-11.0.3-r2.ebuild
index 7662bbcfd045..c35551947fb1 100644
--- a/dev-python/websockets/websockets-11.0.3-r2.ebuild
+++ b/dev-python/websockets/websockets-11.0.3-r2.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 IUSE="+native-extensions"
 
 distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2023-10-14 16:59 Arthur Zamarin
  0 siblings, 0 replies; 130+ messages in thread
From: Arthur Zamarin @ 2023-10-14 16:59 UTC (permalink / raw
  To: gentoo-commits

commit:     76258b8623c727b9f6b299d37a52a79ddcf6ad6f
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 14 16:58:51 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 14 16:58:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76258b86

dev-python/websockets: Stabilize 11.0.3-r2 sparc, #915767

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/websockets/websockets-11.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-11.0.3-r2.ebuild b/dev-python/websockets/websockets-11.0.3-r2.ebuild
index c35551947fb1..e268bc9f0952 100644
--- a/dev-python/websockets/websockets-11.0.3-r2.ebuild
+++ b/dev-python/websockets/websockets-11.0.3-r2.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86"
 IUSE="+native-extensions"
 
 distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2023-10-14 18:17 Arthur Zamarin
  0 siblings, 0 replies; 130+ messages in thread
From: Arthur Zamarin @ 2023-10-14 18:17 UTC (permalink / raw
  To: gentoo-commits

commit:     1904a127566edc69aa86fdeb2dd2d5f0f62398bd
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 14 18:16:56 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 14 18:16:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1904a127

dev-python/websockets: Stabilize 11.0.3-r2 arm64, #915767

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/websockets/websockets-11.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-11.0.3-r2.ebuild b/dev-python/websockets/websockets-11.0.3-r2.ebuild
index e268bc9f0952..1af029147912 100644
--- a/dev-python/websockets/websockets-11.0.3-r2.ebuild
+++ b/dev-python/websockets/websockets-11.0.3-r2.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86"
 IUSE="+native-extensions"
 
 distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2023-10-18 10:18 Sam James
  0 siblings, 0 replies; 130+ messages in thread
From: Sam James @ 2023-10-18 10:18 UTC (permalink / raw
  To: gentoo-commits

commit:     4722fdf5f54ff5125e2ecf6c579ab41be741ff9a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 18 10:17:16 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 18 10:17:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4722fdf5

dev-python/websockets: Stabilize 11.0.3-r2 ppc64, #915767

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/websockets/websockets-11.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-11.0.3-r2.ebuild b/dev-python/websockets/websockets-11.0.3-r2.ebuild
index 86d45e2b1bb1..0d84585aa896 100644
--- a/dev-python/websockets/websockets-11.0.3-r2.ebuild
+++ b/dev-python/websockets/websockets-11.0.3-r2.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="+native-extensions"
 
 distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2023-10-18 10:18 Sam James
  0 siblings, 0 replies; 130+ messages in thread
From: Sam James @ 2023-10-18 10:18 UTC (permalink / raw
  To: gentoo-commits

commit:     ce3d81ec28025b70db019b082adbf76095580426
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 18 10:17:47 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 18 10:17:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce3d81ec

dev-python/websockets: Stabilize 11.0.3-r1 ppc64, #908203

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/websockets/websockets-11.0.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-11.0.3-r1.ebuild b/dev-python/websockets/websockets-11.0.3-r1.ebuild
index 780348397b0c..f62a87022fe3 100644
--- a/dev-python/websockets/websockets-11.0.3-r1.ebuild
+++ b/dev-python/websockets/websockets-11.0.3-r1.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="+native-extensions"
 
 distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2023-10-18 10:18 Sam James
  0 siblings, 0 replies; 130+ messages in thread
From: Sam James @ 2023-10-18 10:18 UTC (permalink / raw
  To: gentoo-commits

commit:     5fed38f3cb84ca02f417504ad0c41e770a9869e9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 18 10:17:23 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 18 10:17:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fed38f3

dev-python/websockets: Stabilize 11.0.3-r2 hppa, #915767

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/websockets/websockets-11.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-11.0.3-r2.ebuild b/dev-python/websockets/websockets-11.0.3-r2.ebuild
index 0d84585aa896..5d3277b5d891 100644
--- a/dev-python/websockets/websockets-11.0.3-r2.ebuild
+++ b/dev-python/websockets/websockets-11.0.3-r2.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="+native-extensions"
 
 distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2023-10-18 10:18 Sam James
  0 siblings, 0 replies; 130+ messages in thread
From: Sam James @ 2023-10-18 10:18 UTC (permalink / raw
  To: gentoo-commits

commit:     d8391f435b3f98b000dc0a5c07cbc3dc91e6503f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 18 10:17:05 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 18 10:17:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8391f43

dev-python/websockets: Stabilize 11.0.3-r2 arm, #915767

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/websockets/websockets-11.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-11.0.3-r2.ebuild b/dev-python/websockets/websockets-11.0.3-r2.ebuild
index 1af029147912..fcb6565ce490 100644
--- a/dev-python/websockets/websockets-11.0.3-r2.ebuild
+++ b/dev-python/websockets/websockets-11.0.3-r2.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86"
 IUSE="+native-extensions"
 
 distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2023-10-18 10:18 Sam James
  0 siblings, 0 replies; 130+ messages in thread
From: Sam James @ 2023-10-18 10:18 UTC (permalink / raw
  To: gentoo-commits

commit:     af4d33df4b7cffd9c060341661d7331cc8920eac
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 18 10:17:12 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 18 10:17:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af4d33df

dev-python/websockets: Stabilize 11.0.3-r2 ppc, #915767

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/websockets/websockets-11.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-11.0.3-r2.ebuild b/dev-python/websockets/websockets-11.0.3-r2.ebuild
index fcb6565ce490..86d45e2b1bb1 100644
--- a/dev-python/websockets/websockets-11.0.3-r2.ebuild
+++ b/dev-python/websockets/websockets-11.0.3-r2.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 sparc x86"
 IUSE="+native-extensions"
 
 distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2023-10-18 15:56 Michał Górny
  0 siblings, 0 replies; 130+ messages in thread
From: Michał Górny @ 2023-10-18 15:56 UTC (permalink / raw
  To: gentoo-commits

commit:     912e7207513a7b3b779f996d7df5bcd382b93c5e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 18 15:52:22 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct 18 15:56:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=912e7207

dev-python/websockets: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/websockets/Manifest                    |  1 -
 dev-python/websockets/websockets-11.0.2.ebuild    | 42 -------------------
 dev-python/websockets/websockets-11.0.3-r1.ebuild | 51 -----------------------
 dev-python/websockets/websockets-11.0.3.ebuild    | 42 -------------------
 4 files changed, 136 deletions(-)

diff --git a/dev-python/websockets/Manifest b/dev-python/websockets/Manifest
index da242fd5dba9..1163209366bb 100644
--- a/dev-python/websockets/Manifest
+++ b/dev-python/websockets/Manifest
@@ -1,3 +1,2 @@
-DIST websockets-11.0.2.gh.tar.gz 347575 BLAKE2B 1d609298d072dbd986fa2adcac1c8f80720622fdcd44cb8ab079ba812fa7a750cdd4a5b432a74d422ca3ac8e7baef8e38e227569b8681e033f599fa29b19383c SHA512 e397d7b51c3edcc68fd32dbf8fcd46f5c9230c270be46c45a503108690d5513e2626fc4f4f5d271c831570abeeff51bf27c09ea69459b970a41fb64eb84fc87e
 DIST websockets-11.0.3-python3.12.patch.xz 4328 BLAKE2B 6ef94255ef5d95de8015eca14a5110373ab9ffadf4d1c86a892da1aac46caa2755cafeb643a222000a03262c1b1b1aea58132daff36981c00dbb68ce05484058 SHA512 421a6fb5a2a801850ea1fbaf890c11eac0f55ad288185f16f4244f316132591bc5a814636141ba3ada67aeff340f41de61d06c8db87010c858c1b0b02fd9b5ab
 DIST websockets-11.0.3.gh.tar.gz 347652 BLAKE2B b7d796744cb4c7b944e98644dfb9c0e44ba465a6dba71b9e891604f3012b025557dbcd5b7eeae02e71c84350e05b334f99404ddfda814a8984b7a893d3f092f7 SHA512 37a84d7c57da7a3e48870abf992ba96ee454b342610d51c06f7dfc7ee082b7fb51304518c208379c3dbd039eafb1a85444c257fed20b4605a52dc8fc938a4cca

diff --git a/dev-python/websockets/websockets-11.0.2.ebuild b/dev-python/websockets/websockets-11.0.2.ebuild
deleted file mode 100644
index 0b42bf3c3b7c..000000000000
--- a/dev-python/websockets/websockets-11.0.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Library for building WebSocket servers and clients in Python"
-HOMEPAGE="
-	https://websockets.readthedocs.io/
-	https://github.com/python-websockets/websockets/
-	https://pypi.org/project/websockets/
-"
-# tests are missing pypi sdist, as of 11.0
-SRC_URI="
-	https://github.com/python-websockets/websockets/archive/${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-IUSE="+native-extensions"
-
-distutils_enable_tests pytest
-
-src_configure() {
-	export BUILD_EXTENSION=$(usex native-extensions)
-}
-
-python_test() {
-	local EPYTEST_DESELECT=(
-		# very fragile to speed
-		tests/legacy/test_protocol.py::ServerTests::test_local_close_receive_close_frame_timeout
-	)
-
-	epytest tests
-}

diff --git a/dev-python/websockets/websockets-11.0.3-r1.ebuild b/dev-python/websockets/websockets-11.0.3-r1.ebuild
deleted file mode 100644
index f62a87022fe3..000000000000
--- a/dev-python/websockets/websockets-11.0.3-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Library for building WebSocket servers and clients in Python"
-HOMEPAGE="
-	https://websockets.readthedocs.io/
-	https://github.com/python-websockets/websockets/
-	https://pypi.org/project/websockets/
-"
-# tests are missing pypi sdist, as of 11.0
-SRC_URI="
-	https://github.com/python-websockets/websockets/archive/${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-	https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${PN}-11.0.3-python3.12.patch.xz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-IUSE="+native-extensions"
-
-distutils_enable_tests pytest
-
-PATCHES=(
-	"${WORKDIR}"/${P}-python3.12.patch
-)
-
-src_configure() {
-	export BUILD_EXTENSION=$(usex native-extensions)
-}
-
-python_test() {
-	local EPYTEST_DESELECT=(
-		# very fragile to speed
-		tests/legacy/test_protocol.py::ServerTests::test_local_close_receive_close_frame_timeout
-		# requires DNS access
-		# https://bugs.gentoo.org/909567
-		tests/legacy/test_client_server.py::ClientServerTests::test_explicit_host_port
-		tests/legacy/test_client_server.py::SecureClientServerTests::test_explicit_host_port
-	)
-
-	epytest tests
-}

diff --git a/dev-python/websockets/websockets-11.0.3.ebuild b/dev-python/websockets/websockets-11.0.3.ebuild
deleted file mode 100644
index f3ef9af590b3..000000000000
--- a/dev-python/websockets/websockets-11.0.3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Library for building WebSocket servers and clients in Python"
-HOMEPAGE="
-	https://websockets.readthedocs.io/
-	https://github.com/python-websockets/websockets/
-	https://pypi.org/project/websockets/
-"
-# tests are missing pypi sdist, as of 11.0
-SRC_URI="
-	https://github.com/python-websockets/websockets/archive/${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-IUSE="+native-extensions"
-
-distutils_enable_tests pytest
-
-src_configure() {
-	export BUILD_EXTENSION=$(usex native-extensions)
-}
-
-python_test() {
-	local EPYTEST_DESELECT=(
-		# very fragile to speed
-		tests/legacy/test_protocol.py::ServerTests::test_local_close_receive_close_frame_timeout
-	)
-
-	epytest tests
-}


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2023-10-22  6:55 Michał Górny
  0 siblings, 0 replies; 130+ messages in thread
From: Michał Górny @ 2023-10-22  6:55 UTC (permalink / raw
  To: gentoo-commits

commit:     8d0bc6192332401fd1d08fdde557aca6f7f7c329
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 22 06:34:39 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 22 06:55:25 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d0bc619

dev-python/websockets: Bump to 12.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/websockets/Manifest               |  1 +
 dev-python/websockets/websockets-12.0.ebuild | 57 ++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

diff --git a/dev-python/websockets/Manifest b/dev-python/websockets/Manifest
index 1163209366bb..a0ae85f598a2 100644
--- a/dev-python/websockets/Manifest
+++ b/dev-python/websockets/Manifest
@@ -1,2 +1,3 @@
 DIST websockets-11.0.3-python3.12.patch.xz 4328 BLAKE2B 6ef94255ef5d95de8015eca14a5110373ab9ffadf4d1c86a892da1aac46caa2755cafeb643a222000a03262c1b1b1aea58132daff36981c00dbb68ce05484058 SHA512 421a6fb5a2a801850ea1fbaf890c11eac0f55ad288185f16f4244f316132591bc5a814636141ba3ada67aeff340f41de61d06c8db87010c858c1b0b02fd9b5ab
 DIST websockets-11.0.3.gh.tar.gz 347652 BLAKE2B b7d796744cb4c7b944e98644dfb9c0e44ba465a6dba71b9e891604f3012b025557dbcd5b7eeae02e71c84350e05b334f99404ddfda814a8984b7a893d3f092f7 SHA512 37a84d7c57da7a3e48870abf992ba96ee454b342610d51c06f7dfc7ee082b7fb51304518c208379c3dbd039eafb1a85444c257fed20b4605a52dc8fc938a4cca
+DIST websockets-12.0.gh.tar.gz 352120 BLAKE2B cab704e0ee44a7012ee58d515a5ea7380a97a3cbb8f55d105c00c8c2b9ed992b4c87435875474de32e5969fd92256bdec830db0571399a1d2e5fb719b23c2d83 SHA512 f17943d444ce275b709cf89453b2d2cce09f5af26f0460e226c2e24cfbb425c825963352e130dcd4201587606355375b525d8e5a02eccbffbb3985a108a3ed5e

diff --git a/dev-python/websockets/websockets-12.0.ebuild b/dev-python/websockets/websockets-12.0.ebuild
new file mode 100644
index 000000000000..d6c08f6e7319
--- /dev/null
+++ b/dev-python/websockets/websockets-12.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Library for building WebSocket servers and clients in Python"
+HOMEPAGE="
+	https://websockets.readthedocs.io/
+	https://github.com/python-websockets/websockets/
+	https://pypi.org/project/websockets/
+"
+# tests are missing pypi sdist, as of 11.0
+SRC_URI="
+	https://github.com/python-websockets/websockets/archive/${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+	https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${PN}-11.0.3-python3.12.patch.xz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="+native-extensions"
+
+BDEPEND="
+	test? (
+		dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest
+
+python_compile() {
+	if use native-extensions && [[ ${EPYTHON} != pypy3 ]] ; then
+		local -x BUILD_EXTENSION=yes
+	else
+		local -x BUILD_EXTENSION=no
+	fi
+
+	distutils-r1_python_compile
+}
+
+python_test() {
+	local EPYTEST_DESELECT=(
+		# requires DNS access
+		# https://bugs.gentoo.org/909567
+		tests/legacy/test_client_server.py::ClientServerTests::test_explicit_host_port
+		tests/legacy/test_client_server.py::SecureClientServerTests::test_explicit_host_port
+	)
+
+	epytest tests --reruns=10 --reruns-delay=2
+}


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2023-11-22 11:06 Michał Górny
  0 siblings, 0 replies; 130+ messages in thread
From: Michał Górny @ 2023-11-22 11:06 UTC (permalink / raw
  To: gentoo-commits

commit:     e005db40c532d940401c08d29fdff54fe0fc92af
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 22 11:05:32 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov 22 11:06:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e005db40

dev-python/websockets: Stabilize 12.0 arm64, #917741

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/websockets/websockets-12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-12.0.ebuild b/dev-python/websockets/websockets-12.0.ebuild
index d6c08f6e7319..826f8a55e6e4 100644
--- a/dev-python/websockets/websockets-12.0.ebuild
+++ b/dev-python/websockets/websockets-12.0.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="+native-extensions"
 
 BDEPEND="


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2023-11-22 11:11 Sam James
  0 siblings, 0 replies; 130+ messages in thread
From: Sam James @ 2023-11-22 11:11 UTC (permalink / raw
  To: gentoo-commits

commit:     57352a6b8d12980e8fe5ce9de8f91c96475ccc4a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 22 11:08:51 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 22 11:10:19 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57352a6b

dev-python/websockets: Stabilize 12.0 arm, #917741

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/websockets/websockets-12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-12.0.ebuild b/dev-python/websockets/websockets-12.0.ebuild
index 826f8a55e6e4..57302b99329a 100644
--- a/dev-python/websockets/websockets-12.0.ebuild
+++ b/dev-python/websockets/websockets-12.0.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="+native-extensions"
 
 BDEPEND="


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2023-11-22 11:56 Sam James
  0 siblings, 0 replies; 130+ messages in thread
From: Sam James @ 2023-11-22 11:56 UTC (permalink / raw
  To: gentoo-commits

commit:     439f806985a806a432f73c1b89126d4d00ac11a3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 22 11:56:32 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 22 11:56:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=439f8069

dev-python/websockets: Stabilize 12.0 sparc, #917741

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/websockets/websockets-12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-12.0.ebuild b/dev-python/websockets/websockets-12.0.ebuild
index 57302b99329a..b3fae20a28cd 100644
--- a/dev-python/websockets/websockets-12.0.ebuild
+++ b/dev-python/websockets/websockets-12.0.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
 IUSE="+native-extensions"
 
 BDEPEND="


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2023-11-22 12:12 Arthur Zamarin
  0 siblings, 0 replies; 130+ messages in thread
From: Arthur Zamarin @ 2023-11-22 12:12 UTC (permalink / raw
  To: gentoo-commits

commit:     75e7d68c3531b10c6fc28c643c2456bfb01f1d52
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 22 12:11:48 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 22 12:11:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75e7d68c

dev-python/websockets: Stabilize 12.0 amd64, #917741

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/websockets/websockets-12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-12.0.ebuild b/dev-python/websockets/websockets-12.0.ebuild
index b3fae20a28cd..9753a7d16bf3 100644
--- a/dev-python/websockets/websockets-12.0.ebuild
+++ b/dev-python/websockets/websockets-12.0.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
 IUSE="+native-extensions"
 
 BDEPEND="


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2023-11-23 19:53 Sam James
  0 siblings, 0 replies; 130+ messages in thread
From: Sam James @ 2023-11-23 19:53 UTC (permalink / raw
  To: gentoo-commits

commit:     ada111a1bc9cc5e9a3e64005dbde74c222466bfb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 23 19:52:36 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Nov 23 19:52:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ada111a1

dev-python/websockets: Stabilize 12.0 x86, #917741

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/websockets/websockets-12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-12.0.ebuild b/dev-python/websockets/websockets-12.0.ebuild
index 9753a7d16bf3..a12368c3e85f 100644
--- a/dev-python/websockets/websockets-12.0.ebuild
+++ b/dev-python/websockets/websockets-12.0.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86"
 IUSE="+native-extensions"
 
 BDEPEND="


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2023-11-29  6:14 Arthur Zamarin
  0 siblings, 0 replies; 130+ messages in thread
From: Arthur Zamarin @ 2023-11-29  6:14 UTC (permalink / raw
  To: gentoo-commits

commit:     e9c1bcab3d0119a1a15aa0bf80b9b16a11ab62ad
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 29 06:13:34 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 29 06:13:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9c1bcab

dev-python/websockets: Stabilize 12.0 ppc, #917741

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/websockets/websockets-12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-12.0.ebuild b/dev-python/websockets/websockets-12.0.ebuild
index a12368c3e85f..558a69c2f327 100644
--- a/dev-python/websockets/websockets-12.0.ebuild
+++ b/dev-python/websockets/websockets-12.0.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 sparc x86"
 IUSE="+native-extensions"
 
 BDEPEND="


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2023-11-29  6:14 Arthur Zamarin
  0 siblings, 0 replies; 130+ messages in thread
From: Arthur Zamarin @ 2023-11-29  6:14 UTC (permalink / raw
  To: gentoo-commits

commit:     781a9fbe5734e38af4c78bfa45c82e98274b6c63
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 29 06:13:37 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 29 06:13:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=781a9fbe

dev-python/websockets: Stabilize 12.0 ppc64, #917741

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/websockets/websockets-12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-12.0.ebuild b/dev-python/websockets/websockets-12.0.ebuild
index 558a69c2f327..4dab78d8d957 100644
--- a/dev-python/websockets/websockets-12.0.ebuild
+++ b/dev-python/websockets/websockets-12.0.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="+native-extensions"
 
 BDEPEND="


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2023-11-29  6:15 Arthur Zamarin
  0 siblings, 0 replies; 130+ messages in thread
From: Arthur Zamarin @ 2023-11-29  6:15 UTC (permalink / raw
  To: gentoo-commits

commit:     320f2395029e9666c1078987437f240a42738837
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 29 06:15:32 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 29 06:15:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=320f2395

dev-python/websockets: Stabilize 12.0 hppa, #917741

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/websockets/websockets-12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-12.0.ebuild b/dev-python/websockets/websockets-12.0.ebuild
index 4dab78d8d957..3d805c69fd53 100644
--- a/dev-python/websockets/websockets-12.0.ebuild
+++ b/dev-python/websockets/websockets-12.0.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="+native-extensions"
 
 BDEPEND="


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2023-11-29  7:44 Michał Górny
  0 siblings, 0 replies; 130+ messages in thread
From: Michał Górny @ 2023-11-29  7:44 UTC (permalink / raw
  To: gentoo-commits

commit:     a5a15421499ccf4d7d031be8e9ac5193c19364e8
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 29 07:40:57 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov 29 07:44:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5a15421

dev-python/websockets: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/websockets/Manifest                    |  1 -
 dev-python/websockets/websockets-11.0.3-r2.ebuild | 57 -----------------------
 2 files changed, 58 deletions(-)

diff --git a/dev-python/websockets/Manifest b/dev-python/websockets/Manifest
index a0ae85f598a2..0583165f45d3 100644
--- a/dev-python/websockets/Manifest
+++ b/dev-python/websockets/Manifest
@@ -1,3 +1,2 @@
 DIST websockets-11.0.3-python3.12.patch.xz 4328 BLAKE2B 6ef94255ef5d95de8015eca14a5110373ab9ffadf4d1c86a892da1aac46caa2755cafeb643a222000a03262c1b1b1aea58132daff36981c00dbb68ce05484058 SHA512 421a6fb5a2a801850ea1fbaf890c11eac0f55ad288185f16f4244f316132591bc5a814636141ba3ada67aeff340f41de61d06c8db87010c858c1b0b02fd9b5ab
-DIST websockets-11.0.3.gh.tar.gz 347652 BLAKE2B b7d796744cb4c7b944e98644dfb9c0e44ba465a6dba71b9e891604f3012b025557dbcd5b7eeae02e71c84350e05b334f99404ddfda814a8984b7a893d3f092f7 SHA512 37a84d7c57da7a3e48870abf992ba96ee454b342610d51c06f7dfc7ee082b7fb51304518c208379c3dbd039eafb1a85444c257fed20b4605a52dc8fc938a4cca
 DIST websockets-12.0.gh.tar.gz 352120 BLAKE2B cab704e0ee44a7012ee58d515a5ea7380a97a3cbb8f55d105c00c8c2b9ed992b4c87435875474de32e5969fd92256bdec830db0571399a1d2e5fb719b23c2d83 SHA512 f17943d444ce275b709cf89453b2d2cce09f5af26f0460e226c2e24cfbb425c825963352e130dcd4201587606355375b525d8e5a02eccbffbb3985a108a3ed5e

diff --git a/dev-python/websockets/websockets-11.0.3-r2.ebuild b/dev-python/websockets/websockets-11.0.3-r2.ebuild
deleted file mode 100644
index 5d3277b5d891..000000000000
--- a/dev-python/websockets/websockets-11.0.3-r2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Library for building WebSocket servers and clients in Python"
-HOMEPAGE="
-	https://websockets.readthedocs.io/
-	https://github.com/python-websockets/websockets/
-	https://pypi.org/project/websockets/
-"
-# tests are missing pypi sdist, as of 11.0
-SRC_URI="
-	https://github.com/python-websockets/websockets/archive/${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-	https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${PN}-11.0.3-python3.12.patch.xz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-IUSE="+native-extensions"
-
-distutils_enable_tests pytest
-
-PATCHES=(
-	"${WORKDIR}"/${P}-python3.12.patch
-)
-
-python_compile() {
-	if use native-extensions && [[ ${EPYTHON} != pypy3 ]] ; then
-		local -x BUILD_EXTENSION=yes
-	else
-		local -x BUILD_EXTENSION=no
-	fi
-
-	distutils-r1_python_compile
-}
-
-python_test() {
-	local EPYTEST_DESELECT=(
-		# very fragile to speed
-		tests/legacy/test_protocol.py::ServerTests::test_local_close_receive_close_frame_timeout
-		# requires DNS access
-		# https://bugs.gentoo.org/909567
-		tests/legacy/test_client_server.py::ClientServerTests::test_explicit_host_port
-		tests/legacy/test_client_server.py::SecureClientServerTests::test_explicit_host_port
-	)
-
-	epytest tests
-}


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2024-05-11 17:36 Michał Górny
  0 siblings, 0 replies; 130+ messages in thread
From: Michał Górny @ 2024-05-11 17:36 UTC (permalink / raw
  To: gentoo-commits

commit:     d3f4cd207fffd2e8bb4574b7c5887404a2955bd9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 11 17:35:05 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 11 17:35:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3f4cd20

dev-python/websockets: Enable py3.13

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/websockets/websockets-12.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/websockets/websockets-12.0.ebuild b/dev-python/websockets/websockets-12.0.ebuild
index 3d805c69fd53..4612d969888b 100644
--- a/dev-python/websockets/websockets-12.0.ebuild
+++ b/dev-python/websockets/websockets-12.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
 
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 130+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
@ 2024-08-29  4:52 Michał Górny
  0 siblings, 0 replies; 130+ messages in thread
From: Michał Górny @ 2024-08-29  4:52 UTC (permalink / raw
  To: gentoo-commits

commit:     093ee72a2395e315844820af1243919be24c47e6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 29 04:27:19 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 29 04:37:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=093ee72a

dev-python/websockets: Bump to 13.0.1

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/websockets/Manifest                 |  1 +
 dev-python/websockets/websockets-13.0.1.ebuild | 60 ++++++++++++++++++++++++++
 2 files changed, 61 insertions(+)

diff --git a/dev-python/websockets/Manifest b/dev-python/websockets/Manifest
index 0583165f45d3..8ab7d72100ec 100644
--- a/dev-python/websockets/Manifest
+++ b/dev-python/websockets/Manifest
@@ -1,2 +1,3 @@
 DIST websockets-11.0.3-python3.12.patch.xz 4328 BLAKE2B 6ef94255ef5d95de8015eca14a5110373ab9ffadf4d1c86a892da1aac46caa2755cafeb643a222000a03262c1b1b1aea58132daff36981c00dbb68ce05484058 SHA512 421a6fb5a2a801850ea1fbaf890c11eac0f55ad288185f16f4244f316132591bc5a814636141ba3ada67aeff340f41de61d06c8db87010c858c1b0b02fd9b5ab
 DIST websockets-12.0.gh.tar.gz 352120 BLAKE2B cab704e0ee44a7012ee58d515a5ea7380a97a3cbb8f55d105c00c8c2b9ed992b4c87435875474de32e5969fd92256bdec830db0571399a1d2e5fb719b23c2d83 SHA512 f17943d444ce275b709cf89453b2d2cce09f5af26f0460e226c2e24cfbb425c825963352e130dcd4201587606355375b525d8e5a02eccbffbb3985a108a3ed5e
+DIST websockets-13.0.1.gh.tar.gz 400436 BLAKE2B 3387cdc72117d2b1b0d1a5d3bc2444a243de2536b3937459221095b539172fab60972f4b1d0371c9c88222f8dcdf604a0371de1519728b40889a51ad6dd32029 SHA512 b187e7c443b9c6abbc7993f9c45dbd4fe83784d3ceb339b6e7d104cfa4da03450c25a8bf9dfa9c8626c3c91f2fe44c0dec6579ba830e0e20116a3e1e01be3bf1

diff --git a/dev-python/websockets/websockets-13.0.1.ebuild b/dev-python/websockets/websockets-13.0.1.ebuild
new file mode 100644
index 000000000000..b2b7fbf0c631
--- /dev/null
+++ b/dev-python/websockets/websockets-13.0.1.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="Library for building WebSocket servers and clients in Python"
+HOMEPAGE="
+	https://websockets.readthedocs.io/
+	https://github.com/python-websockets/websockets/
+	https://pypi.org/project/websockets/
+"
+# tests are missing pypi sdist, as of 11.0
+SRC_URI="
+	https://github.com/python-websockets/websockets/archive/${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+	https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${PN}-11.0.3-python3.12.patch.xz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="+native-extensions"
+
+BDEPEND="
+	test? (
+		dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest
+
+python_compile() {
+	if use native-extensions && [[ ${EPYTHON} != pypy3 ]] ; then
+		local -x BUILD_EXTENSION=yes
+	else
+		local -x BUILD_EXTENSION=no
+	fi
+
+	distutils-r1_python_compile
+}
+
+python_test() {
+	local EPYTEST_DESELECT=(
+		# requires DNS access
+		# https://bugs.gentoo.org/909567
+		tests/legacy/test_client_server.py::ClientServerTests::test_explicit_host_port
+		tests/legacy/test_client_server.py::SecureClientServerTests::test_explicit_host_port
+		# TODO
+		tests/asyncio/test_server.py::ServerTests::test_close_server_keeps_handlers_running
+	)
+
+	local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+	epytest tests -p rerunfailures --reruns=10 --reruns-delay=2
+}


^ permalink raw reply related	[flat|nested] 130+ messages in thread

end of thread, other threads:[~2024-08-29  4:53 UTC | newest]

Thread overview: 130+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-08 14:23 [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2024-08-29  4:52 Michał Górny
2024-05-11 17:36 Michał Górny
2023-11-29  7:44 Michał Górny
2023-11-29  6:15 Arthur Zamarin
2023-11-29  6:14 Arthur Zamarin
2023-11-29  6:14 Arthur Zamarin
2023-11-23 19:53 Sam James
2023-11-22 12:12 Arthur Zamarin
2023-11-22 11:56 Sam James
2023-11-22 11:11 Sam James
2023-11-22 11:06 Michał Górny
2023-10-22  6:55 Michał Górny
2023-10-18 15:56 Michał Górny
2023-10-18 10:18 Sam James
2023-10-18 10:18 Sam James
2023-10-18 10:18 Sam James
2023-10-18 10:18 Sam James
2023-10-18 10:18 Sam James
2023-10-14 18:17 Arthur Zamarin
2023-10-14 16:59 Arthur Zamarin
2023-10-14 16:53 Arthur Zamarin
2023-10-14 16:52 Arthur Zamarin
2023-10-02 15:41 Sam James
2023-10-02 15:41 Sam James
2023-09-01 12:16 Sam James
2023-08-04 20:20 Arthur Zamarin
2023-07-15 13:15 Arthur Zamarin
2023-07-03 18:55 Michał Górny
2023-06-10  4:20 Sam James
2023-06-09 18:02 Arthur Zamarin
2023-05-30 19:00 Sam James
2023-05-10 19:24 Michał Górny
2023-05-10 17:23 Arthur Zamarin
2023-05-10 17:22 Arthur Zamarin
2023-05-08  4:36 Michał Górny
2023-05-05 13:24 Arthur Zamarin
2023-05-05  9:39 Arthur Zamarin
2023-05-05  8:02 Arthur Zamarin
2023-05-05  7:42 Sam James
2023-05-05  7:36 Arthur Zamarin
2023-05-05  6:56 Arthur Zamarin
2023-04-29  5:48 Michał Górny
2023-04-07  4:19 Michał Górny
2023-04-03  2:57 Michał Górny
2023-02-13  3:22 Matt Turner
2022-12-02 11:55 Arthur Zamarin
2022-11-25 19:11 Sam James
2022-11-25 14:01 Arthur Zamarin
2022-11-25 14:00 Arthur Zamarin
2022-11-25 13:57 Arthur Zamarin
2022-11-25 13:52 Arthur Zamarin
2022-11-25 13:50 Arthur Zamarin
2022-11-25 13:47 Arthur Zamarin
2022-10-26  4:03 Michał Górny
2022-06-05 10:35 Michał Górny
2022-06-05  9:08 Sam James
2022-05-31 11:05 Jakov Smolić
2022-05-31 11:05 Jakov Smolić
2022-05-31  8:54 Agostino Sarubbo
2022-05-31  8:51 Agostino Sarubbo
2022-05-31  8:01 Jakov Smolić
2022-05-31  7:56 Jakov Smolić
2022-05-31  7:56 Jakov Smolić
2022-05-11 12:56 Jakov Smolić
2022-05-01  1:52 WANG Xuerui
2022-04-18  8:19 Michał Górny
2022-04-08 14:34 Arthur Zamarin
2022-04-08 14:23 Arthur Zamarin
2022-04-08 11:09 Michał Górny
2022-04-08 11:09 Michał Górny
2022-04-02 14:19 Arthur Zamarin
2022-03-28  6:51 Agostino Sarubbo
2022-03-27  6:27 Agostino Sarubbo
2022-03-26 19:45 Sam James
2022-03-26 19:15 Arthur Zamarin
2022-03-26 17:42 Arthur Zamarin
2022-03-26 16:52 Arthur Zamarin
2022-02-21  9:15 Michał Górny
2021-12-16  7:44 Agostino Sarubbo
2021-12-15 17:26 Arthur Zamarin
2021-12-15 17:08 Arthur Zamarin
2021-12-15 17:08 Arthur Zamarin
2021-12-15 16:59 Arthur Zamarin
2021-12-15 16:56 Arthur Zamarin
2021-12-15 16:50 Jakov Smolić
2021-12-15 16:49 Arthur Zamarin
2021-12-03 20:47 Arthur Zamarin
2021-12-03 16:41 Michał Górny
2021-11-18  9:09 Sam James
2021-11-15  8:34 Michał Górny
2021-11-13 21:09 Jakov Smolić
2021-11-13 19:50 Sam James
2021-10-31 18:03 Sam James
2021-10-30  7:52 James Le Cuirot
2021-10-20  0:11 Sam James
2021-10-16  1:14 Sam James
2021-10-15 22:43 Sam James
2021-09-25  7:45 Michał Górny
2021-09-25  5:18 Agostino Sarubbo
2021-09-18 12:30 Agostino Sarubbo
2021-09-18  4:25 Sam James
2021-09-17 14:14 Agostino Sarubbo
2021-09-17  9:19 Agostino Sarubbo
2021-09-16 18:56 Sam James
2021-09-16  6:29 Sam James
2021-08-24 21:02 Marek Szuba
2021-08-05 18:53 Louis Sautier
2021-07-27  5:37 Michał Górny
2021-07-26  2:14 Sam James
2021-07-26  2:14 Sam James
2021-06-17 15:56 Sergei Trofimovich
2021-05-30 10:08 Michał Górny
2021-05-30  5:15 Sam James
2021-05-29  8:41 Agostino Sarubbo
2021-05-28  7:35 Agostino Sarubbo
2021-05-27 23:18 Michał Górny
2021-05-18 17:28 Sam James
2021-05-15 21:18 Michał Górny
2021-05-03  9:16 Michał Górny
2021-05-02 15:12 Michał Górny
2021-05-02 15:12 Michał Górny
2021-02-18 16:46 Rick Farina
2021-02-18  8:20 Sam James
2021-02-15  2:19 Rick Farina
2020-12-21 22:39 Sam James
2020-12-20 17:24 Sam James
2020-12-20 16:50 Sam James
2020-09-30 21:20 James Le Cuirot
2020-04-25 15:49 James Le Cuirot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox