diff --git a/python-dotenv.spec b/python-dotenv.spec index f187da4b98b4b00b1a741026fac39017825c0b05..5ef190b1802afe698f46ce70b573847b10f6c89b 100644 --- a/python-dotenv.spec +++ b/python-dotenv.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-dotenv -Version: 1.1.1 +Version: 0.9.9 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: %{pypi_source python_dotenv} +Source0: https://files.pythonhosted.org/packages/source/p/python_dotenv/python_dotenv-%{version}.tar.gz BuildArch: noarch @@ -75,6 +75,9 @@ find %{buildroot} -type f -exec file {} ';' | grep "\" | awk -F ':' '{prin %{_docdir}/* %changelog +* Tue Nov 18 2025 peiliya - 0.9.9-1 +- Update to 0.9.9 + * Mon Aug 18 2025 zhang_wenyu - 1.1.1-1 - Update to 1.1.1: * Ensure find_dotenv work reliably on python 3.13 diff --git a/python_dotenv-0.9.9.tar.gz b/python_dotenv-0.9.9.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/python_dotenv-1.1.1.tar.gz b/python_dotenv-1.1.1.tar.gz deleted file mode 100644 index a441dece498c1859517d775880092556aeb21718..0000000000000000000000000000000000000000 Binary files a/python_dotenv-1.1.1.tar.gz and /dev/null differ