diff --git a/python-sniffio.spec b/python-sniffio.spec index c99ecc8..0a4271c 100644 --- a/python-sniffio.spec +++ b/python-sniffio.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-sniffio -Version: 1.2.0 +Version: 1.3.0 Release: 1 Summary: Sniff out which async library your code is running under License: Apache-2.0 URL: https://github.com/python-trio/sniffio -Source0: https://files.pythonhosted.org/packages/a6/ae/44ed7978bcb1f6337a3e2bef19c941de750d73243fc9389140d62853b686/sniffio-1.2.0.tar.gz +Source0: https://files.pythonhosted.org/packages/cd/50/d49c388cae4ec10e8109b1b833fd265511840706808576df3ada99ecb0ac/sniffio-1.3.0.tar.gz BuildArch: noarch Requires: python3-contextvars @@ -72,6 +72,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Dec 07 2022 dingdingaaaaa - 1.3.0-1 +- Upgrade version to 1.3.0 + * Wed Jun 15 2022 OpenStack_SIG - 1.2.0-1 - Upgrade package python3-sniffio to version 1.2.0 diff --git a/sniffio-1.2.0.tar.gz b/sniffio-1.2.0.tar.gz deleted file mode 100644 index 63f3343..0000000 Binary files a/sniffio-1.2.0.tar.gz and /dev/null differ diff --git a/sniffio-1.3.0.tar.gz b/sniffio-1.3.0.tar.gz new file mode 100644 index 0000000..d85b526 Binary files /dev/null and b/sniffio-1.3.0.tar.gz differ