14
0

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
This commit is contained in:
2023-04-26 21:07:12 +00:00
committed by Git OBS Bridge
parent 78a9ef1d0c
commit 17bddd5012
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
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> Fri Apr 21 12:32:14 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -16,7 +16,6 @@
# #
%{?sle15_python_module_pythons}
%define skip_python2 1 %define skip_python2 1
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-python-dotenv Name: python-python-dotenv
@@ -43,7 +42,7 @@ BuildArch: noarch
%python_subpackages %python_subpackages
%description %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 %prep
%setup -q -n python-dotenv-%{version} %setup -q -n python-dotenv-%{version}
@@ -81,6 +80,7 @@ mv %{buildroot}%{_bindir}/dotenv.orig %{buildroot}%{_bindir}/dotenv
%doc README.md %doc README.md
%license LICENSE %license LICENSE
%python_alternative %{_bindir}/dotenv %python_alternative %{_bindir}/dotenv
%{python_sitelib}/* %{python_sitelib}/dotenv/
%{python_sitelib}/python_dotenv*/
%changelog %changelog