diff --git a/dotenv-1.0.0.tar.gz b/dotenv-1.0.0.tar.gz new file mode 100644 index 0000000..4ba8acd Binary files /dev/null and b/dotenv-1.0.0.tar.gz differ diff --git a/python-dotenv-0.21.1.tar.gz b/python-dotenv-0.21.1.tar.gz deleted file mode 100644 index 22644e7..0000000 Binary files a/python-dotenv-0.21.1.tar.gz and /dev/null differ diff --git a/python-dotenv.spec b/python-dotenv.spec index 07bd281..82d4f19 100644 --- a/python-dotenv.spec +++ b/python-dotenv.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-dotenv -Version: 0.21.1 +Version: 1.0.0 Release: 1 Summary: Read key-value pairs from a .env file and set them as environment variables License: BSD-3-Clause URL: https://github.com/theskumar/python-dotenv -Source0: https://github.com/theskumar/python-dotenv/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source0: https://github.com/theskumar/python-dotenv/archive/v%{version}/dotenv-%{version}.tar.gz BuildArch: noarch @@ -30,7 +30,7 @@ Provides: python3-dotenv-doc Development documents and examples for python-dotenv. %prep -%autosetup -n python-dotenv-%{version} +%autosetup -n %{name}-%{version} -p1 %build %py3_build @@ -75,6 +75,9 @@ find %{buildroot} -type f -exec file {} ';' | grep "\" | awk -F ':' '{prin %{_docdir}/* %changelog +* Tue Apr 04 2023 yaoxin - 1.0.0-1 +- Update to 1.0.0 + * Tue Feb 21 2023 jiangxinyu - 0.21.1-1 - Update package to version 0.21.1