14
0

Accepting request 1083121 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1083121
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-dotenv?expand=0&rev=12
This commit is contained in:
2023-04-28 14:22:18 +00:00
committed by Git OBS Bridge
2 changed files with 25 additions and 4 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Apr 26 01:56:00 UTC 2023 - John Vandenberg <jayvdb@gmail.com>
- Remove duplicate sle15_python_module_pythons
-------------------------------------------------------------------
Fri Apr 21 12:32:14 UTC 2023 - Dirk Müller <dmueller@suse.com>
- add sle15_python_module_pythons (jsc#PED-68)
-------------------------------------------------------------------
Wed Apr 19 01:08:36 UTC 2023 - Matej Cepl <mcepl@suse.com>
- Switch to single spec version build for PSP
-------------------------------------------------------------------
Thu Apr 13 22:44:15 UTC 2023 - Matej Cepl <mcepl@suse.com>
- Make calling of %{sle15modernpython} optional.
-------------------------------------------------------------------
Mon Apr 11 10:55:56 UTC 2022 - Markéta Machová <mmachova@suse.com>

View File

@@ -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 @@ 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}
@@ -80,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