From bd945fa95da8fc4a0b74e102f4b8f5a96d78d83175fbdce87d78e83fa527f28d Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Tue, 31 Mar 2020 15:39:43 +0000 Subject: [PATCH] Accepting request 790236 from home:glaubitz:branches:devel:languages:python:azure - New upstream release + Version 0.6.11 + For detailed information about changes see the README.rst file provided with this package OBS-URL: https://build.opensuse.org/request/show/790236 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-msrest?expand=0&rev=12 --- msrest-0.6.10.tar.gz | 3 --- msrest-0.6.11.tar.gz | 3 +++ python-msrest.changes | 13 ++++++++++--- python-msrest.spec | 6 +++--- 4 files changed, 16 insertions(+), 9 deletions(-) delete mode 100644 msrest-0.6.10.tar.gz create mode 100644 msrest-0.6.11.tar.gz diff --git a/msrest-0.6.10.tar.gz b/msrest-0.6.10.tar.gz deleted file mode 100644 index cac5d08..0000000 --- a/msrest-0.6.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f5153bfe60ee757725816aedaa0772cbfe0bddb52cd2d6db4cb8b4c3c6c6f928 -size 96756 diff --git a/msrest-0.6.11.tar.gz b/msrest-0.6.11.tar.gz new file mode 100644 index 0000000..fd6445a --- /dev/null +++ b/msrest-0.6.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40faff88e151d393e29512e58b27d141974d6a963e63e4a340fc0ceb13c15f37 +size 98151 diff --git a/python-msrest.changes b/python-msrest.changes index 242351a..9da1acb 100644 --- a/python-msrest.changes +++ b/python-msrest.changes @@ -1,10 +1,18 @@ +------------------------------------------------------------------- +Tue Mar 31 15:26:34 UTC 2020 - John Paul Adrian Glaubitz + +- New upstream release + + Version 0.6.11 + + For detailed information about changes see the + README.rst file provided with this package + ------------------------------------------------------------------- Fri Oct 4 12:22:07 UTC 2019 - John Paul Adrian Glaubitz - New upstream release - + Version 0.6.20 + + Version 0.6.10 + For detailed information about changes see the - HISTORY.txt file provided with this package + README.rst file provided with this package - Drop patches to support older versions of setuptools as SLE-12 is now shipping with a recent enough version + m_drop-compatible-releases-operator.patch @@ -43,7 +51,6 @@ Tue Apr 24 10:52:43 UTC 2018 - adrian.glaubitz@suse.com + Version 0.4.28 + For detailed information about changes see the README.rst file provided with this package -- Install HISTORY.rst into doc directory - Refresh patches for new version + m_drop-compatible-releases-operator.patch + m_drop-extras-require.patch diff --git a/python-msrest.spec b/python-msrest.spec index 78c0bcd..f09ee5d 100644 --- a/python-msrest.spec +++ b/python-msrest.spec @@ -1,7 +1,7 @@ # # spec file for package python-msrest # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-msrest -Version: 0.6.10 +Version: 0.6.11 Release: 0 Summary: AutoRest swagger generator Python client runtime License: MIT Group: Development/Languages/Python -Url: https://pypi.python.org/pypi/msrest +URL: https://pypi.python.org/pypi/msrest Source: https://files.pythonhosted.org/packages/source/m/msrest/msrest-%{version}.tar.gz Source1: LICENSE.md BuildRequires: %{python_module setuptools}