diff --git a/0001-modify-the-operator-of-version-required-to-gt.patch b/0001-modify-the-operator-of-version-required-to-gt.patch index 9d00d79454482e0e5e1002583d252c4417a81ae9..0e68636fc20b9138470d37440a41566b92a93b11 100644 --- a/0001-modify-the-operator-of-version-required-to-gt.patch +++ b/0001-modify-the-operator-of-version-required-to-gt.patch @@ -12,8 +12,8 @@ index 27c1132..1e6bb8a 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ setup( - 'License :: OSI Approved :: MIT License', 'Topic :: Software Development'], + python_requires=">=3.6", install_requires=[ - "requests~=2.16", + "requests>=2.16", diff --git a/msrest-0.6.21.tar.gz b/msrest-0.6.21.tar.gz deleted file mode 100644 index 88f16ee9a4b76d3e291237f10f90a48b24667900..0000000000000000000000000000000000000000 Binary files a/msrest-0.6.21.tar.gz and /dev/null differ diff --git a/msrest-0.7.1.tar.gz b/msrest-0.7.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..148fbc268f1dd6713783638a4b530018441841e9 Binary files /dev/null and b/msrest-0.7.1.tar.gz differ diff --git a/python-msrest.spec b/python-msrest.spec index 050750e7b615d22580a88ff6a03b24ae6d89cd16..062e71071a5037107dd3093ea2a49105c79b737a 100644 --- a/python-msrest.spec +++ b/python-msrest.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-msrest -Version: 0.6.21 +Version: 0.7.1 Release: 1 Summary: AutoRest swagger generator Python client runtime. License: MIT URL: https://github.com/Azure/msrest-for-python -Source0: https://files.pythonhosted.org/packages/bb/2c/e8ac4f491efd412d097d42c9eaf79bcaad698ba17ab6572fd756eb6bd8f8/msrest-0.6.21.tar.gz +Source0: https://files.pythonhosted.org/packages/68/77/8397c8fb8fc257d8ea0fa66f8068e073278c65f05acb17dcb22a02bfdc42/msrest-0.7.1.tar.gz Patch1: 0001-modify-the-operator-of-version-required-to-gt.patch BuildArch: noarch %description @@ -72,5 +72,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Apr 02 2024 wangqiang - 0.7.1-1 +- Update package to version 0.7.1 + * Wed Jul 19 2023 Dongxing Wang - 0.6.21-1 - Init package