File project.diff of Package python-python-dotenv
--- python-python-dotenv.changes.orig
+++ python-python-dotenv.changes
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Thu Aug 21 09:04:46 UTC 2025 - Jürgen Löhel <juergen@loehel.de>
+
+- Update to version 1.1.1:
+ * fix: ensure find_dotenv work reliably on python 3.13 by @theskumar in #563
+ * fix(cli): issue with execvpe on Windows by @wrongontheinternet in #566
+
+-------------------------------------------------------------------
Thu Aug 14 13:01:31 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Convert to libalternatives on SLE-16-based and newer systems
--- python-python-dotenv.spec.orig
+++ python-python-dotenv.spec
@@ -1,7 +1,7 @@
#
# spec file for package python-python-dotenv
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -24,12 +24,12 @@
%endif
%{?sle15_python_module_pythons}
Name: python-python-dotenv
-Version: 1.1.0
+Version: 1.1.1
Release: 0
Summary: Python library for .env support
License: BSD-3-Clause
URL: https://github.com/theskumar/python-dotenv
-Source: https://github.com/theskumar/python-dotenv/archive/v%{version}.tar.gz#/python-dotenv-%{version}.tar.gz
+Source: python-dotenv-%{version}.tar.gz
# PATCH-FIX-OPENSUSE Avoid upstream click 8.2 bug -- gh#pallets/click#2913
Patch0: avoid-click-8.2-bug.patch
BuildRequires: %{python_module click >= 5.0}