diff --git a/python-trustme.spec b/python-trustme.spec index 1e02d7f..99ead44 100644 --- a/python-trustme.spec +++ b/python-trustme.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-trustme -Version: 0.9.0 +Version: 1.0.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://github.com/python-trio/trustme/archive/refs/tags/v%{version}.tar.gz +Source0: https://github.com/python-trio/trustme/archive/refs/tags/v%{version}.tar.gz#/trustme-%{version}.tar.gz BuildArch: noarch Requires: python3-cryptograph @@ -70,6 +70,9 @@ mv %{buildroot}/doclist.lst . %{_pkgdocdir} %changelog +* Sat May 06 2023 wubijie - 1.0.0-1 +- Update package to version 1.0.0 + * Wed Jun 01 2022 yangping - 0.9.0-1 - Update to v0.9.0 diff --git a/trustme-1.0.0.tar.gz b/trustme-1.0.0.tar.gz new file mode 100644 index 0000000..8b5cb9f Binary files /dev/null and b/trustme-1.0.0.tar.gz differ diff --git a/v0.9.0.tar.gz b/v0.9.0.tar.gz deleted file mode 100644 index 1a742fe..0000000 Binary files a/v0.9.0.tar.gz and /dev/null differ