diff --git a/jwcrypto-1.4.2.tar.gz b/jwcrypto-1.4.2.tar.gz deleted file mode 100644 index bb75a22..0000000 Binary files a/jwcrypto-1.4.2.tar.gz and /dev/null differ diff --git a/jwcrypto-1.5.0.tar.gz b/jwcrypto-1.5.0.tar.gz new file mode 100644 index 0000000..98e8c60 Binary files /dev/null and b/jwcrypto-1.5.0.tar.gz differ diff --git a/python-jwcrypto.spec b/python-jwcrypto.spec index 5073273..d070fa5 100644 --- a/python-jwcrypto.spec +++ b/python-jwcrypto.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-jwcrypto -Version: 1.4.2 -Release: 2 +Version: 1.5.0 +Release: 1 Summary: Implementation of JOSE Web standards License: LGPL-3.0-or-later URL: https://github.com/latchset/jwcrypto -Source0: https://files.pythonhosted.org/packages/7d/25/185bf383f5a6c76dd46083509e2a65ccaca47521f77547c8a4dfac74bde4/jwcrypto-1.4.2.tar.gz +Source0: https://files.pythonhosted.org/packages/ed/72/b9289ee27d228fc7cae5c83d1c640de2a7cc0621805aa839ba239d6ef8fc/jwcrypto-1.5.0.tar.gz BuildArch: noarch @@ -67,6 +67,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Jul 04 2023 chenzixuan - 1.5.0-1 +- Update package to version 1.5.0 + * Fri Dec 09 2022 liukuo - 1.4.2-2 - License compliance rectification