From 78a9ef1d0c3e0b23bb36d740b4e8a7597a9015f156353bdd5327d2313f0ae452 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 21 Apr 2023 13:22:19 +0000 Subject: [PATCH 1/2] Accepting request 1081568 from home:dirkmueller:acdc:as_python3_module SR for python stack proposal OBS-URL: https://build.opensuse.org/request/show/1081568 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-dotenv?expand=0&rev=25 --- python-python-dotenv.changes | 15 +++++++++++++++ python-python-dotenv.spec | 5 +++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/python-python-dotenv.changes b/python-python-dotenv.changes index 03e6ffb..64fc9e5 100644 --- a/python-python-dotenv.changes +++ b/python-python-dotenv.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Apr 21 12:32:14 UTC 2023 - Dirk Müller + +- add sle15_python_module_pythons (jsc#PED-68) + +------------------------------------------------------------------- +Wed Apr 19 01:08:36 UTC 2023 - Matej Cepl + +- Switch to single spec version build for PSP + +------------------------------------------------------------------- +Thu Apr 13 22:44:15 UTC 2023 - Matej Cepl + +- Make calling of %{sle15modernpython} optional. + ------------------------------------------------------------------- Mon Apr 11 10:55:56 UTC 2022 - Markéta Machová diff --git a/python-python-dotenv.spec b/python-python-dotenv.spec index ccda732..6183f5a 100644 --- a/python-python-dotenv.spec +++ b/python-python-dotenv.spec @@ -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,9 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?sle15_python_module_pythons} %define skip_python2 1 +%{?sle15_python_module_pythons} Name: python-python-dotenv Version: 0.20.0 Release: 0 From 17bddd5012dbfcb0fc20e441351dca54b9983db90f8176d13f7baaeb70eb1617 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 26 Apr 2023 21:07:12 +0000 Subject: [PATCH 2/2] Accepting request 1082840 from home:jayvdb:branches:devel:languages:python - Remove duplicate sle15_python_module_pythons OBS-URL: https://build.opensuse.org/request/show/1082840 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-dotenv?expand=0&rev=26 --- python-python-dotenv.changes | 5 +++++ python-python-dotenv.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-python-dotenv.changes b/python-python-dotenv.changes index 64fc9e5..aa3b70e 100644 --- a/python-python-dotenv.changes +++ b/python-python-dotenv.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 26 01:56:00 UTC 2023 - John Vandenberg + +- Remove duplicate sle15_python_module_pythons + ------------------------------------------------------------------- Fri Apr 21 12:32:14 UTC 2023 - Dirk Müller diff --git a/python-python-dotenv.spec b/python-python-dotenv.spec index 6183f5a..6141a51 100644 --- a/python-python-dotenv.spec +++ b/python-python-dotenv.spec @@ -16,7 +16,6 @@ # -%{?sle15_python_module_pythons} %define skip_python2 1 %{?sle15_python_module_pythons} Name: python-python-dotenv @@ -43,7 +42,7 @@ BuildArch: noarch %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} @@ -81,6 +80,7 @@ mv %{buildroot}%{_bindir}/dotenv.orig %{buildroot}%{_bindir}/dotenv %doc README.md %license LICENSE %python_alternative %{_bindir}/dotenv -%{python_sitelib}/* +%{python_sitelib}/dotenv/ +%{python_sitelib}/python_dotenv*/ %changelog