Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-python-dotenv for
openSUSE:Factory checked in at 2023-04-28 16:22:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-dotenv (Old)
and /work/SRC/openSUSE:Factory/.python-python-dotenv.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-dotenv"
Fri Apr 28 16:22:18 2023 rev:12 rq:1083121 version:0.20.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-python-dotenv/python-python-dotenv.changes
2022-04-13 21:04:15.080530955 +0200
+++
/work/SRC/openSUSE:Factory/.python-python-dotenv.new.1533/python-python-dotenv.changes
2023-04-28 16:22:23.817670041 +0200
@@ -1,0 +2,20 @@
+Wed Apr 26 01:56:00 UTC 2023 - John Vandenberg <[email protected]>
+
+- Remove duplicate sle15_python_module_pythons
+
+-------------------------------------------------------------------
+Fri Apr 21 12:32:14 UTC 2023 - Dirk Müller <[email protected]>
+
+- add sle15_python_module_pythons (jsc#PED-68)
+
+-------------------------------------------------------------------
+Wed Apr 19 01:08:36 UTC 2023 - Matej Cepl <[email protected]>
+
+- Switch to single spec version build for PSP
+
+-------------------------------------------------------------------
+Thu Apr 13 22:44:15 UTC 2023 - Matej Cepl <[email protected]>
+
+- Make calling of %{sle15modernpython} optional.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-dotenv.spec ++++++
--- /var/tmp/diff_new_pack.NerruT/_old 2023-04-28 16:22:26.905688066 +0200
+++ /var/tmp/diff_new_pack.NerruT/_new 2023-04-28 16:22:26.913688112 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-python-dotenv
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,8 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
+%{?sle15_python_module_pythons}
Name: python-python-dotenv
Version: 0.20.0
Release: 0
@@ -42,7 +42,7 @@
%python_subpackages
%description
-Add .env support to your Fjango/Flask apps in development and deployments.
+Add .env support to your Django/Flask apps in development and deployments.
%prep
%setup -q -n python-dotenv-%{version}
@@ -80,6 +80,7 @@
%doc README.md
%license LICENSE
%python_alternative %{_bindir}/dotenv
-%{python_sitelib}/*
+%{python_sitelib}/dotenv/
+%{python_sitelib}/python_dotenv*/
%changelog