public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Carl George <carl@george.computer>
To: git-commits@fedoraproject.org
Subject: [rpms/python-wsproto] epel9: Latest upstream 0.13.0
Date: Fri, 25 Sep 2026 01:26:41 GMT [thread overview]
Message-ID: <179029960139.1.13693055886711256168.rpms-python-wsproto-cf838883009b@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-wsproto
Branch : epel9
Commit : cf838883009b60b23b81c1b112f0b430e511ed13
Author : Carl George <carl@george.computer>
Date : 2019-02-25T15:50:19-06:00
Stats : +25/-21 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/python-wsproto/c/cf838883009b60b23b81c1b112f0b430e511ed13?branch=epel9
Log:
Latest upstream 0.13.0
---
diff --git a/python-wsproto.spec b/python-wsproto.spec
index a11ee6e..fe1f7f1 100644
--- a/python-wsproto.spec
+++ b/python-wsproto.spec
@@ -7,25 +7,25 @@
# package name fragment
%global pkgname %{srcname}
-%global _description \
-wsproto is a pure-Python implementation of a WebSocket protocol stack. It is\
-written from the ground up to be embeddable in whatever program you choose to\
-use, ensuring that you can communicate via WebSockets, as defined in RFC6455,\
-regardless of your programming paradigm.\
-\
-wsproto does not provide a parsing layer, a network layer, or any rules about\
-concurrency. Instead, it is a purely in-memory solution, defined in terms of\
-data actions and WebSocket frames. RFC6455 and Compression Extensions for\
-WebSocket via RFC7692 are fully supported.\
-\
-wsproto supports Python 2.7 and 3.5 or higher.
-
-%bcond_without tests
+%global common_description %{expand:
+wsproto is a pure-Python implementation of a WebSocket protocol stack. It is
+written from the ground up to be embeddable in whatever program you choose to
+use, ensuring that you can communicate via WebSockets, as defined in RFC6455,
+regardless of your programming paradigm.
+
+wsproto does not provide a parsing layer, a network layer, or any rules about
+concurrency. Instead, it is a purely in-memory solution, defined in terms of
+data actions and WebSocket frames. RFC6455 and Compression Extensions for
+WebSocket via RFC7692 are fully supported.
+
+wsproto supports Python 2.7 and 3.5 or higher.}
+
+%bcond_without tests
Name: python-%{pkgname}
-Version: 0.12.0
-Release: 2%{?dist}
+Version: 0.13.0
+Release: 1%{?dist}
Summary: WebSockets state-machine based protocol implementation
License: MIT
URL: https://github.com/python-hyper/wsproto
@@ -33,7 +33,7 @@ Source0: %pypi_source
BuildArch: noarch
-%description %{_description}
+%description %{common_description}
%package -n python%{python3_pkgversion}-%{pkgname}
@@ -42,13 +42,13 @@ BuildRequires: python%{python3_pkgversion}-devel
BuildRequires: python%{python3_pkgversion}-setuptools
%if %{with tests}
BuildRequires: python%{python3_pkgversion}-pytest
-BuildRequires: python%{python3_pkgversion}-h11
+BuildRequires: python%{python3_pkgversion}-h11 >= 0.8.1
%endif
-Requires: python%{python3_pkgversion}-h11
+Requires: python%{python3_pkgversion}-h11 >= 0.8.1
%{?python_provide:%python_provide python%{python3_pkgversion}-%{pkgname}}
-%description -n python%{python3_pkgversion}-%{pkgname} %{_description}
+%description -n python%{python3_pkgversion}-%{pkgname} %{common_description}
%prep
@@ -74,10 +74,14 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} --verbose t
%license LICENSE
%doc README.rst
%{python3_sitelib}/%{libname}
+%exclude %{python3_sitelib}/test
%{python3_sitelib}/%{eggname}-%{version}-py%{python3_version}.egg-info
%changelog
+* Mon Feb 25 2019 Carl George <carl@george.computer> - 0.13.0-1
+- Latest upstream
+
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
diff --git a/sources b/sources
index ba6c7c2..ab7e9e7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (wsproto-0.12.0.tar.gz) = 159b7f67eff60c2514cfca17036d95017109fe251def6cec132998ac82a037484e3e248d4335539fd03491f56c491a7cf51582aa3f74a44d7d150220a875b18d
+SHA512 (wsproto-0.13.0.tar.gz) = 2dd7a2fea22748ab7fe213ccd5b44415b67855d4fbeb3cab8acc5967e84ea7e910bdd2c937a10c348389e997a39eeff7a29f65fee595f8126c23982eaf1ae306
reply other threads:[~2026-09-25 1:26 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=179029960139.1.13693055886711256168.rpms-python-wsproto-cf838883009b@fedoraproject.org \
--to=carl@george.computer \
--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