diff --git a/python-dotenv-0.21.1.tar.gz b/python-dotenv-0.21.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..22644e765d4168a55b97e47b1e48857f6df6a665 Binary files /dev/null and b/python-dotenv-0.21.1.tar.gz differ diff --git a/python-dotenv.spec b/python-dotenv.spec index 40c9edcd09783a7d4be3a16c11eadf1b96ef5e77..07bd281b1c2e22f41fdd5d2ab44ea07e5f03568a 100644 --- a/python-dotenv.spec +++ b/python-dotenv.spec @@ -1,21 +1,21 @@ %global _empty_manifest_terminate_build 0 Name: python-dotenv -Version: 0.21.0 +Version: 0.21.1 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 +Source0: https://github.com/theskumar/python-dotenv/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildArch: noarch -Requires: python3-click %description Python-dotenv reads key-value pairs from a .env file and can set them as environment variables. It helps in the development of applications following the 12-factor principles. %package -n python3-dotenv Summary: Read key-value pairs from a .env file and set them as environment variables -Provides: python-dotenv +Provides: python-dotenv = %{version}-%{release} +Requires: python3-click BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -75,6 +75,9 @@ find %{buildroot} -type f -exec file {} ';' | grep "\" | awk -F ':' '{prin %{_docdir}/* %changelog +* Tue Feb 21 2023 jiangxinyu - 0.21.1-1 +- Update package to version 0.21.1 + * Tue Dec 6 2022 lijian - 0.21.0-1 - Upgrade version to 0.21.0 diff --git a/v0.21.0.tar.gz b/v0.21.0.tar.gz deleted file mode 100644 index 109995aef2272d22291563901f5173a1960993f5..0000000000000000000000000000000000000000 Binary files a/v0.21.0.tar.gz and /dev/null differ