diff --git a/openstack-zaqar.spec b/openstack-zaqar.spec index 2a8c069e5e375da1c827b5e3034ccab692517103..75a68868f2815621edc4c04c1d8dd069716f3d7d 100644 --- a/openstack-zaqar.spec +++ b/openstack-zaqar.spec @@ -10,7 +10,7 @@ durability, availability,and efficiency goals Name: openstack-%{service} # Liberty semver reset # https://review.openstack.org/#/q/I6a35fa0dda798fad93b804d00a46af80f08d475c,n,z -Version: 12.0.0 +Version: 16.0.0 Release: 1 Summary: Message queuing service for OpenStack @@ -41,14 +41,14 @@ BuildRequires: python3-keystonemiddleware >= 4.17.0 BuildRequires: python3-falcon BuildRequires: python3-jsonschema BuildRequires: python3-sqlalchemy >= 1.3.2 -BuildRequires: python3-sqlalchemy < 1.4.0 BuildRequires: python3-osprofiler BuildRequires: python3-oslo-messaging BuildRequires: python3-autobahn # Required to compile translation files BuildRequires: python3-babel BuildRequires: openstack-macros - +BuildRequires: python3-pip python3-wheel +BuildRequires: python3-hatchling python3-hatch-vcs BuildRequires: python3-pymongo BuildRequires: python3-redis @@ -76,7 +76,6 @@ Requires: python3-falcon >= 1.1.0 Requires: python3-futurist >= 1.2.0 Requires: python3-babel >= 2.3.4 Requires: python3-sqlalchemy >= 1.3.2 -Requires: python3-sqlalchemy < 1.4.0 Requires: python3-keystoneclient Requires: python3-requests >= 2.25.0 Requires: python3-iso8601 >= 0.1.11 @@ -119,9 +118,9 @@ This package contains the Zaqar test files. PYTHONPATH=. oslo-config-generator --config-file=etc/oslo-config-generator/zaqar.conf %{py3_build} -# Generate i18n files -%{__python3} setup.py compile_catalog -d build/lib/%{service}/locale +# Generate i18n files +%{__python3} setup.py compile_catalog -d build/lib/%{service}/locale --domain zaqar # Programmatically update defaults in sample configs # First we ensure all values are commented in appropriate format. @@ -201,7 +200,6 @@ exit 0 %dir %attr(0750, %{service}, root) %{_localstatedir}/log/%{service} -#%{_bindir}/marconi-server %{_bindir}/%{service}-server %{_bindir}/%{service}-status %{_bindir}/%{service}-bench @@ -225,6 +223,9 @@ exit 0 %{python3_sitelib}/%{service}/tests %changelog +* Tue May 7 2024 wangjing - 16.0.0-1 +- update package of version 16.0.0 + * Mon Apr 17 2023 lixinyu - 12.0.0-1 - Init package zaqar of version 12.0.0 diff --git a/zaqar-12.0.0.tar.gz b/zaqar-12.0.0.tar.gz deleted file mode 100644 index 414d727d24b739072519df1d339f25af12df8bd9..0000000000000000000000000000000000000000 Binary files a/zaqar-12.0.0.tar.gz and /dev/null differ diff --git a/zaqar-16.0.0.tar.gz b/zaqar-16.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..ab62dd4eb2ce7ac592bea6dcb7819db919985061 Binary files /dev/null and b/zaqar-16.0.0.tar.gz differ