diff --git a/cursive-0.2.2.tar.gz b/cursive-0.2.2.tar.gz deleted file mode 100644 index 8c3260b3945f18323faf3751f68b6c42032a785f..0000000000000000000000000000000000000000 Binary files a/cursive-0.2.2.tar.gz and /dev/null differ diff --git a/cursive-0.2.3.tar.gz b/cursive-0.2.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..4f5b35233d52747d65c59b68c72378220098509d Binary files /dev/null and b/cursive-0.2.3.tar.gz differ diff --git a/python-cursive.spec b/python-cursive.spec index 42cb9d6906b120a01d2def7f08d43824093cd87c..71f7db169cb4be14aad15bf4e401c963ed0e953d 100644 --- a/python-cursive.spec +++ b/python-cursive.spec @@ -1,38 +1,41 @@ %global _empty_manifest_terminate_build 0 Name: python-cursive -Version: 0.2.2 -Release: 3 +Version: 0.2.3 +Release: 1 Summary: Cursive implements OpenStack-specific validation of digital signatures. License: Apache-2.0 URL: http://www.openstack.org/ -Source0: https://files.pythonhosted.org/packages/aa/ec/d0e802482530a0b664c910c845cada1e490bc2af568acc0c1ed55c000502/cursive-0.2.2.tar.gz +Source0: https://files.pythonhosted.org/packages/fc/3d/dd3b74dab4240ca2eeb291a643e0a8780fe5a83f5d3efeb358b5bc8d2a17/cursive-0.2.3.tar.gz BuildArch: noarch -Requires: python3-pbr -Requires: python3-cryptography -Requires: python3-castellan - %description - +Cursive implements OpenStack-specific validation of digital signatures.\n\nAs OpenStack continues to mature, robust security controls become increasingly\ncritical. The cursive project contains code extracted from various OpenStack\nprojects for verifying digital signatures. Additional capabilities will be\nadded to this project in support of various security features. %package -n python3-cursive Summary: Cursive implements OpenStack-specific validation of digital signatures. -Provides: python-cursive +Provides: python-cursive = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools -BuildRequires: python3-pbr -BuildRequires: python3-pip +BuildRequires: python3-pbr +BuildRequires: python3-pip +Requires: python3-pbr +Requires: python3-cryptography +Requires: python3-oslo-serialization +Requires: python3-oslo-utils +Requires: python3-oslo-i18n +Requires: python3-oslo-log +Requires: python3-castellan %description -n python3-cursive - +Cursive implements OpenStack-specific validation of digital signatures.\n\nAs OpenStack continues to mature, robust security controls become increasingly\ncritical. The cursive project contains code extracted from various OpenStack\nprojects for verifying digital signatures. Additional capabilities will be\nadded to this project in support of various security features. %package help Summary: Development documents and examples for cursive Provides: python3-cursive-doc %description help - +Cursive implements OpenStack-specific validation of digital signatures.\n\nAs OpenStack continues to mature, robust security controls become increasingly\ncritical. The cursive project contains code extracted from various OpenStack\nprojects for verifying digital signatures. Additional capabilities will be\nadded to this project in support of various security features. %prep -%autosetup -n cursive-0.2.2 +%autosetup -n cursive-%{version} %build %py3_build @@ -44,6 +47,9 @@ if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi +if [ -f README.rst ]; then cp -af README.rst %{buildroot}/%{_pkgdocdir}; fi +if [ -f README.md ]; then cp -af README.md %{buildroot}/%{_pkgdocdir}; fi +if [ -f README.txt ]; then cp -af README.txt %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst @@ -72,10 +78,14 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Dec 19 2022 wangjunqi - 0.2.3-1 +- Update package to version 0.2.3 + * Wed Jul 13 2022 Chenyx - 0.2.2-3 - License compliance rectification * Mon Jan 25 2021 zhangy1317 - Add BuildRequires python3-pip and python3-pbr + * Mon Nov 23 2020 Python_Bot - Package Spec generated