diff --git a/python-trustme.spec b/python-trustme.spec index 337a89a..1e02d7f 100644 --- a/python-trustme.spec +++ b/python-trustme.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-trustme -Version: 0.6.0 +Version: 0.9.0 Release: 1 Summary: #1 quality TLS certs while you wait, for the discerning tester License: MIT -or- Apache License 2.0 URL: https://github.com/python-trio/trustme -Source0: https://files.pythonhosted.org/packages/76/de/8dc6d402ac6037ee419a4f8bf29b4374068f0517a599234adfcfcc961bc8/trustme-0.6.0.tar.gz +Source0: https://github.com/python-trio/trustme/archive/refs/tags/v%{version}.tar.gz BuildArch: noarch Requires: python3-cryptograph @@ -30,7 +30,7 @@ Provides: python3-trustme-doc %prep -%autosetup -n trustme-0.6.0 +%autosetup -n trustme-%{version} %build %py3_build @@ -70,5 +70,8 @@ mv %{buildroot}/doclist.lst . %{_pkgdocdir} %changelog +* Wed Jun 01 2022 yangping - 0.9.0-1 +- Update to v0.9.0 + * Thu May 21 2020 Python_Bot - Package Spec generated diff --git a/trustme-0.6.0.tar.gz b/trustme-0.6.0.tar.gz deleted file mode 100644 index 383b883..0000000 Binary files a/trustme-0.6.0.tar.gz and /dev/null differ diff --git a/v0.9.0.tar.gz b/v0.9.0.tar.gz new file mode 100644 index 0000000..1a742fe Binary files /dev/null and b/v0.9.0.tar.gz differ