-
-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,13 +11,13 @@ Autoreq: 0 | |
%define python3_sitearch %(%{python3} -Ic "from sysconfig import get_path; print(get_path('platlib').replace('/usr/local/', '/usr/'))") | ||
|
||
Name: %{python3}-aioquic | ||
Version: 0.9.24 | ||
Version: 0.9.25 | ||
Release: 1%{?dist} | ||
Summary: aioquic is a library for the QUIC network protocol in Python | ||
Group: Development/Languages | ||
License: MIT | ||
URL: https://github.com/aiortc/aioquic | ||
Source0: https://files.pythonhosted.org/packages/ee/4b/bc0b057f9b81d30a7828ea52e4778a76add7103613b9d5b3b19d3dec8c34/aioquic-%{version}.tar.gz | ||
Source0: https://files.pythonhosted.org/packages/source/a/aioquic/aioquic-%{version}.tar.gz | ||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) | ||
BuildRequires: %{python3}-devel | ||
BuildRequires: %{python3}-setuptools | ||
|
@@ -42,7 +42,7 @@ to read or write HTTP/3 headers compressed with QPACK. | |
|
||
%prep | ||
sha256=`sha256sum %{SOURCE0} | awk '{print $1}'` | ||
if [ "${sha256}" != "64ae15718fe663f8184a4662cc7fed660e7277447ec70b49ce25ffce3060b94f" ]; then | ||
if [ "${sha256}" != "70795c78905326d855c2ae524072234aae586c789b81292e272d021e9b0430a3" ]; then | ||
echo "invalid checksum for %{SOURCE0}" | ||
exit 1 | ||
fi | ||
|
@@ -71,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT | |
|
||
|
||
%changelog | ||
* Wed Jan 10 2024 Antoine Martin <[email protected]> - 0.9.25-1 | ||
- new upstream release | ||
|
||
* Fri Dec 29 2023 Antoine Martin <[email protected]> - 0.9.24-1 | ||
- new upstream release | ||
|
||
|