diff --git a/python-tornado.spec b/python-tornado.spec index 1b2bfb079b319218a3dd996b5610a502daf5b9bd..e44bdd35df60ba462fc83d71f82da7a37c65d6ec 100644 --- a/python-tornado.spec +++ b/python-tornado.spec @@ -11,7 +11,7 @@ handle thousands of simultaneous standing connections, which means it is ideal for real-time web services.} Name: python-%{srcname} -Version: 6.2.0 +Version: 6.3.2 Release: %{anolis_release}%{?dist} Summary: Scalable, non-blocking web server and tools @@ -33,10 +33,12 @@ Summary: %{summary} %description -n python3-%{srcname} %{common_description} -%package doc +%package -n python3-%{srcname}-doc Summary: Examples for %{name} +Obsoletes: python-tornado-doc < 6.3.2 +Buildarch: noarch -%description doc %{common_description} +%description -n python3-%{srcname}-doc %{common_description} This package contains some example applications. @@ -59,13 +61,16 @@ export TRAVIS=true %tox %files -n python3-%{srcname} -f %{pyproject_files} -%doc README.rst - -%files doc %license LICENSE + +%files -n python3-%{srcname}-doc +%doc README.rst %doc demos %changelog +* Thu Jun 08 2023 Funda Wang - 6.3.2-1 +- New version 6.3.2 + * Tue Jan 03 2023 mgb01105731 - 6.2.0-1 - update to version 6.2.0 diff --git a/v6.2.0.tar.gz b/v6.2.0.tar.gz deleted file mode 100644 index 118b22cc014711db8ab076d826c3428f12bbbeaa..0000000000000000000000000000000000000000 Binary files a/v6.2.0.tar.gz and /dev/null differ diff --git a/v6.3.2.tar.gz b/v6.3.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..51b06c859f2e4e5df6f5acfb8c18ac3d65281553 Binary files /dev/null and b/v6.3.2.tar.gz differ