diff --git a/python-dotenv-1.1.0.tar.gz b/python-dotenv-1.1.0.tar.gz deleted file mode 100644 index beb0537fd5ffb71e3f025dbffdec18e2f33ea4f3..0000000000000000000000000000000000000000 Binary files a/python-dotenv-1.1.0.tar.gz and /dev/null differ diff --git a/python-dotenv.spec b/python-dotenv.spec index 210323fb48f30fdd8dcf3cdfe221d120505b87c8..f187da4b98b4b00b1a741026fac39017825c0b05 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.0 +Version: 1.1.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: %{pypi_source python-dotenv} +Source0: %{pypi_source python_dotenv} BuildArch: noarch @@ -30,7 +30,7 @@ Provides: python3-dotenv-doc Development documents and examples for python-dotenv. %prep -%autosetup -n python-dotenv-%{version} -p1 +%autosetup -n python_dotenv-%{version} -p1 %build %py3_build @@ -75,6 +75,10 @@ find %{buildroot} -type f -exec file {} ';' | grep "\" | awk -F ':' '{prin %{_docdir}/* %changelog +* Mon Aug 18 2025 zhang_wenyu - 1.1.1-1 +- Update to 1.1.1: + * Ensure find_dotenv work reliably on python 3.13 + * Tue Apr 22 2025 zhangxianjun - 1.1.0-1 - Update to 1.1.0: *Add a security policy diff --git a/python_dotenv-1.1.1.tar.gz b/python_dotenv-1.1.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a441dece498c1859517d775880092556aeb21718 Binary files /dev/null and b/python_dotenv-1.1.1.tar.gz differ