diff --git a/python-dotenv-0.19.0.tar.gz b/python-dotenv-0.19.0.tar.gz deleted file mode 100644 index d917825fe5f3212677daf7af3c3f5dabf1c1a7cb..0000000000000000000000000000000000000000 Binary files a/python-dotenv-0.19.0.tar.gz and /dev/null differ diff --git a/python-dotenv.spec b/python-dotenv.spec index 9c56811ef7325a55883c8e78a2bfe61b387d882b..40c9edcd09783a7d4be3a16c11eadf1b96ef5e77 100644 --- a/python-dotenv.spec +++ b/python-dotenv.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-dotenv -Version: 0.19.0 +Version: 0.21.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://files.pythonhosted.org/packages/59/39/20eb771fc2113fb67638d4f2e1905c51b0c75862d09018a393470234a51c/python-dotenv-0.19.0.tar.gz +Source0: https://github.com/theskumar/python-dotenv/archive/refs/tags/v%{version}.tar.gz BuildArch: noarch Requires: python3-click @@ -30,7 +30,7 @@ Provides: python3-dotenv-doc Development documents and examples for python-dotenv. %prep -%autosetup -n python-dotenv-0.19.0 +%autosetup -n python-dotenv-%{version} %build %py3_build @@ -75,5 +75,8 @@ find %{buildroot} -type f -exec file {} ';' | grep "\" | awk -F ':' '{prin %{_docdir}/* %changelog +* Tue Dec 6 2022 lijian - 0.21.0-1 +- Upgrade version to 0.21.0 + * Sat Oct 09 2021 yinzehao - 0.19.0-1 - Package init. diff --git a/python-dotenv.yaml b/python-dotenv.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4cf55f3ccf18c9c413e887358a2bf63f4c143a29 --- /dev/null +++ b/python-dotenv.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: theskumar/python-dotenv +tag_prefix: "^v" +separator: "." diff --git a/v0.21.0.tar.gz b/v0.21.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..109995aef2272d22291563901f5173a1960993f5 Binary files /dev/null and b/v0.21.0.tar.gz differ