diff --git a/dotenv-1.0.1.tar.gz b/dotenv-1.0.1.tar.gz deleted file mode 100644 index 7e6f7641a25dab8dc71facd2185856f7c88708f3..0000000000000000000000000000000000000000 Binary files a/dotenv-1.0.1.tar.gz and /dev/null differ diff --git a/python-dotenv-1.1.0.tar.gz b/python-dotenv-1.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..beb0537fd5ffb71e3f025dbffdec18e2f33ea4f3 Binary files /dev/null and b/python-dotenv-1.1.0.tar.gz differ diff --git a/python-dotenv.spec b/python-dotenv.spec index 7f9c4076c252b872a429477155d109f9d8fc37d1..210323fb48f30fdd8dcf3cdfe221d120505b87c8 100644 --- a/python-dotenv.spec +++ b/python-dotenv.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-dotenv -Version: 1.0.1 +Version: 1.1.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://github.com/theskumar/python-dotenv/archive/v%{version}/dotenv-%{version}.tar.gz +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 %{name}-%{version} -p1 +%autosetup -n python-dotenv-%{version} -p1 %build %py3_build @@ -75,6 +75,13 @@ find %{buildroot} -type f -exec file {} ';' | grep "\" | awk -F ':' '{prin %{_docdir}/* %changelog +* Tue Apr 22 2025 zhangxianjun - 1.1.0-1 +- Update to 1.1.0: + *Add a security policy + *Keep GitHub Actions up to date with GitHub's Dependabot + *ci: fix multiline string in test.yml & use fail-fast strategy + *Enhance dotenv run: Switch to execvpe for better resource management and signal handling + * Tue Aug 27 2024 yaoxin - 1.0.1-1 - Update to 1.0.1: * Gracefully handle code which has been imported from a zipfile