diff --git a/dotenv-1.0.0.tar.gz b/dotenv-1.0.0.tar.gz deleted file mode 100644 index 4ba8acd857022ac959fab883cff23ff11b0a9424..0000000000000000000000000000000000000000 Binary files a/dotenv-1.0.0.tar.gz and /dev/null differ diff --git a/dotenv-1.0.1.tar.gz b/dotenv-1.0.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..7e6f7641a25dab8dc71facd2185856f7c88708f3 Binary files /dev/null and b/dotenv-1.0.1.tar.gz differ diff --git a/python-dotenv.spec b/python-dotenv.spec index 82d4f195010fe17e21d63cf5e1c09ff0702d6de0..7f9c4076c252b872a429477155d109f9d8fc37d1 100644 --- a/python-dotenv.spec +++ b/python-dotenv.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-dotenv -Version: 1.0.0 +Version: 1.0.1 Release: 1 Summary: Read key-value pairs from a .env file and set them as environment variables License: BSD-3-Clause @@ -75,6 +75,15 @@ find %{buildroot} -type f -exec file {} ';' | grep "\" | awk -F ':' '{prin %{_docdir}/* %changelog +* Tue Aug 27 2024 yaoxin - 1.0.1-1 +- Update to 1.0.1: + * Gracefully handle code which has been imported from a zipfile + * Allow modules using load_dotenv to be reloaded when launched in a separate thread + * Fix file not closed after deletion, handle error in the rewrite function + * Use pathlib.Path in tests + * Fix year in release date in changelog.md + * Use https in README links + * Tue Apr 04 2023 yaoxin - 1.0.0-1 - Update to 1.0.0