public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Carl George <carlwgeorge@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-websocket-client] rawhide: Update to version 1.9.0
Date: Wed, 03 Jun 2026 03:28:17 GMT	[thread overview]
Message-ID: <178045729780.1.16782081429041626069.rpms-python-websocket-client-561dfc928bf0@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/python-websocket-client
            Branch : rawhide
            Commit : 561dfc928bf05f02a31f326dc73c883d1617fb68
            Author : Carl George <carlwgeorge@gmail.com>
            Date   : 2026-06-02T21:38:22-05:00
            Stats  : +8/-41 in 4 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-websocket-client/c/561dfc928bf05f02a31f326dc73c883d1617fb68?branch=rawhide

            Log:
            Update to version 1.9.0

... rhbz#2402417

---
diff --git a/.gitignore b/.gitignore
index aa78e5e..be621e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-websocket-client-*.tar.gz
 /websocket_client-*.tar.gz

diff --git a/0001-Include-pytest-in-test-extra.patch b/0001-Include-pytest-in-test-extra.patch
deleted file mode 100644
index 46a9552..0000000
--- a/0001-Include-pytest-in-test-extra.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From dd3e11fbaa0705e52ac58088f543403521dfe58c Mon Sep 17 00:00:00 2001
-From: Carl George <carlwgeorge@gmail.com>
-Date: Fri, 30 Aug 2024 14:32:00 -0500
-Subject: [PATCH] Include pytest in test extra
-
-Fedora uses the test extra to automatically generate build-time
-dependencies, so including pytest in this extra allows removal of an
-explicit BuildRequires in the RPM spec file.
----
- setup.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/setup.py b/setup.py
-index 8781948..f6a31f6 100644
---- a/setup.py
-+++ b/setup.py
-@@ -39,7 +39,7 @@
-     download_url="https://github.com/websocket-client/websocket-client/releases",
-     python_requires=">=3.8",
-     extras_require={
--        "test": ["websockets"],
-+        "test": ["pytest", "websockets"],
-         "optional": ["python-socks", "wsaccel"],
-         "docs": ["Sphinx >= 6.0", "sphinx_rtd_theme >= 1.1.0", "myst-parser >= 2.0.0"],
-     },
--- 
-2.46.0
-

diff --git a/python-websocket-client.spec b/python-websocket-client.spec
index f652c6b..0d8d816 100644
--- a/python-websocket-client.spec
+++ b/python-websocket-client.spec
@@ -1,21 +1,17 @@
-%global common_description %{expand:
-websocket-client is a WebSocket client for Python.  It provides access to low
-level APIs for WebSockets.  websocket-client implements version hybi-13 of the
-WebSocket protocol.  This client does not currently support the
-permessage-deflate extension from RFC 7692.}
-
-
 Name:               python-websocket-client
-Version:            1.8.0
+Version:            1.9.0
 Release:            %autorelease
+BuildArch:          noarch
 Summary:            WebSocket client for python
 License:            Apache-2.0
 URL:                https://github.com/websocket-client/websocket-client
-BuildArch:          noarch
 Source:             %{pypi_source websocket_client}
 
-# https://github.com/websocket-client/websocket-client/pull/998
-Patch:              0001-Include-pytest-in-test-extra.patch
+%global common_description %{expand:
+websocket-client is a WebSocket client for Python.  It provides access to low
+level APIs for WebSockets.  websocket-client implements version hybi-13 of the
+WebSocket protocol.  This client does not currently support the
+permessage-deflate extension from RFC 7692.}
 
 
 %description %{common_description}

diff --git a/sources b/sources
index 3fc4b58..342a539 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (websocket_client-1.8.0.tar.gz) = d41dbd4695adcad14142db048b291eed9367153101853e3e17ee8448aa4be9d20bd91b62707291e2b093ce969d51aeef16ceae7330734b5a1556023d773c5a85
+SHA512 (websocket_client-1.9.0.tar.gz) = 63385845aaaf792167d681c4b3089b09ea4dedbf931fa1f4ebc55648b6d864c2a479ac61f758d6a7967ce84e59e197613c976069f64381599c274f89c3edd0b4

                 reply	other threads:[~2026-06-03  3:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178045729780.1.16782081429041626069.rpms-python-websocket-client-561dfc928bf0@fedoraproject.org \
    --to=carlwgeorge@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox