Skip to content

Commit

Permalink
aioquic 0.9.25
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jan 10, 2024
1 parent b29cc48 commit 1a4c9ed
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions packaging/rpm/python3-aioquic.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 1a4c9ed

Please sign in to comment.