diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-dynamics365crm-python.spec | 9 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 7 insertions, 5 deletions
@@ -1 +1,2 @@ /dynamics365crm_python-1.0.1.tar.gz +/dynamics365crm_python-1.0.2.tar.gz diff --git a/python-dynamics365crm-python.spec b/python-dynamics365crm-python.spec index 059fbc1..1f0931b 100644 --- a/python-dynamics365crm-python.spec +++ b/python-dynamics365crm-python.spec @@ -1,13 +1,14 @@ %global _empty_manifest_terminate_build 0 Name: python-dynamics365crm-python -Version: 1.0.1 +Version: 1.0.2 Release: 1 Summary: API wrapper for Dynamics365CRM written in Python License: MIT URL: https://pypi.org/project/dynamics365crm-python/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/cd/c4/7c2ad1c2bcf41e35d12523c6429723e250ba16a3cfb2880d736baceefcca/dynamics365crm_python-1.0.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/7b/dc/73a4442a7c4c4eb4a9dc4fe7c394db618443d876765c968d1590ebb41de1/dynamics365crm_python-1.0.2.tar.gz BuildArch: noarch +Requires: python3-msal Requires: python3-requests %description @@ -680,7 +681,7 @@ We are always grateful for any kind of contribution including but not limited to %prep -%autosetup -n dynamics365crm-python-1.0.1 +%autosetup -n dynamics365crm-python-1.0.2 %build %py3_build @@ -720,5 +721,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.1-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.2-1 - Package Spec generated @@ -1 +1 @@ -8fca7547c34867dee3ac3e2d81257c6f dynamics365crm_python-1.0.1.tar.gz +03c3e8b657f6a68988907fc4d0b82f65 dynamics365crm_python-1.0.2.tar.gz |