From c6b05a848832cba8c38f08835ff452d39ddfa4732cadef724136f2acb4338fd3 Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Fri, 1 Mar 2024 15:08:16 +0000 Subject: [PATCH] Accepting request 1154103 from home:glaubitz:branches:devel:languages:python:azure - Drop definition of BuildRoot - Drop support for older Python versions - Limit Python files matched in %files section OBS-URL: https://build.opensuse.org/request/show/1154103 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-msrest?expand=0&rev=26 --- python-msrest.changes | 7 +++++++ python-msrest.spec | 12 +++--------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/python-msrest.changes b/python-msrest.changes index cfba6e9..5f72d05 100644 --- a/python-msrest.changes +++ b/python-msrest.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Mar 1 15:07:33 UTC 2024 - John Paul Adrian Glaubitz + +- Drop definition of BuildRoot +- Drop support for older Python versions +- Limit Python files matched in %files section + ------------------------------------------------------------------- Mon Aug 15 11:57:08 UTC 2022 - John Paul Adrian Glaubitz diff --git a/python-msrest.spec b/python-msrest.spec index 3cff670..6be70b8 100644 --- a/python-msrest.spec +++ b/python-msrest.spec @@ -1,7 +1,7 @@ # # spec file for package python-msrest # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -39,13 +39,6 @@ Requires: python-isodate >= 0.6.0 Requires: python-requests < 3.00 Requires: python-requests >= 2.16 Requires: python-requests-oauthlib >= 0.5.0 -%if "%{python_flavor}" == "python2" || %{python3_version_nodots} < 35 -Requires: python-typing -%endif -%if "%{python_flavor}" == "python2" || %{python3_version_nodots} < 34 -Requires: python-enum34 >= 1.0.4 -%endif -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %python_subpackages @@ -69,6 +62,7 @@ cp %{SOURCE1} LICENSE.md %defattr(-,root,root,-) %doc README.rst %license LICENSE.md -%{python_sitelib}/* +%{python_sitelib}/msrest +%{python_sitelib}/msrest-%{version}*-info %changelog